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

29 lines
805 B
JSON
Raw Normal View History

2019-11-15 00:32:15 +00:00
{
2020-02-21 00:33:51 +00:00
"options": {
"step": {
"init": {
"data": {
"few": "kilka",
"many": "wiele",
"one": "jedena",
"other": "inne"
}
},
"options_1": {
"data": {
"bool": "Warto\u015b\u0107 logiczna",
2020-10-08 00:06:03 +00:00
"constant": "Sta\u0142y(-a)",
2020-02-21 00:33:51 +00:00
"int": "Warto\u015b\u0107 numeryczna"
}
},
"options_2": {
"data": {
"multi": "Wielokrotny wyb\u00f3r",
"select": "Wybierz opcj\u0119",
"string": "Warto\u015b\u0107 tekstowa"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-15 00:32:15 +00:00
}