mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
[ci skip] Translation update
This commit is contained in:
parent
d33ecbb5be
commit
a390cf7c6a
@ -24,7 +24,7 @@
|
||||
"data": {
|
||||
"pairing_code": "Code d\u2019appairage"
|
||||
},
|
||||
"description": "Entrez votre code de jumelage HomeKit pour utiliser cet accessoire.",
|
||||
"description": "Entrez votre code de jumelage HomeKit (au format XXX-XX-XXX) pour utiliser cet accessoire.",
|
||||
"title": "Appairer avec l'accessoire HomeKit"
|
||||
},
|
||||
"user": {
|
||||
|
@ -11,7 +11,9 @@
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{name} apagat",
|
||||
"turn_on": "{name} enc\u00e8s"
|
||||
"turn_on": "{name} enc\u00e8s",
|
||||
"turned_off": "{entity_name} apagat",
|
||||
"turned_on": "{entity_name} enc\u00e8s"
|
||||
}
|
||||
}
|
||||
}
|
@ -11,7 +11,9 @@
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} turned off",
|
||||
"turn_on": "{entity_name} turned on"
|
||||
"turn_on": "{entity_name} turned on",
|
||||
"turned_off": "{entity_name} turned off",
|
||||
"turned_on": "{entity_name} turned on"
|
||||
}
|
||||
}
|
||||
}
|
@ -11,7 +11,9 @@
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} apagada",
|
||||
"turn_on": "{entity_name} encendida"
|
||||
"turn_on": "{entity_name} encendida",
|
||||
"turned_off": "{entity_name} apagado",
|
||||
"turned_on": "{entity_name} encendido"
|
||||
}
|
||||
}
|
||||
}
|
@ -10,8 +10,8 @@
|
||||
"is_on": "{entity_name} est allum\u00e9"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{name} d\u00e9sactiv\u00e9",
|
||||
"turn_on": "{name} activ\u00e9"
|
||||
"turn_off": "{entity_name} d\u00e9sactiv\u00e9",
|
||||
"turn_on": "{entity_name} activ\u00e9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,8 +4,8 @@
|
||||
"credential_error": "Erreur lors de l'extraction des informations d'identification.",
|
||||
"devices_configured": "Tous les p\u00e9riph\u00e9riques trouv\u00e9s sont d\u00e9j\u00e0 configur\u00e9s.",
|
||||
"no_devices_found": "Aucun appareil PlayStation 4 trouv\u00e9 sur le r\u00e9seau.",
|
||||
"port_987_bind_error": "Impossible de se connecter au port 997.",
|
||||
"port_997_bind_error": "Impossible de se connecter au port 997."
|
||||
"port_987_bind_error": "Impossible de se connecter au port 997. Reportez-vous \u00e0 la [documentation] (https://www.home-assistant.io/components/ps4/) pour plus d'informations.",
|
||||
"port_997_bind_error": "Impossible de se connecter au port 997. Reportez-vous \u00e0 la [documentation] (https://www.home-assistant.io/components/ps4/) pour plus d'informations."
|
||||
},
|
||||
"error": {
|
||||
"credential_timeout": "Le service d'informations d'identification a expir\u00e9. Appuyez sur soumettre pour red\u00e9marrer.",
|
||||
|
@ -6,12 +6,16 @@
|
||||
"turn_on": "Activa {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} est\u00e0 apagat",
|
||||
"is_on": "{entity_name} est\u00e0 enc\u00e8s",
|
||||
"turn_off": "{entity_name} desactivat",
|
||||
"turn_on": "{entity_name} activat"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} desactivat",
|
||||
"turn_on": "{entity_name} activat"
|
||||
"turn_on": "{entity_name} activat",
|
||||
"turned_off": "{entity_name} apagat",
|
||||
"turned_on": "{entity_name} enc\u00e8s"
|
||||
}
|
||||
}
|
||||
}
|
@ -6,12 +6,16 @@
|
||||
"turn_on": "Turn on {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} is off",
|
||||
"is_on": "{entity_name} is on",
|
||||
"turn_off": "{entity_name} turned off",
|
||||
"turn_on": "{entity_name} turned on"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} turned off",
|
||||
"turn_on": "{entity_name} turned on"
|
||||
"turn_on": "{entity_name} turned on",
|
||||
"turned_off": "{entity_name} turned off",
|
||||
"turned_on": "{entity_name} turned on"
|
||||
}
|
||||
}
|
||||
}
|
@ -6,12 +6,16 @@
|
||||
"turn_on": "Encender {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} est\u00e1 apagada",
|
||||
"is_on": "{entity_name} est\u00e1 encendida",
|
||||
"turn_off": "{entity_name} apagado",
|
||||
"turn_on": "{entity_name} encendido"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turn_off": "{entity_name} apagado",
|
||||
"turn_on": "{entity_name} encendido"
|
||||
"turn_on": "{entity_name} encendido",
|
||||
"turned_off": "{entity_name} apagado",
|
||||
"turned_on": "{entity_name} encendido"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,6 +8,10 @@
|
||||
"no_sensors_or_port_mapping": "Activa, com a m\u00ednim, els sensors o l'assignaci\u00f3 de ports",
|
||||
"single_instance_allowed": "Nom\u00e9s cal una sola configuraci\u00f3 de UPnP/IGD."
|
||||
},
|
||||
"error": {
|
||||
"one": "un",
|
||||
"other": "altre"
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Vols configurar UPnP/IGD?",
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_flows": "You need to configure Withings before being able to authenticate with it. Please read the documentation."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Successfully authenticated with Withings for the selected profile."
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user