mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(other): 新增菜单字典多语言适配 SQL
This commit is contained in:
@ -234,6 +234,12 @@ const local: App.I18n.Schema = {
|
||||
exception_404: '404',
|
||||
exception_500: '500'
|
||||
},
|
||||
menu: {
|
||||
system_tenant: 'Tenant Management',
|
||||
system_log: 'Log Management',
|
||||
'monitor_snail-job': 'Job Management',
|
||||
monitor_admin: 'Admin Monitor'
|
||||
},
|
||||
dict: {
|
||||
sys_user_sex: {
|
||||
male: 'Male',
|
||||
|
Reference in New Issue
Block a user