core/homeassistant/components/dsmr/translations/id.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
2021-07-10 00:09:24 +00:00
"already_configured": "Perangkat sudah dikonfigurasi",
2021-11-18 00:12:48 +00:00
"cannot_communicate": "Gagal berkomunikasi",
2021-07-10 00:09:24 +00:00
"cannot_connect": "Gagal terhubung"
},
"error": {
"already_configured": "Perangkat sudah dikonfigurasi",
2021-11-18 00:12:48 +00:00
"cannot_communicate": "Gagal berkomunikasi",
2021-07-10 00:09:24 +00:00
"cannot_connect": "Gagal terhubung"
},
"step": {
"setup_network": {
"data": {
2021-11-18 00:12:48 +00:00
"dsmr_version": "Pilih versi DSMR",
2021-07-10 00:09:24 +00:00
"host": "Host",
"port": "Port"
2021-11-18 00:12:48 +00:00
},
"title": "Pilih alamat koneksi"
},
"setup_serial": {
"data": {
"dsmr_version": "Pilih versi DSMR",
"port": "Pilih perangkat"
},
"title": "Perangkat"
2021-07-10 00:09:24 +00:00
},
"setup_serial_manual_path": {
"data": {
"port": "Jalur Perangkat USB"
},
"title": "Jalur"
},
"user": {
"data": {
"type": "Jenis koneksi"
},
"title": "Pilih jenis koneksi"
}
2021-03-16 00:04:36 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "Interval minimum pembaruan entitas (dalam detik)"
},
"title": "Opsi DSMR"
}
}
}
}