5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 07:36:08 +00:00
panel/config/locales/en.yml

27 lines
715 B
YAML
Raw Normal View History

2018-01-02 17:19:25 +00:00
en:
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.'
errors:
site: 'Argument `site` must be of class Site'
post: 'Argument `post` must be of class Post'
path: 'File already exist'
file: "Couldn't write the file"