-
Notifications
You must be signed in to change notification settings - Fork 29
Traducción de components, computed, conditional & custom-directive #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
siddharta1337
commented
Jan 25, 2019
- src/v2/guide/components.md
- src/v2/guide/computed.md
- src/v2/guide/conditional.md
- src/v2/guide/custom-directive.md
Traducción cookbook index (vuejs-es#71)
Traducción cookbook/adding-instance-properties.md (vuejs-es#72)
Cambios menores en /src/v2/guide/class-and-style.md
Traducción y revisión parcial (guide) (vuejs-es#73)
- src/v2/guide/components.md - src/v2/guide/computed.md - src/v2/guide/conditional.md - src/v2/guide/custom-directive.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excelente trabajo Carlos! Tan solo en algunos parafos la traduccion se revirtió, los he marcado en el review pero pueden haber mas.
src/v2/guide/components.md
Outdated
@@ -791,62 +930,62 @@ Markup del padre: | |||
|
|||
``` html | |||
<app-layout> | |||
<h1 slot="header">Aquí puede haber un título</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
|
||
<p>Un párrafo para el contenido principal.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
|
||
<p slot="footer">Aquí hay información de contacto.</p> | ||
<p slot="footer">Here's some contact info</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
|
||
``` html | ||
<div class="container"> | ||
<header> | ||
<h1>Aquí puede haber un título</h1> | ||
<h1>Here might be a page title</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
</main> | ||
<footer> | ||
<p>Aquí hay información de contacto.</p> | ||
<p>Here's some contact info</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción. Revisa los paragrafos anteriores tambien.
src/v2/guide/components.md
Outdated
<slot> | ||
Ésto será mostrado sólo si no hay contenido | ||
para distribuir. | ||
This will only be displayed if there is no content |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
@@ -732,46 +871,46 @@ Suponga que tenemos un componente llamado `my-component` con la siguiente planti | |||
|
|||
``` html | |||
<div> | |||
<h2>Soy el título del hijo</h2> | |||
<h2>I'm the child title</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
|
||
``` html | ||
<div> | ||
<h1>Soy el título del padre</h1> | ||
<h1>I'm the parent title</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
<p>Ésto es contenido original</p> | ||
<p>Ésto es más contenido original</p> | ||
<p>This is some original content</p> | ||
<p>This is some more original content</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción.
src/v2/guide/components.md
Outdated
<p>Ésto es más contenido original</p> | ||
<h2>I'm the child title</h2> | ||
<p>This is some original content</p> | ||
<p>This is some more original content</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se revertió la traducción. Revisa los parafos anteriores.
@miljan-aleksic ¡ gracias por la revisión! listos los cambios. |
src/v2/guide/components.md
Outdated
@@ -752,7 +891,7 @@ Y un padre que use el componente: | |||
</div> | |||
``` | |||
|
|||
El resultado renderizado será: | |||
The rendered result will be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otro mas :)
@miljan-aleksic excelente ojo para atrapar errores!! esa se me escapó del todo! Le di una revisión extra al doc, parece que esta vez si está listo :D |
Gracias @siddharta1337, si te animas a por mas tan solo dimelo :) |
Traducción de components, computed, conditional & custom-directive (vuejs-es#74)