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

34 lines
908 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "Lokasi sudah dikonfigurasi"
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_api_key": "Kunci API tidak valid"
},
"step": {
"user": {
"data": {
"api_key": "Kunci API",
"language": "Bahasa",
"latitude": "Lintang",
"longitude": "Bujur",
"mode": "Mode",
2022-04-29 00:22:21 +00:00
"name": "Nama"
2021-03-16 00:04:36 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Untuk membuat kunci API, buka https://openweathermap.org/appid"
2021-03-16 00:04:36 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Bahasa",
"mode": "Mode"
}
}
}
}
}