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

25 lines
806 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_connect": "Gagal terhubung"
},
"error": {
"cannot_connect": "Gagal terhubung"
},
2021-10-02 12:59:05 +00:00
"flow_title": "{serial_number}",
2021-03-16 00:04:36 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
2021-10-02 12:59:05 +00:00
"description": "Siapkan Elgato Light Anda untuk diintegrasikan dengan Home Assistant."
2021-03-16 00:04:36 +00:00
},
"zeroconf_confirm": {
2021-10-02 12:59:05 +00:00
"description": "Ingin menambahkan Elgato Light dengan nomor seri `{serial_number}` ke Home Assistant?",
"title": "Perangkat Elgato Light yang ditemukan"
2021-03-16 00:04:36 +00:00
}
}
}
}