diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-17 20:42:27 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-17 20:42:27 +0000 |
commit | 3719eb32f44681987df6bd55c9ca1888190daecb (patch) | |
tree | 9555964c5972c62f7f67dca984edcbc2313e4278 /config/locales/zh-TW.yml | |
parent | 9e8a7abddbf3b5c6cff511ca0d81e1222cc15ded (diff) | |
download | redmine-3719eb32f44681987df6bd55c9ca1888190daecb.tar.gz redmine-3719eb32f44681987df6bd55c9ca1888190daecb.zip |
Update locales (#36891).
git-svn-id: https://svn.redmine.org/redmine/trunk@21590 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r-- | config/locales/zh-TW.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index d4e9556a4..e3321c254 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1470,3 +1470,8 @@ 但此設定會要求具有管理員權限的用戶, 在他們下次登入系統的時候, 必須設置雙因素驗證. label_auto_watch_on: 自動監看 label_auto_watch_on_issue_contributed_to: 我有提供貢獻的議題 + text_project_close_confirmation: Are you sure you want to close the '%{value}' project + to make it read-only? + text_project_reopen_confirmation: Are you sure you want to reopen the '%{value}' project? + text_project_archive_confirmation: Are you sure you want to archive the '%{value}' + project? |