Add Russian documentation for UDP handling, backup settings, core settings, discovery settings, geodata, payloads, security, and domain monitoring

- Created UDP documentation detailing traffic handling and filtering options.
- Added backup settings documentation for configuration backup and restoration.
- Introduced core settings documentation covering service management, packet processing, and logging.
- Added discovery settings documentation for automatic configuration detection.
- Created geodata documentation explaining GeoSite and GeoIP databases and their usage.
- Added payloads documentation for generating and managing TLS payloads for faking.
- Introduced security documentation for web interface authorization and HTTPS setup.
- Added domain monitoring documentation for automatic detection of blocked domains and recovery processes.
- Created footer and navbar localization files for Russian language support.
This commit is contained in:
Daniel Lavrushin 2026-04-18 21:43:56 +02:00
parent 1df5909e62
commit ef8bedd247
No known key found for this signature in database
GPG key ID: 57F1CAB57AD35056
79 changed files with 3545 additions and 3133 deletions

62
docs/i18n/ru/code.json Normal file
View file

@ -0,0 +1,62 @@
{
"home.title": {
"message": "Документация",
"description": "Page title for the homepage"
},
"home.meta.description": {
"message": "b4 - обход блокировок для Linux",
"description": "Meta description for the homepage"
},
"home.subtitle": {
"message": "Обход блокировок на уровне сетевых пакетов для Linux и роутеров",
"description": "Homepage hero subtitle"
},
"home.description": {
"message": "Веб-интерфейс, автоматический подбор конфигурации, поддержка роутеров и серверов",
"description": "Homepage hero description"
},
"home.cta.start": {
"message": "Начать",
"description": "Homepage CTA button to docs"
},
"home.cta.github": {
"message": "GitHub",
"description": "Homepage CTA button to GitHub"
},
"home.section.heading": {
"message": "Документация",
"description": "Homepage section heading for doc cards"
},
"home.section.intro.title": {
"message": "Введение",
"description": "Doc card title: intro"
},
"home.section.intro.desc": {
"message": "Что такое b4, как работает обход блокировок и что нужно для старта.",
"description": "Doc card description: intro"
},
"home.section.install.title": {
"message": "Установка",
"description": "Doc card title: install"
},
"home.section.install.desc": {
"message": "Установка на Linux, OpenWRT, ASUS Merlin, Keenetic, MikroTik и Docker.",
"description": "Doc card description: install"
},
"home.section.quickstart.title": {
"message": "Быстрый старт",
"description": "Doc card title: quickstart"
},
"home.section.quickstart.desc": {
"message": "От первого запуска до работающего обхода за 5 минут через веб-интерфейс.",
"description": "Doc card description: quickstart"
},
"home.section.sets.title": {
"message": "Сеты",
"description": "Doc card title: sets"
},
"home.section.sets.desc": {
"message": "Наборы настроек обхода: цели, TCP/UDP стратегии, маршрутизация.",
"description": "Doc card description: sets"
}
}