From b5d73547fac19adaf6f08df2099cc0edc5f102cf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 23 May 2020 19:11:47 +0530 Subject: [PATCH] New translations about.json (Russian) --- src/i18n/locales/ru/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/ru/rightSidebar/about.json b/src/i18n/locales/ru/rightSidebar/about.json index c5538e17..fc559747 100644 --- a/src/i18n/locales/ru/rightSidebar/about.json +++ b/src/i18n/locales/ru/rightSidebar/about.json @@ -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", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Сделано с любовью <1>Амрут Пиллай", + "thanks": "Спасибо за использование Reactive Resume!" } }