From 09e2996d45fbf39d7bad46835420c9d5c928483d Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 18 Nov 2024 16:54:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E5=A2=9E=E5=8A=A0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=89=93=E5=BC=80=E6=96=B9=E5=BC=8F=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/tw.ts | 3 ++- core/core-frontend/src/locales/zh-CN.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index a32bd0d644..589fe44d3b 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -3065,7 +3065,8 @@ export default { defaultLogin: '默認登錄方式', shareDisable: '禁用分享', sharePeRequire: '分享有效期密碼必填', - defaultSort: '資源默認排序方式' + defaultSort: '資源默認排序方式', + defaultOpen: '頁面打開方式' }, resource_sort: { time_asc: '按創建時間升序', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index ac1cc7fe22..d4976659d7 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -3077,7 +3077,8 @@ export default { defaultLogin: '默认登录方式', shareDisable: '禁用分享', sharePeRequire: '分享有效期密码必填', - defaultSort: '资源默认排序方式' + defaultSort: '资源默认排序方式', + defaultOpen: '页面打开方式' }, resource_sort: { time_asc: '按创建时间升序',