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

25 lines
779 B
JSON
Raw Normal View History

2021-11-25 00:13:33 +00:00
{
"config": {
"abort": {
2021-12-08 00:13:50 +00:00
"already_configured": "Perangkat sudah dikonfigurasi",
"invalid_host": "Nama host atau alamat IP tidak valid"
2021-11-25 00:13:33 +00:00
},
"error": {
"cannot_connect": "Gagal terhubung",
"unknown": "Kesalahan yang tidak diharapkan"
},
2021-12-08 00:13:50 +00:00
"flow_title": "{device}",
2021-11-25 00:13:33 +00:00
"step": {
2021-12-08 00:13:50 +00:00
"confirm_discovery": {
"description": "Ingin menambahkan {device} to Home Assistant?"
},
2021-11-25 00:13:33 +00:00
"user": {
"data": {
"host": "Host"
},
"description": "Konfigurasikan alamat IP atau nama host lokal perangkat Fronius Anda",
"title": "Fronius SolarNet"
}
}
}
}