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

63 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_communicate": "Gagal berkomunikasi",
"cannot_connect": "Gagal terhubung"
},
"error": {
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_communicate": "Gagal berkomunikasi",
"cannot_connect": "Gagal terhubung"
},
"step": {
"setup_network": {
"data": {
"dsmr_version": "Pilih versi DSMR",
"host": "Host",
"port": "Port"
},
"title": "Pilih alamat koneksi"
},
"setup_serial": {
"data": {
"dsmr_version": "Pilih versi DSMR",
"port": "Pilih perangkat"
},
"title": "Perangkat"
},
"setup_serial_manual_path": {
"data": {
"port": "Jalur Perangkat USB"
},
"title": "Jalur"
},
"user": {
"data": {
"type": "Jenis koneksi"
},
"title": "Pilih jenis koneksi"
}
}
},
"entity": {
"sensor": {
"electricity_tariff": {
"state": {
"low": "Rendah",
"normal": "Normal"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "Interval minimum pembaruan entitas (dalam detik)"
},
"title": "Opsi DSMR"
}
}
}
}