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

93 lines
2.6 KiB
JSON

{
"entity": {
"climate": {
"ubercool": {
"state_attributes": {
"fan_mode": {
"state": {
"auto_high": "Auto-hoog",
"auto_low": "Auto-laag",
"on_high": "Hoog",
"on_low": "Laag"
}
},
"swing_mode": {
"state": {
"1": "1",
"2": "2",
"3": "3",
"auto": "Auto",
"off": "Uit"
}
}
}
}
},
"select": {
"speed": {
"state": {
"light_speed": "Lichtsnelheid",
"ludicrous_speed": "Bespottelijke snelheid",
"ridiculous_speed": "Belachelijke snelheid"
}
}
},
"vacuum": {
"model_s": {
"state_attributes": {
"cleaned_area": {
"name": "Schoongemaakt gebied"
}
}
}
}
},
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"title": "De voeding moet worden vervangen"
}
}
},
"title": "De voeding is niet stabiel"
},
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "Kan op dit moment de thee niet opnieuw verwarmen"
}
},
"title": "De thee is koud"
},
"unfixable_problem": {
"title": "Dit is geen oplosbaar probleem"
}
},
"options": {
"step": {
"init": {
"data": {
"one": "Leeg",
"other": "Leeg"
}
},
"options_1": {
"data": {
"bool": "Optioneel Boolean",
"constant": "Constant",
"int": "Numerieke invoer"
}
},
"options_2": {
"data": {
"multi": "Meerkeuze selectie",
"select": "Kies een optie",
"string": "String waarde"
}
}
}
},
"title": "Demo"
}