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

25 lines
930 B
JSON
Raw Normal View History

2019-11-15 00:32:15 +00:00
{
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"already_configured": "[%key_id:common::config_flow::abort::already_configured_device%]",
"connection_error": "[%key_id:common::config_flow::error::cannot_connect%]"
2019-11-15 00:32:15 +00:00
},
"error": {
2020-05-13 18:27:21 +00:00
"connection_error": "[%key_id:common::config_flow::error::cannot_connect%]"
2019-11-15 00:32:15 +00:00
},
2020-05-13 18:27:21 +00:00
"flow_title": "WLED: {name}",
2019-11-15 00:32:15 +00:00
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "[%key_id:common::config_flow::data::host%]"
2019-11-15 00:32:15 +00:00
},
2020-05-13 18:27:21 +00:00
"description": "Konfiguracja WLED w celu integracji z Home Assistant'em.",
"title": "Po\u0142\u0105cz z WLED"
2019-11-15 00:32:15 +00:00
},
"zeroconf_confirm": {
2020-05-13 18:27:21 +00:00
"description": "Czy chcesz doda\u0107 WLED o nazwie `{name}` do Home Assistant'a?",
"title": "Wykryto urz\u0105dzenie WLED"
2019-11-15 00:32:15 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-11-15 00:32:15 +00:00
}