diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-10 04:00:08 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-10 04:00:08 +0000 |
commit | 1ef3bb4f9c734a791f4897f27fca4945e3fc6184 (patch) | |
tree | 4d46cc739596625a55284bdb0e88578d3a147857 /config/locales/es.yml | |
parent | 5917137d121bbca9a4a68f51beb4d59d87aa0651 (diff) | |
download | redmine-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/es.yml')
-rw-r--r-- | config/locales/es.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml index 2297d41ff..362ce0e94 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1345,3 +1345,9 @@ es: 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. |