From ee889320351e82ea3e50c261da91e9d62c276930 Mon Sep 17 00:00:00 2001 From: fangxiang Date: Tue, 21 Jun 2022 18:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E5=99=A8=E6=8C=89=E9=92=AE=E6=97=B6?= =?UTF-8?q?=E4=BC=9A=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileManageDialog.vue | 21 ++++++++++++++++----- src/i18n/zh-CN/index.ts | 1 + 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/components/FileManageDialog.vue b/src/components/FileManageDialog.vue index 869aac1..2b21260 100644 --- a/src/components/FileManageDialog.vue +++ b/src/components/FileManageDialog.vue @@ -225,28 +225,40 @@
- + {{ $t("rename") }} {{ $t("click") }}{{ $t("rename") }}      - + {{ $t("_copy2") }} {{ $t("click") }}{{ $t("_copy2") }}      - + {{ $t("_cut2") }} {{ $t("click") }}{{ $t("_cut2") }}      - + {{ $t("delete") }} {{ $t("click") }}{{ $t("delete") }} @@ -834,7 +846,6 @@ export default defineComponent({ } else { uploader_accept.value = filter.replace(/;/g, ","); } - console.log(filter); } refresh_usb_devices(); diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index f46d900..3e7a568 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -584,4 +584,5 @@ export default { "请在开启Cookie功能后刷新该页面", "load file error": "文件加载错误", "time format error": "时间格式错误", + "input new file name": "输入新文件名", };