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

18 lines
439 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_auth": "Autentikasi tidak valid",
"unknown": "Kesalahan yang tidak diharapkan"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port",
"token": "Token Akses"
}
}
}
}
}