From 7516fdf1863a88aa26342ab2fe7f1dd6323cc3f5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:30 +0530 Subject: [PATCH] New translations app.json (Ukrainian) --- src/i18n/locales/uk/app/app.json | 40 ++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/i18n/locales/uk/app/app.json b/src/i18n/locales/uk/app/app.json index 861e3ad5..ecee7b2b 100644 --- a/src/i18n/locales/uk/app/app.json +++ b/src/i18n/locales/uk/app/app.json @@ -1,25 +1,45 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "Додати {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Дата початку" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Дата завершення" }, "description": { - "label": "Description" + "label": "Опис" } }, "buttons": { "add": { - "label": "Add" + "label": "Додати" } }, + "printDialog": { + "heading": "Завантажити резюме", + "quality": { + "label": "Якість" + }, + "printType": { + "label": "Тип", + "types": { + "unconstrained": "Не визначено", + "fitInA4": "Вмістити в A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "Цей метод експорту використовує HTML canvas для перетворення резюме в зображення та друкування його на PDF, це значить, що він втратить всі можливості відбору/парсінгу.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." }