mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 04:31:35 +10:00
New translations app.json (Ukrainian)
This commit is contained in:
@ -1,25 +1,45 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Додати {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Дата початку"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "Дата завершення"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Опис"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"add": {
|
"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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user