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

24 lines
644 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": {
"_": {
"off": "Apagat",
"on": "Enc\u00e8s"
}
},
2020-04-16 20:00:10 +00:00
"title": "Interruptors"
2019-09-11 00:33:50 +00:00
}