From 8e72ad7f2f996b0d057aeb0e1f54be7ab58bb1e1 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 5 Sep 2023 17:08:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 4 ++-- src/i18n/locales/zh-CN.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 0d90fca9..8b253ece 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -5,8 +5,8 @@ export default { // 通用 common: { - title: '核心网管', - desc: '网元接入管理系统', + title: 'Core network management system', + desc: '', loading: 'Please wait...', tipTitle: 'Prompt', }, diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 5e33681b..3ca44f94 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -5,8 +5,8 @@ export default { // 通用 common: { - title: '核心网管', - desc: '网元接入管理系统', + title: '核心网管理系统', + desc: '', loading: '请稍等...', tipTitle: '提示', },