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

39 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-15 00:31:44 +00:00
{
"device_automation": {
2020-03-02 00:31:47 +00:00
"action_type": {
"close": "Tanca {entity_name}",
2020-03-24 13:18:47 +00:00
"close_tilt": "Inclinaci\u00f3 {entity_name} tancat/ada",
2020-03-02 00:31:47 +00:00
"open": "Obre {entity_name}",
2020-03-24 13:18:47 +00:00
"open_tilt": "Inclinaci\u00f3 {entity_name} obert/a",
2020-03-02 00:31:47 +00:00
"set_position": "Estableix la posici\u00f3 de {entity_name}",
2020-08-01 00:03:18 +00:00
"set_tilt_position": "Estableix la inclinaci\u00f3 de {entity_name}",
"stop": "Atura {entity_name}"
2020-03-02 00:31:47 +00:00
},
2019-10-15 00:31:44 +00:00
"condition_type": {
2020-09-09 00:03:44 +00:00
"is_closed": "{entity_name} est\u00e0 tancat/ada",
2019-11-01 00:32:13 +00:00
"is_closing": "{entity_name} est\u00e0 tancant-se",
2019-10-15 00:31:44 +00:00
"is_open": "{entity_name} est\u00e0 obert/a",
2019-10-27 00:32:10 +00:00
"is_opening": "{entity_name} s'est\u00e0 obrint",
2020-05-30 00:03:23 +00:00
"is_position": "La posici\u00f3 actual de {entity_name} \u00e9s",
"is_tilt_position": "La inclinaci\u00f3 actual de {entity_name} \u00e9s"
2019-11-01 00:32:13 +00:00
},
"trigger_type": {
2020-09-09 00:03:44 +00:00
"closed": "{entity_name} tancat/ada",
2019-11-01 00:32:13 +00:00
"closing": "{entity_name} tancant-se",
"opened": "{entity_name} s'ha obert",
2019-11-02 00:31:48 +00:00
"opening": "{entity_name} obrint-se",
"position": "Canvia la posici\u00f3 de {entity_name}",
"tilt_position": "Canvia la inclinaci\u00f3 de {entity_name}"
2019-10-15 00:31:44 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2020-09-09 00:03:44 +00:00
"closed": "Tancat/ada",
2020-04-20 23:33:54 +00:00
"closing": "Tancant",
2020-05-15 00:02:56 +00:00
"open": "Obert/a",
2020-04-20 23:33:54 +00:00
"opening": "Obrint",
"stopped": "Aturat"
}
},
2020-04-16 20:00:10 +00:00
"title": "Coberta"
2019-10-15 00:31:44 +00:00
}