Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/i18n/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ deploy.ssrTag: SSR
deploy.staticTag: Статический
# CMS Guides vocabulary
cms.navTitle: Дополнительные руководства по CMS
cms.featuredSubheading: Рекомендуемые CMS-партнёры
cms.allSubheading: Все руководства по CMS
# Media Guides vocabulary
media.navTitle: Дополнительные руководства по DAM
# Migration Guides vocabulary
Expand Down
3 changes: 3 additions & 0 deletions src/content/nav/ru.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { navDictionary } from '../../util/navDictionary';

export default navDictionary({
tutorial: 'Вводное руководство',

guides: 'Руководства и рецепты',
'guides.welcome': 'Привет, мир!',
'guides.newProject': 'Создание нового проекта',
Expand All @@ -20,6 +22,7 @@ export default navDictionary({
'reference.syntax': 'Синтаксис шаблонов Astro',
'reference.experimental': 'Экспериментальные функции',

ecosystem: 'Экосистема',
'ecosystem.integrations.ui': 'UI-фреймворки',
'ecosystem.integrations.adapters': 'Адаптеры',
'ecosystem.integrations.other': 'Другие официальные интеграции',
Expand Down
Loading