-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Spanish translations for the playground #237
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
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.
Please check comments. I haven't finished yet, so stay sharp for more feedback changes on the rest of files.
// Deno es un entorno en tiempo de ejecución aún | ||
// incompleto para JavaScript y TypeScript basado en | ||
// v8 con un enfoque marcado en la seguridad. |
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.
This should be:
Deno es un entorno de ejecución en desarrollo para Javascript y Typescript basado en el motor v8 de Google con un enfoque en la seguridad.
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.
No veo motivo para añadir información adicional a la que está en documento original:
Allí nunca se menciona a Google.
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.
Siempre es bueno clarificar de donde proviene el motor. No creo que exista problema con ello, además que ayuda a los nuevos desarrolladores a indagar en el tema.
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.
De acuerdo en ese aspecto, pero la cuestión es hasta dónde llega el punto del traductor. Mi punto es que no estamos generando contenido original. Creo que en este caso lo mejor es proponer el cambio en la versión en inglés que sirve como referencia y a partir de ahí todas las traducciones se pueden beneficiar.
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.
Podemos dejarlo en tu versión por ahora para no retrasar lo demás y preguntar en el discord 👍
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Deno.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Node.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Node.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Node.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Node.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Node.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Node.js
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/External APIs/TypeScript with Web.js
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Function Chaining.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Function Chaining.ts
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Function Chaining.ts
Outdated
Show resolved
Hide resolved
// La genericidad proporciona una forma de utilizar tipos | ||
// como variables en otros tipos. Meta. |
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.
Los genéricos proporcionan una forma de utilizar tipos como variables en otros tipos.
Also, what is Meta on the original file? Maybe some extra word or was on purpose?
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.
Sí, está en el original. Se refiere a la primera oración de que la genericidad permite usar tipos como variables en otros tipos (algo así como metatipos). No estoy seguro cuál sería la forma más idiomática de traducirlo.
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.
Ah, utiliza Metadatos
para traducir ese Meta
:)
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.
🤔 No creo que metadatos sea exactamente la traducción más feliz. En el texto original parece más bien una forma de guiño o broma al lector.
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/Functions with JavaScript/Generic Functions.ts
Outdated
Show resolved
Hide resolved
packages/playground-examples/copy/es/JavaScript/JavaScript Essentials/Objects and Arrays.ts
Outdated
Show resolved
Hide resolved
@carburo can you merge the latest changes from v2 branch? It should fix the CI errors. |
fa2e3a3
to
ae75e2d
Compare
Cool, - let's get this in? Looks good to me |
@orta branch has been updated with master, it is ready for merge! |
Rock |
This PR is part of #100 #232
These are translations for some of the files in the Playground.
Original files:
TypeScript with Deno.ts
TypeScript with Node.js
TypeScript with Web.js
Function Chaining.ts
Generic Functions.ts
Hello World.ts
Objects and Arrays.ts