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

26 lines
657 B
JSON
Raw Normal View History

2021-07-10 00:09:24 +00:00
{
"config": {
"abort": {
"reauth_successful": "Autentikasi ulang berhasil"
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_api_key": "Kunci API tidak valid"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Kunci API"
}
},
"user": {
"data": {
"api_key": "Kunci API",
"latitude": "Lintang",
"longitude": "Bujur",
"name": "Nama"
}
}
}
}
}