first commit
This commit is contained in:
34
src/i18n/langs/device/en.js
Normal file
34
src/i18n/langs/device/en.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
'device': {
|
||||
'title': 'Device',
|
||||
'placeholder': {
|
||||
'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',
|
||||
'visible': 'Visible',
|
||||
'create_time': 'Create Time'
|
||||
},
|
||||
'device_dialog': {
|
||||
'zh_device_name': 'ZH-name',
|
||||
'en_device_name': 'EN-name',
|
||||
'ko_device_name': 'KO-Nama'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'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!'
|
||||
}
|
||||
}
|
||||
}
|
||||
34
src/i18n/langs/device/in.js
Normal file
34
src/i18n/langs/device/in.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
'device': {
|
||||
'title': 'Peralatan',
|
||||
'placeholder': {
|
||||
'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',
|
||||
'region': 'Wilayah',
|
||||
'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',
|
||||
'en_device_name': 'EN-Nama',
|
||||
'ko_device_name': 'KO-Nama'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'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!'
|
||||
}
|
||||
}
|
||||
}
|
||||
34
src/i18n/langs/device/zh.js
Normal file
34
src/i18n/langs/device/zh.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
'device': {
|
||||
'title': '设备',
|
||||
'placeholder': {
|
||||
'enter_name_code': '输入名称或者编码',
|
||||
'device_type': '设备类型',
|
||||
'please_select': '请选择',
|
||||
'name_code': '名称或编码'
|
||||
},
|
||||
'device_table_title': {
|
||||
'device_identification': '设备标识',
|
||||
'device_encoding': '设备编码',
|
||||
'device_name': '设备名字',
|
||||
'device_type': '设备类型',
|
||||
'region': '所属区域',
|
||||
'sequence_number': '顺序号',
|
||||
'descriptive_information': '描述信息',
|
||||
'configured': '是否配置',
|
||||
'visible': '可见',
|
||||
'create_time': '创建日期'
|
||||
},
|
||||
'device_dialog': {
|
||||
'zh_device_name': '中文设备名称',
|
||||
'en_device_name': '英文设备名称',
|
||||
'ko_device_name': '韩国设备名称'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'basic_information': '基本信息'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user