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

22 lines
559 B
JSON

{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"not_songpal_device": "Bukan perangkat Songpal"
},
"error": {
"cannot_connect": "Gagal terhubung"
},
"flow_title": "{name} ({host})",
"step": {
"init": {
"description": "Ingin menyiapkan {name} ({host})?"
},
"user": {
"data": {
"endpoint": "Titik Akhir"
}
}
}
}
}