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

24 lines
897 B
JSON

{
"config": {
"abort": {
"already_configured": "Lokalizacja jest ju\u017c skonfigurowana"
},
"error": {
"auth": "Nieprawid\u0142owy klucz API",
"invalid_api_key": "Nieprawid\u0142owy klucz API",
"wrong_location": "Brak stacji pomiarowych Airly w tym rejonie"
},
"step": {
"user": {
"data": {
"api_key": "Klucz API",
"latitude": "[%key::common::config_flow::data::latitude%]",
"longitude": "[%key::common::config_flow::data::longitude%]",
"name": "Nazwa"
},
"description": "Konfiguracja integracji Airly. By wygenerowa\u0107 klucz API, przejd\u017a na stron\u0119 https://developer.airly.eu/register",
"title": "Airly"
}
}
}
}