This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 349178491de [v3-1-test] Update French local for 3.1.1 (#57043) (#57058)
349178491de is described below
commit 349178491de56091262f75340ba593e2ae64c3c9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 15:01:09 2025 +0200
[v3-1-test] Update French local for 3.1.1 (#57043) (#57058)
(cherry picked from commit 8843d4e71ce3f4871982ab0f5ca4878a318872cf)
Co-authored-by: Pierre Jeambrun <[email protected]>
---
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}}",