pierrejeambrun commented on code in PR #51793:
URL: https://github.com/apache/airflow/pull/51793#discussion_r2151792503


##########
airflow-core/src/airflow/ui/src/i18n/locales/fr/admin.json:
##########
@@ -0,0 +1,162 @@
+{
+  "columns":{
+    "description": "Description",
+    "key": "Clé",
+    "name": "Nom",
+    "value": "Valeur"
+  },
+  "config":{
+    "columns":{
+      "section": "Section"
+    },
+    "title": "Airflow Configuration"
+  },
+  "connections":{
+    "add":"Ajouter une Connexion",
+    "columns":{
+      "connectionId": "Connexion ID",
+      "connectionType": "Connexion Type",
+      "host": "Hôte",
+      "port": "Port"
+    },
+    "connection_one": "Connexion",
+    "connection_other": "Connexions",
+    "delete":{
+      "deleteConnection_one": "Supprimer 1 connexion",
+      "deleteConnection_other": "Supprimer {{count}} connexions",
+      "firstConfirmMessage_one": "Vous êtes sur le point de supprimer la 
connexion suivante :",
+      "firstConfirmMessage_other": "Vous êtes sur le point de supprimer les 
connexions suivantes :",
+      "title": "Supprimer la Connexion"
+    },
+    "edit": "Modifier la Connexion",
+    "form":{
+      "connectionIdRequired": "Connexion ID est requis",
+      "connectionIdRequirement": "Connexion ID ne peut pas contenir uniquement 
des espaces",
+      "connectionTypeRequired": "Le type de connexion est requis",
+      "extraFields": "Champs Supplémentaires",
+      "extraFieldsJson": "Champs Supplémentaires JSON",
+      "helperText": "Le type de connexion est manquant ? Assurez-vous d'avoir 
installé le package Airflow Providers correspondant.",

Review Comment:
   Done thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to