BookStack/resources/lang/ru/common.php
Michael Mullins 9d09c4c7b0 Ru locale fix
Fixed russian translations, added several missing strings
2018-09-10 22:28:47 +04:00

68 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/**
* Buttons
*/
'cancel' => 'Отмена',
'confirm' => 'Применить',
'back' => 'Назад',
'save' => 'Сохранить',
'continue' => 'Продолжить',
'select' => 'Выбрать',
'more' => 'Еще',
/**
* Form Labels
*/
'name' => 'Имя',
'description' => 'Описание',
'role' => 'Роль',
'cover_image' => 'Обложка',
'cover_image_description' => 'Изображение должно быть размером около 440x250px.',
/**
* Actions
*/
'actions' => 'Действия',
'view' => 'Просмотр',
'create' => 'Создание',
'update' => 'Обновление',
'edit' => 'Редактировать',
'sort' => 'Сортировать',
'move' => 'Переместить',
'copy' => 'Скопировать',
'reply' => 'Ответить',
'delete' => 'Удалить',
'search' => 'Поиск',
'search_clear' => 'Очистить поиск',
'reset' => 'Сбросить',
'remove' => 'Удалить',
'add' => 'Добавить',
/**
* Misc
*/
'deleted_user' => 'Удаленный пользователь',
'no_activity' => 'Нет действий для просмотра',
'no_items' => 'Нет доступных элементов',
'back_to_top' => 'Вернуться наверх',
'toggle_details' => 'Подробности',
'toggle_thumbnails' => 'Миниатюры',
'details' => 'Детали',
'grid_view' => 'Вид сеткой',
'list_view' => 'Вид списком',
/**
* Header
*/
'view_profile' => 'Просмотреть профиль',
'edit_profile' => 'Редактировать профиль',
/**
* Email Content
*/
'email_action_help' => 'Если у вас возникли проблемы с нажатием кнопки \':actionText\', то скопируйте и вставьте указанный URL-адрес в свой веб-браузер:',
'email_rights' => 'Все права зарезервированы',
];