feat: acs国际化
This commit is contained in:
@@ -1,6 +1,23 @@
|
||||
export default {
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'fuzzy search',
|
||||
'owning_system': 'system'
|
||||
'menu': {
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'fuzzy search',
|
||||
'owning_system': 'system'
|
||||
},
|
||||
'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'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
export default {
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'pencarian kabur',
|
||||
'owning_system': 'sistem terkait'
|
||||
'menu': {
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'pencarian kabur',
|
||||
'owning_system': 'sistem terkait'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': 'title',
|
||||
'system': 'sistem',
|
||||
'icon': 'ikon',
|
||||
'sort': 'sort',
|
||||
'permission_ident': 'otoritas',
|
||||
'path': 'assembly',
|
||||
'outside_chain': 'rantai luar',
|
||||
'cache': 'cache',
|
||||
'visible': 'terlihat',
|
||||
'create_time': 'tarikh penciptaan'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
export default {
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'owning_system': '所属系统'
|
||||
'menu': {
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'owning_system': '所属系统'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': '菜单标题',
|
||||
'system': '所属系统',
|
||||
'icon': '图标',
|
||||
'sort': '排序',
|
||||
'permission_ident': '权限标识',
|
||||
'path': '组件路径',
|
||||
'outside_chain': '外链',
|
||||
'cache': '缓存',
|
||||
'visible': '可见',
|
||||
'create_time': '创建日期'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user