New translations app.json (Russian)

This commit is contained in:
Amruth Pillai
2020-05-23 18:20:39 +05:30
parent c7da9e1f02
commit 9ba88c36ff

View File

@ -1,39 +1,39 @@
{ {
"item": { "item": {
"add": "Add {{- heading}}", "add": "Добавить {{- heading}}",
"startDate": { "startDate": {
"label": "Start Date" "label": "Дата начала"
}, },
"endDate": { "endDate": {
"label": "End Date" "label": "Дата окончания"
}, },
"description": { "description": {
"label": "Description" "label": "Описание"
} }
}, },
"buttons": { "buttons": {
"add": { "add": {
"label": "Add" "label": "Добавить"
}, },
"delete": { "delete": {
"label": "Delete" "label": "Удалить"
} }
}, },
"printDialog": { "printDialog": {
"heading": "Download Your Resume", "heading": "Скачать резюме",
"quality": { "quality": {
"label": "Quality" "label": "Качество"
}, },
"printType": { "printType": {
"label": "Type", "label": "Тип",
"types": { "types": {
"unconstrained": "Unconstrained", "unconstrained": "Неограниченный",
"fitInA4": "Fit in A4", "fitInA4": "По размеру A4",
"multiPageA4": "Multi-Page A4" "multiPageA4": "Многостраничный A4"
} }
}, },
"helpText": [ "helpText": [
"This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", "Этот метод экспорта использует 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." "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": { "buttons": {