feat: 系统设置国际化切换

This commit is contained in:
TsMask
2023-12-04 18:18:26 +08:00
parent 205e07af45
commit 12643cac12
5 changed files with 164 additions and 3 deletions

View File

@@ -1107,6 +1107,10 @@ export default {
sysOfficialUrlOpen: 'Open the official website.',
sysOfficialUrlInstruction: 'Official website link address',
sysOfficialUrlInstruction1: 'start, if you need to hide do not jump to fill in the',
i18n: "Internationalization Switch",
i18nOpen: "Display Switch",
i18nDefault: "Default Languages",
i18nInstruction: 'Whether to display the internationalization switch and set the system default language',
},
role:{
allScopeOptions:'All data permissions',

View File

@@ -1107,6 +1107,10 @@ export default {
sysOfficialUrlOpen: '打开官网',
sysOfficialUrlInstruction: '官网链接地址',
sysOfficialUrlInstruction1: '开头,如需隐藏不跳转填写',
i18n: "国际化切换",
i18nOpen: "显示切换",
i18nDefault: "默认语言",
i18nInstruction: '是否显示国际化切换,设置系统默认语言',
},
role:{
allScopeOptions:'全部数据权限',