Node.js Translation to Spanish - (1285 words) (Part 22)

Repository

https://github.com/nodejs/i18n

Project Details

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.

Node.js came into existence when the original developers of JavaScript extended it from something you could only run in the browser to something you could run on your machine as a standalone application.

In simple words, it's an open source execution environment for developing web applications, which is event-based, it uses the V8 engine to provide an execution environment that compiles and executes JavaScript at a higher speed. It is possible to run Node.js without any restriction on Windows, Linux and Mac OS X.

It should be noted that it is NOT a server language, this means that it executes code, so it could be understood as an interpreter.

Contribution Specifications

Node.js is currently being translated into 33 languages. I´m contributing to translate it into the Spanish language. So far, we have managed to translate 23% of the project.

Translation Overview

I continue with my contribution in the ChangeLog_V8.md folder.

A Changelog is a record of all the notable changes made to a project, it usually includes change records such as new features or bug fixes. It includes all the changes historically, although it is intended that a Changelog does not include all the changes, but rather it contains a list of notable changes ordered chronologically for each version of a project.

For large projects, there are many people who work in systems with different ideas about design and different knowledge about standards. This leads to a totally different technique, and the more documented it is, the more people can work together.

image.png

In this contribution, I continue to translate the commits of the version 8.8.0.

Some examples of translated commits:

English:

5c8cd0ef3e - n-api: make changes for source compatibility (Gabriel Schulhof) #16102

Spanish:

5c8cd0ef3e - n-api: hacer cambios para la compatibilidad de fuente (Gabriel Schulhof) #16102

These changes are necessary in order to retain source compatibility
with older versions of node.

English:

7307e1d2cd - src: add internalBindings for binding isolation (Bradley Farias) #15759

Spanish:

7307e1d2cd - src: añadir "internalBindings" para el aislamiento de enlace (Bradley Farias) #15759

This commit adds a method that allows access to links that are not intended to be used by the user code. It has a separate cache object and a list of modifications to avoid collisions.

English:

ae3836a58f - test: http2 connectionListener reject client (Trivikram Kamat) #16080

Spanish:

ae3836a58f - test: "connectionListener" de http2 rechaza al cliente (Trivikram Kamat) #16080

This code change modifies the "ConnectionListener" tests to cover the test case where "this.emit" throws false

Languages

This contribution was translated from English to Spanish.

Word Count

  • In this contribution, I've translated 1285 words
  • I've translated a total of 25007 words so far.

Previous translations on this project

Proof of Authorship

image.png

You can check My Crowdin Profile for verify my contribution in this project.

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