Skip to content

Commit 4c154d3

Browse files
committed
Translation of the menu
1 parent 51c236f commit 4c154d3

File tree

1 file changed

+43
-42
lines changed

1 file changed

+43
-42
lines changed

src/.vuepress/config.js

Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const sidebar = {
22
cookbook: [
33
{
4-
title: 'Cookbook',
4+
title: 'Livro de Receitas',
55
collapsable: false,
66
children: ['/cookbook/', '/cookbook/editable-svg-icons']
77
}
88
],
99
guide: [
1010
{
11-
title: 'Essentials',
11+
title: 'Essenciais',
1212
collapsable: false,
1313
children: [
1414
'/guide/installation',
@@ -26,7 +26,7 @@ const sidebar = {
2626
]
2727
},
2828
{
29-
title: 'Components In-Depth',
29+
title: 'Componentes em Detalhes',
3030
collapsable: false,
3131
children: [
3232
'/guide/component-registration',
@@ -41,7 +41,7 @@ const sidebar = {
4141
]
4242
},
4343
{
44-
title: 'Transitions & Animation',
44+
title: 'Transições & Animações',
4545
collapsable: false,
4646
children: [
4747
'/guide/transitions-overview',
@@ -51,7 +51,7 @@ const sidebar = {
5151
]
5252
},
5353
{
54-
title: 'Reusability & Composition',
54+
title: 'Reuso & Composição',
5555
collapsable: false,
5656
children: [
5757
'/guide/mixins',
@@ -62,19 +62,19 @@ const sidebar = {
6262
]
6363
},
6464
{
65-
title: 'Advanced Guides',
65+
title: 'Guias Avançados',
6666
collapsable: false,
6767
children: [
6868
{
69-
title: 'Reactivity',
69+
title: 'Reatividade',
7070
children: [
7171
'/guide/reactivity',
7272
'/guide/reactivity-fundamentals',
7373
'/guide/reactivity-computed-watchers'
7474
]
7575
},
7676
{
77-
title: 'Composition API',
77+
title: 'API de Composição',
7878
children: [
7979
'/guide/composition-api-introduction',
8080
'/guide/composition-api-setup',
@@ -88,7 +88,7 @@ const sidebar = {
8888
]
8989
},
9090
{
91-
title: 'Tooling',
91+
title: 'Ferramentas',
9292
collapsable: false,
9393
children: [
9494
'/guide/single-file-component',
@@ -98,12 +98,12 @@ const sidebar = {
9898
]
9999
},
100100
{
101-
title: 'Scaling Up',
101+
title: 'Escalonando',
102102
collapsable: false,
103103
children: ['/guide/routing', '/guide/state-management', '/guide/ssr']
104104
},
105105
{
106-
title: 'Accessibility',
106+
title: 'Acessibilidade',
107107
collapsable: false,
108108
children: [
109109
'/guide/a11y-basics',
@@ -113,7 +113,7 @@ const sidebar = {
113113
]
114114
},
115115
{
116-
title: 'Migration Guide',
116+
title: 'Guia de Migração',
117117
collapsable: true,
118118
children: [
119119
'/guide/migration/introduction',
@@ -142,7 +142,7 @@ const sidebar = {
142142
]
143143
},
144144
{
145-
title: 'Contribute to the Docs',
145+
title: 'Contribua para o Docs',
146146
collapsable: true,
147147
children: [
148148
'/guide/contributing/writing-guide',
@@ -156,7 +156,7 @@ const sidebar = {
156156
'/api/application-api',
157157
'/api/global-api',
158158
{
159-
title: 'Options',
159+
title: 'Opções',
160160
path: '/api/options-api',
161161
collapsable: false,
162162
children: [
@@ -174,7 +174,7 @@ const sidebar = {
174174
'/api/special-attributes',
175175
'/api/built-in-components.md',
176176
{
177-
title: 'Reactivity API',
177+
title: 'API de Reatividade',
178178
path: '/api/reactivity-api',
179179
collapsable: false,
180180
children: [
@@ -187,7 +187,7 @@ const sidebar = {
187187
],
188188
examples: [
189189
{
190-
title: 'Examples',
190+
title: 'Exemplos',
191191
collapsable: false,
192192
children: [
193193
'/examples/markdown',
@@ -206,7 +206,7 @@ const sidebar = {
206206

207207
module.exports = {
208208
title: 'Vue.js',
209-
description: 'Vue.js - The Progressive JavaScript Framework',
209+
description: 'Vue.js - O Framework JavaScript Progressivo',
210210
head: [
211211
[
212212
'link',
@@ -271,62 +271,62 @@ module.exports = {
271271
logo: '/logo.png',
272272
nav: [
273273
{
274-
text: 'Docs',
275-
ariaLabel: 'Documentation Menu',
274+
text: 'Aprenda',
275+
ariaLabel: 'Documentação',
276276
items: [
277277
{
278-
text: 'Guide',
278+
text: 'Guia',
279279
link: '/guide/introduction'
280280
},
281281
{
282-
text: 'Migration Guide',
282+
text: 'Guia de Migração',
283283
link: '/guide/migration/introduction'
284284
},
285285
{
286-
text: 'Style Guide',
286+
text: 'Guia de Estilos',
287287
link: '/style-guide/'
288288
},
289289
{
290-
text: 'Cookbook',
290+
text: 'Livro de Receitas',
291291
link: '/cookbook/'
292292
},
293293
{
294-
text: 'Examples',
294+
text: 'Exemplos',
295295
link: '/examples/markdown'
296296
}
297297
]
298298
},
299299
{
300-
text: 'API Reference',
300+
text: 'Referência da API',
301301
link: '/api/'
302302
},
303303
{
304-
text: 'Ecosystem',
304+
text: 'Ecossistema',
305305
items: [
306306
{
307-
text: 'Community',
308-
ariaLabel: 'Community Menu',
307+
text: 'Comunidade',
308+
ariaLabel: 'Menu de Comunidade',
309309
items: [
310310
{
311-
text: 'Team',
311+
text: 'Equipe',
312312
link: '/community/team/'
313313
},
314314
{
315-
text: 'Partners',
315+
text: 'Parceiros',
316316
link: '/community/partners'
317317
},
318318
{
319-
text: 'Join',
319+
text: 'Junte-se',
320320
link: '/community/join/'
321321
},
322322
{
323-
text: 'Themes',
323+
text: 'Temas',
324324
link: '/community/themes/'
325325
}
326326
]
327327
},
328328
{
329-
text: 'Official Projects',
329+
text: 'Projetos Oficiais',
330330
items: [
331331
{
332332
text: 'Vue Router',
@@ -358,28 +358,28 @@ module.exports = {
358358
]
359359
},
360360
{
361-
text: 'Support Vue',
361+
text: 'Suporte Vue',
362362
link: '/support-vuejs/',
363363
items: [
364364
{
365-
text: 'One-time Donations',
365+
text: 'Doações únicas',
366366
link: '/support-vuejs/#one-time-donations'
367367
},
368368
{
369-
text: 'Recurring Pledges',
369+
text: 'Ajuda Recorrente',
370370
link: '/support-vuejs/#recurring-pledges'
371371
},
372372
{
373-
text: 'T-Shirt Shop',
373+
text: 'Loja de Camisetas',
374374
link: 'https://vue.threadless.com/'
375375
}
376376
]
377377
}
378378
],
379379
repo: 'vuejs/docs-next',
380380
editLinks: false,
381-
editLinkText: 'Edit this on GitHub!',
382-
lastUpdated: 'Last updated',
381+
editLinkText: 'Edite isto no GitHub!',
382+
lastUpdated: 'Atualizado pela última vez',
383383
docsDir: 'src',
384384
sidebarDepth: 2,
385385
sidebar: {
@@ -393,7 +393,8 @@ module.exports = {
393393
smoothScroll: false,
394394
algolia: {
395395
indexName: 'vuejs-v3',
396-
apiKey: 'bc6e8acb44ed4179c30d0a45d6140d3f'
396+
apiKey: 'bc6e8acb44ed4179c30d0a45d6140d3f',
397+
placeholder: 'Buscar na documentação'
397398
}
398399
},
399400
plugins: [
@@ -403,8 +404,8 @@ module.exports = {
403404
serviceWorker: true,
404405
updatePopup: {
405406
'/': {
406-
message: 'New content is available.',
407-
buttonText: 'Refresh'
407+
message: 'Novo conteúdo disponível.',
408+
buttonText: 'Atualizar'
408409
}
409410
}
410411
}

0 commit comments

Comments
 (0)