From c9932f982f2edaa8801dedaab2a52c35156427d0 Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:50:38 -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 4eebba2e0..19be04308 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": "重置密碼", - "DESCRIPTION": "輸入您用來登入到Chatwoot 的電子郵件地址,獲取密碼重置說明。", - "GO_BACK_TO_LOGIN": "回到登入頁面", + "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,", "EMAIL": { - "LABEL": "電子郵件", + "LABEL": "Email", "PLACEHOLDER": "請輸入您的電子信箱.", "ERROR": "請輸入一個有效的電子信箱." }, "API": { "SUCCESS_MESSAGE": "密碼重置連結已發送到您的電子信箱.", - "ERROR_MESSAGE": "無法連線 Woot 伺服器,請稍後再試。" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "送出" }