Handy_Cao 5 ماه پیش
والد
کامیت
49fe2ac8fe

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

@@ -1545,7 +1545,8 @@
             "pleaseuploadthecardfrontphoto": "Please upload the front photo of the document",
             "pleaseselectthecardtype": "Please select document type",
             "openfailure": "Account opening failed, your age does not meet the requirements for opening an account",
-            "opensuccess": "Real-name authentication submission request successful"
+            "opensuccess": "Real-name authentication submission request successful",
+            "example": "Example"
         },
         "avater": {
             "title": "Profile picture",

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

@@ -1548,7 +1548,8 @@
             "pleaseuploadthecardfrontphoto": "กรุณาอัปโหลดภาพถ่ายด้านหน้าของเอกสาร",
             "pleaseselectthecardtype": "กรุณาเลือกประเภทเอกสาร",
             "openfailure": "การเปิดบัญชีล้มเหลว เนื่องจากอายุของคุณไม่ตรงตามเงื่อนไข",
-            "opensuccess": "ส่งคำขอยืนยันตัวตนสำเร็จ"
+            "opensuccess": "ส่งคำขอยืนยันตัวตนสำเร็จ",
+            "example": "ตัวอย่างการถ่ายภาพ"
         },
         "avater": {
             "title": "รูปโปรไฟล์",

+ 2 - 1
public/locales/vi-VN.json

@@ -1545,7 +1545,8 @@
             "pleaseuploadthecardfrontphoto": "Vui lòng tải lên ảnh mặt trước giấy tờ",
             "pleaseselectthecardtype": "Vui lòng chọn loại giấy tờ",
             "openfailure": "Mở tài khoản thất bại, tuổi của bạn không đáp ứng yêu cầu.",
-            "opensuccess": "Yêu cầu gửi xác thực danh tính thành công"
+            "opensuccess": "Yêu cầu gửi xác thực danh tính thành công",
+            "example": "Chụp ảnh ví dụ"
         },
         "avater": {
             "title": "Ảnh đại diện",

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

@@ -1548,7 +1548,8 @@
             "pleaseuploadthecardfrontphoto": "请上传证件正面照片",
             "pleaseselectthecardtype": "请选择证件类型",
             "openfailure": "开户失败,您的年龄不符合开户要求",
-            "opensuccess": "实名认证提交请求成功"
+            "opensuccess": "实名认证提交请求成功",
+            "example": "拍照示例"
         },
         "avater": {
             "title": "头像",

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

@@ -1548,7 +1548,8 @@
             "pleaseuploadthecardfrontphoto": "請上傳證件正面照片",
             "pleaseselectthecardtype": "請選擇證件類型",
             "openfailure": "開戶失敗,您的年齡不符合開戶要求",
-            "opensuccess": "實名認證提交請求成功"
+            "opensuccess": "實名認證提交請求成功",
+            "example": "拍照示例"
         },
         "avater": {
             "title": "頭像",

+ 1 - 1
src/packages/mobile/views/account/certification/Index.vue

@@ -70,7 +70,7 @@
         </Form>
         <div class="account-certification__example" v-if="showExample">
             <fieldset>
-                <legend>拍摄示例</legend>
+                <legend>{{ $t('user.register.example') }}</legend>
                 <img :src="exampleImage" />
             </fieldset>
         </div>