From ef9cb07033636f3bad61448c67bcd653f0fbe3cb Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Wed, 11 Sep 2024 09:10:54 +0600 Subject: [PATCH] Update translates --- composables/useNavigation.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composables/useNavigation.ts b/composables/useNavigation.ts index 0a79f70b9..cfe4fd8b2 100644 --- a/composables/useNavigation.ts +++ b/composables/useNavigation.ts @@ -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' }] }, { @@ -143,7 +143,7 @@ const _useNavigation = () => { label: 'Команда', to: '/team' }, { - label: 'Design Kit', + label: 'Набор для дизайна', to: '/design-kit' }] }, { @@ -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' }, {