Update Russian translation

This commit is contained in:
Victor-IT 2018-06-24 13:04:40 +03:00 committed by Frédéric Guillot
parent a491348d44
commit 1106247b0a
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<?php
return array(
// 'number.decimals_separator' => '',
// 'number.thousands_separator' => '',
'number.decimals_separator' => ',',
'number.thousands_separator' => ' ',
'None' => 'Отсутствует',
'Edit' => 'Изменить',
'Remove' => 'Удалить',
@ -1379,8 +1379,8 @@ return array(
'Unselect All' => 'Снять выделение со всех',
'Apply action' => 'Применить действие',
'Move selected tasks to another column' => 'Переместить выбранные задачи в другую колонку',
// 'Edit tasks in bulk' => '',
// 'Choose the properties that you would like to change for the selected tasks.' => '',
// 'Configure this project' => '',
// 'Start now' => '',
'Edit tasks in bulk' => 'Пакетное редактирование задач',
'Choose the properties that you would like to change for the selected tasks.' => 'Выберите свойства, которые вы хотите изменить для выбранных задач',
'Configure this project' => 'Настроить текущий проект',
'Start now' => 'Начать сейчас',
);