添加 国际化框架
This commit is contained in:
57
wms_pro/qd/src/i18n/langs/menu/en.js
Normal file
57
wms_pro/qd/src/i18n/langs/menu/en.js
Normal file
@@ -0,0 +1,57 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'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_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',
|
||||
'SystemParam': 'System Parameters',
|
||||
'dataPermission': 'Data Permission'
|
||||
},
|
||||
'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',
|
||||
'ko_title': 'KO-Title',
|
||||
'router_path': 'Router Path',
|
||||
'menu_sort': 'Menu Sort',
|
||||
'component_name': 'Component Name',
|
||||
'component_path': 'Component Path',
|
||||
'superior_class': 'Superior Class',
|
||||
'operate': 'operation',
|
||||
'top_class': 'Top Category'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
},
|
||||
'rules': {
|
||||
'title': 'Please enter a title',
|
||||
'path': 'Please enter the address'
|
||||
}
|
||||
}
|
||||
}
|
||||
57
wms_pro/qd/src/i18n/langs/menu/vi.js
Normal file
57
wms_pro/qd/src/i18n/langs/menu/vi.js
Normal file
@@ -0,0 +1,57 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'title': 'Thực đơn',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Tìm kiếm mờ',
|
||||
'owning_system': 'Hệ thống sở hữu',
|
||||
'choose_icon': 'Click chọn icon',
|
||||
'component_tip': 'Khớp trường name bên trong component',
|
||||
'choose_superior_category': 'Chọn loại cao hơn'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': 'Tiêu đề menu',
|
||||
'system': 'Hệ thống sở hữu',
|
||||
'icon': 'Biểu tượng',
|
||||
'sort': 'Sắp xếp',
|
||||
'permission_ident': 'Nhận dạng quyền',
|
||||
'path': 'Đường dẫn thành phần',
|
||||
'outside_chain': 'Chuỗi ngoài',
|
||||
'cache': 'Bộ nhớ tạm',
|
||||
'visible': 'Hiển thị',
|
||||
'create_time': 'Ngày tạo',
|
||||
'SystemParam': 'Thông số hệ thống',
|
||||
'dataPermission': 'Quyền dữ liệu'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Loại menu',
|
||||
'system': 'Hệ thống',
|
||||
'catalogue': 'Thư mục',
|
||||
'menu': 'Thực đơn',
|
||||
'button': 'Nút bấm',
|
||||
'button_name': 'Tên nút',
|
||||
'menu_icon': 'Biểu tượng menu',
|
||||
'menu_chain': 'Thực đơn chuỗi bên ngoài',
|
||||
'menu_cache': 'Bộ nhớ cache trình đơn',
|
||||
'menu_visible': 'Hiển thị menu',
|
||||
'default_title': 'Tiêu đề mặc định',
|
||||
'zh_title': '中文标题',
|
||||
'en_title': '英文标题',
|
||||
'id_title': '印尼标题',
|
||||
'ko_title': '韩国标题',
|
||||
'router_path': 'Địa chỉ định tuyến',
|
||||
'menu_sort': 'Sắp xếp thực đơn',
|
||||
'component_name': 'Tên thành phần',
|
||||
'component_path': 'Đường dẫn thành phần',
|
||||
'superior_class': 'Lớp trên',
|
||||
'operate': 'Hoạt động',
|
||||
'top_class': 'Phân loại hàng đầu'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!'
|
||||
},
|
||||
'rules': {
|
||||
'title': 'Vui lòng nhập tiêu đề',
|
||||
'path': 'Vui lòng nhập địa chỉ'
|
||||
}
|
||||
}
|
||||
}
|
||||
57
wms_pro/qd/src/i18n/langs/menu/zh.js
Normal file
57
wms_pro/qd/src/i18n/langs/menu/zh.js
Normal file
@@ -0,0 +1,57 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'title': '菜单',
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'owning_system': '所属系统',
|
||||
'choose_icon': '点击选择图标',
|
||||
'component_tip': '匹配组件内Name字段',
|
||||
'choose_superior_category': '选择上级类目'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': '菜单标题',
|
||||
'system': '所属系统',
|
||||
'icon': '图标',
|
||||
'sort': '排序',
|
||||
'permission_ident': '权限标识',
|
||||
'path': '组件路径',
|
||||
'outside_chain': '外链',
|
||||
'cache': '缓存',
|
||||
'visible': '可见',
|
||||
'create_time': '创建日期',
|
||||
'SystemParam': '系统参数',
|
||||
'dataPermission': '数据权限'
|
||||
},
|
||||
'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': '印尼标题',
|
||||
'ko_title': '韩国标题',
|
||||
'router_path': '路由地址',
|
||||
'menu_sort': '菜单排序',
|
||||
'component_name': '组件名称',
|
||||
'component_path': '组件路径',
|
||||
'superior_class': '上级类目',
|
||||
'operate': '操作',
|
||||
'top_class': '顶级类目'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
},
|
||||
'rules': {
|
||||
'title': '请输入标题',
|
||||
'path': '请输入地址'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user