summaryrefslogtreecommitdiff
path: root/app/Locale/ru_RU
diff options
context:
space:
mode:
authorVictor-IT <ratrex@mail.ru>2018-06-24 13:04:40 +0300
committerFrédéric Guillot <fred@kanboard.net>2018-06-25 10:20:04 -0700
commit1106247b0a9de0267034d8c5efbdfcde82a03d01 (patch)
treedf162391f9c69117e866a2877beb6e7934156081 /app/Locale/ru_RU
parenta491348d442ab8e6cd2fa403d4365cdad78e52ce (diff)
Update Russian translation
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r--app/Locale/ru_RU/translations.php12
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' => 'Начать сейчас',
);