5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 21:05:45 +00:00
panel/config/locales/en.yml

32 lines
811 B
YAML
Raw Normal View History

2018-01-02 17:19:25 +00:00
en:
errors:
argument_error: 'Argument `%{argument}` must be an instance of %{class}'
2018-01-29 18:09:30 +00:00
login:
email: 'E-mail'
password: 'Password'
submit: 'Log in'
sites:
title: 'Sites'
2018-01-29 22:19:47 +00:00
footer:
powered_by: 'is developed by'
2018-01-31 20:29:27 +00:00
posts:
edit: 'Edit'
save: 'Save'
date: 'Publication date'
date_help: 'This changes the articles order!'
title: 'Title'
tags: 'Tags'
tags_help: 'Comma separated!'
categories: 'Categories'
categories_help: 'Comma separated!'
2018-02-02 22:20:31 +00:00
slug: 'Slug'
slug_help: 'This is the name of the article on the URL, ie. /title/. You can leave it empty.'
logger:
rm: 'Removed %{path}'
2018-02-02 22:20:31 +00:00
errors:
path: 'File already exist'
file: "Couldn't write the file"
title: 'Post needs a title'
date: 'Post needs a valid date'