This commit is contained in:
lai
2023-11-09 15:31:40 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import enUS from './locales/en-US';
const i18n = createI18n({
legacy: false, // 使用 Composition API 的方式创建 i18n 实例
locale: localGet(CACHE_LOCAL_I18N) || 'en_US', // 默认显示语言
locale: localGet(CACHE_LOCAL_I18N) || 'zh_CN', // 默认显示语言
messages: {
zh_CN: zhCN,
en_US: enUS,

View File

@@ -397,7 +397,7 @@ export default {
alarmCode: 'Alarm Code',
origLevel: 'Severity',
eventTime: 'Event Time',
pvFlag: 'Physical/Virtual Flag',
pvFlag: 'PV Flag',
alarmType: 'Alarm Type',
confirm: 'Confirm',
updateConfirm: 'Cancel Confirm',