Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Symbol type#115

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
mariabp wants to merge11 commits intojavascript-tutorial:masterfrommariabp:spanish-symbol
Closed

Symbol type#115

mariabp wants to merge11 commits intojavascript-tutorial:masterfrommariabp:spanish-symbol

Conversation

mariabp
Copy link

Translation to spanish ready to review :)

@CLAassistant
Copy link

CLAassistant commentedOct 22, 2019
edited
Loading

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign ourContributor License Agreement before we can accept your contribution.
2 out of3 committers have signed the CLA.

✅ mariabp
✅ vplentinax
❌ Developer


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, pleaseadd the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let usrecheck it.

Copy link
Member

@lizzie136lizzie136 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

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 serlet id = Symbol("id"); (le quité un espacio entre ellet y elid

mariabp reacted with thumbs up emoji
@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

mariabpand others added2 commitsNovember 1, 2019 11:35
Listo! Ya eliminé los espacios extras, que raro que los puse 🤔 . Me dices que te parece :)
@mariabp
Copy link
Author

mariabp commentedNov 8, 2019
edited
Loading

Done

Copy link
Member

@lizzie136lizzie136 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM🚀

let id = Symbol("id");
```

Symbolsare 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.
LosSymbolsestá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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

"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 ..."

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Estoy de acuerdo contigo!


````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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

auto-convierten, para ser consistentes


Symbolsallow us to create "hidden" properties of an object, that no other part of code can occasionally access or overwrite.
LosSymbolsnos permiten crear propiedades "ocultas" en un objeto, las cuales ninguna otra parte del código puede accesar ni sobre-escribir.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Los Symbols nos permiten crear propiedades "ocultas" en un objeto,a las cuales ninguna otra parte del código puedeacceder ni sobre-escribir.

@tscandalitta
Copy link
Collaborator

No se debe traducir los nombres de las variables, por ejemplo de "user" a "usuario"

Don't translate variables, classes, identifiers.

@vplentinaxvplentinax changed the titleFirst translationSymbol typeJun 7, 2020
@vplentinax
Copy link
Contributor

Revisenlo para yo agregar los cambios y no tener que volverlos a revisar una vez arregle el conflicto de estructura.

Copy link
Member

@joaquineliojoaquinelio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@ezzep66
te lo paso porque puse varias cosas

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

vplentinaxand others added5 commitsJune 10, 2020 00:54
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
Copy link
Contributor

/done

vplentinaxand others added3 commitsJune 10, 2020 19:34
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
@vplentinaxvplentinax mentioned this pull requestJun 13, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tscandalittatscandalittatscandalitta left review comments

@joaquineliojoaquineliojoaquinelio requested changes

@lizzie136lizzie136lizzie136 approved these changes

@caballerofcaballerofAwaiting requested review from caballerof

@EzequielCasteEzequielCasteAwaiting requested review from EzequielCaste

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

7 participants
@mariabp@CLAassistant@javascript-translate-bot@tscandalitta@vplentinax@lizzie136@joaquinelio

[8]ページ先頭

©2009-2025 Movatter.jp