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

26 lines
638 B
JSON
Raw Normal View History

2019-12-29 00:32:14 +00:00
{
2020-02-25 00:32:13 +00:00
"options": {
"step": {
"init": {
"data": {
"one": "en",
"other": "anden"
}
},
"options_1": {
"data": {
"bool": "Valgfri boolsk",
"int": "Numerisk input"
}
},
"options_2": {
"data": {
"multi": "Multimarkering",
"select": "V\u00e6lg en mulighed",
"string": "Strengv\u00e6rdi"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-12-29 00:32:14 +00:00
}