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

First complete translation to article.md#2

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

Merged
lizzie136 merged 2 commits intojavascript-tutorial:masterfromcaballerof:master
Apr 2, 2019

Conversation

caballerof
Copy link
Collaborator

I finished the complete translation to this file.
I have added a link to the slang "syntactic sugar" for a better comprehension.

I finished the complete translation to this file.I added a link to the slang "syntactic sugar" for a better comprehension.
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@caballerof !! Gracias! Agregué algunas comentarios. En general hay dos cosas que note que serían muchos comentarios:

  • Páginas y página aparecen sin tildes.
  • Creo que estas usando un tipo de comillas diferente“” y las que usamos en teoría son""


This limitation is, again, for the user's safety. A page from `http://anysite.com` which a user has opened must not be able to access another browser tab with the URL `http://gmail.com` and steal information from there.
- JavaScript can easily communicate over the net to the server where the current page came from. But its ability to receive data from other sites/domains is crippled. Though possible, it requires explicit agreement (expressed in HTTP headers) from the remote side. Once again, that's a safety limitation.
Esta limitación es, de nuevo, para la seguridad del usuario. Una pagina de `http://anysite.com` la cual el usuario ha abierto no debe ser capaz de acceder a otra pestaña del navegador con la URL `http://gmail.com` y robar información de esta otra página.
Copy link
Member

Choose a reason for hiding this comment

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

  • una página lo noté dos párrafos más abajo también.
  • ¿Qué te parece si usamoshttp://cualquiersitio.com para que continúe la narrativa?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Suggested change
Esta limitación es, de nuevo, para la seguridad del usuario. Unapagina de `http://anysite.com` la cual el usuario ha abierto no debe ser capaz de acceder a otra pestaña del navegador con la URL `http://gmail.com` y robar información de esta otra página.
Esta limitación es, de nuevo, para la seguridad del usuario. Unapágina de `http://cualquiersitio.com` la cual el usuario ha abierto no debe ser capaz de acceder a otra pestaña del navegador con la URL `http://gmail.com` y robar información de esta otra página.

lizzie136 reacted with thumbs up emoji

The syntax of JavaScriptdoes not suit everyone's needs. Different people want different features.
La sintaxis de JavaScriptno ajusta para las necesidades de todos. Personas diferentes quieren diferentes características.
Copy link
Member

Choose a reason for hiding this comment

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

  • ¿Qué te pareceLa sintaxis de JavaScript no se ajusta a las necesidades de todos.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Suggested change
La sintaxis de JavaScript no ajustapara las necesidades de todos. Personas diferentes quieren diferentes características.
La sintaxis de JavaScript no ajustaa las necesidades de todos. Personas diferentes quieren diferentes características.


So recently a plethora of new languages appeared, which are *transpiled* (converted) to JavaScriptbefore they run in the browser.
Así que recientemente a aparecido una abundancia de nevos lenguajes, los cuales son *Convertidos* / *Transpilados* (transpiled) a JavaScriptantes de ser ejecutados en el navegador.
Copy link
Member

Choose a reason for hiding this comment

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

"abundancia denuevos lenguajes"

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Aparte de colocar la frase entre comillas, ¿Tendrás una mejor sugerencia de traducción o te parece adecuada?

Originalmente la palabra en inglés es “plethora” que tiene un traducción directa a “plétora” pero creo que no es muy usada y podría causar confusión. La RAE la define así:

  1. f. Med. Exceso de sangre o de otros líquidos orgánicos en el cuerpo o en una parte de él.
  2. f. Gran abundancia de algo.

https://dle.rae.es/?id=TPUsQgG

Copy link
Member

Choose a reason for hiding this comment

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

Perdón que no lo dejé tan claro. El comentario iba más porque dicenevos en luegar denuevos.

- [CoffeeScript](http://coffeescript.org/) is a "syntactic sugar" for JavaScript. It introduces shorter syntax, allowing us to write clearer and more precise code. Usually, Ruby devs like it.
- [TypeScript](http://www.typescriptlang.org/) is concentrated on adding "strict data typing" to simplify the development and support of complex systems. It is developed by Microsoft.
- [Dart](https://www.dartlang.org/) is a standalone language that has its own engine that runs in non-browser environments (like mobile apps). It was initially offered by Google as a replacement for JavaScript, but as of now, browsers require it to be transpiled to JavaScript just like the ones above.
- [CoffeeScript](http://coffeescript.org/) Es una “sintaxis azucarada” [syntactic sugar](https://es.wikipedia.org/wiki/Az%C3%BAcar_sint%C3%A1ctico) para JavaScript. Introduce una sintaxis corta, permitiéndonos escribir un código mas claro y preciso. Usualmente desarrolladores de Ruby prefieren esto.
Copy link
Member

Choose a reason for hiding this comment

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

Usualmente desarrolladores de Ruby prefieren este lenguaje., oUsualmente desarrolladores de Ruby lo prefieren.

- JavaScript was initially created as a browser-only language, but is now used in many other environments as well.
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration with HTML/CSS.
- There are many languages that get "transpiled" to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript.
- JaJavaScript fue inicialmente creado como un lenguaje solo para el navegador, pero ahora es usado también en muchos otros entornos.
Copy link
Member

Choose a reason for hiding this comment

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

EsteJaJavaScript 😸

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Hola@caballerof !! Gracias! Agregué algunas comentarios. En general hay dos cosas que note que serían muchos comentarios:

  • Páginas y página aparecen sin tildes.
  • Creo que estas usando un tipo de comillas diferente“” y las que usamos en teoría son""

Según la recomendación de la RAE se debería usar en español las comillas (« ») comillas angulares, que son el equivalente de las comillas (" ") comillas dobles usadas en el Inglés.

¿Cual te parece mas adecuada de usar para hacer el cambio?

Copy link
Member

Choose a reason for hiding this comment

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

Personalmente, prefiero usar "", por el tema de estándar tácito en los .md que tenemos con las demás traducciones. Voy a hacer unas preguntas por ahí y regreso con una respuesta. Pero mientras tanto, ¿te parece si lo dejamos en (" ") y conversamos esto más de largo en un issue?

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 🚀

@lizzie136lizzie136 merged commit8e85b31 intojavascript-tutorial:masterApr 2, 2019
javascript-translate-bot pushed a commit that referenced this pull requestSep 2, 2019
javascript-translate-bot pushed a commit that referenced this pull requestSep 9, 2019
lizzie136 pushed a commit that referenced this pull requestSep 9, 2019
javascript-translate-bot pushed a commit that referenced this pull requestMar 24, 2020
joaquinelio pushed a commit to joaquinelio/es.javascript.info that referenced this pull requestJun 4, 2020
joaquinelio pushed a commit that referenced this pull requestJul 25, 2020
joaquinelio pushed a commit that referenced this pull requestJul 27, 2020
www-learn-en pushed a commit that referenced this pull requestJun 15, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@lizzie136lizzie136lizzie136 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@caballerof@lizzie136

[8]ページ先頭

©2009-2025 Movatter.jp