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

19 lines
461 B
JSON
Raw Normal View History

2022-01-23 00:13:53 +00:00
{
"config": {
"abort": {
2022-01-29 00:13:03 +00:00
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_connect": "Gagal terhubung"
2022-01-23 00:13:53 +00:00
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_host": "Nama host atau alamat IP tidak valid"
},
"step": {
"manual": {
"data": {
"host": "Host"
}
}
}
}
}