From 8288184f1535d7f1b38a6c2e35e430c015fb9781 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 20 Dec 2023 09:45:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= =?UTF-8?q?tab/expend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/i18n/locales/en-US.ts | 12 ++++++------ src/i18n/locales/zh-CN.ts | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.env.production b/.env.production index 9eb991df..171aa161 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.231215.9" +VITE_APP_VERSION = "2.231220.9" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 9e866080..e2d04b13 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -49,7 +49,7 @@ export default { hide: 'Hidden', open: 'Open', shut: 'Shut', - launch: 'Launch', + launch: 'Expend', fold: 'Fold', }, rowId: 'ID', @@ -170,11 +170,11 @@ export default { settings: "Settings", }, tabs: { - reload: "Refresh current", + reload: "Refresh current Tab", more: "More Options", - closeCurrent: "Close Current", - closeOther: "Close Other", - closeAll: "Close All", + closeCurrent: "Close Current Tab", + closeOther: "Close Other Tab", + closeAll: "Close All Tab", } }, @@ -464,7 +464,7 @@ export default { editOkTip: "Confirm updating the value of this {num} attribute?", updateItemTip: "Confirm updating the data item with Index [{num}]?", delItemTip: "Confirm deleting the data item with Index [{num}]?", - arrayMore: "commence", + arrayMore: "expend", }, }, neUser: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index a0179878..72913952 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -170,11 +170,11 @@ export default { settings: "个人设置", }, tabs: { - reload: "刷新当前", + reload: "刷新当前标签", more: "更多选项", - closeCurrent: "关闭当前", - closeOther: "关闭其他", - closeAll: "关闭全部", + closeCurrent: "关闭当前标签", + closeOther: "关闭其他标签", + closeAll: "关闭全部标签", } }, From 728d4b00d819fcf55791e9b11c0cbbb70393ad70 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 20 Dec 2023 10:08:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=20reload=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index e2d04b13..c26fdad2 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -170,7 +170,7 @@ export default { settings: "Settings", }, tabs: { - reload: "Refresh current Tab", + reload: "Refresh Current Tab", more: "More Options", closeCurrent: "Close Current Tab", closeOther: "Close Other Tab",