core/homeassistant/components/switch/translations/ca.json

24 lines
632 B
JSON
Raw Normal View History

2019-09-11 00:33:50 +00:00
{
"device_automation": {
"action_type": {
"toggle": "Commuta {entity_name}",
"turn_off": "Desactiva {entity_name}",
"turn_on": "Activa {entity_name}"
},
"condition_type": {
2019-09-18 00:32:12 +00:00
"is_off": "{entity_name} est\u00e0 apagat",
2020-04-08 00:08:19 +00:00
"is_on": "{entity_name} est\u00e0 enc\u00e8s"
2019-09-11 00:33:50 +00:00
},
"trigger_type": {
2019-09-19 00:32:15 +00:00
"turned_off": "{entity_name} desactivat",
"turned_on": "{entity_name} activat"
2019-09-11 00:33:50 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2020-05-15 00:02:56 +00:00
"off": "OFF",
"on": "ON"
2020-04-20 23:33:54 +00:00
}
},
2020-06-01 00:03:28 +00:00
"title": "Interruptor"
2019-09-11 00:33:50 +00:00
}