From 0c71fc7a06b8d4ce93639f5b3211f0f6cf4357da Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 13 Nov 2025 09:22:49 +0000 Subject: [PATCH] Update Traditional Chinese translation for Markdown alert titles in 6.1-stable (#43379, #43471). Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24147 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/zh-TW.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 957c82a1b..7cb3d3d73 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1547,8 +1547,8 @@ label_position: 位置 label_message: 訊息 twofa_already_setup: 雙因素驗證已啟用 - label_alert_note: Note - label_alert_tip: Tip - label_alert_warning: Warning - label_alert_caution: Caution - label_alert_important: Important + label_alert_note: 提醒 + label_alert_tip: 提示 + label_alert_warning: 警告 + label_alert_caution: 注意 + label_alert_important: 重要