This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8843d4e71ce Update French local for 3.1.1 (#57043)
8843d4e71ce is described below

commit 8843d4e71ce3f4871982ab0f5ca4878a318872cf
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Wed Oct 22 14:18:05 2025 +0200

    Update French local for 3.1.1 (#57043)
---
 airflow-core/src/airflow/ui/public/i18n/locales/fr/components.json | 7 ++++++-
 airflow-core/src/airflow/ui/public/i18n/locales/fr/dag.json        | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/fr/components.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/fr/components.json
index d38f4bc9702..93645eb7d71 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/fr/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/fr/components.json
@@ -96,10 +96,15 @@
   },
   "limitedList": "+{{count}} supplémentaires",
   "limitedList.allItems": "Tous les {{count}} éléments :",
+  "limitedList.allTags_many": "Tous les éléments ({{count}}) :",
+  "limitedList.allTags_one": "Tous les éléments (1) :",
+  "limitedList.allTags_other": "Tous les éléments ({{count}}) :",
   "limitedList.clickToInteract": "Cliquez sur une étiquette pour filtrer les 
Dags",
   "limitedList.clickToOpenFull": "Cliquez sur \"+{{count}} supplémentaires\" 
pour ouvrir la vue complète",
   "limitedList.copyPasteText": "Vous pouvez copier et coller le texte 
ci-dessus",
-  "limitedList.showingItems": "Affichage de {{count}} éléments",
+  "limitedList.showingItems_many": "Affichage de {{count}} éléments",
+  "limitedList.showingItems_one": "Affichage de 1 élément",
+  "limitedList.showingItems_other": "Affichage de {{count}} éléments",
   "logs": {
     "file": "Fichier",
     "location": "ligne {{line}} dans {{name}}"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/fr/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/fr/dag.json
index e3c1b9d93dc..b1ae1f5d28f 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/fr/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/fr/dag.json
@@ -10,6 +10,7 @@
     "hourly": "Toutes les heures",
     "legend": {
       "less": "Moins",
+      "mixed": "Mixte",
       "more": "Plus"
     },
     "navigation": {
@@ -19,6 +20,7 @@
       "previousYear": "Année précédente"
     },
     "noData": "Aucune donnée disponible",
+    "noFailedRuns": "Aucun Run échoué",
     "noRuns": "Aucun Run",
     "totalRuns": "Total des Runs",
     "week": "Semaine {{weekNumber}}",

Reply via email to