config: new Crowdin updates (#1772)
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"state": {
|
||||
"approved": "Validée",
|
||||
"pendingApproval": "En attente de validation",
|
||||
"declined": "Refusée"
|
||||
"declined": "Refusée",
|
||||
"available": "",
|
||||
"partial": ""
|
||||
},
|
||||
"tooltips": {
|
||||
"approve": "Valider les demandes",
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
},
|
||||
"textLinesClamp": {
|
||||
"label": "Limitateur de longueur de ligne de texte"
|
||||
},
|
||||
"sortByPublishDateAscending": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
"label": "ID de l’entité",
|
||||
"info": "ID d’entité unique dans Home Assistant. Copiez en cliquant sur l'entité > Cliquez sur l'icône en forme de rouage > Cliquez sur le bouton Copier sous « ID d'entité ». Certaines entités personnalisées peuvent ne pas être prises en charge."
|
||||
},
|
||||
"automationId": {
|
||||
"label": "",
|
||||
"info": ""
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Nom d'affichage"
|
||||
}
|
||||
|
||||
16
public/locales/fr/modules/smart-home/trigger-automation.json
Normal file
16
public/locales/fr/modules/smart-home/trigger-automation.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"automationId": {
|
||||
"label": "",
|
||||
"info": ""
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Nom d'affichage"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,20 +43,20 @@
|
||||
"header": {
|
||||
"isCompleted": "Téléchargement en cours",
|
||||
"name": "Nom",
|
||||
"dateAdded": "",
|
||||
"dateAdded": "Ajouté le",
|
||||
"size": "Taille",
|
||||
"download": "Descendant",
|
||||
"upload": "Montant",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Progrès",
|
||||
"totalUploaded": "",
|
||||
"totalDownloaded": "",
|
||||
"ratio": "",
|
||||
"seeds": "",
|
||||
"peers": "",
|
||||
"label": "",
|
||||
"totalUploaded": "Total envoyé",
|
||||
"totalDownloaded": "Total reçu",
|
||||
"ratio": "Ratio",
|
||||
"seeds": "Seeds (connectés)",
|
||||
"peers": "Peers (connectés)",
|
||||
"label": "Étiquette",
|
||||
"state": "État",
|
||||
"stateMessage": ""
|
||||
"stateMessage": "Message d'état"
|
||||
},
|
||||
"item": {
|
||||
"text": "Géré par {{appName}}, {{ratio}} ratio"
|
||||
|
||||
Reference in New Issue
Block a user