Skip to content

Commit 3c71e1b

Browse files
committed
Finishing menu translation in config
1 parent ff35c28 commit 3c71e1b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/.vuepress/config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -160,23 +160,23 @@ const sidebar = {
160160
},
161161
'/api/composition-api',
162162
{
163-
title: 'Single File Components',
163+
title: 'Componentes Single-File',
164164
collapsable: false,
165165
children: [
166166
{
167-
title: 'Spec',
167+
title: 'Especificação',
168168
path: '/api/sfc-spec'
169169
},
170170
{
171-
title: 'Tooling',
171+
title: 'Ferramentas',
172172
path: '/api/sfc-tooling'
173173
},
174174
{
175175
title: '<script setup>',
176176
path: '/api/sfc-script-setup'
177177
},
178178
{
179-
title: '<style> Features',
179+
title: 'Recursos do <style>',
180180
path: '/api/sfc-style'
181181
}
182182
]
@@ -203,7 +203,7 @@ const sidebar = {
203203
'/guide/migration/introduction',
204204
'/guide/migration/migration-build',
205205
{
206-
title: 'Details',
206+
title: 'Detalhes',
207207
collapsable: false,
208208
children: [
209209
'/guide/migration/array-refs',
@@ -255,7 +255,7 @@ const sidebar = {
255255
],
256256
contributing: [
257257
{
258-
title: 'Contribute to the Docs',
258+
title: 'Contribua com a Documentação',
259259
collapsable: false,
260260
children: [
261261
'/guide/contributing/writing-guide',
@@ -353,11 +353,11 @@ module.exports = {
353353
link: '/examples/markdown'
354354
},
355355
{
356-
text: 'Contribute',
356+
text: 'Contribua',
357357
link: '/guide/contributing/writing-guide'
358358
},
359359
{
360-
text: 'Migration from Vue 2',
360+
text: 'Migração do Vue 2',
361361
link: '/guide/migration/introduction'
362362
}
363363
]
@@ -445,15 +445,15 @@ module.exports = {
445445
]
446446
},
447447
{
448-
text: 'Translations',
448+
text: 'Traduções',
449449
link: '#',
450450
items: [
451451
// Translation maintainers: Please include the link below to the English documentation
452-
// {
453-
// text: 'English',
454-
// link: 'https://v3.vuejs.org/',
455-
// isTranslation: true
456-
// },
452+
{
453+
text: 'English',
454+
link: 'https://v3.vuejs.org/',
455+
isTranslation: true
456+
},
457457
{
458458
text: '中文',
459459
link: 'https://v3.cn.vuejs.org/',
@@ -475,7 +475,7 @@ module.exports = {
475475
isTranslation: true
476476
},
477477
{
478-
text: 'More Translations',
478+
text: 'Mais Traduções',
479479
link: '/guide/contributing/translations#community-translations'
480480
}
481481
]

0 commit comments

Comments
 (0)