diff options
author | Go MAEDA <maeda@farend.jp> | 2021-10-20 08:05:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-10-20 08:05:50 +0000 |
commit | 0b90b23a41168f98b6ab936a9e18f1c7e56ad3db (patch) | |
tree | 08562c1343d3df144b97f7174cf93e021ff94ed4 /config/locales/zh-TW.yml | |
parent | ac8aa6b1f3284db66cece5e7338f22c45ce8fb22 (diff) | |
download | redmine-0b90b23a41168f98b6ab936a9e18f1c7e56ad3db.tar.gz redmine-0b90b23a41168f98b6ab936a9e18f1c7e56ad3db.zip |
Update locales (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21249 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r-- | config/locales/zh-TW.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 181f5fe07..aee65ee2f 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1462,3 +1462,5 @@ button_save_object: 儲存 %{object_name} button_edit_object: 編輯 %{object_name} button_delete_object: 刪除 %{object_name} + text_setting_config_change: You can configure the behaviour in config/configuration.yml. + Please restart the application after editing it. |