From 44c9f0879bd238edfacc26db6d144a90010e1a5c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 28 Nov 2023 14:40:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mml=E7=AE=A1=E7=90=86=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=8F=90=E7=A4=BA=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 | 2 ++ src/i18n/locales/zh-CN.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 20d2151a..ef9e1110 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1300,6 +1300,8 @@ export default { clearLog: "Clear Logs", exec: "Execute", cmdAwait: "Waiting for a command to be sent", + uploadFileTip: 'Are you sure you want to upload the file?', + uploadFileOk: 'File Upload Successful', omcOperate:{ noOMC: "No OMC network elements", }, diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index a804c18b..02ef0078 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1304,6 +1304,8 @@ export default { clearLog: "清除日志", exec: "执行", cmdAwait: "等待发送命令", + uploadFileTip: '确认要上传文件吗?', + uploadFileOk: '文件上传成功', omcOperate:{ noOMC: "暂无OMC网元", },