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

23 lines
659 B
JSON

{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"ipv6_not_supported": "IPv6 tidak didukung."
},
"error": {
"cannot_connect": "Gagal terhubung",
"unknown": "Kesalahan yang tidak diharapkan"
},
"flow_title": "{name} - {model} ({ip_address})",
"step": {
"discovery_confirm": {
"description": "Ingin menyiapkan {name} - {model} ({ip_address})?"
},
"user": {
"data": {
"ip_address": "Alamat IP"
}
}
}
}
}