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

29 lines
882 B
JSON
Raw Normal View History

2019-10-05 00:32:19 +00:00
{
"config": {
2020-01-14 00:31:46 +00:00
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Location is already configured"
2020-01-14 00:31:46 +00:00
},
2019-10-05 00:32:19 +00:00
"error": {
2020-10-02 00:05:51 +00:00
"invalid_api_key": "Invalid API key",
2019-10-05 00:32:19 +00:00
"wrong_location": "No Airly measuring stations in this area."
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"api_key": "API Key",
2019-10-05 00:32:19 +00:00
"latitude": "Latitude",
"longitude": "Longitude",
2020-10-08 00:06:03 +00:00
"name": "Name"
2019-10-05 00:32:19 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "To generate API key go to https://developer.airly.eu/register"
2019-10-05 00:32:19 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-12-02 19:51:05 +00:00
},
"system_health": {
"info": {
2021-03-01 00:09:01 +00:00
"can_reach_server": "Reach Airly server",
"requests_per_day": "Allowed requests per day",
"requests_remaining": "Remaining allowed requests"
2020-12-02 19:51:05 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-05 00:32:19 +00:00
}