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

41 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2021-02-12 00:02:46 +00:00
"already_in_progress": "Konfiguracja jest ju\u017c w toku",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
2020-03-24 13:18:47 +00:00
},
"error": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-03-24 13:18:47 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-03-24 13:18:47 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"discovery_confirm": {
"data": {
"few": "kilka",
"many": "wiele",
"one": "jeden",
"other": "inne"
},
"description": "Czy chcesz skonfigurowa\u0107 {name}?",
"title": "Roku"
},
2020-03-24 13:18:47 +00:00
"ssdp_confirm": {
"data": {
"few": "kilka",
"many": "wiele",
"one": "jeden",
"other": "inne"
},
2020-10-13 00:03:24 +00:00
"description": "Czy chcesz skonfigurowa\u0107 {name}?",
2020-03-24 13:18:47 +00:00
"title": "Roku"
},
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Nazwa hosta lub adres IP"
2020-03-24 13:18:47 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Wprowad\u017a dane Roku."
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}