fix:优化界面、完成国际化剩余部分开发
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
export default {
|
||||
'address': {
|
||||
'title': 'wms address',
|
||||
'methods_code': 'methods code',
|
||||
'methods_name': 'methods name',
|
||||
'methods_url': 'methods url',
|
||||
'remark': 'remark'
|
||||
'title': 'Wms Address',
|
||||
'methods_code': 'Methods Code',
|
||||
'methods_name': 'Methods Name',
|
||||
'methods_url': 'Methods Url',
|
||||
'remark': 'Remark'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'If There Are Subordinate Nodes, Delete Them Together, And This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
export default {
|
||||
'address': {
|
||||
'title': 'Alamat WMS',
|
||||
'methods_code': 'Kode metodologi',
|
||||
'methods_name': 'nama metode',
|
||||
'methods_url': 'meminta alamat',
|
||||
'remark': 'informasi'
|
||||
'methods_code': 'Kode Metodologi',
|
||||
'methods_name': 'Nama Metode',
|
||||
'methods_url': 'Meminta Alamat',
|
||||
'remark': 'Informasi'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
export default {
|
||||
'Auto': {
|
||||
'table': {
|
||||
'name': 'name',
|
||||
'code': 'code',
|
||||
'status': 'status',
|
||||
'thread_name': 'thread_name',
|
||||
'thread_state': 'thread_state',
|
||||
'usedStatus': 'usedStatus',
|
||||
'stopMessage': 'stopMessage',
|
||||
'operate': 'operate'
|
||||
'name': 'Name',
|
||||
'code': 'Code',
|
||||
'status': 'Status',
|
||||
'thread_name': 'Thread Name',
|
||||
'thread_state': 'Thread State',
|
||||
'usedStatus': 'UsedStatus',
|
||||
'stopMessage': 'StopMessage',
|
||||
'operate': 'Operate'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Are you sure to stop this thread?'
|
||||
'select_msg': 'Are You Sure To Stop This Thread?'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
export default {
|
||||
'Auto': {
|
||||
'table': {
|
||||
'name': 'nama',
|
||||
'code': 'nomor',
|
||||
'status': 'keadaan',
|
||||
'thread_name': 'Nama Benda',
|
||||
'thread_state': 'Status benang',
|
||||
'usedStatus': 'Status penggunaan',
|
||||
'stopMessage': 'Hentikan pesan',
|
||||
'operate': 'operasi',
|
||||
},
|
||||
'msg': {
|
||||
'stop_msg': 'Apakah Anda yakin untuk menghentikan benang ini?'
|
||||
}
|
||||
'Auto': {
|
||||
'table': {
|
||||
'name': 'Nama',
|
||||
'code': 'Nomor',
|
||||
'status': 'Keadaan',
|
||||
'thread_name': 'Nama Benda',
|
||||
'thread_state': 'Status benang',
|
||||
'usedStatus': 'Status Penggunaan',
|
||||
'stopMessage': 'Hentikan Pesan',
|
||||
'operate': 'Operasi'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Apakah Anda Yakin Untuk Menghentikan Benang Ini?'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ import customPolicy from './customPolicy/zh'
|
||||
import monitor from './monitor/zh'
|
||||
import timing from './timing/zh'
|
||||
import config from './config/zh'
|
||||
import user from './user/zh'
|
||||
import deviceErrorInfo from './deviceErrorInfo/zh'
|
||||
|
||||
export default {
|
||||
@@ -37,6 +38,7 @@ export default {
|
||||
...monitor,
|
||||
...timing,
|
||||
...config,
|
||||
...deviceErrorInfo
|
||||
...deviceErrorInfo,
|
||||
...user
|
||||
}
|
||||
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': 'Device execution',
|
||||
'please_select': 'Please select',
|
||||
'end_of_instruction': 'End of instructio',
|
||||
'end_of_task': 'End of task',
|
||||
'end_device': 'End device',
|
||||
'max': 'Maximum quantity',
|
||||
'allocation_ratio': 'Allocation ratio',
|
||||
'device_execution': 'Device Execution',
|
||||
'please_select': 'Please Select',
|
||||
'end_of_instruction': 'End Of Instructio',
|
||||
'end_of_task': 'End Of Task',
|
||||
'end_device': 'End Device',
|
||||
'max': 'Maximum Quantity',
|
||||
'allocation_ratio': 'Allocation Ratio',
|
||||
'cancel': 'Cancel',
|
||||
'confirm': 'Confirm',
|
||||
'device_code': 'Device code',
|
||||
'destination_device': 'Destination device',
|
||||
'inst_nextdevice_code': 'Command destination device',
|
||||
'destination_configuration': 'Destination configuration',
|
||||
'device_code': 'Device Code',
|
||||
'destination_device': 'Destination Device',
|
||||
'inst_nextdevice_code': 'Command Destination Device',
|
||||
'destination_configuration': 'Destination Configuration',
|
||||
'operation': 'Operation',
|
||||
'device_is_not_null': 'Device code cannot be empty',
|
||||
'mapping_relationship': 'Mapping relationship'
|
||||
'device_is_not_null': 'Device Code Cannot Be Empty',
|
||||
'mapping_relationship': 'Mapping Relationship'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': 'Eksekusi perangkat',
|
||||
'please_select': 'Silakan pilih',
|
||||
'end_of_instruction': 'Akhir instruksi',
|
||||
'end_of_task': 'Akhir tugas',
|
||||
'end_device': 'Perangkat akhir',
|
||||
'max': 'Jumlah maksimum',
|
||||
'allocation_ratio': 'Rasio alokasi',
|
||||
'device_execution': 'Eksekusi Perangkat',
|
||||
'please_select': 'Silakan Pilih',
|
||||
'end_of_instruction': 'Akhir Instruksi',
|
||||
'end_of_task': 'Akhir Tugas',
|
||||
'end_device': 'Perangkat Akhir',
|
||||
'max': 'Jumlah Maksimum',
|
||||
'allocation_ratio': 'Rasio Alokasi',
|
||||
'cancel': 'Membatalkan',
|
||||
'confirm': 'Mengonfirmasi',
|
||||
'device_code': 'Kode perangkat',
|
||||
'destination_device': 'Perangkat tujuan tugas',
|
||||
'inst_nextdevice_code': 'Perangkat tujuan perintah',
|
||||
'destination_configuration': 'Konfigurasi tujuan',
|
||||
'device_code': 'Kode Perangkat',
|
||||
'destination_device': 'Perangkat Tujuan Tugas',
|
||||
'inst_nextdevice_code': 'Perangkat Tujuan Perintah',
|
||||
'destination_configuration': 'Konfigurasi Tujuan',
|
||||
'operation': 'Operasi',
|
||||
'device_is_not_null': 'Kode perangkat tidak boleh kosong',
|
||||
'mapping_relationship': 'Hubungan pemetaan'
|
||||
'device_is_not_null': 'Kode Perangkat Tidak Boleh Kosong',
|
||||
'mapping_relationship': 'Hubungan Pemetaan'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
export default {
|
||||
'customPolicy': {
|
||||
'title': 'Custom policy',
|
||||
'unit_code': 'Policy number',
|
||||
'unit_name': 'Policy name'
|
||||
'title': 'Custom Policy',
|
||||
'unit_code': 'Policy Number',
|
||||
'unit_name': 'Policy Name'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export default {
|
||||
'customPolicy': {
|
||||
'title': 'Strategi khusus',
|
||||
'unit_code': 'Nomor strategi',
|
||||
'unit_name': 'Nama strategi'
|
||||
'title': 'Strategi Khusus',
|
||||
'unit_code': 'Nomor Strategi',
|
||||
'unit_name': 'Nama Strategi'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,20 +1,23 @@
|
||||
export default {
|
||||
'device': {
|
||||
'title': 'device',
|
||||
'title': 'Device',
|
||||
'placeholder': {
|
||||
'enter_name_code': 'enter a name or code',
|
||||
'device_type': 'device type',
|
||||
'please_select': 'please select'
|
||||
'enter_name_code': 'Enter A Name Or Code',
|
||||
'device_type': 'Device Type',
|
||||
'please_select': 'Please Select',
|
||||
'name_code': 'Name Or Code'
|
||||
},
|
||||
'device_table_title': {
|
||||
'device_identification': 'device identification',
|
||||
'device_encoding': 'device encoding',
|
||||
'device_name': 'device name',
|
||||
'device_type': 'device type',
|
||||
'region': 'region',
|
||||
'sequence_number': 'sequence number',
|
||||
'descriptive_information': 'descriptive information',
|
||||
'configured': 'configured'
|
||||
'device_identification': 'Device Identification',
|
||||
'device_encoding': 'Device Encoding',
|
||||
'device_name': 'Device Name',
|
||||
'device_type': 'Device Type',
|
||||
'region': 'Region',
|
||||
'sequence_number': 'Sequence Number',
|
||||
'descriptive_information': 'Descriptive Information',
|
||||
'configured': 'Configured',
|
||||
'visible': 'Visible',
|
||||
'create_time': 'Create Time'
|
||||
},
|
||||
'device_dialog': {
|
||||
'zh_device_name': 'ZH-name',
|
||||
@@ -22,10 +25,10 @@ export default {
|
||||
'in_device_name': 'IN-name'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'basic_information': 'basic information'
|
||||
'basic_information': 'Basic Information'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,20 +1,23 @@
|
||||
export default {
|
||||
'device': {
|
||||
'title': 'peralatan',
|
||||
'title': 'Peralatan',
|
||||
'placeholder': {
|
||||
'enter_name_code': 'Masukkan nama atau kode',
|
||||
'device_type': 'Jenis perangkat',
|
||||
'please_select': 'Silakan pilih'
|
||||
'enter_name_code': 'Masukkan Nama Atau Kode',
|
||||
'device_type': 'Jenis Perangkat',
|
||||
'please_select': 'Silakan Pilih',
|
||||
'name_code': 'Nama Atau Kode'
|
||||
},
|
||||
'device_table_title': {
|
||||
'device_identification': 'Identifikasi perangkat',
|
||||
'device_encoding': 'Pengkodean perangkat',
|
||||
'device_name': 'Nama perangkat',
|
||||
'device_type': 'Jenis perangkat',
|
||||
'device_identification': 'Identifikasi Perangkat',
|
||||
'device_encoding': 'Pengkodean Perangkat',
|
||||
'device_name': 'Nama Perangkat',
|
||||
'device_type': 'Jenis Perangkat',
|
||||
'region': 'Wilayah',
|
||||
'sequence_number': 'Nomor urut',
|
||||
'descriptive_information': 'Informasi deskriptif',
|
||||
'configured': 'Apakah itu dikonfigurasi'
|
||||
'sequence_number': 'Nomor Urut',
|
||||
'descriptive_information': 'Informasi Deskriptif',
|
||||
'configured': 'Apakah Itu Dikonfigurasi',
|
||||
'visible': 'Terlihat',
|
||||
'create_time': 'Tanggal Pembuatan'
|
||||
},
|
||||
'device_dialog': {
|
||||
'zh_device_name': 'ZH-Nama',
|
||||
@@ -22,10 +25,10 @@ export default {
|
||||
'in_device_name': 'IN-Nama'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'basic_information': 'Informasi dasar'
|
||||
'basic_information': 'Informasi Dasar'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@ export default {
|
||||
'placeholder': {
|
||||
'enter_name_code': '输入名称或者编码',
|
||||
'device_type': '设备类型',
|
||||
'please_select': '请选择'
|
||||
'please_select': '请选择',
|
||||
'name_code': '名称或编码'
|
||||
},
|
||||
'device_table_title': {
|
||||
'device_identification': '设备标识',
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
'verification_code': 'Code',
|
||||
'login_rm': 'Remember Me',
|
||||
'login': 'Login',
|
||||
'login_ing': 'Logging in...',
|
||||
'login_ing': 'Logging In...',
|
||||
'Create': 'Create',
|
||||
'Update': 'Update',
|
||||
'Delete': 'Delete',
|
||||
@@ -64,8 +64,8 @@ export default {
|
||||
'startDate': 'StartDate',
|
||||
'endDate': 'EndDate',
|
||||
'moreMenu': 'MoreMenu',
|
||||
'browses': 'browse',
|
||||
'fz': 'Full screen zoom',
|
||||
'browses': 'Browse',
|
||||
'fz': 'Full Screen Zoom',
|
||||
'Tips': 'Tips',
|
||||
'Tip1': 'Confirm deletion of selected',
|
||||
'Tip2': 'Data?',
|
||||
@@ -82,19 +82,23 @@ export default {
|
||||
'Tip13': 'Are you sure to log out and exit the system?',
|
||||
'Tip14': 'WebSocket connection error',
|
||||
'Tip15': 'Please enter an icon name',
|
||||
'loading': 'loading...',
|
||||
'synchronous': 'synchronous',
|
||||
'determine': 'determine',
|
||||
'stop': 'stop',
|
||||
'firing': 'firing',
|
||||
'import': 'import',
|
||||
'driver_configuration': 'driver configuration',
|
||||
'create_time': 'create time',
|
||||
'update_time': 'update time',
|
||||
'create_by': 'create people',
|
||||
'update_by': 'update people',
|
||||
'is_on': 'Enable or not',
|
||||
'please': 'please select'
|
||||
'loading': 'Loading...',
|
||||
'synchronous': 'Synchronous',
|
||||
'determine': 'Determine',
|
||||
'stop': 'Stop',
|
||||
'firing': 'Firing',
|
||||
'import': 'Import',
|
||||
'driver_configuration': 'Driver Configuration',
|
||||
'create_time': 'Create Time',
|
||||
'update_time': 'Update Time',
|
||||
'create_by': 'Create People',
|
||||
'update_by': 'Update People',
|
||||
'is_on': 'Enable Or Not',
|
||||
'please': 'Please Select',
|
||||
'true': 'True',
|
||||
'false': 'False',
|
||||
'Running': 'Running',
|
||||
'Paused': 'Paused'
|
||||
},
|
||||
'monitor': {
|
||||
'sys': 'System',
|
||||
|
||||
@@ -17,6 +17,7 @@ import timing from './timing/en'
|
||||
import config from './config/en'
|
||||
import customPolicy from './customPolicy/en'
|
||||
import deviceErrorInfo from './deviceErrorInfo/en'
|
||||
import user from './user/en'
|
||||
|
||||
export default {
|
||||
...enLocale,
|
||||
@@ -37,6 +38,7 @@ export default {
|
||||
...monitor,
|
||||
...timing,
|
||||
...config,
|
||||
...deviceErrorInfo
|
||||
...deviceErrorInfo,
|
||||
...user
|
||||
}
|
||||
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
'TaskRecord': {
|
||||
'table': {
|
||||
'Task_code': 'Input task number',
|
||||
'Vehicle_number': 'Input vehicle number',
|
||||
'Task_number': 'Task code(instruction code)',
|
||||
'Task_code': 'Input Task Number',
|
||||
'Vehicle_number': 'Input Vehicle Number',
|
||||
'Task_number': 'Task code(Instruction Code)',
|
||||
'Status': 'Status',
|
||||
'Priority': 'Task priority',
|
||||
'Starting_point_two': 'Starting point two',
|
||||
'Priority': 'Task Priority',
|
||||
'Starting_point_two': 'Starting Point Two',
|
||||
'Endpoint_two': 'Endpoint Two',
|
||||
'Material': 'Material',
|
||||
'Quantity': 'Quantity',
|
||||
'Numbering': 'Numbering',
|
||||
'Value': 'Value',
|
||||
'Input_task_instruction_number': 'Enter task number or instruction number',
|
||||
'Instruction_code': 'Instruction code',
|
||||
'Instruction_status': 'Instruction_status',
|
||||
'Input_task_instruction_number': 'Enter Task Number Or Instruction Number',
|
||||
'Instruction_code': 'Instruction Code',
|
||||
'Instruction_status': 'Instruction Status',
|
||||
'Update_by': 'Modifier',
|
||||
'Update_time': 'Modification time'
|
||||
'Update_time': 'Modification Time',
|
||||
'unified_key': 'Unified Key'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
'TaskRecord': {
|
||||
'table': {
|
||||
'Task_code': 'Input nomor tugas',
|
||||
'Vehicle_number': 'Input nomor kendaraan',
|
||||
'Task_number': 'Nomor tugas(kode instruksi)',
|
||||
'Task_code': 'Input Nomor Tugas',
|
||||
'Vehicle_number': 'Input Nomor Kendaraan',
|
||||
'Task_number': 'Nomor Tugas(Kode Instruksi)',
|
||||
'Status': 'Status',
|
||||
'Priority': 'Prioritas tugas',
|
||||
'Starting_point_two': 'Titik awalan dua',
|
||||
'Endpoint_two': 'Titik akhir dua',
|
||||
'Priority': 'Prioritas Tugas',
|
||||
'Starting_point_two': 'Titik Awalan Dua',
|
||||
'Endpoint_two': 'Titik Akhir Dua',
|
||||
'Material': 'Bahan',
|
||||
'Quantity': 'Jumlah',
|
||||
'Numbering': 'Nomor',
|
||||
'Value': 'Nilai',
|
||||
'Input_task_instruction_number': 'Masukkan nomor tugas atau nomor instruksi',
|
||||
'Instruction_code': 'Kode instruksi',
|
||||
'Instruction_status': 'Status instruksi',
|
||||
'Input_task_instruction_number': 'Masukkan Nomor Tugas Atau Nomor Instruksi',
|
||||
'Instruction_code': 'Kode Instruksi',
|
||||
'Instruction_status': 'Status Instruksi',
|
||||
'Update_by': 'Pengubah',
|
||||
'Update_time': 'Waktu modifikasi'
|
||||
'Update_time': 'Waktu Modifikasi',
|
||||
'unified_key': 'Nilai Unik'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
|
||||
@@ -16,7 +16,8 @@ export default {
|
||||
'Instruction_code': '指令编码',
|
||||
'Instruction_status': '指令状态',
|
||||
'Update_by': '修改者',
|
||||
'Update_time': '修改时间'
|
||||
'Update_time': '修改时间',
|
||||
'unified_key': '唯一值'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
'lang': 'in',
|
||||
'lang': 'In',
|
||||
'common': {
|
||||
'home': 'rumah', // 首页
|
||||
'home': 'Rumah', // 首页
|
||||
'Layout_setting': 'Pengaturan Bentangan',
|
||||
'Personal_center': 'Pusat Pribadi',
|
||||
'Log_out': 'Log Out',
|
||||
@@ -11,15 +11,15 @@ export default {
|
||||
'phone': 'Nomor Ponsel',
|
||||
'phone2': 'Ponsel',
|
||||
'sex': 'Gender',
|
||||
'sex_male': 'laki-laki',
|
||||
'sex_female': 'wanita',
|
||||
'sex_male': 'Laki-Laki',
|
||||
'sex_female': 'Wanita',
|
||||
'email': 'E-mail',
|
||||
'Security_settings': 'Pengaturan Keamanan',
|
||||
'Save_settings': 'Simpan Pengaturan',
|
||||
'Reset_settings': 'Reset pengaturan',
|
||||
'Change_password': 'Ubah kata sandi',
|
||||
'New_password': 'Kata sandi baru',
|
||||
'Old_password': 'Kata sandi lama',
|
||||
'Reset_settings': 'Reset Pengaturan',
|
||||
'Change_password': 'Ubah Kata Sandi',
|
||||
'New_password': 'Kata Sandi Baru',
|
||||
'Old_password': 'Kata Sandi Lama',
|
||||
'Verify_password': 'Konfirmasi Sandi',
|
||||
'User_information': 'Informasi Pengguna',
|
||||
'Operation_log': 'Log Operasi',
|
||||
@@ -31,9 +31,9 @@ export default {
|
||||
'account': 'Akaun',
|
||||
'password': 'Sandi',
|
||||
'verification_code': 'Kode',
|
||||
'login_rm': 'Ingat aku',
|
||||
'login_rm': 'Ingat Aku',
|
||||
'login': 'Login',
|
||||
'login_ing': 'Daftar masuk',
|
||||
'login_ing': 'Daftar Masuk',
|
||||
'Create': 'Buat',
|
||||
'Update': 'Kemaskini',
|
||||
'Delete': 'Hapus',
|
||||
@@ -42,11 +42,11 @@ export default {
|
||||
'SelectAll': 'Pilih Semua',
|
||||
'Query': 'Pertanyaan',
|
||||
'Reset': 'Reset',
|
||||
'Confirm': 'konfirmasi',
|
||||
'Confirm': 'Konfirmasi',
|
||||
'Cancel': 'Batalkan',
|
||||
'Forced_cancellation': 'Pembatalan Paksa',
|
||||
'Initialize': 'Menginisialisasi',
|
||||
'Operate': 'operasi',
|
||||
'Operate': 'Operasi',
|
||||
'Refresh': 'Segar',
|
||||
'Closes': 'Tutup',
|
||||
'Closes_l': 'Tutup Sisi Kiri',
|
||||
@@ -55,7 +55,7 @@ export default {
|
||||
'Closes_a': 'Tutup Semua',
|
||||
'Theme_style_setting': 'Pengaturan Gaya Tema',
|
||||
'Theme_color': 'Warna Tema',
|
||||
'System_layout_configuration': 'Konfigurasi layout sistem',
|
||||
'System_layout_configuration': 'Konfigurasi Layout Sistem',
|
||||
'Open': 'Buka',
|
||||
'Fixation': 'Tetap',
|
||||
'Display': 'Tampilan',
|
||||
@@ -64,8 +64,8 @@ export default {
|
||||
'startDate': 'TarikhAwal',
|
||||
'endDate': 'TarikhAkhir',
|
||||
'moreMenu': 'LebihBanyakMenu',
|
||||
'browses': 'melayar',
|
||||
'fz': 'Zum layar penuh',
|
||||
'browses': 'Melayar',
|
||||
'fz': 'Zum Layar Penuh',
|
||||
'Tips': 'Prompt',
|
||||
'Tip1': 'Konfirmasi Penghapusan Yang Dipilih',
|
||||
'Tip2': 'Data?',
|
||||
@@ -84,17 +84,21 @@ export default {
|
||||
'Tip15': 'Silakan masukkan nama ikon',
|
||||
'loading': 'Memuatkan Data...',
|
||||
'synchronous': 'Sinkron',
|
||||
'determine': 'konfirmasi',
|
||||
'stop': 'berhenti',
|
||||
'firing': 'start-up',
|
||||
'determine': 'Konfirmasi',
|
||||
'stop': 'Berhenti',
|
||||
'firing': 'Start Up',
|
||||
'import': 'Mengimpor',
|
||||
'driver_configuration': 'Konfigurasi driver',
|
||||
'create_time': 'Buat waktu',
|
||||
'update_time': 'Untuk memperbarui waktu',
|
||||
'create_by': 'Dibuat oleh',
|
||||
'update_by': 'pengubah',
|
||||
'is_on': 'Diaktifkan atau tidak',
|
||||
'please': 'Silahkan pilih'
|
||||
'driver_configuration': 'Konfigurasi Driver',
|
||||
'create_time': 'Buat Waktu',
|
||||
'update_time': 'Untuk Memperbarui Waktu',
|
||||
'create_by': 'Dibuat Oleh',
|
||||
'update_by': 'Pengubah',
|
||||
'is_on': 'Diaktifkan Atau Tidak',
|
||||
'please': 'Silahkan Pilih',
|
||||
'true': 'Ada',
|
||||
'false': 'Tidak',
|
||||
'Running': 'Menjalankan',
|
||||
'Paused': 'Berhenti'
|
||||
},
|
||||
'monitor': {
|
||||
'sys': 'Sistem',
|
||||
|
||||
@@ -17,6 +17,7 @@ import timing from './timing/in'
|
||||
import config from './config/in'
|
||||
import customPolicy from './customPolicy/in'
|
||||
import deviceErrorInfo from './deviceErrorInfo/in'
|
||||
import user from './user/in'
|
||||
|
||||
export default {
|
||||
...idLocale,
|
||||
@@ -38,5 +39,6 @@ export default {
|
||||
...monitor,
|
||||
...config,
|
||||
...timing,
|
||||
...deviceErrorInfo
|
||||
...deviceErrorInfo,
|
||||
...user
|
||||
}
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
export default {
|
||||
'Inst': {
|
||||
'table': {
|
||||
'instruction_code': 'instruction_code',
|
||||
'instruction_type': 'instruction_type',
|
||||
'task_code': 'task_code',
|
||||
'vehicle_code': 'vehicle_code',
|
||||
'instruction_status': 'instruction_status',
|
||||
'send_status': 'send_status',
|
||||
'start_point_code': 'start_device_code',
|
||||
'next_point_code': 'next_device_code',
|
||||
'put_point_code': 'put_point_code',
|
||||
'execute_device_code': 'execute_device_code',
|
||||
'carno': 'carno',
|
||||
'remark': 'remark',
|
||||
'create_by': 'create_by',
|
||||
'create_time': 'create_time',
|
||||
'update_by': 'update_by',
|
||||
'update_time': 'update_time',
|
||||
'input_taskCode_or_instCode': 'input_taskCode_or_instCode',
|
||||
'input_vehicleCode': 'input_vehicleCode',
|
||||
'material': 'material_type',
|
||||
'task_status': 'task_status',
|
||||
'input_startCode_or_nextCode': 'input_startCode_or_nextCode',
|
||||
'ready': 'ready',
|
||||
'instruction_code': 'Instruction Code',
|
||||
'instruction_type': 'Instruction Type',
|
||||
'task_code': 'Task Code',
|
||||
'vehicle_code': 'Vehicle Code',
|
||||
'instruction_status': 'Instruction Status',
|
||||
'send_status': 'Send Status',
|
||||
'start_point_code': 'Start Device Code',
|
||||
'next_point_code': 'Next Device Code',
|
||||
'put_point_code': 'Put Point Code',
|
||||
'execute_device_code': 'Execute Device Code',
|
||||
'carno': 'Carno',
|
||||
'remark': 'Remark',
|
||||
'create_by': 'Created By',
|
||||
'create_time': 'Create Time',
|
||||
'update_by': 'Update By',
|
||||
'update_time': 'Update Time',
|
||||
'input_taskCode_or_instCode': 'Input TaskCode Or InstCode',
|
||||
'input_vehicleCode': 'Input VehicleCode',
|
||||
'material': 'Material Type',
|
||||
'task_status': 'Task Status',
|
||||
'input_startCode_or_nextCode': 'Input StartCode Or NextCode',
|
||||
'ready': 'Ready',
|
||||
'Execution': 'Execution',
|
||||
'Finish': 'Finish',
|
||||
'undelivered': 'undelivered',
|
||||
'succeed': 'succeed',
|
||||
'fail': 'fail'
|
||||
'undelivered': 'Undelivered',
|
||||
'succeed': 'Succeed',
|
||||
'fail': 'Fail'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,27 +10,27 @@ export default {
|
||||
'start_point_code': 'Titik Penjemputan',
|
||||
'next_point_code': 'Titik Pengantaran',
|
||||
'put_point_code': 'Titik Pembuangan',
|
||||
'execute_device_code': 'Perangkat eksekusi',
|
||||
'carno': 'Nomor kendaraan',
|
||||
'remark': 'deskripsi',
|
||||
'create_by': 'Dibuat oleh',
|
||||
'create_time': 'Waktu pembuatan',
|
||||
'update_by': 'Diubah oleh',
|
||||
'update_time': 'Ubah waktu',
|
||||
'input_taskCode_or_instCode': 'Masukkan nomor tugas atau nomor instruksi',
|
||||
'input_vehicleCode': 'Masukkan nomor kendaraan',
|
||||
'material': 'Jenis barang',
|
||||
'task_status': 'Status tugas',
|
||||
'input_startCode_or_nextCode': 'Jenis barang',
|
||||
'ready': 'siap',
|
||||
'execute_device_code': 'Perangkat Eksekusi',
|
||||
'carno': 'Nomor Kendaraan',
|
||||
'remark': 'Deskripsi',
|
||||
'create_by': 'Dibuat Oleh',
|
||||
'create_time': 'Waktu Pembuatan',
|
||||
'update_by': 'Diubah Oleh',
|
||||
'update_time': 'Ubah Waktu',
|
||||
'input_taskCode_or_instCode': 'Masukkan Nomor Tugas Atau Nomor Instruksi',
|
||||
'input_vehicleCode': 'Masukkan Nomor Kendaraan',
|
||||
'material': 'Jenis Barang',
|
||||
'task_status': 'Status Tugas',
|
||||
'input_startCode_or_nextCode': 'Jenis Barang',
|
||||
'ready': 'Siap',
|
||||
'Execution': 'Eksekusi',
|
||||
'Finish': 'selesai',
|
||||
'undelivered': 'Tidak terkirim',
|
||||
'succeed': 'berhasil',
|
||||
'fail': 'gagal'
|
||||
'Finish': 'Selesai',
|
||||
'undelivered': 'Tidak Terkirim',
|
||||
'succeed': 'Berhasil',
|
||||
'fail': 'Gagal'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,23 +2,23 @@ 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'
|
||||
'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'
|
||||
'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'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Menu Type',
|
||||
@@ -42,7 +42,7 @@ export default {
|
||||
'superior_class': 'Superior Class'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'title': '菜单',
|
||||
'title': 'Menu',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'pencarian kabur',
|
||||
'owning_system': 'sistem terkait',
|
||||
'choose_icon': 'Klik pada ikon pemilihan',
|
||||
'component_tip': 'Cocok medan Nama dalam komponen',
|
||||
'choose_superior_category': 'Pilih kategori superior'
|
||||
'fuzzy_search': 'Pencarian Kabur',
|
||||
'owning_system': 'Sistem Terkait',
|
||||
'choose_icon': 'Klik Pada Ikon Pemilihan',
|
||||
'component_tip': 'Cocok Medan Nama Dalam Komponen',
|
||||
'choose_superior_category': 'Pilih Kategori Superior'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': 'title',
|
||||
'system': 'sistem',
|
||||
'icon': 'ikon',
|
||||
'sort': 'sort',
|
||||
'permission_ident': 'otoritas',
|
||||
'path': 'assembly',
|
||||
'outside_chain': 'rantai luar',
|
||||
'cache': 'cache',
|
||||
'visible': 'terlihat',
|
||||
'create_time': 'tarikh penciptaan'
|
||||
'menu_title': 'Title',
|
||||
'system': 'Sistem',
|
||||
'icon': 'Ikon',
|
||||
'sort': 'Sort',
|
||||
'permission_ident': 'Otoritas',
|
||||
'path': 'Assembly',
|
||||
'outside_chain': 'Rantai Luar',
|
||||
'cache': 'Cache',
|
||||
'visible': 'Terlihat',
|
||||
'create_time': 'Tarikh Penciptaan'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Jenis Menu',
|
||||
@@ -42,7 +42,7 @@ export default {
|
||||
'superior_class': 'Kategori Tertinggi'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,41 +3,41 @@ export default {
|
||||
'table': {
|
||||
'clear': 'Clear',
|
||||
'username': 'Username',
|
||||
'IP_source': 'IP source',
|
||||
'IP_source': 'IP Source',
|
||||
'description': 'Description',
|
||||
'browser': 'Browser',
|
||||
'create_time': 'Creation time',
|
||||
'exception_details': 'Exception details',
|
||||
'view_details': 'View details',
|
||||
'clear_log': 'Are you sure you want to clear all exception logs?',
|
||||
'create_time': 'Creation Time',
|
||||
'exception_details': 'Exception Details',
|
||||
'view_details': 'View Details',
|
||||
'clear_log': 'Are You Sure You Want To Clear All Exception Logs?',
|
||||
'prompt': 'Prompt',
|
||||
'confirm': 'Confirm',
|
||||
'cancel': 'Cancel',
|
||||
'request_time': 'Request Time',
|
||||
'search': 'Please enter the content you want to search'
|
||||
'search': 'Please Enter The Content You Want To Search'
|
||||
},
|
||||
'lucence': {
|
||||
'operate': 'Operation',
|
||||
'device_code': 'Device number',
|
||||
'task_code': 'Task code',
|
||||
'instruct_code': 'Instruction code',
|
||||
'device_code': 'Device Number',
|
||||
'task_code': 'Task Code',
|
||||
'instruct_code': 'Instruction Code',
|
||||
'method': 'Method',
|
||||
'status_code': 'Status code',
|
||||
'requestparam': 'Request parameter',
|
||||
'responseparam': 'Return parameter',
|
||||
'status_code': 'Status Code',
|
||||
'requestparam': 'Request Parameter',
|
||||
'responseparam': 'Return Parameter',
|
||||
'logTime': 'Timestamp',
|
||||
'content': 'Content details',
|
||||
'method_name': 'Please enter the method name you want to search.',
|
||||
'search_status_code': 'Please enter the status code you want to search.',
|
||||
'search_request_param': 'Please enter the request parameter you want to search.',
|
||||
'search_response_param': 'Please enter the response parameter you want to search.',
|
||||
'search_content': 'Please enter the details of the content you want to search.',
|
||||
'content': 'Content Details',
|
||||
'method_name': 'Please Enter The Method Name You Want To Search.',
|
||||
'search_status_code': 'Please Enter The Status Code You Want To Search.',
|
||||
'search_request_param': 'Please Enter The Request Parameter You Want To Search.',
|
||||
'search_response_param': 'Please Enter The Response Parameter You Want To Search.',
|
||||
'search_content': 'Please Enter The Details Of The Content You Want To Search.',
|
||||
'until': 'Until',
|
||||
'start_time': 'start date',
|
||||
'end_time': 'End date',
|
||||
'the_past_week': 'The past week',
|
||||
'the_past_month': 'The past month',
|
||||
'the_past_three_months': 'The past three months'
|
||||
'start_time': 'Start Date',
|
||||
'end_time': 'End Date',
|
||||
'the_past_week': 'The Past Week',
|
||||
'the_past_month': 'The Past Month',
|
||||
'the_past_three_months': 'The Past Three Months'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,42 +2,42 @@ export default {
|
||||
'monitor': {
|
||||
'table': {
|
||||
'clear': 'Mengosongkan',
|
||||
'username': 'Nama pengguna',
|
||||
'username': 'Nama Pengguna',
|
||||
'IP_source': 'Sumber IP',
|
||||
'description': 'Deskripsi',
|
||||
'browser': 'Peramban',
|
||||
'create_time': 'Waktu pembuatan',
|
||||
'exception_details': 'Detail pengecualian',
|
||||
'view_details': 'Lihat detail',
|
||||
'clear_log': 'Anda yakin ingin menghapus semua log pengecualian?',
|
||||
'create_time': 'Waktu Pembuatan',
|
||||
'exception_details': 'Detail Pengecualian',
|
||||
'view_details': 'Lihat Detail',
|
||||
'clear_log': 'Anda Yakin Ingin Menghapus Semua Log Pengecualian?',
|
||||
'prompt': 'Peringatan',
|
||||
'confirm': 'Konfirmasi',
|
||||
'cancel': 'Batal',
|
||||
'request_time': 'Waktu Permintaan',
|
||||
'search': 'Silakan masukkan konten yang ingin Anda cari'
|
||||
'search': 'Silakan Masukkan Konten Yang Ingin Anda Cari'
|
||||
},
|
||||
'lucence': {
|
||||
'operate': 'Operasi',
|
||||
'device_code': 'Nomor perangkat',
|
||||
'task_code': 'Kode tugas',
|
||||
'instruct_code': 'Kode instruksi',
|
||||
'device_code': 'Nomor Perangkat',
|
||||
'task_code': 'Kode Tugas',
|
||||
'instruct_code': 'Kode Instruksi',
|
||||
'method': 'Metode',
|
||||
'status_code': 'Kode status',
|
||||
'requestparam': 'Parameter permintaan',
|
||||
'responseparam': 'Parameter pengembalian',
|
||||
'logTime': 'Stempel waktu',
|
||||
'content': 'Rincian konten',
|
||||
'method_name': 'Silakan masukkan nama metode yang ingin Anda cari.',
|
||||
'search_status_code': 'Silakan masukkan kode status yang ingin Anda cari.',
|
||||
'search_request_param': 'Silakan masukkan parameter permintaan yang ingin Anda cari.',
|
||||
'search_response_param': 'Silakan masukkan parameter respons yang ingin Anda cari.',
|
||||
'search_content': 'Silakan masukkan rincian konten yang ingin Anda cari.',
|
||||
'status_code': 'Kode Status',
|
||||
'requestparam': 'Parameter Permintaan',
|
||||
'responseparam': 'Parameter Pengembalian',
|
||||
'logTime': 'Stempel Waktu',
|
||||
'content': 'Rincian Konten',
|
||||
'method_name': 'Silakan Masukkan Nama Metode Yang Ingin Anda Cari.',
|
||||
'search_status_code': 'Silakan Masukkan Kode Status Yang Ingin Anda Cari.',
|
||||
'search_request_param': 'Silakan Masukkan Parameter Permintaan Yang Ingin Anda Cari.',
|
||||
'search_response_param': 'Silakan Masukkan Parameter Respons Yang Ingin Anda Cari.',
|
||||
'search_content': 'Silakan Masukkan Rincian Konten Yang Ingin Anda Cari.',
|
||||
'until': 'Sampai',
|
||||
'start_time': 'Tanggal mulai',
|
||||
'end_time': 'Tanggal berakhir',
|
||||
'the_past_week': 'Minggu terakhir',
|
||||
'the_past_month': 'Bulan terakhir',
|
||||
'the_past_three_months': 'Tiga bulan terakhir'
|
||||
'start_time': 'Tanggal Mulai',
|
||||
'end_time': 'Tanggal Berakhir',
|
||||
'the_past_week': 'Minggu Terakhir',
|
||||
'the_past_month': 'Bulan Terakhir',
|
||||
'the_past_three_months': 'Tiga Bulan Terakhir'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,23 +2,29 @@ export default {
|
||||
'opc': {
|
||||
'title': 'OPC',
|
||||
'placeholder': {
|
||||
'enter_name_code_path': 'enter a name or code or path'
|
||||
'enter_name_code_path': 'Enter A Name Or Code Or Path',
|
||||
'name_code_path': 'Name Code Address',
|
||||
'name_code': 'Name Or Code'
|
||||
},
|
||||
'table_title': {
|
||||
'opc_code': 'OPC code',
|
||||
'opc_name': 'OPC name',
|
||||
'opc_address': 'OPC address',
|
||||
'program_id': 'program ID',
|
||||
'registry_id': 'registry ID',
|
||||
'remark': 'remark',
|
||||
'plc_code': 'PLC code',
|
||||
'plc_name': 'PLC name',
|
||||
'plc_address': 'PLC address',
|
||||
'type': 'type',
|
||||
'plc_add': 'plc add'
|
||||
'opc_code': 'OPC Code',
|
||||
'opc_name': 'OPC Name',
|
||||
'opc_address': 'OPC Address',
|
||||
'program_id': 'Program ID',
|
||||
'registry_id': 'Registry ID',
|
||||
'remark': 'Remark',
|
||||
'plc_code': 'PLC Code',
|
||||
'plc_name': 'PLC Name',
|
||||
'plc_address': 'PLC Address',
|
||||
'type': 'Type',
|
||||
'plc_add': 'Plc Add',
|
||||
'domain': 'Domain'
|
||||
},
|
||||
'dialog': {
|
||||
'detail': 'Detail'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,23 +2,29 @@ export default {
|
||||
'opc': {
|
||||
'title': 'OPC',
|
||||
'placeholder': {
|
||||
'enter_name_code_path': 'Masukkan nama, kode atau pencarian alamat'
|
||||
'enter_name_code_path': 'Masukkan Nama, Kode Atau Pencarian Alamat',
|
||||
'name_code_path': 'Nama, Kode, Atau Alamat',
|
||||
'name_code': 'Nama, Kode Atau'
|
||||
},
|
||||
'table_title': {
|
||||
'opc_code': 'opc kode',
|
||||
'opc_name': 'opc nama',
|
||||
'opc_address': 'opc alamat',
|
||||
'program_id': 'Program id',
|
||||
'opc_code': 'Opc Kode',
|
||||
'opc_name': 'Opc Nama',
|
||||
'opc_address': 'Opc Alamat',
|
||||
'program_id': 'Program Id',
|
||||
'registry_id': 'Pendaftaran ID',
|
||||
'remark': 'informasi',
|
||||
'plc_code': 'PLC kode',
|
||||
'plc_name': 'PLC nama',
|
||||
'plc_address': 'PLC alamat',
|
||||
'type': 'jenis',
|
||||
'plc_add': 'PLC baru'
|
||||
'remark': 'Informasi',
|
||||
'plc_code': 'PLC Kode',
|
||||
'plc_name': 'PLC Nama',
|
||||
'plc_address': 'PLC Alamat',
|
||||
'type': 'Jenis',
|
||||
'plc_add': 'PLC Baru',
|
||||
'domain': 'Wilayah'
|
||||
},
|
||||
'dialog': {
|
||||
'detail': 'Detail'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,9 @@ export default {
|
||||
'opc': {
|
||||
'title': 'OPC',
|
||||
'placeholder': {
|
||||
'enter_name_code_path': '输入名称、编码或者地址搜索'
|
||||
'enter_name_code_path': '输入名称、编码或者地址搜索',
|
||||
'name_code_path': '名称、编码或者地址',
|
||||
'name_code': '名称或者编码'
|
||||
},
|
||||
'table_title': {
|
||||
'opc_code': 'OPC编码',
|
||||
@@ -15,7 +17,11 @@ export default {
|
||||
'plc_name': 'PLC名称',
|
||||
'plc_address': 'PLC地址',
|
||||
'type': '类型',
|
||||
'plc_add': '新增PLC'
|
||||
'plc_add': '新增PLC',
|
||||
'domain': '域'
|
||||
},
|
||||
'dialog': {
|
||||
'detail': '详情'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'code',
|
||||
'name': 'name',
|
||||
'values': 'value',
|
||||
'description': 'remark'
|
||||
'code': 'Code',
|
||||
'name': 'Name',
|
||||
'values': 'Value',
|
||||
'description': 'Remark'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'kode',
|
||||
'name': 'nama',
|
||||
'values': 'nilai',
|
||||
'code': 'Kode',
|
||||
'name': 'Nama',
|
||||
'values': 'Nilai',
|
||||
'description': 'Catatan'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak dapat kosong'
|
||||
'NotNull': 'Tidak Dapat Kosong'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
export default {
|
||||
'protocol': {
|
||||
'table_title': {
|
||||
'driver_code': 'driver code',
|
||||
'extra_code': 'extra code',
|
||||
'extra_name': 'extra code'
|
||||
'driver_code': 'Driver Code',
|
||||
'extra_code': 'Extra Code',
|
||||
'extra_name': 'Extra Code'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
export default {
|
||||
'protocol': {
|
||||
'table_title': {
|
||||
'driver_code': 'drive ',
|
||||
'ekstra_code': 'protokol no',
|
||||
'ekstra_name': 'nilai kesepakatan'
|
||||
'driver_code': 'Pengkodean Drive',
|
||||
'extra_code': 'protokol No',
|
||||
'extra_name': 'Nilai kesepakatan'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
'protocol': {
|
||||
'table_title': {
|
||||
'driver_code': '驱动',
|
||||
'driver_code': '驱动编码',
|
||||
'extra_code': '协议编号',
|
||||
'extra_name': '协议值'
|
||||
},
|
||||
|
||||
0
acs/nladmin-ui/src/i18n/langs/role/en.js
Normal file
0
acs/nladmin-ui/src/i18n/langs/role/en.js
Normal file
0
acs/nladmin-ui/src/i18n/langs/role/in.js
Normal file
0
acs/nladmin-ui/src/i18n/langs/role/in.js
Normal file
0
acs/nladmin-ui/src/i18n/langs/role/zh.js
Normal file
0
acs/nladmin-ui/src/i18n/langs/role/zh.js
Normal file
@@ -1,26 +1,26 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title1': 'Routing route',
|
||||
'title2': 'Routing scheme',
|
||||
'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'
|
||||
'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',
|
||||
'next_device_code': 'post-device name',
|
||||
'type': 'Route type',
|
||||
'transport_route': 'transport_route',
|
||||
'agv_route': 'agv route',
|
||||
'weights': 'weights',
|
||||
'remark': 'description information',
|
||||
'code': 'code',
|
||||
'name': 'name'
|
||||
'route_plan_id': 'Routing Scheme',
|
||||
'device_code': 'Current Device Name',
|
||||
'next_device_code': 'Post Device Name',
|
||||
'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!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,26 +1,26 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title1': 'Rute rute',
|
||||
'title2': 'Skema routing',
|
||||
'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'
|
||||
'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',
|
||||
'next_device_code': 'nama perangkat rear',
|
||||
'type': 'jenis rute',
|
||||
'transport_rute': 'rute pengiriman',
|
||||
'agv_rute': 'agv rute',
|
||||
'weights': 'kanan',
|
||||
'remark': 'deskripsi pesan',
|
||||
'code': 'kode',
|
||||
'route_plan_id': 'Skema Rute ',
|
||||
'device_code': 'Nama Divais Saat Ini',
|
||||
'next_device_code': 'Nama Perangkat Rear',
|
||||
'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!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': 'Storage location management',
|
||||
'title': 'Storage Location Management',
|
||||
'placeholder': {
|
||||
'enter_location_code': 'enter location code',
|
||||
'enter_parent_location_code': 'enter parent location code',
|
||||
'enter_agv_site': 'enter agv site'
|
||||
'enter_location_code': 'Enter Location Code',
|
||||
'enter_parent_location_code': 'Enter Parent Location Code',
|
||||
'enter_agv_site': 'Enter Agv Site'
|
||||
},
|
||||
'table_title': {
|
||||
'storage_code': 'storage code',
|
||||
'x': 'x',
|
||||
'y': 'y',
|
||||
'z': 'z',
|
||||
'address': 'AGV address',
|
||||
'parent_storage_code': 'parent storage code',
|
||||
'remark': 'remark'
|
||||
'storage_code': 'Storage Code',
|
||||
'x': 'X',
|
||||
'y': 'Y',
|
||||
'z': 'Z',
|
||||
'address': 'AGV Address',
|
||||
'parent_storage_code': 'Parent Storage Code',
|
||||
'remark': 'Remark',
|
||||
'agv_site': 'AGV Site'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': 'Manajemen pustaka',
|
||||
'title': 'Manajemen Pustaka',
|
||||
'placeholder': {
|
||||
'enter_location_code': 'Sebenarnyayangsangatbaik',
|
||||
'enter_parent_location_code': 'Kucicipi berapamu kucicipi',
|
||||
'enter_agv_site': 'Diterjemahkan oleh'
|
||||
'enter_location_code': 'Masukkan Kode Lokasi',
|
||||
'enter_parent_location_code': 'Kucicipi Berapamu Kucicipi',
|
||||
'enter_agv_site': 'Diterjemahkan Oleh'
|
||||
},
|
||||
'table_title': {
|
||||
'storage_code': 'Kode lokasi',
|
||||
'x': 'x',
|
||||
'y': 'y',
|
||||
'z': 'z',
|
||||
'storage_code': 'Kode Lokasi',
|
||||
'x': 'X',
|
||||
'y': 'Y',
|
||||
'z': 'Z',
|
||||
'address': 'AGV Mengkodekan',
|
||||
'parent_storage_code': 'Kode sistem induk',
|
||||
'remark': 'Informasi'
|
||||
'parent_storage_code': 'Kode Sistem Induk',
|
||||
'remark': 'Informasi',
|
||||
'agv_site': 'Situs AGV'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
'z': '层',
|
||||
'address': 'AGV编码',
|
||||
'parent_storage_code': '父级系统编码',
|
||||
'remark': '备注'
|
||||
'remark': '备注',
|
||||
'agv_site': 'AGV站点'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
|
||||
@@ -1,74 +1,76 @@
|
||||
export default {
|
||||
'task': {
|
||||
'txt_box': {
|
||||
'Enter_task_number': 'Enter task number',
|
||||
'Vehicle_registration_number': 'Vehicle registration number',
|
||||
'Material_type': 'Material type',
|
||||
'Task_status': 'Task status',
|
||||
'Origin_or_destination': 'Origin or destination',
|
||||
'Task_type': 'Task type',
|
||||
'Warehouse_task_type': 'Warehouse task type',
|
||||
'AGV_system': 'AGV system',
|
||||
'Routing_scheme': 'Routing scheme',
|
||||
'Enter_task_number': 'Enter Task Number',
|
||||
'Vehicle_registration_number': 'Vehicle Registration Number',
|
||||
'Material_type': 'Material Type',
|
||||
'Task_status': 'Task Status',
|
||||
'Origin_or_destination': 'Origin Or Destination',
|
||||
'Task_type': 'Task Type',
|
||||
'Warehouse_task_type': 'Warehouse Task Type',
|
||||
'AGV_system': 'AGV System',
|
||||
'Routing_scheme': 'Routing Scheme',
|
||||
'Priority': 'Priority',
|
||||
'Vehicle_number': 'Vehicle number',
|
||||
'Task_code': 'Task code',
|
||||
'Task': 'Task'
|
||||
'Vehicle_number': 'Vehicle Number',
|
||||
'Task_code': 'Task Code',
|
||||
'Task': 'Task',
|
||||
'start_or_end': 'Origin Or Destination',
|
||||
'time': 'Time'
|
||||
},
|
||||
'select': {
|
||||
'Placeholder': 'Select',
|
||||
'Start_point': 'Start point',
|
||||
'Starting_column': 'Starting column',
|
||||
'Starting_layer': 'Starting layer',
|
||||
'Start_point': 'Start Point',
|
||||
'Starting_column': 'Starting Column',
|
||||
'Starting_layer': 'Starting Layer',
|
||||
'Destination': 'Destination',
|
||||
'Ending_column': 'Ending column',
|
||||
'Ending_layer': 'Ending layer',
|
||||
'Ending_column': 'Ending Column',
|
||||
'Ending_layer': 'Ending Layer',
|
||||
'Description': 'Description',
|
||||
'Cancel': 'Cancel',
|
||||
'Confirm': 'Confirm',
|
||||
'Ready': 'Ready',
|
||||
'In_progress': 'In progress',
|
||||
'In_progress': 'In Progress',
|
||||
'Completed': 'Completed',
|
||||
'Pickup_point': 'Pickup point',
|
||||
'Delivery_point': 'Delivery point',
|
||||
'Pickup_point': 'Pickup Point',
|
||||
'Delivery_point': 'Delivery Point',
|
||||
'Remark': 'Remark',
|
||||
'Creator': 'Creator',
|
||||
'Create_time': 'Creation time',
|
||||
'Create_time': 'Creation Time',
|
||||
'Operation': 'Operation',
|
||||
'Create_command': 'Create command',
|
||||
'Create_command': 'Create Command',
|
||||
'Reset': 'Reset',
|
||||
'Void': 'Void',
|
||||
'Starting_point': 'Starting point',
|
||||
'Target_point': 'Target point',
|
||||
'Is_it_completed': 'Is it completed',
|
||||
'error_code': 'Error code',
|
||||
'start_time': 'Start time',
|
||||
'finish_time': 'Completion time',
|
||||
'create_type': 'Create type',
|
||||
'finish_type': 'Completion type',
|
||||
'retry_times': 'Retry count',
|
||||
'please_enter_origin-column': 'Please enter origin-column!',
|
||||
'please_enter_origin_level': 'Please enter origin-level!',
|
||||
'please_select_destination_column': 'Please select destination-column!',
|
||||
'please_select_destination_level': 'Please select the destination floor!'
|
||||
'Starting_point': 'Starting Point',
|
||||
'Target_point': 'Target Point',
|
||||
'Is_it_completed': 'Is It Completed',
|
||||
'error_code': 'Error Code',
|
||||
'start_time': 'Start Time',
|
||||
'finish_time': 'Completion Time',
|
||||
'create_type': 'Create Type',
|
||||
'finish_type': 'Completion Type',
|
||||
'retry_times': 'Retry Count',
|
||||
'please_enter_origin-column': 'Please Enter Origin Column!',
|
||||
'please_enter_origin_level': 'Please Enter Origin Level!',
|
||||
'please_select_destination_column': 'Please Select Destination Column!',
|
||||
'please_select_destination_level': 'Please Select The Destination Floor!'
|
||||
},
|
||||
screen: {
|
||||
'title': 'Lanzhou Hailiang equipment management task kanban',
|
||||
'title': 'Lanzhou Hailiang Equipment Management Task Kanban',
|
||||
'task_screen': 'Task Kanban',
|
||||
'device': 'Current device',
|
||||
'device': 'Current Device',
|
||||
'Wednesday': 'Wednesday',
|
||||
'year': 'year',
|
||||
'month': 'month',
|
||||
'day': 'day',
|
||||
'task_code': 'task_code',
|
||||
'inst_code': 'inst_code',
|
||||
'start': 'start',
|
||||
'end': 'end',
|
||||
'material': 'material',
|
||||
'material_num': 'material_num',
|
||||
'vehicle_code': 'vehicle_code',
|
||||
'bar': 'bar',
|
||||
'create_time': 'create_time',
|
||||
'year': 'Year',
|
||||
'month': 'Month',
|
||||
'day': 'Day',
|
||||
'task_code': 'Task Code',
|
||||
'inst_code': 'Inst Code',
|
||||
'start': 'Start',
|
||||
'end': 'End',
|
||||
'material': 'Material',
|
||||
'material_num': 'Material Num',
|
||||
'vehicle_code': 'Vehicle Code',
|
||||
'bar': 'Bar',
|
||||
'create_time': 'Create Time',
|
||||
'IP': 'IP'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,74 +1,76 @@
|
||||
export default {
|
||||
'task': {
|
||||
'txt_box': {
|
||||
'Enter_task_number': 'Masukkan nomor tugas',
|
||||
'Enter_task_number': 'Masukkan Nomor Tugas',
|
||||
'Vehicle_registration_number': 'Nomor Registrasi Kendaraan',
|
||||
'Material_type': 'Tipe material',
|
||||
'Task_status': 'Status tugas',
|
||||
'Origin_or_destination': 'Asal atau tujuan',
|
||||
'Task_type': 'Jenis tugas',
|
||||
'Warehouse_task_type': 'Jenis tugas gudang',
|
||||
'Material_type': 'Tipe Material',
|
||||
'Task_status': 'Status Tugas',
|
||||
'Origin_or_destination': 'Asal Atau Tujuan',
|
||||
'Task_type': 'Jenis Tugas',
|
||||
'Warehouse_task_type': 'Jenis Tugas Gudang',
|
||||
'AGV_system': 'Sistem AGV',
|
||||
'Routing_scheme': 'Skema routing',
|
||||
'Routing_scheme': 'Skema Routing',
|
||||
'Priority': 'Prioritas',
|
||||
'Vehicle_number': 'Nomor kendaraan',
|
||||
'Task_code': 'Nomor tugas',
|
||||
'Task': 'Tugas'
|
||||
'Vehicle_number': 'Nomor Kendaraan',
|
||||
'Task_code': 'Nomor Tugas',
|
||||
'Task': 'Tugas',
|
||||
'start_or_end': 'Asal Atau Tujuan',
|
||||
'time': 'Waktu'
|
||||
},
|
||||
'select': {
|
||||
'Placeholder': 'Pilih',
|
||||
'Start_point': 'Titik awal',
|
||||
'Starting_column': 'Kolom awal',
|
||||
'Starting_layer': 'Lapisan awal',
|
||||
'Start_point': 'Titik Awal',
|
||||
'Starting_column': 'Kolom Awal',
|
||||
'Starting_layer': 'Lapisan Awal',
|
||||
'Destination': 'Tujuan',
|
||||
'Ending_column': 'Kolom akhir',
|
||||
'Ending_layer': 'Lapisan akhir',
|
||||
'Ending_column': 'Kolom Akhir',
|
||||
'Ending_layer': 'Lapisan Akhir',
|
||||
'Description': 'Deskripsi',
|
||||
'Cancel': 'Batalkan',
|
||||
'Confirm': 'Konfirmasi',
|
||||
'Ready': 'Siap',
|
||||
'In_progress': 'Sedang berlangsung',
|
||||
'In_progress': 'Sedang Berlangsung',
|
||||
'Completed': 'Selesai',
|
||||
'Pickup_point': 'Titik pengambilan',
|
||||
'Delivery_point': 'Titik pengiriman',
|
||||
'Pickup_point': 'Titik Pengambilan',
|
||||
'Delivery_point': 'Titik Pengiriman',
|
||||
'Remark': 'Catatan',
|
||||
'Creator': 'Pencipta',
|
||||
'Create_time': 'Waktu penciptaan',
|
||||
'Create_time': 'Waktu Penciptaan',
|
||||
'Operation': 'Operasi',
|
||||
'Create_command': 'Perintah membuat',
|
||||
'Reset': 'Atur ulang',
|
||||
'Create_command': 'Perintah Membuat',
|
||||
'Reset': 'Atur Ulang',
|
||||
'Void': 'Batal',
|
||||
'Starting_point': 'Titik awal',
|
||||
'Target_point': 'Titik tujuan',
|
||||
'Is_it_completed': 'Apakah sudah selesai',
|
||||
'error_code': 'Kode kesalahan',
|
||||
'start_time': 'Waktu mulai',
|
||||
'finish_time': 'Waktu penyelesaian',
|
||||
'create_type': 'Jenis pembuatan',
|
||||
'finish_type': 'Jenis penyelesaian',
|
||||
'retry_times': 'Jumlah percobaan ulang',
|
||||
'please_enter_origin_column': 'Silakan masukkan asal-kolom!',
|
||||
'please_enter_origin_level': 'Silakan masukkan asal-level!',
|
||||
'please_select_destination_column': 'Silakan pilih tujuan-kolom!',
|
||||
'please_select_destination_level': 'Silakan pilih lantai tujuan!”'
|
||||
'Starting_point': 'Titik Awal',
|
||||
'Target_point': 'Titik Tujuan',
|
||||
'Is_it_completed': 'Apakah Sudah Selesai',
|
||||
'error_code': 'Kode Kesalahan',
|
||||
'start_time': 'Waktu Mulai',
|
||||
'finish_time': 'Waktu Penyelesaian',
|
||||
'create_type': 'Jenis Pembuatan',
|
||||
'finish_type': 'Jenis Penyelesaian',
|
||||
'retry_times': 'Jumlah Percobaan ulang',
|
||||
'please_enter_origin_column': 'Silakan Masukkan Asal Kolom!',
|
||||
'please_enter_origin_level': 'Silakan Masukkan Asal Level!',
|
||||
'please_select_destination_column': 'Silakan Pilih Tujuan Kolom!',
|
||||
'please_select_destination_level': 'Silakan Pilih Lantai Tujuan!”'
|
||||
},
|
||||
screen: {
|
||||
'title': 'Lanzhou Hailiang tugas manajemen peralatan kanban',
|
||||
'title': 'Lanzhou Hailiang Tugas Manajemen Peralatan Kanban',
|
||||
'task_screen': 'Tugas Kanban',
|
||||
'device': 'Perangkat saat ini',
|
||||
'device': 'Perangkat Saat Ini',
|
||||
'Wednesday': 'Rabu',
|
||||
'year': 'tahun',
|
||||
'month': 'bulan',
|
||||
'day': 'hari',
|
||||
'task_code': 'Nomor tugas',
|
||||
'inst_code': 'Nomor instruksi',
|
||||
'start': 'Titik awal',
|
||||
'year': 'Tahun',
|
||||
'month': 'Bulan',
|
||||
'day': 'Hari',
|
||||
'task_code': 'Nomor Tugas',
|
||||
'inst_code': 'Nomor Instruksi',
|
||||
'start': 'Titik Awal',
|
||||
'end': 'Terminal',
|
||||
'material': 'Jenis barang',
|
||||
'material_num': 'Jumlah barang',
|
||||
'vehicle_code': 'Nomor kendaraan',
|
||||
'bar': 'Kode batang',
|
||||
'create_time': 'Waktu masuk',
|
||||
'material': 'Jenis Barang',
|
||||
'material_num': 'Jumlah Barang',
|
||||
'vehicle_code': 'Nomor Kendaraan',
|
||||
'bar': 'Kode Batang',
|
||||
'create_time': 'Waktu Masuk',
|
||||
'IP': 'IP'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,9 @@ export default {
|
||||
'Priority': '优先级',
|
||||
'Vehicle_number': '载具号',
|
||||
'Task_code': '任务号',
|
||||
'Task': '任务'
|
||||
'Task': '任务',
|
||||
'start_or_end': '起点或终点',
|
||||
'time': '时间段'
|
||||
},
|
||||
'select': {
|
||||
'Placeholder': '请选择',
|
||||
|
||||
@@ -1,25 +1,33 @@
|
||||
export default {
|
||||
'Timing': {
|
||||
'DB': {
|
||||
'job_id': 'job_id',
|
||||
'job_name': 'job_name',
|
||||
'bean_name': 'bean_name',
|
||||
'method_name': 'method_name',
|
||||
'thread_state': 'thread_state',
|
||||
'params': 'params',
|
||||
'cron_expression': 'cron_expression',
|
||||
'is_pause': 'is_pause',
|
||||
'description': 'description',
|
||||
'create_time': 'create_time',
|
||||
'log': 'log',
|
||||
'edit': 'edit',
|
||||
'execute': 'execute',
|
||||
'restore': 'restore',
|
||||
'suspend': 'suspend'
|
||||
'job_id': 'Job Id',
|
||||
'job_name': 'Job Name',
|
||||
'bean_name': 'Bean Name',
|
||||
'method_name': 'Method Name',
|
||||
'thread_state': 'Thread State',
|
||||
'params': 'Params',
|
||||
'cron_expression': 'Cron Expression',
|
||||
'is_pause': 'Is Pause',
|
||||
'description': 'Description',
|
||||
'create_time': 'Create Time',
|
||||
'log': 'Log',
|
||||
'edit': 'Edit',
|
||||
'execute': 'Execute',
|
||||
'restore': 'Restore',
|
||||
'suspend': 'Suspend',
|
||||
'Leader': 'Leader',
|
||||
'Alarm_mailbox': 'Alarm Mailbox',
|
||||
'Whether_pause': 'Whether Pause?',
|
||||
'Parameter_content': 'Parameter Content',
|
||||
'please_enter_cron_expression': 'Please Enter A Cron Expression',
|
||||
'spilt1': 'Multiple Expressions Are Separated By Commas',
|
||||
'spilt2': 'Multiple Mailboxes Are Separated By Commas',
|
||||
'Generate_expressions': 'Generate Expressions'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Enter task name to search for',
|
||||
'delete_msg': 'Are you sure to stop and delete this task?'
|
||||
'select_msg': 'Enter Task Name To Search For',
|
||||
'delete_msg': 'Are You Sure To Stop And Delete This Task?'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,23 +3,31 @@ export default {
|
||||
'DB': {
|
||||
'job_id': 'ID Tugas',
|
||||
'job_name': 'Tugas Nama',
|
||||
'bean_name': 'Nama kacang',
|
||||
'method_name': 'Metode eksekusi',
|
||||
'thread_state': 'Status benang',
|
||||
'params': 'parameter',
|
||||
'cron_expression': 'ekspresi cron',
|
||||
'is_pause': 'keadaan',
|
||||
'description': 'deskripsikan',
|
||||
'create_time': 'Tarikh penciptaan',
|
||||
'log': 'jurnal',
|
||||
'edit': 'edit',
|
||||
'execute': 'implementasi',
|
||||
'bean_name': 'Nama Kacang',
|
||||
'method_name': 'Metode Eksekusi',
|
||||
'thread_state': 'Status Benang',
|
||||
'params': 'Parameter',
|
||||
'cron_expression': 'Ekspresi Cron',
|
||||
'is_pause': 'Keadaan',
|
||||
'description': 'Deskripsikan',
|
||||
'create_time': 'Tarikh Penciptaan',
|
||||
'log': 'Jurnal',
|
||||
'edit': 'Edit',
|
||||
'execute': 'Implementasi',
|
||||
'restore': 'Kembalikan',
|
||||
'suspend': 'suspend'
|
||||
'suspend': 'Suspend',
|
||||
'Leader': 'Kepala',
|
||||
'Alarm_mailbox': 'Kotak surat alarm',
|
||||
'Whether_pause': 'Apakah Akan Berhenti Setelah Kegagalan',
|
||||
'Parameter_content': 'Konten Parameter',
|
||||
'please_enter_cron_expression': 'Silakan Masukkan Ekspresi Cron',
|
||||
'spilt1': 'Beberapa Ekspresi Dipisahkan Dengan Koma',
|
||||
'spilt2': 'Beberapa Kotak Pesan Dipisahkan Dengan Koma',
|
||||
'Generate_expressions': 'Menghasilkan Ekspresi'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': 'Masukkan nama tugas untuk dicari',
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghentikan dan menghapus tugas ini?'
|
||||
'select_msg': 'Masukkan Nama Tugas Untuk Dicari',
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghentikan Dan Menghapus Tugas Ini?'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,15 @@ export default {
|
||||
'edit': '编辑',
|
||||
'execute': '执行',
|
||||
'restore': '恢复',
|
||||
'suspend': '暂停'
|
||||
'suspend': '暂停',
|
||||
'Leader': '负责人',
|
||||
'Alarm_mailbox': '告警邮箱',
|
||||
'Whether_pause': '失败后是否暂停',
|
||||
'Parameter_content': '参数内容',
|
||||
'please_enter_cron_expression': '请输入cron表达式',
|
||||
'spilt1': '多个表达式用逗号隔开',
|
||||
'spilt2': '多个邮箱用逗号隔开',
|
||||
'Generate_expressions': '生成表达式'
|
||||
},
|
||||
'msg': {
|
||||
'select_msg': '输入任务名称搜索',
|
||||
|
||||
35
acs/nladmin-ui/src/i18n/langs/user/en.js
Normal file
35
acs/nladmin-ui/src/i18n/langs/user/en.js
Normal file
@@ -0,0 +1,35 @@
|
||||
export default {
|
||||
'user': {
|
||||
'table_title': {
|
||||
'Department_name': 'Department Name',
|
||||
'enter_department_name': 'Enter Department Name',
|
||||
'Account_Number (Name)': 'Account_Number (Name)',
|
||||
'Enter_Account_Number (Name)': 'Enter_Account_Number (Name)',
|
||||
'State': 'State'
|
||||
},
|
||||
'table_value': {
|
||||
'Username': 'Username',
|
||||
'Name': 'Name',
|
||||
'Sex': 'Sex',
|
||||
'Phone': 'Phone',
|
||||
'Mailbox': 'Mailbox',
|
||||
'Department': 'Department',
|
||||
'State': 'State',
|
||||
'create_Date': 'Create Date',
|
||||
'Operate': 'Operate'
|
||||
},
|
||||
'other': {
|
||||
'Revise': 'Revise',
|
||||
'Delete': 'Delete',
|
||||
'More': 'More',
|
||||
'Reset': 'Reset',
|
||||
'Department_permissions': 'Department Permissions',
|
||||
'Data_Permissions': 'Data Permissions',
|
||||
'Lock_account': 'Lock Account',
|
||||
'Assign_roles': 'Assign Roles'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?'
|
||||
}
|
||||
}
|
||||
}
|
||||
35
acs/nladmin-ui/src/i18n/langs/user/in.js
Normal file
35
acs/nladmin-ui/src/i18n/langs/user/in.js
Normal file
@@ -0,0 +1,35 @@
|
||||
export default {
|
||||
'user': {
|
||||
'table_title': {
|
||||
'Department_name': '部门名称',
|
||||
'enter_department_name': '请输入部门名称',
|
||||
'Account_Number (Name)': '账号(名称)',
|
||||
'Enter_Account_Number (Name)': '请输入账号或者名称',
|
||||
'State': '状态'
|
||||
},
|
||||
'table_value': {
|
||||
'Username': '用户名',
|
||||
'Name': '姓名',
|
||||
'Sex': '性别',
|
||||
'Phone': '电话',
|
||||
'Mailbox': '邮箱',
|
||||
'Department': '部门',
|
||||
'State': '状态',
|
||||
'create_Date': '创建日期',
|
||||
'Operate': '操作'
|
||||
},
|
||||
'other': {
|
||||
'Revise': 'Merevisi',
|
||||
'Delete': 'Menghapus',
|
||||
'More': 'Lebih',
|
||||
'Reset': 'Kata Sandi',
|
||||
'Department_permissions': 'Izin Departemen',
|
||||
'Data_Permissions': 'Izin Data',
|
||||
'Lock_account': 'Kunci Akun Anda',
|
||||
'Assign_roles': 'Menetapkan Peran'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Mengonfirmasi Bahwa Salah Satu Item Data Yang Dipilih Dihapus?'
|
||||
}
|
||||
}
|
||||
}
|
||||
35
acs/nladmin-ui/src/i18n/langs/user/zh.js
Normal file
35
acs/nladmin-ui/src/i18n/langs/user/zh.js
Normal file
@@ -0,0 +1,35 @@
|
||||
export default {
|
||||
'user': {
|
||||
'table_title': {
|
||||
'Department_name': '部门名称',
|
||||
'enter_department_name': '请输入部门名称',
|
||||
'Account_Number (Name)': '账号(名称)',
|
||||
'Enter_Account_Number (Name)': '请输入账号或者名称',
|
||||
'State': '状态'
|
||||
},
|
||||
'table_value': {
|
||||
'Username': '用户名',
|
||||
'Name': '姓名',
|
||||
'Sex': '性别',
|
||||
'Phone': '电话',
|
||||
'Mailbox': '邮箱',
|
||||
'Department': '部门',
|
||||
'State': '状态',
|
||||
'create_Date': '创建日期',
|
||||
'Operate': '操作'
|
||||
},
|
||||
'other': {
|
||||
'Revise': '修改',
|
||||
'Delete': '删除',
|
||||
'More': '更多',
|
||||
'Reset': '重置密码',
|
||||
'Department_permissions': '部门权限',
|
||||
'Data_Permissions': '数据权限',
|
||||
'Lock_account': '锁定账号',
|
||||
'Assign_roles': '分配角色'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确认删除选中的1条数据?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -94,7 +94,11 @@ export default {
|
||||
'create_by': '创建者',
|
||||
'update_by': '修改者',
|
||||
'is_on': '是否启用',
|
||||
'please': '请选择'
|
||||
'please': '请选择',
|
||||
'true': '是',
|
||||
'false': '否',
|
||||
'Running': '运行中',
|
||||
'Paused': '已暂停'
|
||||
},
|
||||
'monitor': {
|
||||
'sys': '系统',
|
||||
|
||||
Reference in New Issue
Block a user