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

26 lines
638 B
JSON

{
"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"
}
}
}
},
"title": "Demo"
}