Handy_Cao 9 bulan lalu
induk
melakukan
86db6cdddc

+ 2 - 1
public/locales/en-US.json

@@ -1459,7 +1459,8 @@
             "tips7": "Sending failed",
             "tips8": "Your account has been successfully registered.",
             "tips9": "Registering...",
-            "tips10": "Please agree to the registration terms first"
+            "tips10": "Please agree to the registration terms first",
+            "tips11": "Your registration application has been submitted!"
         },
         "password": {
             "title": "Change Pwd",

+ 2 - 1
public/locales/th-TH.json

@@ -1462,7 +1462,8 @@
             "tips7": "การส่งล้มเหลว",
             "tips8": "บัญชีของคุณลงทะเบียนสำเร็จแล้ว",
             "tips9": "กำลังลงทะเบียน...",
-            "tips10": "กรุณายอมรับเงื่อนไขการลงทะเบียนก่อน"
+            "tips10": "กรุณายอมรับเงื่อนไขการลงทะเบียนก่อน",
+            "tips11": "ใบสมัครของคุณได้ส่งแล้ว!"
         },
         "password": {
             "title": "เปลี่ยนรหัสผ่าน",

+ 2 - 1
public/locales/zh-CN.json

@@ -1462,7 +1462,8 @@
             "tips7": "发送失败",
             "tips8": "您的账号已成功注册。",
             "tips9": "正在注册...",
-            "tips10": "请先同意注册条款"
+            "tips10": "请先同意注册条款",
+            "tips11": "您的注册申请已提交!"
         },
         "password": {
             "title": "修改密码",

+ 2 - 1
public/locales/zh-TW.json

@@ -1462,7 +1462,8 @@
             "tips7": "發送失敗",
             "tips8": "您的賬號已成功註冊。",
             "tips9": "正在註冊...",
-            "tips10": "請先同意註冊條款"
+            "tips10": "請先同意註冊條款",
+            "tips11": "您的註冊申請已提交!"
         },
         "password": {
             "title": "修改密碼",

+ 1 - 1
src/packages/mobile/views/user/register/Index.vue

@@ -300,7 +300,7 @@ const formSubmit = () => {
               })
             }, 3000)
           } else {
-            showSuccessToast('您的注册申请已提交!')
+            showSuccessToast(t('user.register.tips11'))
           }
         } else {
           const msg = errorInfoStore.getErrorInfoByCode(res.message)