From 88840cf88ec7657395d931a1a9f50507cca042dd Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 6 Dec 2023 10:49:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20UDM=E5=A4=9A=E8=AF=AD=E8=A8=80-?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 6 +++--- src/i18n/locales/zh-CN.ts | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index f326ee29..86b4bc47 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -477,7 +477,7 @@ export default { import: 'Import', loadDataConfirm: 'Are you sure you want to reload the data?', loadData: 'Load Data', - loadDataTip: 'Successfully fetched updated data: {num} entries, the system is internally updating the data. You can click reset to refresh the data list after the loading is finished, please don it repeat click to get update!!!!', + loadDataTip: 'Successfully fetched load data: {num} entries, the system is internally updating the data. You can click reset to refresh the data list after the loading is finished, please don it repeat click to get update!!!!', startIMSI: 'Start IMSI', batchAddText: 'Batch Add', batchDelText: 'Batch Delete', @@ -500,8 +500,8 @@ export default { exportConfirm: 'Are you sure to export all signed user data?', import: 'Import', loadDataConfirm: 'Are you sure you want to reload the data?', - loadData: 'Updated Data', - loadDataTip: 'Successfully fetched updated data: {num} entries, the system is internally updating the data. You can click reset to refresh the data list after the loading is finished, please don it repeat click to get update!!!!', + loadData: 'Load Data', + loadDataTip: 'Successfully fetched load data: {num} entries, the system is internally updating the data. You can click reset to refresh the data list after the loading is finished, please don it repeat click to get update!!!!', numAdd: 'Number of releases', numDel: 'Number of deleted', batchAddText: 'Batch Add', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 7d385c9e..9804635d 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -476,8 +476,8 @@ export default { exportConfirm: '确认导出全部鉴权用户数据吗?', import: '导入', loadDataConfirm: '确认要重新加载数据吗?', - loadData: '更新数据', - loadDataTip: '成功获取更新数据:{num}条,系统内部正在进行数据更新。加载结束后可点击重置刷新数据列表,请勿重复点击获取更新!!!', + loadData: '加载数据', + loadDataTip: '成功获取加载数据:{num}条,系统内部正在进行数据更新。加载结束后可点击重置刷新数据列表,请勿重复点击获取更新!!!', startIMSI: '起始IMSI', batchAddText: '批量新增', batchDelText: '批量删除', @@ -500,8 +500,8 @@ export default { exportConfirm: '确认导出全部签约用户数据吗?', import: '导入', loadDataConfirm: '确认要重新加载数据吗?', - loadData: '更新数据', - loadDataTip: '成功获取更新数据:{num}条,系统内部正在进行数据更新。加载结束后可点击重置刷新数据列表,请勿重复点击获取更新!!!', + loadData: '加载数据', + loadDataTip: '成功获取加载数据:{num}条,系统内部正在进行数据更新。加载结束后可点击重置刷新数据列表,请勿重复点击获取更新!!!', numAdd: '放号个数', numDel: '删除个数', batchAddText: '批量新增',