Skip to content

Commit 7b1756c

Browse files
committed
Merge pull request #3 from Myrkotyn/master
add translation(ru)
2 parents 226625b + 44211c8 commit 7b1756c

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

src/messages/ru/cms.php

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@
1717
* NOTE: this file must be saved in UTF-8 encoding.
1818
*/
1919
return [
20-
'Are you sure you want to delete this item?' => '',
21-
'Available Blocks' => '',
22-
'Block Type' => '',
23-
'Blocks' => '',
24-
'CMS' => '',
25-
'Config' => '',
26-
'Create' => '',
27-
'Create Block' => '',
28-
'Create Block ({name})' => '',
29-
'Create Page' => '',
30-
'Created At' => '',
31-
'Delete' => '',
32-
'ID' => '',
33-
'Layout' => '',
34-
'Layout file must exist' => '',
35-
'List' => '',
36-
'Page Content' => '',
37-
'Page not found.' => '',
38-
'Pages' => '',
39-
'Route' => '',
40-
'Save' => '',
41-
'Title' => '',
42-
'Update' => '',
43-
'Update {modelClass}: ' => '',
44-
'Updated At' => '',
45-
'e.g. @app/views/layouts/main' => '',
20+
'Are you sure you want to delete this item?' => 'Вы уверенны что хотите удалить этот элемент?',
21+
'Available Blocks' => 'Доступные блоки',
22+
'Block Type' => 'Тип блока',
23+
'Blocks' => 'Блоки',
24+
'CMS' => 'CMS',
25+
'Config' => 'Конфигурации',
26+
'Create' => 'Создать',
27+
'Create Block' => 'Создать блок',
28+
'Create Block ({name})' => 'Создать блок ({name})',
29+
'Create Page' => 'Создать страницу',
30+
'Created At' => 'Создано',
31+
'Delete' => 'Удалить',
32+
'ID' => 'ID',
33+
'Layout' => 'Макет',
34+
'Layout file must exist' => 'Макет должен существовать',
35+
'List' => 'Список',
36+
'Page Content' => 'Контент страницы',
37+
'Page not found.' => 'Страница не найдена.',
38+
'Pages' => 'Страницы',
39+
'Route' => 'Маршрут',
40+
'Save' => 'Сохранить',
41+
'Title' => 'Заголовок',
42+
'Update' => 'Обновить',
43+
'Update {modelClass}: ' => 'Обновить {modelClass}: ',
44+
'Updated At' => 'Обновлено',
45+
'e.g. @app/views/layouts/main' => 'т.к. @app/views/layouts/main',
4646
];

0 commit comments

Comments
 (0)