diff --git a/src/i18n/locales/en/app/app.json b/src/i18n/locales/en/app/app.json index d491a136..9069977b 100644 --- a/src/i18n/locales/en/app/app.json +++ b/src/i18n/locales/en/app/app.json @@ -16,5 +16,23 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." }