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

93 lines
2.6 KiB
JSON
Raw Normal View History

2019-11-24 00:32:21 +00:00
{
2022-12-24 00:19:43 +00:00
"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"
}
}
}
}
},
2023-01-19 00:25:04 +00:00
"select": {
"speed": {
"state": {
"light_speed": "Lichtsnelheid",
"ludicrous_speed": "Bespottelijke snelheid",
"ridiculous_speed": "Belachelijke snelheid"
}
}
},
2022-12-24 00:19:43 +00:00
"vacuum": {
"model_s": {
"state_attributes": {
"cleaned_area": {
"name": "Schoongemaakt gebied"
}
}
}
}
},
2022-09-19 00:27:46 +00:00
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"title": "De voeding moet worden vervangen"
}
}
},
"title": "De voeding is niet stabiel"
2022-11-26 00:22:30 +00:00
},
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "Kan op dit moment de thee niet opnieuw verwarmen"
}
},
"title": "De thee is koud"
2023-01-14 00:22:57 +00:00
},
"unfixable_problem": {
"title": "Dit is geen oplosbaar probleem"
2022-09-19 00:27:46 +00:00
}
},
2020-02-19 00:31:49 +00:00
"options": {
"step": {
"init": {
"data": {
2021-05-19 00:11:31 +00:00
"one": "Leeg",
"other": "Leeg"
2020-02-19 00:31:49 +00:00
}
},
"options_1": {
"data": {
"bool": "Optioneel Boolean",
2021-03-19 00:03:03 +00:00
"constant": "Constant",
2020-02-19 00:31:49 +00:00
"int": "Numerieke invoer"
}
},
"options_2": {
"data": {
"multi": "Meerkeuze selectie",
"select": "Kies een optie",
"string": "String waarde"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-24 00:32:21 +00:00
}