New translations about.json (Russian)

This commit is contained in:
Amruth Pillai
2020-05-23 19:11:47 +05:30
parent 482fb1a4ed
commit b5d73547fa

View File

@ -1,36 +1,36 @@
{
"title": "About",
"title": "О программе",
"documentation": {
"heading": "Documentation",
"body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.",
"heading": "Документация",
"body": "Хотите узнать больше о приложении? Нужна информация о том, как внести свой вклад в проект?",
"buttons": {
"documentation": "Documentation"
"documentation": "Документация"
}
},
"bugOrFeatureRequest": {
"heading": "Bug? Feature Request?",
"body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.",
"heading": "Ошибка? Хотите предложить функцию?",
"body": "Что-то мешает вам в создании резюме? Нашли ошибку? Расскажите об этом в разделе issues на GitHub или отправьте мне письмо по электронной почте, используя кнопки ниже.",
"buttons": {
"raiseIssue": "Raise an Issue",
"sendEmail": "Send an Email"
"raiseIssue": "Сообщить об ошибке",
"sendEmail": "Написать письмо"
}
},
"sourceCode": {
"heading": "Source Code",
"body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.",
"heading": "Исходный код",
"body": "Хотите запустить проект из исходного кода? Вы хотите внести вклад в разработку этого проекта? Нажмите на кнопку ниже.",
"buttons": {
"githubRepo": "GitHub Repo"
"githubRepo": "GitHub"
}
},
"license": {
"heading": "License Information",
"body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.",
"heading": "Информация о лицензии",
"body": "Проект управляется в соответствии с лицензией MIT, о которой вы можете прочитать ниже. Вы можете использовать проект в любом месте при условии, что вы укажете автора проекта.",
"buttons": {
"mitLicense": "MIT License"
"mitLicense": "Лицензия MIT"
}
},
"footer": {
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
"credit": "Сделано с любовью <1>Амрут Пиллай</1>",
"thanks": "Спасибо за использование Reactive Resume!"
}
}