From e47e2d63d13babaa380939f89f0b02028cebc19e Mon Sep 17 00:00:00 2001 From: John Bro <42930107+john1298308460@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:13:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=9B=9E=E9=80=80=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=20(#4723)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: zhoujunhong <1298308460@qq.com> --- frontend/src/lang/modules/en.ts | 4 ++ frontend/src/lang/modules/tw.ts | 4 ++ frontend/src/lang/modules/zh.ts | 4 ++ .../src/views/host/file-management/index.vue | 55 +++++++++++++++++-- 4 files changed, 63 insertions(+), 4 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index a47646532..ceacf5601 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1155,6 +1155,10 @@ const message = { clashDitNotSupport: 'File names are prohibited from containing .1panel_clash', clashDeleteAlert: 'The Recycle Bin folder cannot be deleted', clashOpenAlert: 'Please click the [Recycle Bin] button to open the recycle bin directory', + right: 'Forward', + back: 'Back', + top: 'Go Back', + refresh: 'Refresh', }, ssh: { autoStart: 'Auto Start', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 6e6987084..1d6229689 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1099,6 +1099,10 @@ const message = { clashDitNotSupport: '檔名禁止包含 .1panel_clash', clashDleteAlert: '回收站資料夾不能刪除', clashOpenAlert: '回收站目錄請點選【回收站】按鈕開啟', + right: '前進', + back: '後退', + top: '返回上一層', + refresh: '重新整理', }, ssh: { autoStart: '開機自啟', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index d082f39f1..0ded33ed9 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1100,6 +1100,10 @@ const message = { clashDitNotSupport: '文件名禁止包含 .1panel_clash', clashDleteAlert: '回收站文件夹不能删除', clashOpenAlert: '回收站目录请点击【回收站】按钮打开', + right: '前进', + back: '后退', + top: '返回上一级', + refresh: '刷新', }, ssh: { autoStart: '开机自启', diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index d6252c957..e11163ee9 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -2,8 +2,18 @@