From bf2d4b2936be9da6e6d203944989e5e5e0d33188 Mon Sep 17 00:00:00 2001 From: Chris Fritz Date: Tue, 4 Oct 2016 13:48:22 -0400 Subject: [PATCH] Revert "Master" --- README.md | 65 ------------------- src/guide/installation.md | 26 ++++---- src/support-vuejs/index.md | 8 +-- themes/vue/layout/index.ejs | 24 +++---- .../layout/partials/community_dropdown.ejs | 2 +- themes/vue/layout/partials/main_menu.ejs | 4 +- themes/vue/layout/partials/sidebar.ejs | 2 +- 7 files changed, 33 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index e2bb586b6a..4ef988a0d8 100644 --- a/README.md +++ b/README.md @@ -11,68 +11,3 @@ $ 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 65c12a90c7..a3907b4b6d 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -1,5 +1,5 @@ --- -title: Instalação +title: Installation type: guide order: 1 vue_version: 2.0.1 @@ -8,35 +8,35 @@ min_size: "61.72" gz_size: "22.58" --- -### Nota sobre compatibilidade +### Compatibility Note -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). +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). -### Notas de lançamento +### Release Notes -Notas detalhadas para cada versão lançada estão disponíveis no [GitHub](https://github.com/vuejs/vue/releases). +Detailed release notes for each version are available on [GitHub](https://github.com/vuejs/vue/releases). -## Versão standalone +## Standalone -Simplesmente faça o download e inclua a tag script. `Vue` será registrado como uma variável global. +Simply download and include with a script tag. `Vue` will be registered as a global variable. -

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

+

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

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

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

Vue.js

- O Framework Javascript
Progressivo + The Progressive
JavaScript Framework

- COMEÇAR + GET STARTED GITHUB

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

Acessível

-

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

+

Approachable

+

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

-

Versátil

-

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

+

Versatile

+

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

-

Performático

+

Performant

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

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

ORGULHOSAMENTE MANTIDO POR

+

PROUDLY SPONSORED BY

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