add ru translation for navbar and footer

This commit is contained in:
n8fr8 2026-04-24 10:12:59 -04:00
parent e2960f171f
commit c999e2c8c0
2 changed files with 20 additions and 12 deletions

View file

@ -1,18 +1,18 @@
{ {
"link.title.Docs": { "link.title.Docs": {
"message": "Docs", "message": "Документация",
"description": "The title of the footer links column with title=Docs in the footer" "description": "The title of the footer links column with title=Docs in the footer"
}, },
"link.title.Community": { "link.title.Community": {
"message": "Community", "message": "Сообщество",
"description": "The title of the footer links column with title=Community in the footer" "description": "The title of the footer links column with title=Community in the footer"
}, },
"link.title.More": { "link.title.More": {
"message": "More", "message": "Ещё",
"description": "The title of the footer links column with title=More in the footer" "description": "The title of the footer links column with title=More in the footer"
}, },
"link.item.label.Get Started": { "link.item.label.Get Started": {
"message": "Get Started", "message": "Начать работу",
"description": "The label of footer link with label=Get Started linking to /docs/" "description": "The label of footer link with label=Get Started linking to /docs/"
}, },
"link.item.label.Guardian Project": { "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" "description": "The label of footer link with label=F-Droid linking to https://f-droid.org"
}, },
"link.item.label.Blog": { "link.item.label.Blog": {
"message": "Blog", "message": "Блог",
"description": "The label of footer link with label=Blog linking to /blog" "description": "The label of footer link with label=Blog linking to /blog"
}, },
"link.item.label.GP Repo": { "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" "description": "The label of footer link with label=GP Repo linking to https://guardianproject.dev/butter"
}, },
"copyright": { "copyright": {
"message": "Copyright © 2026 Guardian Project. Built with Docusaurus.", "message": "Авторские права © 2026 Guardian Project. Создано с помощью Docusaurus.",
"description": "The footer copyright" "description": "The footer copyright"
} }
} }

View file

@ -4,23 +4,31 @@
"description": "The title in the navbar" "description": "The title in the navbar"
}, },
"logo.alt": { "logo.alt": {
"message": "Butter App Logo", "message": "Логотип приложения Butter",
"description": "The alt text of navbar logo" "description": "The alt text of navbar logo"
}, },
"item.label.How To": { "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" "description": "Navbar item with label How To"
}, },
"item.label.Get In Touch": { "item.label.Get In Touch": {
"message": "Get In Touch", "message": "Связаться с нами",
"description": "Navbar item with label Get In Touch" "description": "Navbar item with label Get In Touch"
}, },
"item.label.Blog": { "item.label.Blog": {
"message": "Blog", "message": "Блог",
"description": "Navbar item with label Blog"
},
"item.label.Latest News": {
"message": "Последние новости",
"description": "Navbar item with label Blog" "description": "Navbar item with label Blog"
}, },
"item.label.Content Packs": { "item.label.Content Packs": {
"message": "Content Packs", "message": "Пакеты контента",
"description": "Navbar item with label Content Packs" "description": "Navbar item with label Content Packs"
} }
} }