Skip to content

Commit fccc596

Browse files
committed
docs: translate all links ru
1 parent 4db28f4 commit fccc596

File tree

1 file changed

+11
-11
lines changed
  • docs/.vitepress/locales

1 file changed

+11
-11
lines changed

Diff for: docs/.vitepress/locales/ru.ts

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ import { defineConfig } from 'vitepress'
22
import { getVersion } from '../utils'
33

44
export default defineConfig({
5-
description: 'Intuitive service for organizing your homepage',
5+
description: 'Интуитивно понятный сервис для организации вашей домашней страницы',
66
lang: 'ru-RU',
77
themeConfig: {
88
nav: [
9-
{ text: 'Home', link: '/ru/' },
10-
{ text: 'Configuration', link: '/ru/reference/configuration' },
11-
{ text: 'Showcase', link: '/ru/community/showcase' },
9+
{ text: 'Главная', link: '/ru/' },
10+
{ text: 'Конфигурация', link: '/ru/reference/configuration' },
11+
{ text: 'Примеры', link: '/ru/community/showcase' },
1212
{
1313
text: getVersion(),
1414
items: [
1515
{ text: 'Журнал изменений', link: '/ru/other/changelog' },
16-
{ text: 'Contributing', link: '/ru/community/contributing' },
16+
{ text: 'Внести свой вклад', link: '/ru/community/contributing' },
1717
],
1818
},
1919
],
2020

2121
sidebar: [
2222
{
23-
text: 'Guide',
23+
text: 'Руководство',
2424
base: '/ru/guide',
2525
items: [
2626
{ text: 'Что такое Mafl?', link: '/what-is' },
@@ -45,17 +45,17 @@ export default defineConfig({
4545
],
4646
},
4747
{
48-
text: 'Community',
48+
text: 'Сообщество',
4949
base: '/ru/community',
5050
collapsed: true,
5151
items: [
52-
{ text: 'Showcase', link: '/showcase' },
53-
{ text: 'Development', link: '/development' },
54-
{ text: 'Contributing', link: '/contributing' },
52+
{ text: 'Примеры пользователей', link: '/showcase' },
53+
{ text: 'Разработка', link: '/development' },
54+
{ text: 'Внести свой вклад', link: '/contributing' },
5555
],
5656
},
5757
{
58-
text: 'Other',
58+
text: 'Прочее',
5959
base: '/ru/other',
6060
collapsed: true,
6161
items: [

0 commit comments

Comments
 (0)