core/homeassistant/components/airly/translations/et.json

30 lines
1.0 KiB
JSON
Raw Normal View History

2020-09-23 00:05:01 +00:00
{
"config": {
2020-10-12 00:03:31 +00:00
"abort": {
"already_configured": "Asukoht on juba m\u00e4\u00e4ratud"
},
2020-10-02 00:05:51 +00:00
"error": {
2020-10-12 00:03:31 +00:00
"invalid_api_key": "Vigane API v\u00f5ti",
"wrong_location": "Selles piirkonnas pole Airly m\u00f5\u00f5tejaamu."
2020-10-02 00:05:51 +00:00
},
2020-09-23 00:05:01 +00:00
"step": {
"user": {
"data": {
2020-10-12 00:03:31 +00:00
"api_key": "API v\u00f5ti",
2020-09-23 00:05:01 +00:00
"latitude": "Laiuskraad",
2020-10-12 00:03:31 +00:00
"longitude": "Pikkuskraad",
"name": "Nimi"
},
"description": "Seadista Airly \u00f5hukvaliteedi andmete sidumine. API v\u00f5tme loomiseks mine aadressile https://developer.airly.eu/register",
"title": ""
2020-09-23 00:05:01 +00:00
}
}
2020-12-02 19:51:05 +00:00
},
"system_health": {
"info": {
2021-03-01 00:09:01 +00:00
"can_reach_server": "\u00dchendus Airly serveriga",
2021-03-16 00:04:36 +00:00
"requests_per_day": "Lubatud p\u00e4ringuid p\u00e4evas",
"requests_remaining": "Lubatud p\u00e4ringute arv"
2020-12-02 19:51:05 +00:00
}
2020-09-23 00:05:01 +00:00
}
}