mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
[ci skip] Translation update
This commit is contained in:
parent
ef687a36ff
commit
65bf0a30f0
@ -1,8 +1,16 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"set_hvac_mode": "Canvia el mode HVAC de {entity_name}"
|
||||
},
|
||||
"condtion_type": {
|
||||
"is_hvac_mode": "{entity_name} est\u00e0 configurat/ada en un mode HVAC espec\u00edfic",
|
||||
"is_preset_mode": "{entity_name} est\u00e0 configurat/ada en un mode preestablert espec\u00edfic"
|
||||
},
|
||||
"trigger_type": {
|
||||
"current_humidity_changed": "Ha canviat la humitat mesurada per {entity_name}",
|
||||
"current_temperature_changed": "Ha canviat la temperatura mesurada per {entity_name}",
|
||||
"hvac_mode_changed": "El mode HVAC de {entity_name} ha canviat"
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/fan/.translations/ca.json
Normal file
12
homeassistant/components/fan/.translations/ca.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"turn_off": "Apaga {entity_name}",
|
||||
"turn_on": "Enc\u00e9n {entity_name}"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} s'ha apagat",
|
||||
"turned_on": "{entity_name} s'ha enc\u00e8s"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,6 +8,10 @@
|
||||
"condition_type": {
|
||||
"is_locked": "{entity_name} est\u00e0 bloquejat/ada",
|
||||
"is_unlocked": "{entity_name} est\u00e0 desbloquejat/ada"
|
||||
},
|
||||
"trigger_type": {
|
||||
"locked": "{entity_name} s'ha bloquejat",
|
||||
"unlocked": "{entity_name} s'ha desbloquejat"
|
||||
}
|
||||
}
|
||||
}
|
@ -2,6 +2,9 @@
|
||||
"device_automation": {
|
||||
"condtion_type": {
|
||||
"is_cleaning": "{entity_name} est\u00e0 netejant"
|
||||
},
|
||||
"trigger_type": {
|
||||
"cleaning": "{entity_name} ha comen\u00e7at a netejar"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user