diff --git a/www/i18n/ru/docusaurus-theme-classic/footer.json b/www/i18n/ru/docusaurus-theme-classic/footer.json index bf2af00..683c9c3 100644 --- a/www/i18n/ru/docusaurus-theme-classic/footer.json +++ b/www/i18n/ru/docusaurus-theme-classic/footer.json @@ -1,18 +1,18 @@ { "link.title.Docs": { - "message": "Docs", + "message": "Документация", "description": "The title of the footer links column with title=Docs in the footer" }, "link.title.Community": { - "message": "Community", + "message": "Сообщество", "description": "The title of the footer links column with title=Community in the footer" }, "link.title.More": { - "message": "More", + "message": "Ещё", "description": "The title of the footer links column with title=More in the footer" }, "link.item.label.Get Started": { - "message": "Get Started", + "message": "Начать работу", "description": "The label of footer link with label=Get Started linking to /docs/" }, "link.item.label.Guardian Project": { @@ -24,15 +24,15 @@ "description": "The label of footer link with label=F-Droid linking to https://f-droid.org" }, "link.item.label.Blog": { - "message": "Blog", + "message": "Блог", "description": "The label of footer link with label=Blog linking to /blog" }, "link.item.label.GP Repo": { - "message": "GP Repo", + "message": "Репозиторий GP", "description": "The label of footer link with label=GP Repo linking to https://guardianproject.dev/butter" }, "copyright": { - "message": "Copyright © 2026 Guardian Project. Built with Docusaurus.", + "message": "Авторские права © 2026 Guardian Project. Создано с помощью Docusaurus.", "description": "The footer copyright" } } diff --git a/www/i18n/ru/docusaurus-theme-classic/navbar.json b/www/i18n/ru/docusaurus-theme-classic/navbar.json index 77f5785..92ee25a 100644 --- a/www/i18n/ru/docusaurus-theme-classic/navbar.json +++ b/www/i18n/ru/docusaurus-theme-classic/navbar.json @@ -4,23 +4,31 @@ "description": "The title in the navbar" }, "logo.alt": { - "message": "Butter App Logo", + "message": "Логотип приложения Butter", "description": "The alt text of navbar logo" }, "item.label.How To": { - "message": "How To", + "message": "Инструкции", + "description": "Navbar item with label How To" + }, + "item.label.Get Started": { + "message": "Начать работу", "description": "Navbar item with label How To" }, "item.label.Get In Touch": { - "message": "Get In Touch", + "message": "Связаться с нами", "description": "Navbar item with label Get In Touch" }, "item.label.Blog": { - "message": "Blog", + "message": "Блог", + "description": "Navbar item with label Blog" + }, + "item.label.Latest News": { + "message": "Последние новости", "description": "Navbar item with label Blog" }, "item.label.Content Packs": { - "message": "Content Packs", + "message": "Пакеты контента", "description": "Navbar item with label Content Packs" } }