Handy_Cao 1 tahun lalu
induk
melakukan
0e4d75d7a3

+ 1 - 1
oem/tss/locales/extras/en-US.json

@@ -1,6 +1,6 @@
 {
     "app": {
-        "name": "THAI EX",
+        "name": "TCE",
         "slogan": "Digital Trading Platform\r\nModern Integrated Services"
     }
 }

+ 2 - 2
oem/tss/locales/extras/th-TH.json

@@ -1,6 +1,6 @@
 {
     "app": {
-        "name": "หลายศตวรรษ",
-        "slogan": "แพลตฟอร์มการเทรดแบบดิจิทัล\r\nบริการ ที่ทันสมัย และทันสมัย"
+        "name": "TCE",
+        "slogan": "แพลตฟอร์มการซื้อขายดิจิทัล\r\nบริการครบวงจรที่ทันสมัย"
     }
 }

+ 1 - 1
oem/tss/locales/extras/zh-CN.json

@@ -1,6 +1,6 @@
 {
     "app": {
-        "name": "泰商所",
+        "name": "TCE",
         "slogan": "数字化交易平台\r\n现代化综合服务"
     }
 }

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

@@ -1156,9 +1156,9 @@
             "tipssetting": "Tips Settings",
             "others": "Others",
             "language": "Language",
-            "chinese": "Chinese",
+            "chinese": "简体中文",
             "english": "English",
-            "enth": "Thai",
+            "enth": "ภาษาไทย",
             "orderBuyOrSell": "OrderBuyOrSell",
             "orderQtyIsEmpty": "OrderQtyIsEmpty",
             "priceFocusType": "PriceFocusType",
@@ -1222,6 +1222,8 @@
         "tips5": "Do you want to quit the current account?",
         "tips6": "Mobile phone number more than 20 digits",
         "tips7": "Not Bank Sign",
+        "tips8": "Real name authentication is under review, temporarily can not be signed request operation!",
+        "tips9": "Please send a letter to the settlement center to modify the information before modifying, otherwise it will affect the deposit and withdrawal of funds.",
         "search": {
             "title": "Search BranchBank",
             "Pleaseenterbranchbankname": "Please enter branch bank name",

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

@@ -1160,8 +1160,8 @@
             "tipssetting": "ตั้งค่าคำแนะนำ",
             "others": "ตั้งค่าอื่น ๆ",
             "language": "ตั้งค่าภาษา",
-            "chinese": "จีนย่อ",
-            "english": "ภาษาอังกฤษ",
+            "chinese": "简体中文",
+            "english": "English",
             "enth": "ภาษาไทย",
             "orderBuyOrSell": "ทิศทางปริยายของการขาย",
             "orderQtyIsEmpty": "ล้างจำนวนเงินหลังจากสั่งซื้อ",
@@ -1226,6 +1226,8 @@
         "tips5": "จะออกจากบัญชีปัจจุบัน หรือไม่?",
         "tips6": "หมายเลขโทรศัพท์มากกว่า 20 หลัก",
         "tips7": "ไม่เซ็น",
+        "tips8": "กำลังถูกตรวจสอบ และไม่สามารถดำเนินการขออนุญาตดำเนินการได้!",
+        "tips9": "โปรดส่งจดหมายไป ที่ศูนย์แห่งการชำระบัญชีก่อนแล้วค่อยแก้ไขข้อมูลไม่ เช่น นั้น จะมีผลต่อทองคำออกมา",
         "search": {
             "title": "ตรวจสอบแถว",
             "Pleaseenterbranchbankname": "โปรดป้อนชื่อของแถว",

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

@@ -1161,8 +1161,8 @@
             "others": "其他设置",
             "language": "语言设置",
             "chinese": "简体中文",
-            "english": "英文",
-            "enth": "泰语",
+            "english": "English",
+            "enth": "ภาษาไทย",
             "orderBuyOrSell": "默认买卖方向",
             "orderQtyIsEmpty": "下单后清空数量",
             "priceFocusType": "下单价格类型",
@@ -1226,6 +1226,8 @@
         "tips5": "是否退出当前账号?",
         "tips6": "手机号码超过20位",
         "tips7": "未签约",
+        "tips8": "实名认证正在审核中,暂不能进行签约请求操作!",
+        "tips9": "请先发函到结算中心修改信息后再修改,否则将会影响入金、出金。",
         "search": {
             "title": "查询支行",
             "Pleaseenterbranchbankname": "请输入支行名称",

+ 1 - 1
src/packages/pc/views/account/sign/index.vue

@@ -135,7 +135,7 @@ const { componentRef, componentId, openComponent, closeComponent } = useComponen
 const showComponent = ((componentName: string) => {
     /// 认证请求中 不能操作
     if (authStatus.value === AuthStatus.Submitted) {
-        ElMessage.error('实名认证正在审核中,暂不能进行签约请求操作!')
+        ElMessage.error(t('banksign.tips8'))
         return
     }
     openComponent(componentName)