Skip to content

Commit 2fbd048

Browse files
committed
Lexicons sync with crowdin
1 parent 40c9336 commit 2fbd048

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

core/components/collections/lexicon/ru/default.inc.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
$_lang['setting_collections.user_css_desc'] = 'URL-адрес пользовательского CSS-файла, который может содержать собственные стили.';
2424
$_lang['setting_mgr_tree_icon_collectioncontainer'] = 'Значок коллекции';
2525
$_lang['setting_mgr_tree_icon_collectioncontainer_desc'] = 'Класс CSS, который будет использоваться для коллекции';
26-
$_lang['setting_collections.renderer_image_path'] = 'Renderer image path';
26+
$_lang['setting_collections.renderer_image_path'] = 'Путь к изображению визуализации';
2727
$_lang['setting_collections.renderer_image_path_desc'] = 'Image path that will be used for Image renderer. Path will be appended to base_url.';
28-
$_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Selections icon';
28+
$_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Выберите иконку';
2929
$_lang['setting_mgr_tree_icon_selectioncontainer_desc'] = 'CSS class that will be used for Selections';
3030
$_lang['setting_collections.tree_tbar_collection'] = 'Tree Tool Bar - Collection';
3131
$_lang['setting_collections.tree_tbar_collection_desc'] = 'Show "New Collection" button in Tree tool bar';
@@ -46,14 +46,14 @@
4646
$_lang['collections.global.change_order'] = 'Изменить сортировку: [[+child]]';
4747
$_lang['collections.global.change_parent'] = 'Изменение родителя для: [[+child]]';
4848
$_lang['collections.global.use_default'] = 'Использовать по умолчанию';
49-
$_lang['collections.global.import'] = 'Import';
49+
$_lang['collections.global.import'] = 'Импорт';
5050

5151
// Children
5252
$_lang['collections.children'] = 'Дочерние ресурсы';
5353
$_lang['collections.children.create'] = 'Создать дочерний ресурс';
5454
$_lang['collections.children.view'] = 'Просмотреть дочерний ресурс';
5555
$_lang['collections.children.edit'] = 'Изменить дочерний ресурс';
56-
$_lang['collections.children.quickupdate'] = 'Quick Update';
56+
$_lang['collections.children.quickupdate'] = 'Быстрое обновление';
5757
$_lang['collections.children.publish'] = 'Опубликовать дочерний ресурс';
5858
$_lang['collections.children.unpublish'] = 'Отменить публикацию дочернего ресурса';
5959
$_lang['collections.children.duplicate'] = 'Копировать дочерний ресурс';
@@ -134,13 +134,13 @@
134134
$_lang['collections.template.child_content_type'] = 'Тип контента дочерних ресурсов по умолчанию';
135135
$_lang['collections.template.parent'] = 'Parent-id (optional, @SNIPPET can be used)';
136136
$_lang['collections.template.child_content_disposition'] = 'Default children\'s content disposition';
137-
$_lang['collections.template.sort_type'] = 'Sort type';
137+
$_lang['collections.template.sort_type'] = 'Сортировать по типу';
138138
$_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before';
139139
$_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After';
140140
$_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window';
141141
$_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition';
142142
$_lang['collections.template.export_more'] = 'Export views';
143-
$_lang['collections.template.export'] = 'Export view';
143+
$_lang['collections.template.export'] = 'Экспорт';
144144
$_lang['collections.template.import'] = 'Import views';
145145

146146
$_lang['collections.template.column.none'] = 'Этот вид еще не имеет столбцов.';
@@ -157,12 +157,12 @@
157157
$_lang['collections.template.column.editor'] = 'Редактор';
158158
$_lang['collections.template.column.renderer'] = 'Рендерер';
159159
$_lang['collections.template.column.php_renderer'] = 'Сниппет-рендерер';
160-
$_lang['collections.template.column.sort_type'] = 'Sort type';
160+
$_lang['collections.template.column.sort_type'] = 'Тип сортировки';
161161

162-
$_lang['collections.template.sort_type_default'] = 'Default';
162+
$_lang['collections.template.sort_type_default'] = 'По умолчанию';
163163
$_lang['collections.template.sort_type_integer'] = 'Integer';
164-
$_lang['collections.template.sort_type_decimal'] = 'Decimal';
165-
$_lang['collections.template.sort_type_datetime'] = 'DateTime';
164+
$_lang['collections.template.sort_type_decimal'] = 'Десятичное';
165+
$_lang['collections.template.sort_type_datetime'] = 'Дата и время';
166166

167167
$_lang['collections.err.parent_ns'] = 'Родитель не указан.';
168168
$_lang['collections.err.template_ns'] = 'Вид не указан.';

0 commit comments

Comments
 (0)