mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
New translations about.json (Russian)
This commit is contained in:
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"title": "About",
|
"title": "О программе",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "Documentation",
|
"heading": "Документация",
|
||||||
"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.",
|
"body": "Хотите узнать больше о приложении? Нужна информация о том, как внести свой вклад в проект?",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Документация"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bugOrFeatureRequest": {
|
"bugOrFeatureRequest": {
|
||||||
"heading": "Bug? Feature Request?",
|
"heading": "Ошибка? Хотите предложить функцию?",
|
||||||
"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.",
|
"body": "Что-то мешает вам в создании резюме? Нашли ошибку? Расскажите об этом в разделе issues на GitHub или отправьте мне письмо по электронной почте, используя кнопки ниже.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"raiseIssue": "Raise an Issue",
|
"raiseIssue": "Сообщить об ошибке",
|
||||||
"sendEmail": "Send an Email"
|
"sendEmail": "Написать письмо"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sourceCode": {
|
"sourceCode": {
|
||||||
"heading": "Source Code",
|
"heading": "Исходный код",
|
||||||
"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.",
|
"body": "Хотите запустить проект из исходного кода? Вы хотите внести вклад в разработку этого проекта? Нажмите на кнопку ниже.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"githubRepo": "GitHub Repo"
|
"githubRepo": "GitHub"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"heading": "License Information",
|
"heading": "Информация о лицензии",
|
||||||
"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.",
|
"body": "Проект управляется в соответствии с лицензией MIT, о которой вы можете прочитать ниже. Вы можете использовать проект в любом месте при условии, что вы укажете автора проекта.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"mitLicense": "MIT License"
|
"mitLicense": "Лицензия MIT"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"credit": "Made with Love by <1>Amruth Pillai</1>",
|
"credit": "Сделано с любовью <1>Амрут Пиллай</1>",
|
||||||
"thanks": "Thank you for using Reactive Resume!"
|
"thanks": "Спасибо за использование Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user