Skip to content

Commit 085f3d2

Browse files
committed
New translations settings.php (Russian)
1 parent 0ca3183 commit 085f3d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lang/ru/settings.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,28 @@
8181
'sorting_rules' => 'Sort Rules',
8282
'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.',
8383
'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books',
84-
'sort_rule_create' => 'Create Sort Rule',
84+
'sort_rule_create' => 'Создать правило сортировки',
8585
'sort_rule_edit' => 'Edit Sort Rule',
8686
'sort_rule_delete' => 'Delete Sort Rule',
8787
'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.',
8888
'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?',
89-
'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?',
90-
'sort_rule_details' => 'Sort Rule Details',
89+
'sort_rule_delete_warn_default' => 'Это правило сортировки используется по умолчанию для книг. Вы уверены, что хотите удалить его?',
90+
'sort_rule_details' => 'Детали правила сортировки',
9191
'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.',
9292
'sort_rule_operations' => 'Sort Operations',
9393
'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.',
9494
'sort_rule_available_operations' => 'Available Operations',
9595
'sort_rule_available_operations_empty' => 'No operations remaining',
9696
'sort_rule_configured_operations' => 'Configured Operations',
97-
'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list',
97+
'sort_rule_configured_operations_empty' => 'Перетащите/добавьте операции из списка "Доступные операции"',
9898
'sort_rule_op_asc' => '(Asc)',
9999
'sort_rule_op_desc' => '(Desc)',
100100
'sort_rule_op_name' => 'Name - Alphabetical',
101101
'sort_rule_op_name_numeric' => 'Name - Numeric',
102102
'sort_rule_op_created_date' => 'Created Date',
103103
'sort_rule_op_updated_date' => 'Updated Date',
104104
'sort_rule_op_chapters_first' => 'Chapters First',
105-
'sort_rule_op_chapters_last' => 'Chapters Last',
105+
'sort_rule_op_chapters_last' => 'Главы в конце',
106106

107107
// Maintenance settings
108108
'maint' => 'Обслуживание',

0 commit comments

Comments
 (0)