1
1
const sidebar = {
2
2
cookbook : [
3
3
{
4
- title : 'Cookbook ' ,
4
+ title : 'Livro de Receitas ' ,
5
5
collapsable : false ,
6
6
children : [ '/cookbook/' , '/cookbook/editable-svg-icons' ]
7
7
}
8
8
] ,
9
9
guide : [
10
10
{
11
- title : 'Essentials ' ,
11
+ title : 'Essenciais ' ,
12
12
collapsable : false ,
13
13
children : [
14
14
'/guide/installation' ,
15
15
'/guide/introduction' ,
16
16
'/guide/instance' ,
17
17
'/guide/template-syntax' ,
18
+ '/guide/data-methods' ,
18
19
'/guide/computed' ,
19
20
'/guide/class-and-style' ,
20
21
'/guide/conditional' ,
@@ -25,7 +26,7 @@ const sidebar = {
25
26
]
26
27
} ,
27
28
{
28
- title : 'Components In-Depth ' ,
29
+ title : 'Componentes em Detalhes ' ,
29
30
collapsable : false ,
30
31
children : [
31
32
'/guide/component-registration' ,
@@ -40,7 +41,7 @@ const sidebar = {
40
41
]
41
42
} ,
42
43
{
43
- title : 'Transitions & Animation ' ,
44
+ title : 'Transições & Animações ' ,
44
45
collapsable : false ,
45
46
children : [
46
47
'/guide/transitions-overview' ,
@@ -50,7 +51,7 @@ const sidebar = {
50
51
]
51
52
} ,
52
53
{
53
- title : 'Reusability & Composition ' ,
54
+ title : 'Reuso & Composição ' ,
54
55
collapsable : false ,
55
56
children : [
56
57
'/guide/mixins' ,
@@ -61,19 +62,19 @@ const sidebar = {
61
62
]
62
63
} ,
63
64
{
64
- title : 'Advanced Guides ' ,
65
+ title : 'Guias Avançados ' ,
65
66
collapsable : false ,
66
67
children : [
67
68
{
68
- title : 'Reactivity ' ,
69
+ title : 'Reatividade ' ,
69
70
children : [
70
71
'/guide/reactivity' ,
71
72
'/guide/reactivity-fundamentals' ,
72
73
'/guide/reactivity-computed-watchers'
73
74
]
74
75
} ,
75
76
{
76
- title : 'Composition API' ,
77
+ title : 'API de Composição ' ,
77
78
children : [
78
79
'/guide/composition-api-introduction' ,
79
80
'/guide/composition-api-setup' ,
@@ -87,7 +88,7 @@ const sidebar = {
87
88
]
88
89
} ,
89
90
{
90
- title : 'Tooling ' ,
91
+ title : 'Ferramentas ' ,
91
92
collapsable : false ,
92
93
children : [
93
94
'/guide/single-file-component' ,
@@ -97,12 +98,12 @@ const sidebar = {
97
98
]
98
99
} ,
99
100
{
100
- title : 'Scaling Up ' ,
101
+ title : 'Escalonando ' ,
101
102
collapsable : false ,
102
103
children : [ '/guide/routing' , '/guide/state-management' , '/guide/ssr' ]
103
104
} ,
104
105
{
105
- title : 'Accessibility ' ,
106
+ title : 'Acessibilidade ' ,
106
107
collapsable : false ,
107
108
children : [
108
109
'/guide/a11y-basics' ,
@@ -112,7 +113,7 @@ const sidebar = {
112
113
]
113
114
} ,
114
115
{
115
- title : 'Migration Guide ' ,
116
+ title : 'Guia de Migração ' ,
116
117
collapsable : true ,
117
118
children : [
118
119
'/guide/migration/introduction' ,
@@ -141,7 +142,7 @@ const sidebar = {
141
142
]
142
143
} ,
143
144
{
144
- title : 'Contribute to the Docs' ,
145
+ title : 'Contribua com as Docs' ,
145
146
collapsable : true ,
146
147
children : [
147
148
'/guide/contributing/writing-guide' ,
@@ -155,7 +156,8 @@ const sidebar = {
155
156
'/api/application-api' ,
156
157
'/api/global-api' ,
157
158
{
158
- title : 'Options' ,
159
+ title : 'Opções' ,
160
+ path : '/api/options-api' ,
159
161
collapsable : false ,
160
162
children : [
161
163
'/api/options-data' ,
@@ -172,7 +174,8 @@ const sidebar = {
172
174
'/api/special-attributes' ,
173
175
'/api/built-in-components.md' ,
174
176
{
175
- title : 'Reactivity API' ,
177
+ title : 'API de Reatividade' ,
178
+ path : '/api/reactivity-api' ,
176
179
collapsable : false ,
177
180
children : [
178
181
'/api/basic-reactivity' ,
@@ -184,7 +187,7 @@ const sidebar = {
184
187
] ,
185
188
examples : [
186
189
{
187
- title : 'Examples ' ,
190
+ title : 'Exemplos ' ,
188
191
collapsable : false ,
189
192
children : [
190
193
'/examples/markdown' ,
@@ -203,7 +206,7 @@ const sidebar = {
203
206
204
207
module . exports = {
205
208
title : 'Vue.js' ,
206
- description : 'Vue.js - The Progressive JavaScript Framework ' ,
209
+ description : 'Vue.js - O Framework JavaScript Progressivo ' ,
207
210
head : [
208
211
[
209
212
'link' ,
@@ -251,10 +254,10 @@ module.exports = {
251
254
] ,
252
255
[ 'meta' , { name : 'msapplication-TileColor' , content : '#000000' } ] ,
253
256
[
254
- ( 'script' ,
257
+ 'script' ,
255
258
{
256
259
src : 'https://player.vimeo.com/api/player.js'
257
- } )
260
+ }
258
261
] ,
259
262
[
260
263
'script' ,
@@ -268,62 +271,62 @@ module.exports = {
268
271
logo : '/logo.png' ,
269
272
nav : [
270
273
{
271
- text : 'Docs ' ,
272
- ariaLabel : 'Documentation Menu' ,
274
+ text : 'Documentação ' ,
275
+ ariaLabel : 'Menu de Documentação ' ,
273
276
items : [
274
277
{
275
- text : 'Guide ' ,
278
+ text : 'Guia ' ,
276
279
link : '/guide/introduction'
277
280
} ,
278
281
{
279
- text : 'Migration Guide ' ,
282
+ text : 'Guia de Migração ' ,
280
283
link : '/guide/migration/introduction'
281
284
} ,
282
285
{
283
- text : 'Style Guide ' ,
286
+ text : 'Guia de Estilos ' ,
284
287
link : '/style-guide/'
285
288
} ,
286
289
{
287
- text : 'Cookbook ' ,
290
+ text : 'Livro de Receitas ' ,
288
291
link : '/cookbook/'
289
292
} ,
290
293
{
291
- text : 'Examples ' ,
294
+ text : 'Exemplos ' ,
292
295
link : '/examples/markdown'
293
296
}
294
297
]
295
298
} ,
296
299
{
297
- text : 'API Reference ' ,
298
- link : '/api/application-config '
300
+ text : 'Referência da API ' ,
301
+ link : '/api/'
299
302
} ,
300
303
{
301
- text : 'Ecosystem ' ,
304
+ text : 'Ecossistema ' ,
302
305
items : [
303
306
{
304
- text : 'Community ' ,
305
- ariaLabel : 'Community Menu' ,
307
+ text : 'Comunidade ' ,
308
+ ariaLabel : 'Menu de Comunidade ' ,
306
309
items : [
307
310
{
308
- text : 'Team ' ,
311
+ text : 'Equipe ' ,
309
312
link : '/community/team/'
310
313
} ,
311
314
{
312
- text : 'Partners ' ,
315
+ text : 'Parceiros ' ,
313
316
link : '/community/partners'
314
317
} ,
315
318
{
316
- text : 'Join ' ,
319
+ text : 'Junte-se ' ,
317
320
link : '/community/join/'
318
321
} ,
319
322
{
320
- text : 'Themes ' ,
323
+ text : 'Temas ' ,
321
324
link : '/community/themes/'
322
325
}
323
326
]
324
327
} ,
325
328
{
326
- text : 'Official Projects ' ,
329
+ text : 'Projetos Oficiais ' ,
327
330
items : [
328
331
{
329
332
text : 'Vue Router' ,
@@ -347,36 +350,36 @@ module.exports = {
347
350
link : 'https://github.com/vuejs/vue-devtools'
348
351
} ,
349
352
{
350
- text : 'Weekly news ' ,
353
+ text : 'Notícias semanais ' ,
351
354
link : 'https://news.vuejs.org/'
352
355
}
353
356
]
354
357
}
355
358
]
356
359
} ,
357
360
{
358
- text : 'Support Vue ' ,
361
+ text : 'Patrocine ' ,
359
362
link : '/support-vuejs/' ,
360
363
items : [
361
364
{
362
- text : 'One-time Donations ' ,
365
+ text : 'Doações Únicas ' ,
363
366
link : '/support-vuejs/#one-time-donations'
364
367
} ,
365
368
{
366
- text : 'Recurring Pledges ' ,
369
+ text : 'Ajuda Recorrente ' ,
367
370
link : '/support-vuejs/#recurring-pledges'
368
371
} ,
369
372
{
370
- text : 'T-Shirt Shop ' ,
373
+ text : 'Loja de Camisetas ' ,
371
374
link : 'https://vue.threadless.com/'
372
375
}
373
376
]
374
377
}
375
378
] ,
376
379
repo : 'vuejs/docs-next' ,
377
380
editLinks : false ,
378
- editLinkText : 'Edit this on GitHub!' ,
379
- lastUpdated : 'Last updated ' ,
381
+ editLinkText : 'Edite isto no GitHub!' ,
382
+ lastUpdated : 'Atualizado pela última vez ' ,
380
383
docsDir : 'src' ,
381
384
sidebarDepth : 2 ,
382
385
sidebar : {
@@ -390,7 +393,8 @@ module.exports = {
390
393
smoothScroll : false ,
391
394
algolia : {
392
395
indexName : 'vuejs-v3' ,
393
- apiKey : 'bc6e8acb44ed4179c30d0a45d6140d3f'
396
+ apiKey : 'bc6e8acb44ed4179c30d0a45d6140d3f' ,
397
+ placeholder : 'Buscar na documentação'
394
398
}
395
399
} ,
396
400
plugins : [
@@ -400,8 +404,8 @@ module.exports = {
400
404
serviceWorker : true ,
401
405
updatePopup : {
402
406
'/' : {
403
- message : 'New content is available .' ,
404
- buttonText : 'Refresh '
407
+ message : 'Novo conteúdo disponível .' ,
408
+ buttonText : 'Atualizar '
405
409
}
406
410
}
407
411
}
0 commit comments