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

23 lines
924 B
JSON
Raw Normal View History

2020-04-28 00:04:52 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-04-28 00:04:52 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"cannot_connect": "[%key::common::config_flow::error::cannot_connect%]",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-04-28 00:04:52 +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%]",
2020-04-28 00:04:52 +00:00
"station": "Kod stacji METAR"
},
2020-04-30 00:03:17 +00:00
"description": "Je\u015bli nie podasz kodu stacji METAR, do znalezienia najbli\u017cszej stacji zostan\u0105 u\u017cyte wsp\u00f3\u0142rz\u0119dne geograficzne.",
2020-05-20 00:03:49 +00:00
"title": "Po\u0142\u0105czenie z National Weather Service"
2020-04-28 00:04:52 +00:00
}
}
}
}