From 0c9c2af083e511a232683668428796109af5bdd6 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 15 Dec 2023 11:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8A=E6=88=90=E5=93=81=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 21 ++++++++- locale/id.json | 21 ++++++++- locale/zh-Hans.json | 21 ++++++++- pages/WarehouseManage/SemifinishedInStore.vue | 44 +++++++++---------- 4 files changed, 82 insertions(+), 25 deletions(-) diff --git a/locale/en.json b/locale/en.json index a4c0be9..8b1b5f0 100644 --- a/locale/en.json +++ b/locale/en.json @@ -2,8 +2,11 @@ "utils.loading": "Loading...", "uni.dataSelect.placeholder": "Please select", "uni.dataSelect.emptyTips": "No options available", + "utils.read-more": "Read more", + "utils.no-more": "No more", "button.confirm": "OK", "button.search": "Query", + "button.receipt-confirmation": "Receipt confirmation", "login.username": "User name", "login.password": "Password", "login.remember": "Remember username", @@ -60,5 +63,21 @@ "menu.customer-label-printing": "Customer label printing", "menu.scheduling-management": "Scheduling management", "menu.task-management": "Task management", - "menu.rgv-status-query": "RGV status query" + "menu.rgv-status-query": "RGV status query", + "filter.area": "Area", + "filter.point": "Point", + "filter.mother-roll": "Mother roll", + "filter.state": "State", + "grid.work-order-number": "Work order number", + "grid.mother-roll-number": "Mother roll number", + "grid.start-time": "Start time", + "grid.end-time": "End time", + "grid.machine-code": "Machine code", + "grid.point-code": "Point code", + "grid.product-code": "Product code", + "grid.theoretical-length": "Theoretical length", + "grid.total-weight": "Total weight", + "grid.car-number": "Car number", + "grid.production-area": "Production area", + "grid.update-time": "Update time" } \ No newline at end of file diff --git a/locale/id.json b/locale/id.json index 65b0fad..3ad69ca 100644 --- a/locale/id.json +++ b/locale/id.json @@ -2,8 +2,11 @@ "utils.loading": "Memuatkan...", "uni.dataSelect.placeholder": "Silakan pilih", "uni.dataSelect.emptyTips": "Tidak ada pilihan tersedia", + "utils.read-more": "Lihat lebih", + "utils.no-more": "Tidak lagi", "button.confirm": "OK", "button.search": "pertanyaan", + "button.receipt-confirmation": "Konfirmasi penerimaan", "login.username": "Nama pengguna", "login.password": "Sandi", "login.remember": "Ingat nama pengguna", @@ -60,5 +63,21 @@ "menu.customer-label-printing": "Cetakan label pelanggan", "menu.scheduling-management": "Manajemen jadwal", "menu.task-management": "Manajemen tugas", - "menu.rgv-status-query": "Pertanyaan status RGV" + "menu.rgv-status-query": "Pertanyaan status RGV", + "filter.area": "Daerah", + "filter.point": "Posisi titik", + "filter.mother-roll": "Mother roll", + "filter.state": "Keadaan", + "grid.work-order-number": "Nomor urutan kerja", + "grid.mother-roll-number": "Nomor Roll Ibu", + "grid.start-time": "Waktu awal", + "grid.end-time": "Waktu akhir", + "grid.machine-code": "Koding mesin", + "grid.point-code": "Kode titik", + "grid.product-code": "Kode produk", + "grid.theoretical-length": "Panjang teori", + "grid.total-weight": "Total berat", + "grid.car-number": "Nomor mobil", + "grid.production-area": "Area produksi", + "grid.update-time": "Waktu kemaskini" } \ No newline at end of file diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 9418b0a..4938d6b 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -2,8 +2,11 @@ "utils.loading": "加载中...", "uni.dataSelect.placeholder": "请选择", "uni.dataSelect.emptyTips": "无选项", + "utils.read-more": "查看更多", + "utils.no-more": "没有更多", "button.confirm": "确定", "button.search": "查询", + "button.receipt-confirmation": "确认入库", "login.username": "用户名", "login.password": "密码", "login.remember": "记住用户名", @@ -60,5 +63,21 @@ "menu.customer-label-printing": "客户标签打印", "menu.scheduling-management": "调度管理", "menu.task-management": "任务管理", - "menu.rgv-status-query": "RGV状态查询" + "menu.rgv-status-query": "RGV状态查询", + "filter.area": "区域", + "filter.point": "点位", + "filter.mother-roll": "母卷", + "filter.state": "状态", + "grid.work-order-number": "工单号", + "grid.mother-roll-number": "母卷号", + "grid.start-time": "开始时间", + "grid.end-time": "结束时间", + "grid.machine-code": "机台编码", + "grid.point-code": "点位编码", + "grid.product-code": "产品编码", + "grid.theoretical-length": "理论长度", + "grid.total-weight": "总重量", + "grid.car-number": "车号", + "grid.production-area": "生产区域", + "grid.update-time": "更新时间" } \ No newline at end of file diff --git a/pages/WarehouseManage/SemifinishedInStore.vue b/pages/WarehouseManage/SemifinishedInStore.vue index 3ca76de..3035d59 100644 --- a/pages/WarehouseManage/SemifinishedInStore.vue +++ b/pages/WarehouseManage/SemifinishedInStore.vue @@ -1,11 +1,11 @@ @@ -99,9 +99,9 @@ reload: false, status: 'more', contentText: { - contentdown: '查看更多', - contentrefresh: '加载中', - contentnomore: '没有更多' + contentdown: this.$t('utils.read-more'), + contentrefresh: this.$t('utils.loading'), + contentnomore: this.$t('utils.no-more') }, totalCount: 0, pageNum: 1,