Handy_Cao 1 年之前
父节点
当前提交
31e2e9cc56

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

@@ -129,7 +129,8 @@
         "openall": "Open All",
         "modifyavatar": "Modify Avatar",
         "agree": "Agree",
-        "giveup": "Give Up"
+        "giveup": "Give Up",
+        "One-click": "One-Click"
     },
     "chart": {
         "time": "Time",

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

@@ -130,7 +130,8 @@
         "openall": "ขยายทั้งหมด",
         "modifyavatar": "เปลี่ยนรูปโปรไฟล์",
         "agree": "เห็นด้วย",
-        "giveup": "ยอมแพ้ซะ"
+        "giveup": "ยอมแพ้ซะ",
+        "One-click": "คลิกเดียว"
     },
     "chart": {
         "time": "แบ่งเวลา",

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

@@ -130,7 +130,8 @@
         "openall": "全部展开",
         "modifyavatar": "修改头像",
         "agree": "同意",
-        "giveup": "放弃"
+        "giveup": "放弃",
+        "One-click": "一键退订"
     },
     "chart": {
         "time": "分时",

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

@@ -130,7 +130,8 @@
         "openall": "全部展開",
         "modifyavatar": "修改頭像",
         "agree": "同意",
-        "giveup": "放棄"
+        "giveup": "放棄",
+        "One-click": "一鍵退訂"
     },
     "chart": {
         "time": "分時",

+ 1 - 1
src/packages/pc/views/footer/pricing/detail2/index.vue

@@ -3,7 +3,7 @@
     <app-table-v2 :data="sbyjOrderStore.orderComputedList" :columns="tableColumns">
         <template #headerRight>
             <div class="buttonbar" v-if="sbyjOrderStore.orderComputedList.length">
-                <el-button type="primary" size="small" @click="openComponent('clear')">一键退订</el-button>
+                <el-button type="primary" size="small" @click="openComponent('clear')">{{ t('operation.One-click') }}</el-button>
             </div>
         </template>
         <template #footer>