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

26 lines
648 B
JSON
Raw Normal View History

2020-02-07 00:31:50 +00:00
{
2020-02-19 00:31:49 +00:00
"options": {
"step": {
"init": {
"data": {
"one": "Tom",
"other": "Tomma"
}
},
"options_1": {
"data": {
"bool": "Valfritt boolesk",
"int": "Numerisk inmatning"
}
},
"options_2": {
"data": {
"multi": "Flera val",
"select": "V\u00e4lj ett alternativ",
"string": "Str\u00e4ngv\u00e4rde"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2020-02-07 00:31:50 +00:00
}