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

20 lines
555 B
JSON
Raw Normal View History

2021-07-10 00:09:24 +00:00
{
"config": {
2021-10-02 12:59:05 +00:00
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi"
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_auth": "Autentikasi tidak valid"
},
2021-07-10 00:09:24 +00:00
"step": {
"user": {
"data": {
"api_key": "Kunci API"
2021-11-19 00:14:01 +00:00
},
"description": "Masukkan kunci API yang diperoleh dari https://home.freedompro.eu.",
"title": "Kunci API Freedompro"
2021-07-10 00:09:24 +00:00
}
}
}
}