From 128bdf5a16da54c681e980a1d8d8271bf4ca8403 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Tue, 4 Nov 2025 14:20:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=A1=A3=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=99=A8i18n=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/shared/FilePreviewer.vue | 6 +++--- i18n/locales/en.json | 1 + i18n/locales/zh.json | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/shared/FilePreviewer.vue b/app/components/shared/FilePreviewer.vue index fded256..e3eaf3a 100644 --- a/app/components/shared/FilePreviewer.vue +++ b/app/components/shared/FilePreviewer.vue @@ -21,7 +21,7 @@ :disabled="!fileMeta" @click="openInNewTab" > - 在新标签打开 + {{ $t('document-action.open-in-new-tab') }} @@ -37,7 +37,7 @@
- 正在加载... + {{ $t('loading') }}