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

24 lines
935 B
JSON
Raw Normal View History

2019-10-05 00:32:19 +00:00
{
"config": {
2020-01-15 00:31:56 +00:00
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana dla tych wsp\u00f3\u0142rz\u0119dnych"
2020-01-15 00:31:56 +00:00
},
2019-10-05 00:32:19 +00:00
"error": {
2020-10-07 00:06:20 +00:00
"auth": "Nieprawid\u0142owy klucz API",
"invalid_api_key": "Nieprawid\u0142owy klucz API",
"wrong_location": "Brak stacji pomiarowych Airly w tym rejonie"
2019-10-05 00:32:19 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Klucz API",
2020-10-07 00:06:20 +00:00
"latitude": "[%key::common::config_flow::data::latitude%]",
"longitude": "[%key::common::config_flow::data::longitude%]",
"name": "Nazwa"
2019-10-05 00:32:19 +00:00
},
"description": "Konfiguracja integracji Airly. By wygenerowa\u0107 klucz API, przejd\u017a na stron\u0119 https://developer.airly.eu/register",
"title": "Airly"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-05 00:32:19 +00:00
}