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

30 lines
932 B
JSON
Raw Normal View History

2022-01-23 00:13:53 +00:00
{
"config": {
"abort": {
2022-01-29 00:13:03 +00:00
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_connect": "Gagal terhubung"
2022-01-23 00:13:53 +00:00
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_host": "Nama host atau alamat IP tidak valid"
},
2022-02-09 00:23:56 +00:00
"flow_title": "{name} - {model} ({host})",
2022-01-23 00:13:53 +00:00
"step": {
2022-02-09 00:23:56 +00:00
"discovery_confirm": {
"description": "Ingin menyiapkan {name} - {model} ({host})?"
},
2022-01-23 00:13:53 +00:00
"manual": {
"data": {
"host": "Host"
2022-02-09 00:23:56 +00:00
},
"description": "Masukkan Alamat IP."
},
"user": {
"data": {
"device": "Perangkat"
},
"description": "Pilih perangkat, atau pilih 'Alamat IP' untuk memasukkan Alamat IP secara manual."
2022-01-23 00:13:53 +00:00
}
}
}
}