add: 添加仙工AGV,流量限制界面;实现流量限制国际化
This commit is contained in:
@@ -22,6 +22,7 @@ import role from './role/zh'
|
||||
import department from './department/zh'
|
||||
import dict from './dict/zh'
|
||||
import angle from './angle/zh'
|
||||
import regional from './regional/zh'
|
||||
|
||||
export default {
|
||||
...zhLocale,
|
||||
@@ -47,6 +48,7 @@ export default {
|
||||
...role,
|
||||
...department,
|
||||
...dict,
|
||||
...angle
|
||||
...angle,
|
||||
...regional
|
||||
}
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ import role from './role/en'
|
||||
import department from './department/en'
|
||||
import dict from './dict/en'
|
||||
import angle from './angle/en'
|
||||
import regional from './regional/en'
|
||||
|
||||
export default {
|
||||
...enLocale,
|
||||
@@ -47,6 +48,7 @@ export default {
|
||||
...role,
|
||||
...department,
|
||||
...dict,
|
||||
...angle
|
||||
...angle,
|
||||
...regional
|
||||
}
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ import role from './role/in'
|
||||
import department from './department/in'
|
||||
import dict from './dict/in'
|
||||
import angle from './angle/in'
|
||||
import regional from './regional/in'
|
||||
|
||||
export default {
|
||||
...idLocale,
|
||||
@@ -48,5 +49,6 @@ export default {
|
||||
...role,
|
||||
...department,
|
||||
...dict,
|
||||
...angle
|
||||
...angle,
|
||||
...regional
|
||||
}
|
||||
|
||||
17
acs2/nladmin-ui/src/i18n/langs/regional/en.js
Normal file
17
acs2/nladmin-ui/src/i18n/langs/regional/en.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'regional': {
|
||||
'table': {
|
||||
'origin_region': 'Wilayah Asal',
|
||||
'target_region': 'Wilayah Tujuan',
|
||||
'origin_region_excluded_devices': 'Wilayah Asal Yang Dikecualikan Perangkat',
|
||||
'target_region_excluded_devices': 'Wilayah Tujuan Yang Dikecualikan Perangkat',
|
||||
'maximum_quantity': 'Jumlah Maksimum',
|
||||
'data_limit': 'Batas Data',
|
||||
'origin_region_cannot_be_empty': 'Wilayah Asal Tidak Boleh Kosong',
|
||||
'destination_region_cannot_be_empty': 'Wilayah Tujuan Tidak Boleh Kosong',
|
||||
'maximum_number_cannot_be_empty': 'Jumlah Maksimum Tidak Boleh Kosong',
|
||||
'disabled': 'Nonaktif',
|
||||
'enabled': 'Diaktifkan'
|
||||
}
|
||||
}
|
||||
}
|
||||
17
acs2/nladmin-ui/src/i18n/langs/regional/in.js
Normal file
17
acs2/nladmin-ui/src/i18n/langs/regional/in.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'regional': {
|
||||
'table': {
|
||||
'origin_region': 'Origin Region',
|
||||
'target_region': 'Target Region',
|
||||
'origin_region_excluded_devices': 'Origin Region Excluded Devices',
|
||||
'target_region_excluded_devices': 'Target Region Excluded Devices',
|
||||
'maximum_quantity': 'Maximum Quantity',
|
||||
'data_limit': 'Data Limit',
|
||||
'origin_region_cannot_be_empty': 'Origin Region Cannot Be Empty',
|
||||
'destination_region_cannot_be_empty': 'Destination Region Cannot Be Empty',
|
||||
'maximum_number_cannot_be_empty': 'Maximum Number Cannot Be Empty',
|
||||
'disabled': 'Disabled',
|
||||
'enabled': 'Enabled'
|
||||
}
|
||||
}
|
||||
}
|
||||
17
acs2/nladmin-ui/src/i18n/langs/regional/zh.js
Normal file
17
acs2/nladmin-ui/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': '启用'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,14 +15,18 @@ export default {
|
||||
'Task_code': 'Task Code',
|
||||
'Task': 'Task',
|
||||
'start_or_end': 'Origin Or Destination',
|
||||
'time': 'Time'
|
||||
'time': 'Time',
|
||||
'extension_field': 'Extension Field'
|
||||
},
|
||||
'select': {
|
||||
'automated_warehouse_task_type': 'Automated Warehouse Task Type',
|
||||
'Placeholder': 'Select',
|
||||
'Start_point': 'Start Point',
|
||||
'Start_point2': 'Start Point 2',
|
||||
'Starting_column': 'Starting Column',
|
||||
'Starting_layer': 'Starting Layer',
|
||||
'Destination': 'Destination',
|
||||
'Destination2': 'Destination 2',
|
||||
'Ending_column': 'Ending Column',
|
||||
'Ending_layer': 'Ending Layer',
|
||||
'Description': 'Description',
|
||||
|
||||
@@ -15,14 +15,18 @@ export default {
|
||||
'Task_code': 'Nomor Tugas',
|
||||
'Task': 'Tugas',
|
||||
'start_or_end': 'Asal Atau Tujuan',
|
||||
'time': 'Waktu'
|
||||
'time': 'Waktu',
|
||||
'extension_field': 'Bidang Perluasan'
|
||||
},
|
||||
'select': {
|
||||
'automated_warehouse_task_type': 'Jenis Tugas Gudang Otomatis',
|
||||
'Placeholder': 'Pilih',
|
||||
'Start_point': 'Titik Awal',
|
||||
'Start_point2': 'Titik Awal 2',
|
||||
'Starting_column': 'Kolom Awal',
|
||||
'Starting_layer': 'Lapisan Awal',
|
||||
'Destination': 'Tujuan',
|
||||
'Destination2': 'Tujuan 2',
|
||||
'Ending_column': 'Kolom Akhir',
|
||||
'Ending_layer': 'Lapisan Akhir',
|
||||
'Description': 'Deskripsi',
|
||||
|
||||
@@ -15,14 +15,18 @@ export default {
|
||||
'Task_code': '任务号',
|
||||
'Task': '任务',
|
||||
'start_or_end': '起点或终点',
|
||||
'time': '时间段'
|
||||
'time': '时间段',
|
||||
'extension_field': '扩展字段'
|
||||
},
|
||||
'select': {
|
||||
'automated_warehouse_task_type': '立库任务类型',
|
||||
'Placeholder': '请选择',
|
||||
'Start_point2': '起点2',
|
||||
'Start_point': '起点',
|
||||
'Starting_column': '起点-列',
|
||||
'Starting_layer': '起点-层',
|
||||
'Destination': '终点',
|
||||
'Destination2': '终点2',
|
||||
'Ending_column': '终点-列',
|
||||
'Ending_layer': '终点-层',
|
||||
'Description': '描述信息',
|
||||
|
||||
Reference in New Issue
Block a user