添加 国际化框架
This commit is contained in:
17
wms_pro/qd/src/i18n/langs/regional/zh.js
Normal file
17
wms_pro/qd/src/i18n/langs/regional/zh.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'regional': {
|
||||
'table': {
|
||||
'origin_region': '起始区域',
|
||||
'target_region': '目标区域',
|
||||
'origin_region_excluded_devices': '起始区域排除设备',
|
||||
'target_region_excluded_devices': '目标区域排除设备',
|
||||
'maximum_quantity': '最大数量',
|
||||
'data_limit': '流量限制',
|
||||
'origin_region_cannot_be_empty': '起始区域不能为空',
|
||||
'destination_region_cannot_be_empty': '目标区域不能为空',
|
||||
'maximum_number_cannot_be_empty': '最大数不能为空',
|
||||
'disabled': '停用',
|
||||
'enabled': '启用'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user