Skip to content

Commit 4871965

Browse files
committed
Add english translations to make fallback work
1 parent b2e6948 commit 4871965

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

frontend/src/locales/en.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,18 @@
387387
"label": "Download PDF (layout #2)"
388388
},
389389
"generatePdfMixin": {
390-
"error": "Something did not work. Please try again, or try reloading the page."
390+
"error": "Something did not work. Please try again, or try reloading the page.",
391+
"progress": {
392+
"loadingData": "Loading the latest data of the camp…",
393+
"setupTranslationsAndFonts": "Loading fonts and static texts…",
394+
"assembleContent": "Assembling {type} ({content} of {totalContents})…",
395+
"layoutDocument": "Calculating document layout…",
396+
"layoutPage": "Calculating layout of page {page}…",
397+
"renderingPdfPage": "Rendering pdf page {page} of {totalPages}…",
398+
"downloadingPdf": "Downloading pdf file…",
399+
"done": "Done",
400+
"failed": "Failed"
401+
}
391402
},
392403
"printPreviewClient": {
393404
"previewError": "Something did not work. Please try again with different printing settings, or reload the page.",

0 commit comments

Comments
 (0)