Skip to content

Commit e65ba93

Browse files
authored
Merge branch 'master' into fixesIssue134
2 parents 2bf86ad + 99cb785 commit e65ba93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1681
-1422
lines changed

src/.vuepress/components/common/vuemastery-video-modal.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
</div>
1919

2020
<p class="modal-text">
21-
Video by
21+
Vídeo por
2222
<a
2323
href="https://www.vuemastery.com"
2424
target="_blank"
2525
rel="sponsored noopener"
26-
title="Vue.js Courses on Vue Mastery"
26+
title="Cursos de Vue.js na Vue Mastery"
2727
>Vue Mastery</a
28-
>. Watch Vue Mastery’s free
28+
>. Assista ao gratuito
2929
<a
3030
href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3"
3131
target="_blank"
3232
rel="sponsored noopener"
33-
title="Vue.js Courses on Vue Mastery"
34-
>Intro to Vue course</a
33+
title="Cursos de Vue.js na Vue Mastery"
34+
>Curso de Introdução ao Vue</a
3535
>.
3636
</p>
3737
</div>

src/.vuepress/components/community/team/members.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const members = [
252252
languages: ['uk', 'ru', 'en'],
253253
reposOfficial: ['vuejs.org', 'vue-cli'],
254254
work: {
255-
role: 'Senior Frontend Engineer',
255+
role: 'Staff Frontend Engineer',
256256
org: 'GitLab',
257257
orgUrl: 'https://gitlab.com/'
258258
},

src/.vuepress/config.js

Lines changed: 50 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
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',
1515
'/guide/introduction',
1616
'/guide/instance',
1717
'/guide/template-syntax',
18+
'/guide/data-methods',
1819
'/guide/computed',
1920
'/guide/class-and-style',
2021
'/guide/conditional',
@@ -25,7 +26,7 @@ const sidebar = {
2526
]
2627
},
2728
{
28-
title: 'Components In-Depth',
29+
title: 'Componentes em Detalhes',
2930
collapsable: false,
3031
children: [
3132
'/guide/component-registration',
@@ -40,7 +41,7 @@ const sidebar = {
4041
]
4142
},
4243
{
43-
title: 'Transitions & Animation',
44+
title: 'Transições & Animações',
4445
collapsable: false,
4546
children: [
4647
'/guide/transitions-overview',
@@ -50,7 +51,7 @@ const sidebar = {
5051
]
5152
},
5253
{
53-
title: 'Reusability & Composition',
54+
title: 'Reuso & Composição',
5455
collapsable: false,
5556
children: [
5657
'/guide/mixins',
@@ -61,19 +62,19 @@ const sidebar = {
6162
]
6263
},
6364
{
64-
title: 'Advanced Guides',
65+
title: 'Guias Avançados',
6566
collapsable: false,
6667
children: [
6768
{
68-
title: 'Reactivity',
69+
title: 'Reatividade',
6970
children: [
7071
'/guide/reactivity',
7172
'/guide/reactivity-fundamentals',
7273
'/guide/reactivity-computed-watchers'
7374
]
7475
},
7576
{
76-
title: 'Composition API',
77+
title: 'API de Composição',
7778
children: [
7879
'/guide/composition-api-introduction',
7980
'/guide/composition-api-setup',
@@ -87,7 +88,7 @@ const sidebar = {
8788
]
8889
},
8990
{
90-
title: 'Tooling',
91+
title: 'Ferramentas',
9192
collapsable: false,
9293
children: [
9394
'/guide/single-file-component',
@@ -97,12 +98,12 @@ const sidebar = {
9798
]
9899
},
99100
{
100-
title: 'Scaling Up',
101+
title: 'Escalonando',
101102
collapsable: false,
102103
children: ['/guide/routing', '/guide/state-management', '/guide/ssr']
103104
},
104105
{
105-
title: 'Accessibility',
106+
title: 'Acessibilidade',
106107
collapsable: false,
107108
children: [
108109
'/guide/a11y-basics',
@@ -112,7 +113,7 @@ const sidebar = {
112113
]
113114
},
114115
{
115-
title: 'Migration Guide',
116+
title: 'Guia de Migração',
116117
collapsable: true,
117118
children: [
118119
'/guide/migration/introduction',
@@ -141,7 +142,7 @@ const sidebar = {
141142
]
142143
},
143144
{
144-
title: 'Contribute to the Docs',
145+
title: 'Contribua com as Docs',
145146
collapsable: true,
146147
children: [
147148
'/guide/contributing/writing-guide',
@@ -155,7 +156,8 @@ const sidebar = {
155156
'/api/application-api',
156157
'/api/global-api',
157158
{
158-
title: 'Options',
159+
title: 'Opções',
160+
path: '/api/options-api',
159161
collapsable: false,
160162
children: [
161163
'/api/options-data',
@@ -172,7 +174,8 @@ const sidebar = {
172174
'/api/special-attributes',
173175
'/api/built-in-components.md',
174176
{
175-
title: 'Reactivity API',
177+
title: 'API de Reatividade',
178+
path: '/api/reactivity-api',
176179
collapsable: false,
177180
children: [
178181
'/api/basic-reactivity',
@@ -184,7 +187,7 @@ const sidebar = {
184187
],
185188
examples: [
186189
{
187-
title: 'Examples',
190+
title: 'Exemplos',
188191
collapsable: false,
189192
children: [
190193
'/examples/markdown',
@@ -203,7 +206,7 @@ const sidebar = {
203206

204207
module.exports = {
205208
title: 'Vue.js',
206-
description: 'Vue.js - The Progressive JavaScript Framework',
209+
description: 'Vue.js - O Framework JavaScript Progressivo',
207210
head: [
208211
[
209212
'link',
@@ -251,10 +254,10 @@ module.exports = {
251254
],
252255
['meta', { name: 'msapplication-TileColor', content: '#000000' }],
253256
[
254-
('script',
257+
'script',
255258
{
256259
src: 'https://player.vimeo.com/api/player.js'
257-
})
260+
}
258261
],
259262
[
260263
'script',
@@ -268,62 +271,62 @@ module.exports = {
268271
logo: '/logo.png',
269272
nav: [
270273
{
271-
text: 'Docs',
272-
ariaLabel: 'Documentation Menu',
274+
text: 'Documentação',
275+
ariaLabel: 'Menu de Documentação',
273276
items: [
274277
{
275-
text: 'Guide',
278+
text: 'Guia',
276279
link: '/guide/introduction'
277280
},
278281
{
279-
text: 'Migration Guide',
282+
text: 'Guia de Migração',
280283
link: '/guide/migration/introduction'
281284
},
282285
{
283-
text: 'Style Guide',
286+
text: 'Guia de Estilos',
284287
link: '/style-guide/'
285288
},
286289
{
287-
text: 'Cookbook',
290+
text: 'Livro de Receitas',
288291
link: '/cookbook/'
289292
},
290293
{
291-
text: 'Examples',
294+
text: 'Exemplos',
292295
link: '/examples/markdown'
293296
}
294297
]
295298
},
296299
{
297-
text: 'API Reference',
298-
link: '/api/application-config'
300+
text: 'Referência da API',
301+
link: '/api/'
299302
},
300303
{
301-
text: 'Ecosystem',
304+
text: 'Ecossistema',
302305
items: [
303306
{
304-
text: 'Community',
305-
ariaLabel: 'Community Menu',
307+
text: 'Comunidade',
308+
ariaLabel: 'Menu de Comunidade',
306309
items: [
307310
{
308-
text: 'Team',
311+
text: 'Equipe',
309312
link: '/community/team/'
310313
},
311314
{
312-
text: 'Partners',
315+
text: 'Parceiros',
313316
link: '/community/partners'
314317
},
315318
{
316-
text: 'Join',
319+
text: 'Junte-se',
317320
link: '/community/join/'
318321
},
319322
{
320-
text: 'Themes',
323+
text: 'Temas',
321324
link: '/community/themes/'
322325
}
323326
]
324327
},
325328
{
326-
text: 'Official Projects',
329+
text: 'Projetos Oficiais',
327330
items: [
328331
{
329332
text: 'Vue Router',
@@ -347,36 +350,36 @@ module.exports = {
347350
link: 'https://github.com/vuejs/vue-devtools'
348351
},
349352
{
350-
text: 'Weekly news',
353+
text: 'Notícias semanais',
351354
link: 'https://news.vuejs.org/'
352355
}
353356
]
354357
}
355358
]
356359
},
357360
{
358-
text: 'Support Vue',
361+
text: 'Patrocine',
359362
link: '/support-vuejs/',
360363
items: [
361364
{
362-
text: 'One-time Donations',
365+
text: 'Doações Únicas',
363366
link: '/support-vuejs/#one-time-donations'
364367
},
365368
{
366-
text: 'Recurring Pledges',
369+
text: 'Ajuda Recorrente',
367370
link: '/support-vuejs/#recurring-pledges'
368371
},
369372
{
370-
text: 'T-Shirt Shop',
373+
text: 'Loja de Camisetas',
371374
link: 'https://vue.threadless.com/'
372375
}
373376
]
374377
}
375378
],
376379
repo: 'vuejs/docs-next',
377380
editLinks: false,
378-
editLinkText: 'Edit this on GitHub!',
379-
lastUpdated: 'Last updated',
381+
editLinkText: 'Edite isto no GitHub!',
382+
lastUpdated: 'Atualizado pela última vez',
380383
docsDir: 'src',
381384
sidebarDepth: 2,
382385
sidebar: {
@@ -390,7 +393,8 @@ module.exports = {
390393
smoothScroll: false,
391394
algolia: {
392395
indexName: 'vuejs-v3',
393-
apiKey: 'bc6e8acb44ed4179c30d0a45d6140d3f'
396+
apiKey: 'bc6e8acb44ed4179c30d0a45d6140d3f',
397+
placeholder: 'Buscar na documentação'
394398
}
395399
},
396400
plugins: [
@@ -400,8 +404,8 @@ module.exports = {
400404
serviceWorker: true,
401405
updatePopup: {
402406
'/': {
403-
message: 'New content is available.',
404-
buttonText: 'Refresh'
407+
message: 'Novo conteúdo disponível.',
408+
buttonText: 'Atualizar'
405409
}
406410
}
407411
}

src/.vuepress/public/images/css-vs-js-ease.svg

Lines changed: 1 addition & 1 deletion
Loading
-3.78 KB
Loading

src/.vuepress/theme/components/Newsletter.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="newsletter">
33
<div class="inner">
4-
<h3><label for="member_email">Subscribe to our Weekly Newsletter</label></h3>
4+
<h3><label for="member_email">Inscreva-se em nossas Notícias Semanais</label></h3>
55
<form
66
class="newsletter-form"
77
id="revue-form"
@@ -17,18 +17,18 @@
1717
name="member[email]"
1818
id="member_email"
1919
required
20-
placeholder="Email address"
20+
placeholder="Endereço de e-mail"
2121
>
2222
<input
2323
class="button newsletter-button"
2424
type="submit"
25-
value="Subscribe"
25+
value="Assinar"
2626
name="member[subscribe]"
2727
id="member_submit"
2828
>
2929
</form>
3030
<p>
31-
You can read the previous issues and listen to our podcast at <a href="https://news.vuejs.org" target="_blank" rel="noopener">news.vuejs.org</a>.
31+
Você pode ler as edições anteriores e escutar nosso podcast em <a href="https://news.vuejs.org" target="_blank" rel="noopener">news.vuejs.org</a>.
3232
</p>
3333
</div>
3434
</div>
@@ -71,7 +71,7 @@
7171
position: absolute;
7272
padding: 4px 20px;
7373
margin: 0;
74-
height: calc(100% - 8px);
74+
min-height: calc(100% - 8px);
7575
right: 4px;
7676
top: 4px;
7777
font-size: 1.05em;

0 commit comments

Comments
 (0)