fix: 系统配置重置操作多语言翻译

This commit is contained in:
TsMask
2024-05-08 16:09:39 +08:00
parent 165b28bab1
commit fa4be253f7
4 changed files with 20 additions and 7 deletions

View File

@@ -1520,6 +1520,9 @@ export default {
i18nOpen: "Display Switch",
i18nDefault: "Default Languages",
i18nInstruction: 'Whether to display the internationalization switch and set the system default language',
reset: "System Reset",
resetInstruction: "System reset will destroy all data in the current system, please operate with caution.",
resetTipContent: 'System reset will destroy all data in the current system. Are you sure you want to continue?',
},
role:{
allScopeOptions:'All data permissions',

View File

@@ -1520,6 +1520,9 @@ export default {
i18nOpen: "显示切换",
i18nDefault: "默认语言",
i18nInstruction: '是否显示国际化切换,设置系统默认语言',
reset: "系统重置",
resetInstruction: "系统重置将会销毁当前系统内所有数据,请谨慎操作。",
resetTipContent: '系统重置将会销毁当前系统内所有数据,确认要继续吗?',
},
role:{
allScopeOptions:'全部数据权限',