diff options
author | Go MAEDA <maeda@farend.jp> | 2018-03-12 04:38:27 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-03-12 04:38:27 +0000 |
commit | 3371258a7996471fa99f1a5aa600902f34084d97 (patch) | |
tree | 137f270459766f73ef8816ec97ace7ee70224abd /config/locales/zh.yml | |
parent | 8ee4d5084df530b32218f8854570c417ce67386e (diff) | |
download | redmine-3371258a7996471fa99f1a5aa600902f34084d97.tar.gz redmine-3371258a7996471fa99f1a5aa600902f34084d97.zip |
Add error_can_not_delete_auth_source string to locales (#28000).
git-svn-id: http://svn.redmine.org/redmine/trunk@17233 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 00e57c4d0..8022dcc54 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1222,3 +1222,5 @@ zh: setting_timelog_accept_0_hours: 允许计入0小时工时 setting_timelog_max_hours_per_day: 每用户每天最大可计入工时上限 label_x_revisions: "%{count} 修订" + error_can_not_delete_auth_source: This authentication mode is in use and cannot be + deleted. |