From 9d4a201c7f04c679d694f87ddbbfa14572adc2bd Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:52:26 -0700 Subject: [PATCH] New translations resetpassword.json (Chinese Traditional) [ci skip] --- .../dashboard/i18n/locale/zh_TW/resetPassword.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json b/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json index 19be04308..4eebba2e0 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json @@ -1,16 +1,16 @@ { "RESET_PASSWORD": { - "TITLE": "Reset password", - "DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.", - "GO_BACK_TO_LOGIN": "If you want to go back to the login page,", + "TITLE": "重置密碼", + "DESCRIPTION": "輸入您用來登入到Chatwoot 的電子郵件地址,獲取密碼重置說明。", + "GO_BACK_TO_LOGIN": "回到登入頁面", "EMAIL": { - "LABEL": "Email", + "LABEL": "電子郵件", "PLACEHOLDER": "請輸入您的電子信箱.", "ERROR": "請輸入一個有效的電子信箱." }, "API": { "SUCCESS_MESSAGE": "密碼重置連結已發送到您的電子信箱.", - "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." + "ERROR_MESSAGE": "無法連線 Woot 伺服器,請稍後再試。" }, "SUBMIT": "送出" }