aoelvp94 commented on code in PR #55578:
URL: https://github.com/apache/airflow/pull/55578#discussion_r2345146977


##########
airflow-core/src/airflow/ui/public/i18n/locales/it/components.json:
##########
@@ -58,10 +58,10 @@
   },
   "durationChart": {
     "duration": "Durata (secondi)",
-    "lastDagRun_many": "Ultimi {{count}} Run del DAG",
-    "lastDagRun_one": "Ultimo Run del DAG",
-    "lastDagRun_other": "Ultimi {{count}} Run del DAG",
-    "lastDagRun_zero": "Nessun run del DAG",
+    "lastDagRun_many": "Ultimi {{count}} Run del Dag",
+    "lastDagRun_one": "Ultimo Run del Dag",
+    "lastDagRun_other": "Ultimi {{count}} Run del Dag",

Review Comment:
   ```suggestion
       "lastDagRun_other": "Ultimi {{count}} Runs del Dag",
   ```



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