Skip to content

Commit

Permalink
feat(components) Перевод текстов компонентов
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Jun 1, 2024
1 parent 8385d91 commit 827c081
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const { footerLinks } = useNavigation()
</template>

<template #right>
<UButton aria-label="Nuxt on X" to="https://x.com/nuxt_js" target="_blank" icon="i-simple-icons-x" v-bind="($ui.button.secondary as any)" />
<UButton aria-label="Nuxt on Discord" to="https://discord.com/invite/nuxt" target="_blank" icon="i-simple-icons-discord" v-bind="($ui.button.secondary as any)" />
<UButton aria-label="Nuxt on GitHub" to="https://github.com/nuxt/nuxt" target="_blank" icon="i-simple-icons-github" v-bind="($ui.button.secondary as any)" />
<UButton aria-label="Nuxt в X" to="https://x.com/nuxt_js" target="_blank" icon="i-simple-icons-x" v-bind="($ui.button.secondary as any)" />
<UButton aria-label="Nuxt в Discord" to="https://discord.com/invite/nuxt" target="_blank" icon="i-simple-icons-discord" v-bind="($ui.button.secondary as any)" />
<UButton aria-label="Nuxt в GitHub" to="https://github.com/nuxt/nuxt" target="_blank" icon="i-simple-icons-github" v-bind="($ui.button.secondary as any)" />
</template>
</UFooter>
</template>
2 changes: 1 addition & 1 deletion components/EmptyCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
withDefaults(defineProps<{
label: string
}>(), {
label: 'No results found.'
label: 'Результаты не найдены.'
})
</script>

Expand Down
4 changes: 2 additions & 2 deletions components/ads/AdsFallback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<div class="nui-support-nuxt">
<div>
<p class="pt-2 m-0 font-bold sm:text-sm text-gray-900 dark:text-white">
Nuxt needs you!
Nuxt нуждается в тебе!
</p>
<p class="pb-2 m-0 leading-normal text-gray-600 dark:text-white sm:text-xs">
By allowing nuxt.com on your Ad-Blocker, you support our work and help us financially.
Разрешая nuxt.com в своем блокировщике рекламы, вы поддерживаете нашу работу и помогаете нам финансово.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/ads/AdsUIPro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</UBadge>
</div>
<p class="text-sm dark:text-gray-400 text-gray-500 pb-1">
Premium Vue Components for Nuxt applications.
Премиум-компоненты Vue для приложений Nuxt.
</p>
</UPageCard>
</template>
4 changes: 2 additions & 2 deletions components/content/design-kit/DesignKitImageCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defineProps<{
:to="`/assets/design-kit/${path}.svg`"
download
external
aria-label="Download svg"
aria-label="Скачать svg"
/>
<UButton
variant="link"
Expand All @@ -35,7 +35,7 @@ defineProps<{
:to="`/assets/design-kit/${path}.png`"
download
external
aria-label="Download png"
aria-label="Скачать png"
/>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/newsletter/NewsletterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
defineProps({
label: {
type: String,
default: 'Subscribe to our newsletter'
default: 'Подпишитесь на нашу рассылку'
},
description: {
type: String,
default: 'Stay updated on new releases and features, guides, and community updates.'
default: 'Следите за новыми выпусками и функциями, руководствами и обновлениями сообщества.'
}
})
Expand Down
2 changes: 1 addition & 1 deletion content/0.index.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
navigation: false
hero:
cta:
label: "Refreshed Nuxt ESLint Integrations"
label: "Обновленная интеграция Nuxt ESLint"
to: /blog/eslint-module
variant: outline
icon: i-ph-arrow-right
Expand Down
10 changes: 5 additions & 5 deletions content/2.modules.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
navigation.title: Modules
title: Nuxt Modules
description: Discover our list of modules to supercharge your Nuxt project. Created by the Nuxt team and community.
navigation.title: Модули
title: Nuxt модули
description: Откройте для себя наш список модулей, которые помогут вам усовершенствовать ваш проект Nuxt. Создан командой и сообществом Nuxt.
navigation.icon: i-ph-puzzle-piece-duotone
links:
- label: 'Module Author Guide'
- label: 'Руководство для автора модуля'
icon: i-ph-book-open-duotone
to: '/docs/guide/going-further/modules'
color: black
size: md
- label: 'List a module'
- label: 'Список модулей'
icon: 'i-ph-plus-circle-duotone'
to: 'https://github.com/nuxt/modules#addupdate-a-module'
target: '_blank'
Expand Down
8 changes: 4 additions & 4 deletions content/3.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
navigation.title: Deploy
title: Deploy a Nuxt App
description: Discover the different ways to deploy your Nuxt project on different hosting providers.
navigation.title: Развертывание
title: Развертывание приложения Nuxt
description: Узнайте о различных способах развертывания проекта Nuxt на различных хостинг-провайдерах.
navigation.icon: i-ph-rocket-launch-duotone
links:
- label: 'Deployment Guide'
- label: 'Руководство по развертыванию'
icon: i-ph-cloud-duotone
to: '/docs/getting-started/deployment'
color: black
Expand Down
8 changes: 4 additions & 4 deletions content/4.templates.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
head.title: Nuxt Templates
title: Nuxt Templates
navigation.title: Templates
description: 'Explore community templates to get up and running in a few seconds.'
head.title: Шаблоны Nuxt
title: Шаблоны Nuxt
navigation.title: Шаблоны
description: 'Изучите шаблоны сообществ, чтобы начать работу за несколько секунд.'
navigation.icon: i-ph-browsers-duotone
links:
- label: 'List a template'
Expand Down
8 changes: 4 additions & 4 deletions content/5.video-courses.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
head.title: Nuxt Video Courses
title: Nuxt Video Courses
navigation.title: Video Courses
description: 'Watch video courses from the community to learn Vue 3 and Nuxt 3.'
head.title: Видеокурсы Nuxt
title: Видеокурсы Nuxt
navigation.title: Видеокурсы
description: 'Смотрите видеокурсы от сообщества, чтобы изучить Vue 3 и Nuxt 3.'
navigation.icon: i-ph-graduation-cap-duotone
courses:
- name: 'Nuxt 3 Fundamentals'
Expand Down
6 changes: 3 additions & 3 deletions content/6.showcase.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Showcase
head.title: Nuxt Showcase
description: Discover our selection of websites built with Nuxt. This collection is powered by VueTelescope.
title: Витрина
head.title: Nuxt витрина
description: Откройте для себя нашу подборку сайтов, созданных с помощью Nuxt. Эта коллекция создана на основе VueTelescope.
navigation.icon: i-ph-projector-screen-duotone
links:
- label: 'Chrome'
Expand Down
6 changes: 3 additions & 3 deletions content/7.blog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: The Nuxt Blog
navigation.title: Blog
description: 'Read the latest news about all Nuxt solutions, from framework announcements to integration tutorials.'
title: Блог Nuxt
navigation.title: Блог
description: 'Читайте последние новости обо всех решениях Nuxt, от анонсов фреймворка до руководств по интеграции.'
navigation.icon: i-ph-newspaper

0 comments on commit 827c081

Please sign in to comment.