Node.js Translation to Spanish - (1145 words) (Part 39)

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 40% 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

I continue with the version 8.0.0, that is a new major version that includes a significant number of semi-major and semver-minor changes. In this contribution, I continue with server-patch commits. There's some examples:

English:

f2282bb812 - src: allow CLI args in env with NODE_OPTIONS (Sam Roberts) #12028

Spanish:

f2282bb812 - src: permitir argumentos de CLI en entornos con NODE_OPTIONS (Sam Roberts) #12028

Not all CLI options are supported, those that are problematic from a security or implementation point of view are disallowed, as are ones that are inappropriate, or that only make sense when changed with code changes (such as options that change the javascript syntax or add new APIs).


English:

6cfb876d54 - test: add regression test for immediate socket errors (Evan Lucas) #12854

Spanish:

6cfb876d54 - test: añadir prueba de regresión para errores de socket inmediatos (Evan Lucas) #12854

This test ensures that a http client request with the default agent that has a socket that is immediately destroyed can still be caught by adding an error event listener to the request object.


English:

94a120cf65 - test: add coverage for error apis (Michael Dawson) #12729

Spanish:

94a120cf65 - test: añadir cobertura para apis de error (Michael Dawson) #12729

In this commit, it is requested to add coverage for the N-API functions related to throwing and creating errors. A number of these are currently showing as not having any coverage in the nightly code coverage reports.

Languages

This contribution was translated from English to Spanish.

Word Count

  • In this contribution, I've translated 1145 words
  • I've translated a total of 46666 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
4 Comments