diff options
author | Go MAEDA <maeda@farend.jp> | 2019-09-26 03:20:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-09-26 03:20:15 +0000 |
commit | 0dd8925699c5b4337565d771976ea49c6335cfd0 (patch) | |
tree | 5c998ae52f0d1c504fc443503b26845b5a9ced5d /config/locales | |
parent | 612221d36aa44fc2955b17c83ea91881f57ec7ee (diff) | |
download | redmine-0dd8925699c5b4337565d771976ea49c6335cfd0.tar.gz redmine-0dd8925699c5b4337565d771976ea49c6335cfd0.zip |
Traditional Chinese translation update (#32143).
Patch by ChunChang Lo.
git-svn-id: http://svn.redmine.org/redmine/trunk@18540 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/zh-TW.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 90f9333b7..823504b88 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1362,5 +1362,5 @@ label_password_char_class_digits: 數字 label_password_char_class_special_chars: 特殊字元 text_characters_must_contain: 必須包含 %{character_classes}. - label_starts_with: starts with - label_ends_with: ends with + label_starts_with: 開頭是 + label_ends_with: 結尾是 |