From 6541683bd83f1d96b51a6db644580ce43420cf39 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Wed, 11 Oct 2023 11:12:12 +0800 Subject: [PATCH] =?UTF-8?q?2023=2010=2011=20license=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9A=84=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 14 ++++++++++++++ src/i18n/locales/zh-CN.ts | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 3b4b682b..7b6f8151 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -139,6 +139,20 @@ export default { neId: 'Corresponding network element', neIdPlease: 'Please select the corresponding network element', }, + license: { + neTypePlease: 'Select network element type', + neType: 'Type', + fileName: 'FileName', + creatTime: 'Uploaded', + comment: 'File Description', + updateComment: 'License Description', + updateCommentPlease: 'Please enter a license description', + updateFile: 'License File', + updateFilePlease: 'Please upload and update the License file', + selectFile: 'SELECT FILE', + neId: 'Corresponding network element', + neIdPlease: 'Please select the corresponding network element', + }, }, neUser: { auth: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index c4cee68b..d4f597e7 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -139,6 +139,20 @@ export default { neId: '对应网元', neIdPlease: '请选择对应网元', }, + license: { + neTypePlease: '选择网元类型', + neType: '网元类型', + fileName: '文件名', + creatTime: '上传时间', + comment: '文件说明', + updateComment: 'License说明', + updateCommentPlease: '请输入License说明', + updateFile: 'License文件', + updateFilePlease: '请上传更新License文件', + selectFile: '选择文件', + neId: '对应网元', + neIdPlease: '请选择对应网元', + }, }, neUser: { auth: {