rev: i18n位置挪动

This commit is contained in:
2024-05-29 09:09:47 +08:00
parent df89d088a3
commit bba3cdc35b
87 changed files with 45 additions and 1891 deletions

View File

@@ -0,0 +1,49 @@
export default {
'menu': {
'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'
},
'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',
'system': 'System',
'catalogue': 'Catalogue',
'menu': 'Menu',
'button': 'Button',
'button_name': 'Button Name',
'menu_icon': 'Menu Icon',
'menu_chain': 'Menu Chain',
'menu_cache': 'Menu Cache',
'menu_visible': 'Menu Visible',
'default_title': 'Default Title',
'zh_title': 'ZH-Title',
'en_title': 'EN-Title',
'id_title': 'ID-Title',
'router_path': 'Router Path',
'menu_sort': 'Menu Sort',
'component_name': 'Component Name',
'component_path': 'Component Path',
'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!'
}
}
}

View File

@@ -0,0 +1,49 @@
export default {
'menu': {
'home': 'halaman rumah',
'title': 'Menu',
'placeholder': {
'fuzzy_search': 'pencarian kabur',
'owning_system': 'sistem terkait',
'choose_icon': 'Klik pada ikon pemilihan',
'component_tip': 'Cocok medan Nama dalam komponen',
'choose_superior_category': 'Pilih kategori superior'
},
'table': {
'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'
},
'dialog': {
'menu_type': 'Jenis Menu',
'system': 'Sistem',
'catalogue': 'Katalog',
'menu': 'Menu',
'button': 'Tombol',
'button_name': 'Nama Tombol',
'menu_icon': 'Ikon Menu',
'menu_chain': 'Menu Link',
'menu_cache': 'Cache Menu',
'menu_visible': 'Menu Terlihat',
'default_title': 'Tajuk Default',
'zh_title': 'ZH-Title',
'en_title': 'EN-Title',
'id_title': 'ID-Title',
'router_path': 'Alamat Perjalanan',
'menu_sort': 'Pengurusan Menu',
'component_name': 'Nama Komponen',
'component_path': 'Laluan komponen',
'superior_class': 'Kategori Tertinggi'
},
'msg': {
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
}
}
}

View File

@@ -0,0 +1,49 @@
export default {
'menu': {
'home': '首页',
'title': '菜单',
'placeholder': {
'fuzzy_search': '模糊搜索',
'owning_system': '所属系统',
'choose_icon': '点击选择图标',
'component_tip': '匹配组件内Name字段',
'choose_superior_category': '选择上级类目'
},
'table': {
'menu_title': '菜单标题',
'system': '所属系统',
'icon': '图标',
'sort': '排序',
'permission_ident': '权限标识',
'path': '组件路径',
'outside_chain': '外链',
'cache': '缓存',
'visible': '可见',
'create_time': '创建日期'
},
'dialog': {
'menu_type': '菜单类型',
'system': '系统',
'catalogue': '目录',
'menu': '菜单',
'button': '按钮',
'button_name': '按钮名称',
'menu_icon': '菜单图标',
'menu_chain': '外链菜单',
'menu_cache': '菜单缓存',
'menu_visible': '菜单可见',
'default_title': '默认标题',
'zh_title': '中文标题',
'en_title': '英文标题',
'id_title': '印尼标题',
'router_path': '路由地址',
'menu_sort': '菜单排序',
'component_name': '组件名称',
'component_path': '组件路径',
'superior_class': '上级类目'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}