Spanish Translation of Node.js (Part 13) (1135 words)

Github Repository

https://github.com/nodejs/i18n

General Information & Project Details

Node.js is an Open Source JavaScript runtime built on Chrome's V8 JavaScript engine supported by the Node.js Foundation

- What is Node?

The Node environment comprises everything you need to run a program written in JavaScript(JS).

Node.js first started when the original developers of JS extended its functionalities from something you could only run in the browser to something you could execute on your computer as a independent application.

Now you can do much more with JavaScript than just creating interactive websites and web apps. Modern JavaScript has the same capabilites as other scripting languages like Python, and therefore it can do the same as these.

Both your browser's JavaScript and Node.js environment run on the V8 JavaScript runtime engine. This engine takes your JS code and converts it into a much faster machine code (machine code is a low level code that the computer can execute without needing to first interpret it).

Contribution Specifications

- Translation Overwiew

On this part I started translating the changelog for the current version, which is a document listing all the new features, patches and changes that were introduced on the new version of Node.js. This way, keeping up to date with node.js' features will be easier for spanish speaking developers.

- Languages

- Word Count

Number of words translated on this contribution: 1135 words, including a small number of coding instructions.

Proof of Authorship

The translation was submitted via CrowdIn and you can find all the related information on the following links.

Node.js Crowdin page

My Crowdin Profile
My Crowdin Activity
My Github Profile

- Examples sentences in Spanish:

  • Previously deprecated <0>NODE_REPL_HISTORY_FILE</0> environment variable has reached end-of-life and has been removed.
    • La variable de entorno <0>NODE_REPL_HISTORY_FILE</0> desaprobada previamente ha alcanzado el final de su vida útil y ha sido eliminada.

  • Using <0>require()</0> to access several of Node.js' own internal dependencies will emit a runtime deprecation.
    • El uso de <0>require()</0> para acceder a varias de las dependencias internas propias de Node.js' emitirá una desaprobación del tiempo de ejecución.

  • Uses of <0>new Buffer()</0> and <0>Buffer()</0> outside of the <0>node_modules</0> directory will now emit a runtime deprecation warning.
    • Los usos de <0>new Buffer()</0> y <0>Buffer()</0> fuera del directorio <0>node_modules</0> ahora emitirán una advertencia de desaprobación del tiempo de ejecución.

H2
H3
H4
Upload from PC
Video gallery
3 columns
2 columns
1 column
4 Comments