You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
<?php |
|
return [ |
|
'Menu' => 'Меню', |
|
'Title' => 'Заголовок', |
|
'Description' => 'Описание', |
|
'Keywords' => 'Ключевые слова', |
|
'Sign out' => 'Выход', |
|
'Profile' => 'Профиль', |
|
'Error' => 'Ошибка', |
|
'Return to back or login page please.' => 'Вернитесь назад или авторизуйтесь снова.', |
|
'{attribute} "{value}" already exists for this section.' => '{attribute} "{value}" уже есть в этом разделе.', |
|
'"{attribute}" must be a valid JSON object' => '"{attribute}" должен быть в формате Json', |
|
'Please select correct type' => 'Укажите правильный тип', |
|
'Settings' => 'Настройки', |
|
'Type' => 'Тип', |
|
'Section' => 'Раздел', |
|
'Key' => 'Ключ', |
|
'Value' => 'Значение', |
|
'Active' => 'Активная', |
|
'Created At' => 'Создано', |
|
'Updated At' => 'Обновлено', |
|
'On' => 'Включить', |
|
'Off' => 'Выключить', |
|
'Updating Setting' => 'Редактирование параметра', |
|
'Editing' => 'Редактирование', |
|
'Change at your own risk' => 'Редактируйте на свой страх и риск', |
|
]; |