Uh oh!
There was an error while loading. Please reload this page.
Symbol type - #115
Conversation
Developer seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
lizzie136
left a comment
There was a problem hiding this comment.
Hola @mariabp
esta super genial la traducción, solo hay un pequeño detalle,
en todas las declaraciones le agregaste un espacio extra.
Por ejemplo:let id = Symbol("id"); , debería ser let id = Symbol("id"); (le quité un espacio entre el let y el id
javascript-translate-bot
commented
Oct 29, 2019
Please make the requested changes. After it, add a comment "/done". |
Listo! Ya eliminé los espacios extras, que raro que los puse 🤔 . Me dices que te parece :)
Done |
| ``` | ||
| Symbols are guaranteed to be unique. Even if we create many symbols with the same description, they are different values. The description is just a label that doesn't affect anything. | ||
| Los Symbols están garantizados a ser únicos. Aunque declaremos varios Symbols con la misma descripción éstos tendrán valores distintos. La descripción es solamente una etiqueta que no afecta nada más. |
There was a problem hiding this comment.
"Se garantiza que los símbolos son únicos" me parece que suena más natural, lo dejo a tu criterio.
"Aunque declaremos varios Symbols con la misma descripción, éstos ..."
| ````warn header="Symbols don't auto-convert to a string" | ||
| Most values in JavaScript support implicit conversion to a string. For instance, we can `alert` almost any value, and it will work. Symbols are special. They don't auto-convert. | ||
| ````warn header="Symbols no se auto convierten a String" |
There was a problem hiding this comment.
auto-convierten, para ser consistentes
| ## Propiedades "Ocultas" | ||
| Symbols allow us to create "hidden" properties of an object, that no other part of code can occasionally access or overwrite. | ||
| Los Symbols nos permiten crear propiedades "ocultas" en un objeto, las cuales ninguna otra parte del código puede accesar ni sobre-escribir. |
There was a problem hiding this comment.
Los Symbols nos permiten crear propiedades "ocultas" en un objeto, a las cuales ninguna otra parte del código puede acceder ni sobre-escribir.
tscandalitta
commented
Nov 20, 2019
No se debe traducir los nombres de las variables, por ejemplo de "user" a "usuario"
|
vplentinax
commented
Jun 7, 2020
Revisenlo para yo agregar los cambios y no tener que volverlos a revisar una vez arregle el conflicto de estructura. |
joaquinelio
left a comment
There was a problem hiding this comment.
@ezzep66
te lo paso porque puse varias cosas
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
javascript-translate-bot
commented
Jun 8, 2020
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
vplentinax
commented
Jun 10, 2020
/done |
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Translation to spanish ready to review :)