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

16 lines
557 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
"abort": {
2020-10-05 00:04:23 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"not_supported_device": "Ten WiLight nie jest obecnie obs\u0142ugiwany",
"not_wilight_device": "To urz\u0105dzenie nie jest urz\u0105dzeniem WiLight"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-10-05 00:04:23 +00:00
"step": {
"confirm": {
"description": "Czy chcesz skonfigurowa\u0107 WiLight {name}?\n\nObs\u0142uguje: {components}",
"title": "WiLight"
}
2020-09-15 00:09:18 +00:00
}
}
}