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

30 lines
914 B
JSON
Raw Normal View History

2021-02-15 00:14:36 +00:00
{
"config": {
"abort": {
"already_configured": "Lokalizacja jest ju\u017c skonfigurowana"
},
"error": {
"invalid_api_key": "Nieprawid\u0142owy klucz API"
},
"step": {
"user": {
"data": {
"api_key": "Klucz API",
"latitude": "Szeroko\u015b\u0107 geograficzna",
"longitude": "D\u0142ugo\u015b\u0107 geograficzna",
"name": "Nazwa integracji"
},
2022-05-19 00:26:11 +00:00
"description": "Aby wygenerowa\u0107 klucz API, przejd\u017a do https://opendata.aemet.es/centrodedescargas/altaUsuario"
2021-02-15 00:14:36 +00:00
}
}
2021-05-27 00:17:03 +00:00
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Zbieraj dane ze stacji pogodowych AEMET"
}
}
}
2021-02-15 00:14:36 +00:00
}
}