Skip to content

Commit

Permalink
Merge pull request #2947 from lotarbo/update-russian-translation
Browse files Browse the repository at this point in the history
Add missing Russian translation
  • Loading branch information
tabacitu authored Jun 17, 2020
2 parents cf33f99 + 78e5684 commit b364604
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/resources/lang/ru/crud.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'save_action_save_and_new' => 'Сохранить и создать',
'save_action_save_and_edit' => 'Сохранить и продолжить редактирование',
'save_action_save_and_back' => 'Сохранить и выйти',
'save_action_save_and_preview' => 'Сохранить и предпросмотр',
'save_action_changed_notification' => 'Действие после сохранения было изменено',

// Create form
Expand All @@ -37,6 +38,7 @@
'all' => 'Все ',
'in_the_database' => 'в базе данных',
'list' => 'Список',
'reset' => 'Сбросить',
'actions' => 'Действия',
'preview' => 'Предпросмотр',
'delete' => 'Удалить',
Expand Down Expand Up @@ -93,7 +95,7 @@
'sortAscending' => ': нажмите для сортировки по возрастанию',
'sortDescending' => ': нажмите для сортировки по убыванию',
],
'export' => [
'export' => [
'export' => 'Экспорт',
'copy' => 'Копировать в буфер',
'excel' => 'Excel',
Expand Down Expand Up @@ -140,6 +142,9 @@
'internal_link_placeholder' => 'Внутренний путь. Например: \'admin/page\' (без кавычек) для \':url\'',
'external_link' => 'Внешняя ссылка',
'choose_file' => 'Выбрать файл',
'new_item' => 'Новый элемент',
'select_entry' => 'Выбрать запись',
'select_entries' => 'Выбрать записи',

//Table field
'table_cant_add' => 'Не удалось добавить новую :entity',
Expand All @@ -148,4 +153,7 @@
// File manager
'file_manager' => 'Файловый менеджер',

// InlineCreateOperation
'related_entry_created_success' => 'Связанная запись создана и выбрана.',
'related_entry_created_error' => 'Не удалось создать связанную запись.',
];

0 comments on commit b364604

Please # to comment.