From c54f83d92d1ecb788b00366fb14a2987641fcc29 Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 15 Jan 2026 04:48:10 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E6=96=87=E6=9C=AC=E5=88=B0?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E6=94=AF=E6=8C=81=E7=9A=84=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=92=8C=E6=B3=A8=E5=86=8C=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 1 + src/locales/en-US.json | 1 + src/locales/zh-CN.json | 1 + src/locales/zh-HK.json | 1 + 4 files changed, 4 insertions(+) diff --git a/src/locales/ar.json b/src/locales/ar.json index c06a074..974d57e 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -655,6 +655,7 @@ "phone": "الهاتف", "selectCountryCode": "اختر البلد/المنطقة", "enterEmail": "أدخل البريد الإلكتروني", + "enterPassword": "أدخل كلمة المرور", "enterCode": "أدخل الرمز", "enterOtp": "أدخل الرمز", "getCode": "الحصول على الرمز", diff --git a/src/locales/en-US.json b/src/locales/en-US.json index d2f54bf..affd23a 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -655,6 +655,7 @@ "phone": "Phone", "selectCountryCode": "Select Country/Region", "enterEmail": "Enter email", + "enterPassword": "Enter password", "enterCode": "Enter code", "enterOtp": "Enter code", "getCode": "Get Code", diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index e5aaa0a..94ed5a2 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -655,6 +655,7 @@ "phone": "手机号", "selectCountryCode": "选择国家/地区", "enterEmail": "请输入邮箱", + "enterPassword": "请输入密码", "enterCode": "请输入验证码", "enterOtp": "请输入验证码", "getCode": "获取验证码", diff --git a/src/locales/zh-HK.json b/src/locales/zh-HK.json index b2a673c..f251380 100644 --- a/src/locales/zh-HK.json +++ b/src/locales/zh-HK.json @@ -655,6 +655,7 @@ "phone": "手機號", "selectCountryCode": "選擇國家/地區", "enterEmail": "請輸入郵箱", + "enterPassword": "請輸入密碼", "enterCode": "請輸入驗證碼", "enterOtp": "請輸入驗證碼", "getCode": "獲取驗證碼",