Update russian translation (#2542)
This commit is contained in:
parent
86c950743f
commit
411a66c8cb
|
|
@ -1164,8 +1164,8 @@ return array(
|
|||
'Email settings' => 'Настройки почты',
|
||||
'Email sender address' => 'Адрес отправителя',
|
||||
'Email transport' => 'Почтовый транспорт',
|
||||
// 'Webhook token' => '',
|
||||
// 'Imports' => '',
|
||||
'Webhook token' => 'Webhook токены',
|
||||
'Imports' => 'Импорт',
|
||||
'Project tags management' => 'Управление метками проекта',
|
||||
'Tag created successfully.' => 'Метка успешно создана.',
|
||||
'Unable to create this tag.' => 'Невозможно создать эту метку.',
|
||||
|
|
@ -1186,32 +1186,32 @@ return array(
|
|||
'Global tags' => 'Глобальные метка',
|
||||
'There is no global tag at the moment.' => 'Нет глобальных меток.',
|
||||
'This field cannot be empty' => 'Это поле не может быть пустым',
|
||||
// 'Close a task when there is no activity in an specific column' => '',
|
||||
// '%s removed a subtask for the task #%d' => '',
|
||||
// '%s removed a comment on the task #%d' => '',
|
||||
// 'Comment removed on task #%d' => '',
|
||||
// 'Subtask removed on task #%d' => '',
|
||||
'Close a task when there is no activity in an specific column' => 'Закрыть задачу при отсутствии активности в определенной колонке',
|
||||
'%s removed a subtask for the task #%d' => '%s удалил подзадачу для #%d',
|
||||
'%s removed a comment on the task #%d' => '%s удалил комментарий к задаче #%d',
|
||||
'Comment removed on task #%d' => 'Комментарий удален в задаче #%d',
|
||||
'Subtask removed on task #%d' => 'Подзадача удалена в задаче #%d',
|
||||
'Hide tasks in this column in the dashboard' => 'Не показывать задачи из этой колонки в кабинете',
|
||||
// '%s removed a comment on the task %s' => '',
|
||||
// '%s removed a subtask for the task %s' => '',
|
||||
// 'Comment removed' => '',
|
||||
// 'Subtask removed' => '',
|
||||
// '%s set a new internal link for the task #%d' => '',
|
||||
// '%s removed an internal link for the task #%d' => '',
|
||||
// 'A new internal link for the task #%d have been defined' => '',
|
||||
// 'Internal link removed for the task #%d' => '',
|
||||
// '%s set a new internal link for the task %s' => '',
|
||||
// '%s removed an internal link for the task %s' => '',
|
||||
// 'Automatically set the due date on task creation' => '',
|
||||
// 'Move the task to another column when closed' => '',
|
||||
// 'Move the task to another column when not moved during a given period' => '',
|
||||
// 'Dashboard for %s' => '',
|
||||
// 'Tasks overview for %s' => '',
|
||||
// 'Subtasks overview for %s' => '',
|
||||
// 'Projects overview for %s' => '',
|
||||
// 'Activity stream for %s' => '',
|
||||
// 'Calendar for %s' => '',
|
||||
// 'Notifications for %s' => '',
|
||||
// 'Subtasks export' => '',
|
||||
// 'Tasks exportation' => '',
|
||||
'%s removed a comment on the task %s' => '%s удалил комментарии к задаче %s',
|
||||
'%s removed a subtask for the task %s' => '%s удалил подзадачу для %s',
|
||||
'Comment removed' => 'Комментарий удален',
|
||||
'Subtask removed' => 'Подзадача удалена',
|
||||
'%s set a new internal link for the task #%d' => '%s добавил внутреннюю ссылку для задачи #%d',
|
||||
'%s removed an internal link for the task #%d' => '%s удалил внутреннюю ссылку для задачи #%d',
|
||||
'A new internal link for the task #%d have been defined' => 'Внешняя ссылка для задачи #%d была установлена',
|
||||
'Internal link removed for the task #%d' => 'Внутренняя ссылка удалена для задачи #%d',
|
||||
'%s set a new internal link for the task %s' => '%s добавил внутреннюю ссылку для задачи %s',
|
||||
'%s removed an internal link for the task %s' => '%s удалил внутреннюю ссылку для задачи %s',
|
||||
'Automatically set the due date on task creation' => 'Автоматическая установка срока задачи при создании',
|
||||
'Move the task to another column when closed' => 'Переместить задачу в другую колонку при закрытии',
|
||||
'Move the task to another column when not moved during a given period' => 'Переместить задачу в другую колонку если она не был перемещен в указанный период',
|
||||
'Dashboard for %s' => 'Панель управления для %s',
|
||||
'Tasks overview for %s' => 'Обзор задач для %s',
|
||||
'Subtasks overview for %s' => 'Обзор подзадач для %s',
|
||||
'Projects overview for %s' => 'Обзор проектов для %s',
|
||||
'Activity stream for %s' => 'Лента активности для %s',
|
||||
'Calendar for %s' => 'Календарь для %s',
|
||||
'Notifications for %s' => 'Уведомления для %s',
|
||||
'Subtasks export' => 'Экспорт подзадач',
|
||||
'Tasks exportation' => 'Экспортирование задач',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue