aoelvp94 commented on code in PR #55578:
URL: https://github.com/apache/airflow/pull/55578#discussion_r2345121470
##########
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"
Review Comment:
```suggestion
"unpauseDag": "Riattiva {{dagName}} al momento del trigger"
```
--
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]