summaryrefslogtreecommitdiffstats
path: root/config/locales/ru.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-03-10 04:00:08 +0000
committerGo MAEDA <maeda@farend.jp>2020-03-10 04:00:08 +0000
commit1ef3bb4f9c734a791f4897f27fca4945e3fc6184 (patch)
tree4d46cc739596625a55284bdb0e88578d3a147857 /config/locales/ru.yml
parent5917137d121bbca9a4a68f51beb4d59d87aa0651 (diff)
downloadredmine-1ef3bb4f9c734a791f4897f27fca4945e3fc6184.tar.gz
redmine-1ef3bb4f9c734a791f4897f27fca4945e3fc6184.zip
Update locales (#31589).
git-svn-id: http://svn.redmine.org/redmine/trunk@19571 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ru.yml')
-rw-r--r--config/locales/ru.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index aea006c73..a0c26855c 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1403,3 +1403,9 @@ ru:
label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues
with a priority of <em>%{prio}</em> or higher
label_assign_to_me: Assign to me
+ notice_issue_not_closable_by_open_tasks: This issue cannot be closed because it has
+ at least one open subtask.
+ notice_issue_not_closable_by_blocking_issue: This issue cannot be closed because it
+ is blocked by at least one open issue.
+ notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened
+ because its parent issue is closed.