Improve Russian translation

This commit is contained in:
Victor IT
2018-06-27 20:05:29 +03:00
committed by Frédéric Guillot
parent 1106247b0a
commit 8cee04101d

View File

@@ -56,8 +56,8 @@ return array(
'Inactive' => 'Неактивен', 'Inactive' => 'Неактивен',
'Active' => 'Активен', 'Active' => 'Активен',
'Unable to update this board.' => 'Не удалось обновить эту доску.', 'Unable to update this board.' => 'Не удалось обновить эту доску.',
'Disable' => 'Выключить проект', 'Disable' => 'Отключить',
'Enable' => 'Включить проект', 'Enable' => 'Включить',
'New project' => 'Новый проект', 'New project' => 'Новый проект',
'Do you really want to remove this project: "%s"?' => 'Вы точно хотите удалить проект: "%s"?', 'Do you really want to remove this project: "%s"?' => 'Вы точно хотите удалить проект: "%s"?',
'Remove project' => 'Удалить проект', 'Remove project' => 'Удалить проект',
@@ -1381,6 +1381,6 @@ return array(
'Move selected tasks to another column' => 'Переместить выбранные задачи в другую колонку', 'Move selected tasks to another column' => 'Переместить выбранные задачи в другую колонку',
'Edit tasks in bulk' => 'Пакетное редактирование задач', 'Edit tasks in bulk' => 'Пакетное редактирование задач',
'Choose the properties that you would like to change for the selected tasks.' => 'Выберите свойства, которые вы хотите изменить для выбранных задач', 'Choose the properties that you would like to change for the selected tasks.' => 'Выберите свойства, которые вы хотите изменить для выбранных задач',
'Configure this project' => 'Настроить текущий проект', 'Configure this project' => 'Настроить этот проект',
'Start now' => 'Начать сейчас', 'Start now' => 'Начать сейчас',
); );