bbovenzi commented on code in PR #52342:
URL: https://github.com/apache/airflow/pull/52342#discussion_r2341270252
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/common.json:
##########
@@ -0,0 +1,343 @@
+{
+ "admin": {
+ "Config": "Configurazione",
+ "Connections": "Connessioni",
+ "Plugins": "Plugins",
+ "Pools": "Pools",
+ "Providers": "Provider",
+ "Variables": "Variabili"
+ },
+ "allOperators": "Tutti gli Operatori",
+ "appearance": {
+ "appearance": "Aspetto",
+ "darkMode": "Modalità scura",
+ "lightMode": "Modalità chiara",
+ "systemMode": "Segui impostazioni di sistema"
+ },
+ "asset_many": "Assets",
+ "asset_one": "Asset",
+ "asset_other": "Assets",
+ "asset_zero": "Nessun asset",
+ "assetEvent_many": "Eventi Asset",
+ "assetEvent_one": "Evento Asset",
+ "assetEvent_other": "Eventi Asset",
+ "assetEvent_zero": "Nessun evento asset",
+ "backfill_many": "Backfills",
+ "backfill_one": "Backfill",
+ "backfill_other": "Backfills",
+ "backfill_zero": "Nessun backfill",
+ "browse": {
+ "auditLog": "Registro di Controllo (Logs)",
+ "requiredActions": "Azioni Richieste",
+ "xcoms": "XComs"
+ },
+ "collapseDetailsPanel": "Collassa i Dettagli",
+ "createdAssetEvent_many": "Eventi Asset Creati",
+ "createdAssetEvent_one": "Evento Asset Creato",
+ "createdAssetEvent_other": "Eventi Asset Creati",
+ "createdAssetEvent_zero": "Nessun evento asset creato",
+ "dag_many": "DAGs",
+ "dag_one": "DAG",
+ "dag_other": "DAGs",
+ "dag_zero": "Nessun DAG",
+ "dagDetails": {
+ "catchup": "Catchup",
+ "dagRunTimeout": "Timeout del Run del DAG",
+ "defaultArgs": "Argomenti di Default",
+ "description": "Descrizione",
+ "documentation": "Documentazione del DAG",
+ "fileLocation": "Percorso del File",
+ "hasTaskConcurrencyLimits": "Ha Limiti di Concorrenza dei Task",
+ "lastExpired": "Ultimo Scaduto",
+ "lastParseDuration": "Durata dell'ultimo parsing",
+ "lastParsed": "Ultimo Parsed",
Review Comment:
What's the reason for `parsed` instead of something like `processato`?
--
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]