core/homeassistant/components/homekit_controller/translations/et.json

29 lines
955 B
JSON
Raw Normal View History

2020-09-23 00:05:01 +00:00
{
2020-10-12 00:03:31 +00:00
"config": {
"abort": {
"already_configured": "Lisaseade on selle kontrolleriga juba seadistatud.",
"already_in_progress": "Seadistamine on juba k\u00e4imas",
"invalid_properties": "Seade tagastas vigase oleku."
}
},
2020-09-23 00:05:01 +00:00
"device_automation": {
"trigger_subtype": {
"button1": "Nupp 1",
"button10": "Nupp 10",
"button2": "Nupp 2",
"button3": "Nupp 3",
"button4": "Nupp 4",
"button5": "Nupp 5",
"button6": "Nupp 6",
"button7": "Nupp 7",
"button8": "Nupp 8",
"button9": "Nupp 9",
"doorbell": "Uksekell"
},
"trigger_type": {
"double_press": "\" {subtype} \" tehtud topeltkl\u00f5ps",
"long_press": "\" {subtype} \" on pikalt alla vajutatud",
"single_press": "\" {subtype} \" on vajutatud"
}
}
}