diff options
| author | Igor Posledov <i.posledov@gmail.com> | 2017-04-11 15:18:07 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-11 15:18:07 +0300 | 
| commit | 8cb447cc3bfbe49f1967c763f37da98b66ac25b3 (patch) | |
| tree | e505bcec66a5405f9cd38b2bbb560ab3113c5b9b | |
| parent | f310c9c77836d39ce290297807991840b386f89e (diff) | |
'Ready'
Change translation of 'Ready' (string #137) to 'Согласованные' instead of 'Готовые' as more preferable ( see https://goo.gl/Zc0b3S )
| -rw-r--r-- | app/Locale/ru_RU/translations.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 5a7336ad..86f8fcf9 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -134,7 +134,7 @@ return array(      'User removed successfully.' => 'Пользователь удалён.',      'Unable to remove this user.' => 'Не удалось удалить пользователя.',      'Board updated successfully.' => 'Доска успешно обновлена.', -    'Ready' => 'Готовые', +    'Ready' => 'Согласованные',      'Backlog' => 'Ожидающие',      'Work in progress' => 'В процессе',      'Done' => 'Выполнено',  | 
