more translations
This commit is contained in:
parent
75e6f2cd08
commit
e8bea2844b
@ -3,9 +3,9 @@ ru:
|
|||||||
buttons:
|
buttons:
|
||||||
login: Войти
|
login: Войти
|
||||||
send_password: Отправить
|
send_password: Отправить
|
||||||
change_password: Update
|
change_password: Изменить
|
||||||
new_item: "+ add"
|
new_item: "+ добавить"
|
||||||
switch_to_site: Go
|
switch_to_site: Сайт
|
||||||
delete: "Удалить"
|
delete: "Удалить"
|
||||||
|
|
||||||
messages:
|
messages:
|
||||||
@ -15,12 +15,12 @@ ru:
|
|||||||
header:
|
header:
|
||||||
welcome: Привет, %{name}
|
welcome: Привет, %{name}
|
||||||
see: Сайт
|
see: Сайт
|
||||||
switch: Switch to another site
|
switch: К другому сайту
|
||||||
help: Справка
|
help: Справка
|
||||||
logout: Выйти
|
logout: Выйти
|
||||||
menu:
|
menu:
|
||||||
contents: Содержимое
|
contents: Содержимое
|
||||||
assets: Assets
|
assets: Файлы
|
||||||
settings: Настройки
|
settings: Настройки
|
||||||
pages: Страницы
|
pages: Страницы
|
||||||
snippets: Сниппеты
|
snippets: Сниппеты
|
||||||
@ -37,45 +37,45 @@ ru:
|
|||||||
|
|
||||||
errors:
|
errors:
|
||||||
"500":
|
"500":
|
||||||
title: Application Error
|
title: Ошибка Приложения
|
||||||
notice: "We're sorry, but something went wrong"
|
notice: "Мы сожалеем, но что-то пошло не так"
|
||||||
link: "→ Back to the application"
|
link: "→ Назад в приложение"
|
||||||
"404":
|
"404":
|
||||||
title: Page not found
|
title: Страница не найдена
|
||||||
notice: "The page you requested does not exist."
|
notice: "Запрашиваемая страница не существует."
|
||||||
link: "→ Back to the application"
|
link: "→ Назад в приложение"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
new_content_instance:
|
new_content_instance:
|
||||||
subject: "[%{type}] new"
|
subject: "[%{type}] новый"
|
||||||
title: "Hi %{name}, just to let you know that a new instance has been created on %{date}"
|
title: "Привет %{name}, просто сообщаем, что новый элемент был создан %{date}"
|
||||||
type: "Model: %{type}"
|
type: "Модель: %{type}"
|
||||||
|
|
||||||
sites_picker:
|
sites_picker:
|
||||||
new: + new site
|
new: + new site
|
||||||
|
|
||||||
custom_fields:
|
custom_fields:
|
||||||
edit:
|
edit:
|
||||||
title: Editing custom field
|
title: Редактирование пользовательского поля
|
||||||
text_formatting:
|
text_formatting:
|
||||||
none: None
|
none: None
|
||||||
html: HTML
|
html: HTML
|
||||||
edit_field:
|
edit_field:
|
||||||
title: Edit field
|
title: Редактировать поле
|
||||||
edit_category:
|
edit_category:
|
||||||
title: Edit options
|
title: Редактировать опции
|
||||||
help: Manage the list of options for your select box.
|
help: Manage the list of options for your select box.
|
||||||
collection_label: List of options
|
collection_label: List of options
|
||||||
types:
|
types:
|
||||||
category:
|
category:
|
||||||
edit_categories: Edit options
|
edit_categories: Edit options
|
||||||
file:
|
file:
|
||||||
delete_file: Delete file
|
delete_file: Удалить файл
|
||||||
has_many:
|
has_many:
|
||||||
empty: Empty
|
empty: Empty
|
||||||
index:
|
index:
|
||||||
is_required: is required
|
is_required: является обязательным
|
||||||
default_label: Field name
|
default_label: Название поля
|
||||||
|
|
||||||
sessions:
|
sessions:
|
||||||
new:
|
new:
|
||||||
@ -90,10 +90,10 @@ ru:
|
|||||||
link: "→ Назад к странице входа"
|
link: "→ Назад к странице входа"
|
||||||
email: "Ваш email"
|
email: "Ваш email"
|
||||||
edit:
|
edit:
|
||||||
title: Update my password
|
title: Изменить мой пароль
|
||||||
link: "→ Back to login page"
|
link: "→ Назад к странице логина"
|
||||||
password: "Your new password"
|
password: "Ваш новый пароль"
|
||||||
password_confirmation: "Confirmation of your new password"
|
password_confirmation: "Подтверждение нового пароля"
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
index:
|
index:
|
||||||
@ -113,7 +113,7 @@ ru:
|
|||||||
ask_for_title: "Пожалуйста введите новое имя страницы"
|
ask_for_title: "Пожалуйста введите новое имя страницы"
|
||||||
form:
|
form:
|
||||||
delete_file: Удалить файл
|
delete_file: Удалить файл
|
||||||
default_block: Default
|
default_block: По умолчанию
|
||||||
cache_strategy:
|
cache_strategy:
|
||||||
none: Нет
|
none: Нет
|
||||||
simple: Простая
|
simple: Простая
|
||||||
@ -135,7 +135,7 @@ ru:
|
|||||||
title: Редактирование сниппета
|
title: Редактирование сниппета
|
||||||
help: "Include your snippet in your page templates with the following liquid code : <span class='code'>{% include '%{slug}' %}</span>."
|
help: "Include your snippet in your page templates with the following liquid code : <span class='code'>{% include '%{slug}' %}</span>."
|
||||||
snippet:
|
snippet:
|
||||||
updated_at: Updated at
|
updated_at: Обновлено
|
||||||
|
|
||||||
sites:
|
sites:
|
||||||
new:
|
new:
|
||||||
@ -152,9 +152,9 @@ ru:
|
|||||||
|
|
||||||
memberships:
|
memberships:
|
||||||
roles:
|
roles:
|
||||||
admin: Administrator
|
admin: Администратор
|
||||||
designer: Designer
|
designer: Дизайнер
|
||||||
author: Author
|
author: Автор
|
||||||
new:
|
new:
|
||||||
title: New membership
|
title: New membership
|
||||||
help: "Please give the account email to add. If it does not exist, you will be redirected to the account creation form."
|
help: "Please give the account email to add. If it does not exist, you will be redirected to the account creation form."
|
||||||
|
Loading…
Reference in New Issue
Block a user