添加 国际化框架
This commit is contained in:
15
wms_pro/qd/src/i18n/langs/dataPermission/en.js
Normal file
15
wms_pro/qd/src/i18n/langs/dataPermission/en.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
'dataPermission': {
|
||||
'table': {
|
||||
'code': 'Code',
|
||||
'name': 'Name',
|
||||
'sort': 'Sort',
|
||||
'enable': 'Enable',
|
||||
'description': 'Description',
|
||||
'create_by': 'Creator'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
15
wms_pro/qd/src/i18n/langs/dataPermission/vi.js
Normal file
15
wms_pro/qd/src/i18n/langs/dataPermission/vi.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
'dataPermission': {
|
||||
'table': {
|
||||
'code': 'Mã hóa',
|
||||
'name': 'Tên',
|
||||
'sort': 'Sắp xếp',
|
||||
'enable': 'Bật hay không',
|
||||
'description': 'Ghi chú',
|
||||
'create_by': 'Tạo bởi'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Không thể để trống'
|
||||
}
|
||||
}
|
||||
}
|
||||
15
wms_pro/qd/src/i18n/langs/dataPermission/zh.js
Normal file
15
wms_pro/qd/src/i18n/langs/dataPermission/zh.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
'dataPermission': {
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'sort': '排序',
|
||||
'enable': '是否启用',
|
||||
'description': '备注',
|
||||
'create_by': '创建人'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user