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 @@ -40,7 +40,7 @@
"hasTaskConcurrencyLimits": "Té límits de concurrència de tasques",
"lastExpired": "Últim caducat",
"lastParseDuration": "Duració de l'últim anàlisi",
"lastParsed": "Últim anàlitzat",
"lastParsed": "Últim analitzat",
"latestDagVersion": "Última versió del Dag",
"latestRun": "Última execució",
"maxActiveRuns": "Màxim d'execucions actives",
Expand Down Expand Up @@ -78,6 +78,11 @@
"githubRepo": "Repositori de GitHub",
"restApiReference": "Referència de l'API REST"
},
"download": {
"download": "Descarregar",
"hotkey": "d",
"tooltip": "Prem {{hotkey}} per descarregar els registres"
},
"duration": "Duració",
"endDate": "Data de finalització",
"error": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@
},
"limitedList": "+{{count}} més",
"limitedList.allItems": "Tots els {{count}} elements:",
"limitedList.allTags_one": "Tots els tags ({{count}})",
"limitedList.allTags_other": "Tots els tags ({{count}})",
"limitedList.clickToInteract": "Fes clic en una etiqueta per filtrar els Dags",
"limitedList.clickToOpenFull": "Fes clic a \"+{{count}} més\" per veure la llista completa",
"limitedList.copyPasteText": "Pots copiar i enganxar el text de dalt",
"limitedList.showingItems_one": "Mostrant {{count}} element",
"limitedList.showingItems_other": "Mostrant {{count}} elements",
"logs": {
"file": "Fitxer",
"location": "línia {{line}} a {{name}}"
Expand Down
2 changes: 2 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"hourly": "Horari",
"legend": {
"less": "Menys",
"mixed": "Barrejat",
"more": "Més"
},
"navigation": {
Expand All @@ -19,6 +20,7 @@
"previousYear": "Any anterior"
},
"noData": "No hi ha dades disponibles",
"noFailedRuns": "No hi ha execucions fallides",
"noRuns": "No hi ha execucions",
"totalRuns": "Total d'execucions",
"week": "Setmana {{weekNumber}}",
Expand Down