BookStack/resources/lang/ru/common.php
2017-09-27 11:17:56 +03:00

61 lines
1.8 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' => 'Роль',
/**
* Actions
*/
'actions' => 'Действия',
'view' => 'Просмотр',
'create' => 'Создание',
'update' => 'Обновление',
'edit' => 'Редактировать',
'sort' => 'Сортировать',
'move' => 'Переместить',
'reply' => 'Ответить',
'delete' => 'Удалить',
'search' => 'Поиск',
'search_clear' => 'Очистить поиск',
'reset' => 'Сбросить',
'remove' => 'Удалить',
'add' => 'Добавить',
/**
* Misc
*/
'deleted_user' => 'Удалённый пользователь',
'no_activity' => 'Нет действий для просмотра',
'no_items' => 'Нет доступных элементов',
'back_to_top' => 'Вернуться наверх',
'toggle_details' => 'Подробности',
'details' => 'Детали',
/**
* Header
*/
'view_profile' => 'Просмотреть профиль',
'edit_profile' => 'Редактировать профиль',
/**
* Email Content
*/
'email_action_help' => 'Если у вас возникли проблемы с нажатием кнопки ":actionText", то скопируйте и вставьте указанный URL-адрес в свой веб-браузер:',
'email_rights' => 'Все прова зарезервированы',
];