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

pierrejeambrun 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 90bd02ed178 UI - french-  less literal translation (#71792)
90bd02ed178 is described below

commit 90bd02ed178561fb59026713083c25b205a93e2b
Author: raphaelauv <[email protected]>
AuthorDate: Wed Aug 19 18:07:10 2026 +0200

    UI - french-  less literal translation (#71792)
    
    Co-authored-by: raphaelauv <[email protected]>
---
 airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json |  2 +-
 .../src/airflow/ui/public/i18n/locales/fr/components.json      |  2 +-
 .../src/airflow/ui/public/i18n/locales/fr/dashboard.json       | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json
index ef06fb192b8..4b8154fdc25 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json
@@ -22,7 +22,7 @@
   "assetEvent_one": "Événement d'Asset",
   "assetEvent_other": "Événements d'Asset",
   "assetInactive": {
-    "tooltip": "L'Asset en amont a été désactivé ; le planificateur suspend 
l'évaluation des partitions jusqu'à sa réactivation."
+    "tooltip": "L'Asset en amont a été désactivé ; le scheduler suspend 
l'évaluation des partitions jusqu'à sa réactivation."
   },
   "backfill_many": "Rattrapages",
   "backfill_one": "Rattrapage",
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 3cc0238ad65..9f094d8eba3 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
@@ -22,7 +22,7 @@
     "reprocessBehavior": "Comportement de réexécution",
     "run": "Lancer le rattrapage",
     "scheduleNotBackfillable": "La planification de ce Dag ne prend pas en 
charge les rattrapages",
-    "schedulerPriorityHint": "Les exécutions de Dag de rattrapage sont 
ordonnées après les exécutions de Dag hors rattrapage à chaque cycle du 
planificateur. Les exécutions de rattrapage peuvent rester en file plus 
longtemps si d'autres exécutions hors rattrapage sont présentes.",
+    "schedulerPriorityHint": "Les exécutions de Dag de rattrapage sont 
ordonnées après les exécutions de Dag hors rattrapage à chaque cycle du 
scheduler. Les exécutions de rattrapage peuvent rester en file plus longtemps 
si d'autres exécutions hors rattrapage sont présentes.",
     "selectDescription": "Exécuter ce Dag pour une plage de dates",
     "selectLabel": "Rattrapage",
     "title": "Lancer un rattrapage",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/fr/dashboard.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/fr/dashboard.json
index 3821c8df53d..ce3235a418d 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/fr/dashboard.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/fr/dashboard.json
@@ -29,14 +29,14 @@
   },
   "group": "Groupe",
   "health": {
-    "dagProcessor": "Analyseur de Dag",
+    "dagProcessor": "Dag Processeur",
     "health": "État de santé",
     "healthy": "Sain",
-    "lastHeartbeat": "Dernier battement",
-    "metaDatabase": "Base de données Meta",
-    "scheduler": "Planificateur",
+    "lastHeartbeat": "Dernier Heartbeat",
+    "metaDatabase": "Metadata Database",
+    "scheduler": "Scheduler",
     "status": "Statut",
-    "triggerer": "Déclencheur",
+    "triggerer": "Triggerer",
     "unhealthy": "Non sain"
   },
   "history": "Historique",

Reply via email to