core/homeassistant/components/tuya/translations/select.ca.json

22 lines
612 B
JSON
Raw Normal View History

2021-10-22 00:14:10 +00:00
{
"state": {
"tuya__led_type": {
"halogen": "Halogen",
"incandescent": "Incandescent",
"led": "LED"
},
"tuya__light_mode": {
"none": "off",
"pos": "Indica la ubicaci\u00f3 de l'interruptor",
"relay": "Indiqueu l'estat, activat/desactivat"
},
"tuya__relay_status": {
"last": "Recorda l'\u00faltim estat",
"memory": "Recorda l'\u00faltim estat",
"off": "off",
"on": "on",
"power_off": "off",
"power_on": "on"
}
}
}