Skip to content

Commit 369c201

Browse files
ErickPetruchrisvfritz
authored andcommitted
Master (#460)
* Add Transaltion Status * Entry Page * Entry Page update * guide/installation update * Guide/Installation
1 parent 09dd98f commit 369c201

File tree

7 files changed

+98
-33
lines changed

7 files changed

+98
-33
lines changed

README.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,68 @@ $ npm install -g hexo-cli
1111
$ npm install
1212
$ hexo server
1313
```
14+
15+
## Transaltion Status (en to pt_br)
16+
17+
**Website**
18+
- [x] Entry Page
19+
20+
**Guide**
21+
- [ ] Installation (@danielschmitz)
22+
- [ ] Introduction
23+
- [ ] The Vue Instance
24+
- [ ] Template Syntax
25+
- [ ] Computed Properties and Watchers
26+
- [ ] Class and Style Bindings
27+
- [ ] Conditional Rendering
28+
- [ ] List Rendering
29+
- [ ] Event Handling
30+
- [ ] Form Input Bindings
31+
- [ ] Components
32+
- [ ] Advanced
33+
- [ ] Transitions: Entering, Leaving, and Lists
34+
- [ ] Transitioning State
35+
- [ ] Render Functions
36+
- [ ] Reactivity in Depth
37+
- [ ] Custom Directives
38+
- [ ] Mixins
39+
- [ ] Plugins
40+
- [ ] Single File Components
41+
- [ ] Routing
42+
- [ ] State Management
43+
- [ ] Unit Testing
44+
- [ ] Server-Side Rendering
45+
- [ ] Migration from Vue 1.x
46+
- [ ] Migration from Vue Router 0.7.x
47+
- [ ] Comparison with Other Frameworks
48+
49+
**API**
50+
- [ ] Global Config
51+
- [ ] Global API
52+
- [ ] Options / Data
53+
- [ ] Options / DOM
54+
- [ ] Options / Lifecycle Hooks
55+
- [ ] Options / Misc
56+
- [ ] Instance Properties
57+
- [ ] Instance Methods / Data
58+
- [ ] Instance Methods / Events
59+
- [ ] Instance Methods / Lifecycle
60+
- [ ] Directives
61+
- [ ] Special Attributes
62+
- [ ] Built-In Components
63+
- [ ] VNode Interface
64+
- [ ] Server-Side Rendering
65+
66+
**Examples**
67+
- [ ] Markdown Editor
68+
- [ ] GitHub Commits
69+
- [ ] Firebase + Validation
70+
- [ ] Grid Component
71+
- [ ] Tree View
72+
- [ ] SVG Graph
73+
- [ ] Modal Component
74+
- [ ] Elastic Header
75+
- [ ] Wrapper Component
76+
- [ ] TodoMVC
77+
- [ ] HackerNews Clone
78+

src/guide/installation.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation
2+
title: Instalação
33
type: guide
44
order: 1
55
vue_version: 2.0.1
@@ -8,35 +8,35 @@ min_size: "61.72"
88
gz_size: "22.58"
99
---
1010

11-
### Compatibility Note
11+
### Nota sobre compatibilidade
1212

13-
Vue does **not** support IE8 and below, because it uses ECMAScript 5 features that are un-shimmable in IE8. However it supports all [ECMAScript 5 compliant browsers](http://caniuse.com/#feat=es5).
13+
Vue **não** suporta IE8 e versões anteriores, porque são usadas funcionalidades ECMAScript 5 que são incompatíveis com o IE8. Entretanto, suporta todos os [navegadores compatíveis com ECMAScript 5](http://caniuse.com/#feat=es5).
1414

15-
### Release Notes
15+
### Notas de lançamento
1616

17-
Detailed release notes for each version are available on [GitHub](https://github.com/vuejs/vue/releases).
17+
Notas detalhadas para cada versão lançada estão disponíveis no [GitHub](https://github.com/vuejs/vue/releases).
1818

19-
## Standalone
19+
## Versão standalone
2020

21-
Simply download and include with a script tag. `Vue` will be registered as a global variable.
21+
Simplesmente faça o download e inclua a tag script. `Vue` será registrado como uma variável global.
2222

23-
<p class="tip">Don't use the minified version during development. You will miss out all the nice warnings for common mistakes!</p>
23+
<p class="tip">Não use a versão minificada durante a fase de desenvolvimento. Você irá perder avisos interessantes para os erros mais comuns!</p>
2424

2525
<div id="downloads">
26-
<a class="button" href="/js/vue.js" download>Development Version</a><span class="light info">With full warnings and debug mode</span>
26+
<a class="button" href="/js/vue.js" download>Versão de desenvolvimento</a><span class="light info">Com mensagens de erro completas e modo debug</span>
2727

28-
<a class="button" href="/js/vue.min.js" download>Production Version</a><span class="light info">Warnings stripped, {{gz_size}}kb min+gzip</span>
28+
<a class="button" href="/js/vue.min.js" download>Versão de produção</a><span class="light info">Sem mensagens de erro, {{gz_size}}kb min+gzip</span>
2929
</div>
3030

3131
### CDN
3232

33-
Recommended: [unpkg](https://unpkg.com/vue/dist/vue.js), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [unpkg.com/vue/](https://unpkg.com/vue/).
33+
Recomendado: [unpkg](https://unpkg.com/vue/dist/vue.js), que reflete a última versão assim que é disponível no npm. Você pode inclusive navegar pelo código fonte do pacote npm em [unpkg.com/vue/](https://unpkg.com/vue/).
3434

35-
Also available on [jsdelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.js) or [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js), but these two services take some time to sync so the latest release may not be available yet.
35+
Também disponível em [jsdelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.js) ou [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js), mas estes dois serviços levam um tempo para sincronizar com a última versão disponível.
3636

3737
## NPM
3838

39-
NPM is the recommended installation method when building large scale applications with Vue. It pairs nicely with module bundlers such as [Webpack](http://webpack.github.io/) or [Browserify](http://browserify.org/). Vue also provides accompanying tools for authoring [Single File Components](single-file-components.html).
39+
NPM é o método de instalação recomendada para aplicações em larga escala com o Vue. Ele combina perfeitamente com *module bundlers* tais como [Webpack](http://webpack.github.io/) o [Browserify](http://browserify.org/). Vue also provides accompanying tools for authoring [Single File Components](single-file-components.html).
4040

4141
``` bash
4242
# latest stable

src/support-vuejs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Support Vue.js Development
1+
# Ajude no desenvolvimento do Vue.js
22

33
<a href="https://www.patreon.com/evanyou" target="_blank">
44
<img style="width:120px" src="https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png">
5-
<span>Support Vue.js on Patreon (recurring pledge)</span>
5+
<span>Ajude o Vue.js no Patreon (pagamento mensal)</span>
66
</a>
77

88
<a href="https://www.paypal.me/evanyou" target="_blank">
99
<img style="width:120px" src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-200px.png">
10-
<span>Donate via PayPal (one time)</span>
10+
<span>Doe via PayPal (único pagamento)</span>
1111
</a>
1212

13-
## Current premium sponsors:
13+
## Atuais mantedores premium:
1414

1515
<p style="text-align: center; margin-bottom: 60px" class="sponsors-page">
1616
<a href="https://itunescn.com">

themes/vue/layout/index.ejs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
</div><div class="right">
1212
<h2 class="vue">Vue.js</h2>
1313
<h1>
14-
The Progressive<br>JavaScript Framework
14+
O Framework Javascript<br>Progressivo
1515
</h1>
1616
<p>
17-
<a class="button" href="/guide/">GET STARTED</a>
17+
<a class="button" href="/guide/">COMEÇAR</a>
1818
<a class="button white" href="https://github.com/vuejs/vue" target="_blank">GITHUB</a>
1919
</p>
2020
</div>
@@ -24,37 +24,37 @@
2424
<div id="highlights">
2525
<div class="inner">
2626
<div class="point">
27-
<h2>Approachable</h2>
28-
<p>Already know HTML, CSS and JavaScript? Read the guide and start building things in no time!</p>
27+
<h2>Acessível</h2>
28+
<p>Todos conhecem HTML, CSS e JavaScript? Leia o guia e comece a criar aplicações sem perder tempo!</p>
2929
</div>
3030

3131
<div class="point">
32-
<h2>Versatile</h2>
33-
<p>Simple, minimal core with an incrementally adoptable stack that can handle apps of any scale.</p>
32+
<h2>Versátil</h2>
33+
<p>Simples, núcleo mínimo com uma adaptabilidade incremental em camadas que podem lidar com aplicações em qualquer escala.</p>
3434
</div>
3535

3636
<div class="point">
37-
<h2>Performant</h2>
37+
<h2>Performático</h2>
3838
<p>
3939
16kb min+gzip Runtime<br>
40-
Blazing Fast Virtual DOM<br>
41-
Minimal Optimization Efforts
40+
Virtual DOM incrível e rápido<br>
41+
Mínimo esforço para otimizações
4242
</p>
4343
</div>
4444
</div>
4545
</div>
4646

4747
<div id="sponsors">
4848
<div class="inner">
49-
<h3>PROUDLY SPONSORED BY</h3>
49+
<h3>ORGULHOSAMENTE MANTIDO POR</h3>
5050
<%- partial('partials/sponsors') %>
5151
<br>
52-
<a class="become-sponsor button white" href="/support-vuejs/">Become a Backer</a>
52+
<a class="become-sponsor button white" href="/support-vuejs/">Seja um Patrocinador</a>
5353
</div>
5454
</div>
5555

5656
<div id="footer">
57-
Released under the <a href="https://opensource.org/licenses/MIT" href="_blank">MIT License</a><br>
57+
Distribuído sob a <a href="https://opensource.org/licenses/MIT" href="_blank">Licença MIT</a><br>
5858
Copyright &copy; 2014-<%- new Date().getFullYear() %> Evan You
5959
</div>
6060

themes/vue/layout/partials/community_dropdown.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<li class="nav-dropdown-container">
2-
<a class="nav-link">Community</a><span class="arrow"></span>
2+
<a class="nav-link">Comunidade</a><span class="arrow"></span>
33
<ul class="nav-dropdown">
44
<li><a href="https://github.com/vuejs/vue" class="nav-link" target="_blank">GitHub</a></li>
55
<li><a href="http://forum.vuejs.org" class="nav-link" target="_blank">Forum</a></li>

themes/vue/layout/partials/main_menu.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<input type="text" id="search-query-<%- context %>" class="search-query st-default-search-input">
44
</form>
55
</li>
6-
<li><a href="/guide/" class="nav-link<%- page.path.match(/guide/) ? ' current' : '' %>">Guide</a></li>
6+
<li><a href="/guide/" class="nav-link<%- page.path.match(/guide/) ? ' current' : '' %>">Guia</a></li>
77
<li><a href="/api/" class="nav-link<%- page.path.match(/api/) ? ' current' : '' %>">API</a></li>
8-
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Examples</a></li>
8+
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Exemplos</a></li>
99
<li><a href="https://medium.com/the-vue-point" target="_blank" class="nav-link<%- page.path.match(/blog/) ? ' current' : '' %>">Blog</a></li>
1010
<%- partial('partials/community_dropdown') %>

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="donate" style="margin-bottom: 20px">
77
<span class="wrapper" style="width: 110px">
88
<img src="/images/patreon.png">
9-
<a href="/support-vuejs">Support Vue.js</a>
9+
<a href="/support-vuejs">Ajude o Vue.js</a>
1010
</span>
1111
</div>
1212
<h2>

0 commit comments

Comments
 (0)