Skip to content

Commit

Permalink
New fields
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxMonzo authored and ifox committed Mar 2, 2020
1 parent 6de8008 commit 664cd63
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions views/lang/ru/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'version' => 'Версия'
],
'form' => [
'content' => 'Содержимое'
'content' => 'Содержимое',
'editor' => 'Редактор'
],
'listing' => [
'filter' => [
Expand All @@ -28,6 +29,16 @@
'draft' => 'Черновики',
'trash' => 'Удаленные',
],
'dropdown' => [
'edit' => 'Изменить',
'unpublish' => 'Отменить публикацию',
'publish' => 'Опубликовать',
'unfeature' => 'Убрать с выделенных',
'feature' => 'Выделить',
'restore' => 'Восстановить',
'destroy' => 'Уничтожить',
'delete' => 'Удалить'
],
'add-new-button' => 'Добавить',
'listing-empty-message' => 'Ничего нет.',
'languages' => 'Языки'
Expand All @@ -46,13 +57,17 @@
'title' => 'Добавить новый',
'button' => 'Создать',
'create-another' => 'Создать и добавить другую',
],
'update' => [
'title' => 'Обновить'
]
],
'nav' => [
'media-library' => 'Медиа библиотека',
'cms-users' => 'Пользователи CMS',
'settings' => 'Настройки',
'logout' => 'Выйти'
'logout' => 'Выйти',
'admin' => 'Администратор'
],
'media-library' => [
'title' => 'Медиа библиотека',
Expand Down

0 comments on commit 664cd63

Please sign in to comment.