Skip to content

Commit cc276cf

Browse files
committed
close catalan gap
1 parent 4e76fed commit cc276cf

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

airflow-core/src/airflow/ui/public/i18n/locales/ca/common.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"hasTaskConcurrencyLimits": "Té límits de concurrència de tasques",
4141
"lastExpired": "Últim caducat",
4242
"lastParseDuration": "Duració de l'últim anàlisi",
43-
"lastParsed": "Últim anàlitzat",
43+
"lastParsed": "Últim analitzat",
4444
"latestDagVersion": "Última versió del Dag",
4545
"latestRun": "Última execució",
4646
"maxActiveRuns": "Màxim d'execucions actives",
@@ -78,6 +78,11 @@
7878
"githubRepo": "Repositori de GitHub",
7979
"restApiReference": "Referència de l'API REST"
8080
},
81+
"download": {
82+
"download": "Descarregar",
83+
"hotkey": "d",
84+
"tooltip": "Prem {{hotkey}} per descarregar els registres"
85+
},
8186
"duration": "Duració",
8287
"endDate": "Data de finalització",
8388
"error": {

airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,13 @@
8989
},
9090
"limitedList": "+{{count}} més",
9191
"limitedList.allItems": "Tots els {{count}} elements:",
92+
"limitedList.allTags_one": "Tots els tags ({{count}})",
93+
"limitedList.allTags_other": "Tots els tags ({{count}})",
9294
"limitedList.clickToInteract": "Fes clic en una etiqueta per filtrar els Dags",
9395
"limitedList.clickToOpenFull": "Fes clic a \"+{{count}} més\" per veure la llista completa",
9496
"limitedList.copyPasteText": "Pots copiar i enganxar el text de dalt",
97+
"limitedList.showingItems_one": "Mostrant {{count}} element",
98+
"limitedList.showingItems_other": "Mostrant {{count}} elements",
9599
"logs": {
96100
"file": "Fitxer",
97101
"location": "línia {{line}} a {{name}}"

airflow-core/src/airflow/ui/public/i18n/locales/ca/dag.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"hourly": "Horari",
1111
"legend": {
1212
"less": "Menys",
13+
"mixed": "Barrejat",
1314
"more": "Més"
1415
},
1516
"navigation": {
@@ -19,6 +20,7 @@
1920
"previousYear": "Any anterior"
2021
},
2122
"noData": "No hi ha dades disponibles",
23+
"noFailedRuns": "No hi ha execucions fallides",
2224
"noRuns": "No hi ha execucions",
2325
"totalRuns": "Total d'execucions",
2426
"week": "Setmana {{weekNumber}}",

0 commit comments

Comments
 (0)