rev: acs 修复国际化

This commit is contained in:
2024-06-03 16:21:36 +08:00
parent c9308d3f0d
commit b8561580d5
12 changed files with 200 additions and 143 deletions

View File

@@ -3,23 +3,23 @@ export default {
'home': 'Dashboard',
'title': 'Menu',
'placeholder': {
'fuzzy_search': 'Fuzzy Search',
'owning_system': 'System',
'choose_icon': 'Choose Icon',
'component_tip': 'Match The Name Field Within The Component',
'choose_superior_category': 'Choose Superior Category'
'fuzzy_search': 'fuzzy search',
'owning_system': 'system',
'choose_icon': 'choose icon',
'component_tip': 'match the Name field within the component',
'choose_superior_category': 'choose superior category'
},
'table_title': {
'menu_title': 'Title',
'system': 'System',
'icon': 'Icon',
'sort': 'Sort',
'permission_ident': 'Permission Mark',
'path': 'Path',
'outside_chain': 'Out Chain',
'cache': 'Cache',
'visible': 'Visible',
'create_time': 'Create Time'
'table': {
'menu_title': 'title',
'system': 'system',
'icon': 'icon',
'sort': 'sort',
'permission_ident': 'permission mark',
'path': 'path',
'outside_chain': 'out chain',
'cache': 'cache',
'visible': 'visible',
'create_time': 'create time'
},
'dialog': {
'menu_type': 'Menu Type',
@@ -43,7 +43,7 @@ export default {
'superior_class': 'Superior Class'
},
'msg': {
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
}
}
}