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


##########
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",

Review Comment:
   Done, also updated other columns name to have a 'sentence capitalization' 
(only the first letter of first word is in upper case).



-- 
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