Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"includeDeferred": "Incloure diferides",
"nameMaxLength": "El nom pot contenir un màxim de 256 caràcters",
"nameRequired": "El nom és obligatori",
"slots": "Slots"
"slots": "Slots",
"slotsHelperText": "Utilitza -1 per a slots il·limitats."
},
"noPoolsFound": "No s'han trobat pools",
"pool_one": "Pool",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"additional_data": "Dades addicionals",
"asset_many": "Assets",
"asset_one": "Asset",
"asset_other": "Assets",
"consumingDags": "Dags consumidors",
"consumingTasks": "Tasques consumidores",
"createEvent": {
Expand Down
22 changes: 22 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"collapseAllExtra": "Col·lapsar tots els camps extra json",
"collapseDetailsPanel": "Col·lapsar el panell de detalls",
"consumingAsset": "Asset consumidor",
"createdAssetEvent_one": "Esdeveniment d'Asset creat",
"createdAssetEvent_other": "Esdeveniments d'Asset creats",
"dag_one": "Dag",
Expand Down Expand Up @@ -103,6 +104,12 @@
"notFound": "Pàgina no trobada",
"title": "Error"
},
"errors": {
"forbidden": {
"description": "No teniu permisos per a realitzar aquesta acció.",
"title": "Accés denegat"
}
},
"expand": {
"collapse": "Col·lapsar",
"expand": "Expandir",
Expand All @@ -125,9 +132,11 @@
"logicalDateTo": "Data Lògica Fins a",
"runAfterFrom": "Executar Després de",
"runAfterTo": "Executar Després de",
"searchAsset": "Cercar Asset",
"selectDateRange": "Seleccionar interval de dates",
"startTime": "Hora d'inici"
},
"generateToken": "Generar token",
"logicalDate": "Data Lògica",
"logout": "Tancar sessió",
"logoutConfirmation": "Està a punt de tancar sessió de l'aplicació.",
Expand Down Expand Up @@ -171,6 +180,7 @@
"reset": "Restablir",
"runId": "ID de l'execució",
"runTypes": {
"asset_materialization": "Materialització d'Asset",
"asset_triggered": "Executat per Asset",
"backfill": "Reomplir",
"manual": "Manual",
Expand Down Expand Up @@ -327,6 +337,18 @@
}
}
},
"tokenGeneration": {
"apiToken": "Token d'API",
"cliToken": "Token de CLI",
"errorDescription": "S'ha produït un error en generar el token. Torneu-ho a provar.",
"errorTitle": "Ha fallat la generació del token",
"generate": "Generar",
"selectType": "Seleccioneu el tipus de token que voleu generar.",
"title": "Generar token",
"tokenExpiresIn": "Aquest token caduca en {{duration}}.",
"tokenGenerated": "S'ha generat el vostre token.",
"tokenShownOnce": "Aquest token només es mostrarà una vegada. Copieu-lo ara."
},
"total": "Total {{state}}",
"triggered": "Executat",
"tryNumber": "Número d'intent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
},
"dagWarnings": {
"error_one": "1 Error",
"error_other": "{{count}} Errors",
"errorAndWarning": "1 Error i {{warningText}}",
"warning_one": "1 Advertència",
"warning_other": "{{count}} Advertències"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,16 @@
"buttons": {
"resetToLatest": "Restablir a l'últim",
"toggleGroup": "Alternar grup"
}
},
"runTypeLegend": "Llegenda del tipus d'execució"
},
"header": {
"buttons": {
"advanced": "Avançat",
"dagDocs": "Documentació del Dag"
},
"status": {
"deactivated": "Desactivat"
}
},
"logs": {
Expand Down
Loading