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

19 lines
484 B
JSON
Raw Normal View History

2021-10-02 12:59:05 +00:00
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi"
},
"error": {
2021-11-18 00:12:48 +00:00
"cannot_connect": "Gagal terhubung",
"no_units": "Tidak dapat menemukan Grup AirTouch 4 apa pun."
2021-10-02 12:59:05 +00:00
},
"step": {
"user": {
"data": {
"host": "Host"
2021-11-18 00:12:48 +00:00
},
"title": "Siapkan detail koneksi AirTouch 4 Anda."
2021-10-02 12:59:05 +00:00
}
}
}
}