diff --git a/README.md b/README.md index 4ef988a0d8..e2bb586b6a 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,68 @@ $ npm install -g hexo-cli $ npm install $ hexo server ``` + +## Transaltion Status (en to pt_br) + +**Website** +- [x] Entry Page + +**Guide** +- [ ] Installation (@danielschmitz) +- [ ] Introduction +- [ ] The Vue Instance +- [ ] Template Syntax +- [ ] Computed Properties and Watchers +- [ ] Class and Style Bindings +- [ ] Conditional Rendering +- [ ] List Rendering +- [ ] Event Handling +- [ ] Form Input Bindings +- [ ] Components +- [ ] Advanced +- [ ] Transitions: Entering, Leaving, and Lists +- [ ] Transitioning State +- [ ] Render Functions +- [ ] Reactivity in Depth +- [ ] Custom Directives +- [ ] Mixins +- [ ] Plugins +- [ ] Single File Components +- [ ] Routing +- [ ] State Management +- [ ] Unit Testing +- [ ] Server-Side Rendering +- [ ] Migration from Vue 1.x +- [ ] Migration from Vue Router 0.7.x +- [ ] Comparison with Other Frameworks + +**API** +- [ ] Global Config +- [ ] Global API +- [ ] Options / Data +- [ ] Options / DOM +- [ ] Options / Lifecycle Hooks +- [ ] Options / Misc +- [ ] Instance Properties +- [ ] Instance Methods / Data +- [ ] Instance Methods / Events +- [ ] Instance Methods / Lifecycle +- [ ] Directives +- [ ] Special Attributes +- [ ] Built-In Components +- [ ] VNode Interface +- [ ] Server-Side Rendering + +**Examples** +- [ ] Markdown Editor +- [ ] GitHub Commits +- [ ] Firebase + Validation +- [ ] Grid Component +- [ ] Tree View +- [ ] SVG Graph +- [ ] Modal Component +- [ ] Elastic Header +- [ ] Wrapper Component +- [ ] TodoMVC +- [ ] HackerNews Clone + diff --git a/src/guide/installation.md b/src/guide/installation.md index a3907b4b6d..65c12a90c7 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -1,5 +1,5 @@ --- -title: Installation +title: Instalação type: guide order: 1 vue_version: 2.0.1 @@ -8,35 +8,35 @@ min_size: "61.72" gz_size: "22.58" --- -### Compatibility Note +### Nota sobre compatibilidade -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). +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). -### Release Notes +### Notas de lançamento -Detailed release notes for each version are available on [GitHub](https://github.com/vuejs/vue/releases). +Notas detalhadas para cada versão lançada estão disponíveis no [GitHub](https://github.com/vuejs/vue/releases). -## Standalone +## Versão standalone -Simply download and include with a script tag. `Vue` will be registered as a global variable. +Simplesmente faça o download e inclua a tag script. `Vue` será registrado como uma variável global. -

Don't use the minified version during development. You will miss out all the nice warnings for common mistakes!

+

Não use a versão minificada durante a fase de desenvolvimento. Você irá perder avisos interessantes para os erros mais comuns!

-Development VersionWith full warnings and debug mode +Versão de desenvolvimentoCom mensagens de erro completas e modo debug -Production VersionWarnings stripped, {{gz_size}}kb min+gzip +Versão de produçãoSem mensagens de erro, {{gz_size}}kb min+gzip
### CDN -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/). +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/). -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. +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. ## NPM -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). +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). ``` bash # latest stable diff --git a/src/support-vuejs/index.md b/src/support-vuejs/index.md index c529876aca..c593474198 100644 --- a/src/support-vuejs/index.md +++ b/src/support-vuejs/index.md @@ -1,16 +1,16 @@ -# Support Vue.js Development +# Ajude no desenvolvimento do Vue.js - Support Vue.js on Patreon (recurring pledge) + Ajude o Vue.js no Patreon (pagamento mensal) - Donate via PayPal (one time) + Doe via PayPal (único pagamento) -## Current premium sponsors: +## Atuais mantedores premium:

diff --git a/themes/vue/layout/index.ejs b/themes/vue/layout/index.ejs index 5b9e69251e..a60613cabb 100644 --- a/themes/vue/layout/index.ejs +++ b/themes/vue/layout/index.ejs @@ -11,10 +11,10 @@

Vue.js

- The Progressive
JavaScript Framework + O Framework Javascript
Progressivo

- GET STARTED + COMEÇAR GITHUB

@@ -24,21 +24,21 @@
-

Approachable

-

Already know HTML, CSS and JavaScript? Read the guide and start building things in no time!

+

Acessível

+

Todos conhecem HTML, CSS e JavaScript? Leia o guia e comece a criar aplicações sem perder tempo!

-

Versatile

-

Simple, minimal core with an incrementally adoptable stack that can handle apps of any scale.

+

Versátil

+

Simples, núcleo mínimo com uma adaptabilidade incremental em camadas que podem lidar com aplicações em qualquer escala.

-

Performant

+

Performático

16kb min+gzip Runtime
- Blazing Fast Virtual DOM
- Minimal Optimization Efforts + Virtual DOM incrível e rápido
+ Mínimo esforço para otimizações

@@ -46,15 +46,15 @@
-

PROUDLY SPONSORED BY

+

ORGULHOSAMENTE MANTIDO POR

<%- partial('partials/sponsors') %>
- Become a Backer + Seja um Patrocinador
diff --git a/themes/vue/layout/partials/community_dropdown.ejs b/themes/vue/layout/partials/community_dropdown.ejs index 78723c4294..d36139580b 100644 --- a/themes/vue/layout/partials/community_dropdown.ejs +++ b/themes/vue/layout/partials/community_dropdown.ejs @@ -1,5 +1,5 @@