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

46 lines
1.3 KiB
JSON

{
"entity": {
"climate": {
"ubercool": {
"state_attributes": {
"fan_mode": {
"state": {
"auto_high": "Auto h\u00e9ich",
"auto_low": "Auto niddereg",
"on_high": "Un H\u00e9ich",
"on_low": "Un Niddereg"
}
},
"swing_mode": {
"state": {
"1": "",
"2": "",
"3": "",
"auto": "",
"off": "Aus"
}
}
}
}
}
},
"options": {
"step": {
"options_1": {
"data": {
"bool": "Optionelle Boolean",
"constant": "Konstant",
"int": "Numeresch Agab"
}
},
"options_2": {
"data": {
"multi": "Multiple Auswiel",
"select": "Eng Optioun auswielen",
"string": "String W\u00e4ert"
}
}
}
},
"title": "Demo"
}