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

26 lines
659 B
JSON
Raw Normal View History

2019-11-27 00:32:16 +00:00
{
2020-02-26 00:31:47 +00:00
"options": {
"step": {
2020-03-24 13:18:47 +00:00
"init": {
"data": {
"one": "eins",
"other": "andere"
}
},
2020-02-26 00:31:47 +00:00
"options_1": {
"data": {
"bool": "Optionaler Boolescher Wert",
"int": "Numerische Eingabe"
}
},
"options_2": {
"data": {
"multi": "Mehrfachauswahl",
"select": "W\u00e4hlen Sie eine Option",
"string": "String-Wert"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-27 00:32:16 +00:00
}