From a2980686c0c0490425e3a647bac274530660cbc7 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 18 Sep 2023 15:07:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A1=A5=E5=85=85=E5=A4=87=E4=BB=BD?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 19 +++++++++++++---- src/i18n/locales/zh-CN.ts | 45 +++++++++++++++++++++++++-------------- 2 files changed, 44 insertions(+), 20 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index f8e81aac..eaee9b53 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -11,6 +11,7 @@ export default { tipTitle: 'Prompt', msgSuccess: 'Success {msg}', errorFields: 'Please fill in the required information in {num} correctly!', + tablePaginationTotal: 'A total of {total} items', ok: "Ok", cancel: "Cancel", search: "Search", @@ -18,6 +19,7 @@ export default { addText: 'Add', editText: 'Edit', deleteText: 'Delete', + downloadText: 'Download', searchBarText: 'Search bar', reloadText: 'Refresh', sizeText: 'Density', @@ -34,6 +36,8 @@ export default { launch: 'Launch', fold: 'Fold', }, + rowId:"RowID", + operate: "Operate", }, // 全局页脚 @@ -45,12 +49,10 @@ export default { // 校验 valid: { - userNameReg: - 'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits.', + userNameReg: 'The account cannot start with a number and can contain uppercase and lowercase letters, numbers, and no less than 5 digits.', userNamePlease: 'Please enter the correct login account', userNameHit: 'Login account', - passwordReg: - 'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits.', + passwordReg: 'The password should contain at least uppercase and lowercase letters, numbers, special symbols, and no less than 6 digits.', passwordPlease: 'Please enter the correct login password', passwordHit: 'Login password', passwordConfirmHit: 'Confirm login password', @@ -96,5 +98,14 @@ export default { tipContent: 'Congratulations, {username} account registration succeeded!', tipBtn: 'Go to login', }, + configManage: { + backupManage: { + neTypePlease: 'Query network element type', + neType: 'Type', + neID: 'Identifying', + fileName: 'FileName', + createAt: 'CreateAt', + }, + }, }, }; diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 42df0a22..c78b9a0e 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -11,13 +11,15 @@ export default { tipTitle: '提示', msgSuccess: '成功 {msg}', errorFields: '请正确填写 {num} 处必填信息!', - ok: "确定", - cancel: "取消", - search: "搜索", - reset: "重置", + tablePaginationTotal: '总共 {total} 条', + ok: '确定', + cancel: '取消', + search: '搜索', + reset: '重置', addText: '新增', editText: '编辑', deleteText: '删除', + downloadText: '下载', searchBarText: '搜索栏', reloadText: '刷新', sizeText: '密度', @@ -34,6 +36,8 @@ export default { launch: '展开', fold: '折叠', }, + rowId: '记录编号', + operate: '操作', }, // 全局页脚 @@ -63,18 +67,18 @@ export default { // 页面 views: { - index:{ - hostName:"主机名", - osInfo:"操作系统信息", - dbInfo:"数据库信息", - ipAddress:"IP地址", - port:"端口", - version: "软件版本", - cpuUse: "CPU利用率", - memoryUse:"内存使用", - capability:"用户容量" , - serialNum: "序列号", - expiryDate:"许可证到期日期", + index: { + hostName: '主机名', + osInfo: '操作系统信息', + dbInfo: '数据库信息', + ipAddress: 'IP地址', + port: '端口', + version: '软件版本', + cpuUse: 'CPU利用率', + memoryUse: '内存使用', + capability: '用户容量', + serialNum: '序列号', + expiryDate: '许可证到期日期', }, login: { tabPane1: '账号密码登录', @@ -94,5 +98,14 @@ export default { tipContent: '恭喜您,{username} 账号注册成功!', tipBtn: '前往登录', }, + configManage: { + backupManage: { + neTypePlease: '查询网元类型', + neType: '网元类型', + neID: '网元内部标识', + fileName: '文件名', + createAt: '创建时间', + }, + }, }, };