init 二期ACS
This commit is contained in:
28
acs2/nladmin-ui/src/i18n/langs/route/en.js
Normal file
28
acs2/nladmin-ui/src/i18n/langs/route/en.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title1': 'Routing Route',
|
||||
'title2': 'Routing Scheme',
|
||||
'placeholder': {
|
||||
'enter_code': 'Please Enter The Device Number',
|
||||
'enter_next_device_code': 'Please Enter The Post-device Number',
|
||||
'please_type': 'Please Enter Route Type'
|
||||
},
|
||||
'table_title': {
|
||||
'route_plan_id': 'Routing Scheme',
|
||||
'device_code': 'Current Device Name',
|
||||
'device_type': 'Current Device Type',
|
||||
'next_device_code': 'Post Device Name',
|
||||
'next_device_type': 'Post Device Type',
|
||||
'type': 'Route Type',
|
||||
'transport_route': 'Transport Route',
|
||||
'agv_route': 'AGV Route',
|
||||
'weights': 'Weights',
|
||||
'remark': 'Description Information',
|
||||
'code': 'Code',
|
||||
'name': 'Name'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
28
acs2/nladmin-ui/src/i18n/langs/route/in.js
Normal file
28
acs2/nladmin-ui/src/i18n/langs/route/in.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title1': 'Rute Rute',
|
||||
'title2': 'Skema Routing',
|
||||
'placeholder': {
|
||||
'enter_code': 'Silakan Masukkan Nomor Perangkat Anda',
|
||||
'enter_next_device_code': 'Silahkan Masukkan Nomor Perangkat Belakang',
|
||||
'please_type': 'Silahkan Pilih Jenis Routing'
|
||||
},
|
||||
'table_title': {
|
||||
'route_plan_id': 'Skema Rute ',
|
||||
'device_code': 'Nama Divais Saat Ini',
|
||||
'device_type': 'Nama Divais Saat Tipe',
|
||||
'next_device_code': 'Nama Perangkat Rear',
|
||||
'next_device_type': 'Nama Perangkat Tipe',
|
||||
'type': 'Jenis Rute',
|
||||
'transport_rute': 'Rute Pengiriman',
|
||||
'agv_rute': 'Agv Rute',
|
||||
'weights': 'Kanan',
|
||||
'remark': 'Deskripsi Pesan',
|
||||
'code': 'Kode',
|
||||
'name': 'Nama'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
28
acs2/nladmin-ui/src/i18n/langs/route/zh.js
Normal file
28
acs2/nladmin-ui/src/i18n/langs/route/zh.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title1': '路由路线',
|
||||
'title2': '路由方案',
|
||||
'placeholder': {
|
||||
'enter_code': '请输入设备编号',
|
||||
'enter_next_device_code': '请输入后置设备编号',
|
||||
'please_type': '请选择路由类型'
|
||||
},
|
||||
'table_title': {
|
||||
'route_plan_id': '路由方案',
|
||||
'device_code': '当前设备名称',
|
||||
'device_type': '设备类型',
|
||||
'next_device_code': '后置设备名称',
|
||||
'next_device_type': '后置设备类型',
|
||||
'type': '路由类型',
|
||||
'transport_route': '输送路由',
|
||||
'agv_route': 'agv路由',
|
||||
'weights': '权值',
|
||||
'remark': '描述信息',
|
||||
'code': '编码',
|
||||
'name': '名称'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user