diff options
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 1cb12065..de2d37d2 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -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' => 'Начать сейчас', ); |