diff options
author | Go MAEDA <maeda@farend.jp> | 2021-01-24 05:41:40 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-01-24 05:41:40 +0000 |
commit | 1fd6805940699dfa8805b5f7636f85074d97adfb (patch) | |
tree | cf1f89c074a268a71728fe9867372329d7313a12 /config/locales/zh.yml | |
parent | 091dd36accf8cb26b66a1307bd0899b3ca1e3c33 (diff) | |
download | redmine-1fd6805940699dfa8805b5f7636f85074d97adfb.tar.gz redmine-1fd6805940699dfa8805b5f7636f85074d97adfb.zip |
Update locales (#33329).
git-svn-id: http://svn.redmine.org/redmine/trunk@20726 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 2f6f70598..2729e6c10 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1357,3 +1357,5 @@ zh: text_user_destroy_confirmation: 您是否确定要删除这个用户并且移除该用户所有的参照? 这是无法被复原的动作。通常锁定一个用户是比较好的方案,而非将用户删除。若要确认,请在下面输入用户的帐号名称 (%{login})。 text_project_destroy_enter_identifier: 若要确认, 请在下面输入项目的标识 (%{identifier})。 button_add_subtask: 新建子任务 + notice_invalid_watcher: 'Invalid watcher: User will not receive any notifications + because it does not have access to view this object.' |