Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ru): Update nav.ts and ui.ts translations #7318

Merged
merged 4 commits into from
Mar 13, 2024
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
6 changes: 4 additions & 2 deletions src/i18n/ru/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ export default NavDictionary({
'guides/integrations-guide': 'Добавить интеграции',
'guides/framework-components': 'UI-фреймворки',
'guides/server-side-rendering': 'Адаптеры SSR',
'guides/astro-db': 'Astro DB',

examples: 'Инструкции',
examples: 'Рецепты',
'guides/migrate-to-astro': 'Миграция на Astro',
'recipes/studio': 'Подключитесь к Astro Studio',
'guides/cms': 'Подключение CMS',
'guides/backend': 'Добавление бэкэнд-сервисов',
'guides/deploy': 'Развертывание сайта',
'guides/recipes': 'Больше инструкций',
'guides/recipes': 'Больше рецептов',

features: 'Руководства',
'guides/routing': 'Маршрутизация',
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/ru/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,6 @@ export default UIDictionary({
// Starlight banner
'starlight.title': 'Хотите создать свою собственную документацию?',
'starlight.description': 'Возьмите этот шаблон, чтобы начать.',
// `<StudioHeading>` component
'studioHeading.label': 'Особенность Studio',
});
Loading