aoelvp94 commented on code in PR #55578:
URL: https://github.com/apache/airflow/pull/55578#discussion_r2345161698
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/dashboard.json:
##########
@@ -1,15 +1,15 @@
{
"favorite": {
- "favoriteDags_many": "{{count}} DAGs preferiti",
- "favoriteDags_one": "Primo {{count}} DAG preferito",
- "favoriteDags_other": "Primi {{count}} DAGs preferiti",
- "favoriteDags_zero": "Nessun DAG preferito",
+ "favoriteDags_many": "{{count}} Dags preferiti",
+ "favoriteDags_one": "Primo {{count}} Dag preferito",
+ "favoriteDags_other": "Primi {{count}} Dags preferiti",
+ "favoriteDags_zero": "Nessun Dag preferito",
"noDagRuns": "Non ci sono ancora DagRun per questo dag.",
"noFavoriteDags": "Nessun preferito ancora. Clicca sull'icona stella
accanto a un Dag nella lista per aggiungerlo ai tuoi preferiti."
},
"group": "Gruppo",
"health": {
- "dagProcessor": "Processore DAG",
+ "dagProcessor": "Processore Dag",
Review Comment:
```suggestion
"dagProcessor": "Processore 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]