Skip to content

Commit

Permalink
Update translates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Sep 11, 2024
1 parent 7047051 commit ef9cb07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composables/useNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ const _useNavigation = () => {
children: [{
label: 'Поддержка',
to: '/enterprise/support',
description: 'Professional support by Nuxt experts.',
description: 'Профессиональная поддержка экспертов Nuxt.',
icon: 'i-ph-lifebuoy-duotone'
}, {
label: 'Агентства',
to: '/enterprise/agencies',
description: 'Agencies specialized in Nuxt development.',
description: 'Агентства, специализирующиеся на разработке Nuxt.',
icon: 'i-ph-handshake-duotone'
}, {
label: 'Спонсоры',
to: '/enterprise/sponsors',
description: 'Help us sustain Nuxt development.',
description: 'Помогите нам поддержать развитие Nuxt.',
icon: 'i-ph-hand-heart-duotone'
}]
}, {
Expand All @@ -143,7 +143,7 @@ const _useNavigation = () => {
label: 'Команда',
to: '/team'
}, {
label: 'Design Kit',
label: 'Набор для дизайна',
to: '/design-kit'
}]
}, {
Expand Down Expand Up @@ -191,7 +191,7 @@ const _useNavigation = () => {
icon: 'i-ph-users-duotone',
to: '/team'
}, {
label: 'Design Kit',
label: 'Набор для дизайна',
icon: 'i-ph-palette-duotone',
to: '/design-kit'
}, {
Expand Down

0 comments on commit ef9cb07

Please sign in to comment.