Skip to content

Commit 3b78a03

Browse files
committed
Translating Home to pt-br
1 parent c9383f9 commit 3b78a03

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
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/theme/components/Newsletter.vue

Lines changed: 4 additions & 4 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>

src/.vuepress/theme/components/sponsors/OpenCollectiveSponsors.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<SponsorsLayout extra-classes="sponsors__open-collective">
3-
<template #heading>Open Collective Sponsors</template>
3+
<template #heading>Patrocínio no Open Collective</template>
44

55
<template #content>
6-
<h4>Platinum</h4>
6+
<h4>Platina</h4>
77
<a
88
:href="`https://opencollective.com/vuejs/tiers/platinum-sponsors/${index}/website`"
99
rel="sponsored noopener"
@@ -12,11 +12,11 @@
1212
>
1313
<img
1414
:src="`https://opencollective.com/vuejs/tiers/platinum-sponsors/${index}/avatar.svg`"
15-
alt="Vue.JS platinum sponsor"
15+
alt="Patrocinador Platina do Vue.JS"
1616
>
1717
</a>
1818

19-
<h4>Gold</h4>
19+
<h4>Ouro</h4>
2020
<a
2121
:href="`https://opencollective.com/vuejs/tiers/gold-sponsors/${index}/website`"
2222
rel="sponsored noopener"
@@ -25,7 +25,7 @@
2525
>
2626
<img
2727
:src="`https://opencollective.com/vuejs/tiers/gold-sponsors/${index}/avatar.svg`"
28-
alt="Vue.JS gold sponsor"
28+
alt="Patrocinador Ouro do Vue.JS"
2929
>
3030
</a>
3131
</template>

src/.vuepress/theme/components/sponsors/PatreonSponsors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<SponsorsLayout extra-classes="sponsors__patreon">
3-
<template #heading>Patreon Sponsors</template>
3+
<template #heading>Patrocínio no Patreon</template>
44

55
<template #content>
66
<div class="platinum">
@@ -26,7 +26,7 @@
2626
</a>
2727
</div>
2828

29-
<RoundedButton url="https://vuejs.org/support-vuejs/">Become a Sponsor!</RoundedButton>
29+
<RoundedButton url="https://vuejs.org/support-vuejs/">Seja um Patrocinador!</RoundedButton>
3030
</template>
3131
</SponsorsLayout>
3232
</template>

src/.vuepress/theme/data/patreon-sponsors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
"url": "https://autocode.com",
1111
"img": "autocode.svg",
1212
"name": "Autocode",
13-
"description": "Build app-to-app workflows and connect APIs"
13+
"description": "Construa workflows de app à app e conecte APIs"
1414
}
1515
],
1616
"platinum_sponsors": [

src/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
home: true
33
heroImage: /logo.png
44
heroText: Vue.js
5-
tagline: The Progressive<br> JavaScript Framework
5+
tagline: O Framework<br> JavaScript Progressivo
66
actionButtons:
7-
- text: Why Vue.js?
7+
- text: Por quê Vue?
88
link: /
99
extraClass: vuemastery-trigger primary
1010
icon: fa fa-play-circle
11-
- text: Get Started
11+
- text: Começar
1212
link: /guide/introduction
1313
- text: GitHub
1414
link: https://github.com/vuejs/vue
1515
extraClass: github grey
1616
icon: fa fa-github
1717
target: _blank
1818
features:
19-
- title: Approachable
20-
details: Already know HTML, CSS and JavaScript? Read the guide and start building things in no time!
21-
- title: Versatile
22-
details: An incrementally adoptable ecosystem that scales between a library and a full-featured framework.
23-
- title: Performant
19+
- title: Acessível
20+
details: Já conhece HTML, CSS e JavaScript? Leia o guia e comece a criar aplicações sem perder tempo!
21+
- title: Versátil
22+
details: Ecossistema com adoção incremental, escala de uma simples biblioteca à um <i>framework</i> completo.
23+
- title: Performático
2424
details: |
2525
20KB min+gzip Runtime<br>
26-
Blazing Fast Virtual DOM<br>
27-
Minimal Optimization Efforts
26+
DOM Virtual Incrivelmente Rápido<br>
27+
Esforço Mínimo para Otimizações
2828
footer: |
29-
Released under the <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener">MIT License</a><br>
29+
Distribuído sob a <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener">Licença MIT</a><br>
3030
Copyright © 2014-2020 Evan You
3131
socialIcons:
3232
- type: GitHub

0 commit comments

Comments
 (0)