@@ -160,23 +160,23 @@ const sidebar = {
160
160
} ,
161
161
'/api/composition-api' ,
162
162
{
163
- title : 'Single File Components ' ,
163
+ title : 'Componentes Single- File' ,
164
164
collapsable : false ,
165
165
children : [
166
166
{
167
- title : 'Spec ' ,
167
+ title : 'Especificação ' ,
168
168
path : '/api/sfc-spec'
169
169
} ,
170
170
{
171
- title : 'Tooling ' ,
171
+ title : 'Ferramentas ' ,
172
172
path : '/api/sfc-tooling'
173
173
} ,
174
174
{
175
175
title : '<script setup>' ,
176
176
path : '/api/sfc-script-setup'
177
177
} ,
178
178
{
179
- title : '<style> Features ' ,
179
+ title : 'Recursos do <style>' ,
180
180
path : '/api/sfc-style'
181
181
}
182
182
]
@@ -203,7 +203,7 @@ const sidebar = {
203
203
'/guide/migration/introduction' ,
204
204
'/guide/migration/migration-build' ,
205
205
{
206
- title : 'Details ' ,
206
+ title : 'Detalhes ' ,
207
207
collapsable : false ,
208
208
children : [
209
209
'/guide/migration/array-refs' ,
@@ -255,7 +255,7 @@ const sidebar = {
255
255
] ,
256
256
contributing : [
257
257
{
258
- title : 'Contribute to the Docs ' ,
258
+ title : 'Contribua com a Documentação ' ,
259
259
collapsable : false ,
260
260
children : [
261
261
'/guide/contributing/writing-guide' ,
@@ -353,11 +353,11 @@ module.exports = {
353
353
link : '/examples/markdown'
354
354
} ,
355
355
{
356
- text : 'Contribute ' ,
356
+ text : 'Contribua ' ,
357
357
link : '/guide/contributing/writing-guide'
358
358
} ,
359
359
{
360
- text : 'Migration from Vue 2' ,
360
+ text : 'Migração do Vue 2' ,
361
361
link : '/guide/migration/introduction'
362
362
}
363
363
]
@@ -445,15 +445,15 @@ module.exports = {
445
445
]
446
446
} ,
447
447
{
448
- text : 'Translations ' ,
448
+ text : 'Traduções ' ,
449
449
link : '#' ,
450
450
items : [
451
451
// 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
+ } ,
457
457
{
458
458
text : '中文' ,
459
459
link : 'https://v3.cn.vuejs.org/' ,
@@ -475,7 +475,7 @@ module.exports = {
475
475
isTranslation : true
476
476
} ,
477
477
{
478
- text : 'More Translations ' ,
478
+ text : 'Mais Traduções ' ,
479
479
link : '/guide/contributing/translations#community-translations'
480
480
}
481
481
]
0 commit comments