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


##########
airflow-core/src/airflow/ui/public/i18n/locales/it/assets.json:
##########
@@ -1,30 +1,30 @@
 {
-  "consumingDags": "Consuming Dags",
+  "consumingDags": "Dag Consumatori",
   "createEvent": {
-    "button": "Create Event",
+    "button": "Crea Evento",
     "manual": {
-      "description": "Manually create an Asset Event",
-      "extra": "Asset Event Extra",
-      "label": "Manual"
+      "description": "Crea manualmente un Evento Asset",
+      "extra": "Extra dell'Evento Asset",
+      "label": "Manuale"
     },
     "materialize": {
-      "description": "Trigger the Dag upstream of this asset",
-      "descriptionWithDag": "Trigger the Dag upstream of this asset: 
{{dagName}}",
-      "label": "Materialize",
-      "unpauseDag": "Unpause {{dagName}} on trigger"
+      "description": "Attiva il Dag upstream di questo asset",
+      "descriptionWithDag": "Attiva il Dag upstream di questo asset: 
{{dagName}}",
+      "label": "Materializza",
+      "unpauseDag": "Riattiva {{dagName}} al trigger"
     },
     "success": {
-      "manualDescription": "Manual asset event creation was successful.",
-      "manualTitle": "Asset Event Created",
-      "materializeDescription": "Upstream Dag {{dagId}} was triggered 
successfully.",
-      "materializeTitle": "Materializing Asset"
+      "manualDescription": "La creazione manuale dell'evento asset è avvenuta 
con successo.",
+      "manualTitle": "Evento Asset Creato",
+      "materializeDescription": "Il Dag upstream {{dagId}} è stato attivato 
con successo.",
+      "materializeTitle": "Materializzazione Asset"

Review Comment:
   ```suggestion
         "materializeTitle": "Materializzazione dell'Asset"
   ```



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