Handy_Cao 7 місяців тому
батько
коміт
1cceb12470

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

@@ -252,7 +252,7 @@
         }
     },
     "tss": {
-        "title": "Category",
+        "title": "Orders",
         "tips1": "Please enter search keywords",
         "subtitle1": "Full payment",
         "subtitle2": "Deposit"

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

@@ -252,7 +252,7 @@
         }
     },
     "tss": {
-        "title": "หมวดหมู่",
+        "title": "กำลังถือคำสั่ง",
         "tips1": "กรุณากรอกคำค้นหา",
         "subtitle1": "ชำระเต็มจำนวน",
         "subtitle2": "ชำระล่วงหน้า"

+ 1 - 1
oem/tss/locales/extras/vi-VN.json

@@ -252,7 +252,7 @@
         }
     },
     "tss": {
-        "title": "Phân loại",
+        "title": "Orders",
         "tips1": "Vui lòng nhập từ khóa tìm kiếm",
         "subtitle1": "Toàn bộ số tiền",
         "subtitle2": "Tiền đặt cọc"

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

@@ -252,7 +252,7 @@
         }
     },
     "tss": {
-        "title": "分类",
+        "title": "持有订单",
         "tips1": "请输入搜索关键词",
         "subtitle1": "全款",
         "subtitle2": "预付款"

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

@@ -252,7 +252,7 @@
         }
     },
     "tss": {
-        "title": "分類",
+        "title": "持有訂單",
         "tips1": "請輸入搜索關鍵詞",
         "subtitle1": "全款",
         "subtitle2": "預付款"

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

@@ -147,7 +147,7 @@ const formRules = computed(() => {
         }],
         MobilePhone: [{
             required: true,
-            message: '请输入手机号码',
+            message: t('banksign.Pleaseenteryourmobilephonenumber'),
             validator: (rule, value, callback) => {
                 /// 值为”0“ 时 只校验长度20位,不限字符
                 if (system_1010.value === '0') {