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

26 lines
659 B
JSON

{
"options": {
"step": {
"init": {
"data": {
"one": "eins",
"other": "andere"
}
},
"options_1": {
"data": {
"bool": "Optionaler Boolescher Wert",
"int": "Numerische Eingabe"
}
},
"options_2": {
"data": {
"multi": "Mehrfachauswahl",
"select": "W\u00e4hlen Sie eine Option",
"string": "String-Wert"
}
}
}
},
"title": "Demo"
}