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

46 lines
1.3 KiB
JSON
Raw Normal View History

2019-11-15 00:32:15 +00:00
{
2022-12-22 00:23:15 +00:00
"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"
}
}
}
}
}
},
2020-02-21 00:33:51 +00:00
"options": {
"step": {
2020-04-04 00:07:23 +00:00
"options_1": {
"data": {
"bool": "Optionelle Boolean",
2020-07-25 00:04:22 +00:00
"constant": "Konstant",
2020-04-04 00:07:23 +00:00
"int": "Numeresch Agab"
}
},
2020-02-21 00:33:51 +00:00
"options_2": {
"data": {
2020-04-04 00:07:23 +00:00
"multi": "Multiple Auswiel",
"select": "Eng Optioun auswielen",
"string": "String W\u00e4ert"
2020-02-21 00:33:51 +00:00
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-15 00:32:15 +00:00
}