Skip to content

Commit 40e70e4

Browse files
committed
Add english translations to make fallback work
1 parent b6eb748 commit 40e70e4

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
@@ -388,7 +388,18 @@
388388
"label": "Download PDF (layout #2)"
389389
},
390390
"generatePdfMixin": {
391-
"error": "Something did not work. Please try again, or try reloading the page."
391+
"error": "Something did not work. Please try again, or try reloading the page.",
392+
"progress": {
393+
"loadingData": "Loading the latest data of the camp…",
394+
"setupTranslationsAndFonts": "Loading fonts and static texts…",
395+
"assembleContent": "Assembling {type} ({content} of {totalContents})…",
396+
"layoutDocument": "Calculating document layout…",
397+
"layoutPage": "Calculating layout of page {page}…",
398+
"renderingPdfPage": "Rendering pdf page {page} of {totalPages}…",
399+
"downloadingPdf": "Downloading pdf file…",
400+
"done": "Done",
401+
"failed": "Failed"
402+
}
392403
},
393404
"printPreviewClient": {
394405
"previewError": "Something did not work. Please try again with different printing settings, or reload the page.",

0 commit comments

Comments
 (0)