create account

Node.js Translation to Spanish - (1010 words) (Part 49) by cremisi

View this thread on: hive.blogpeakd.comecency.com
· @cremisi · (edited)
$0.93
Node.js Translation to Spanish - (1010 words) (Part 49)
![](https://cdn.steemitimages.com/DQmbrioY3P2uEDwSfLZciQeL2GUMxPiujLjB3uWQbc4DNv4/image.png)

## 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. 

<center>![image.png](https://ipfs.busy.org/ipfs/QmfBvikGy9KdotjPzCFDZQpreDd8FPcFCQawSnhJMj8RvP)</center>

<center>So far, we have managed to translate **49%** of the project!</center>

### Translation Overview

I continue with the **ChangeLog_V7.md** folder

In my previous contributions, I explained what a changelog is about. 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.

<center>![image.png](https://ipfs.busy.org/ipfs/QmRRrwUK61ckRZCerNjqfAT4DXgofh5QCAuy1xa24y5GKi)</center>

During this contribution, I finished translating the commits belonging to the version 7.4.0, 7.3.0, and I started with the version 7.2.1

Examples:

*Version 7.4.0*

English:

[f1cc0a4d26](https://github.com/nodejs/node/commit/f1cc0a4d26) - test: add regex check in test-buffer-bad-overload (Sam Shull) [#10038](https://github.com/nodejs/node/pull/10038)

Spanish:

[f1cc0a4d26](https://github.com/nodejs/node/commit/f1cc0a4d26) - test: añadir verificación de expresión regular en test-buffer-bad-overload (Sam Shull) [#10038](https://github.com/nodejs/node/pull/10038)

First of all, what is a regular expression?

A regular expression (RegEx) defines a search pattern for strings. 

We can use it to check if a string contains or matches the pattern. For example, we can use it to check if a password meets certain conditions or to verify that an email address is a valid address.

<center>![email.gif](https://cdn.steemitimages.com/DQmNVmmZQaxEQm3SLdmdj6VhunXfhvCm1hdgEbcv6FwgK23/email.gif)</center>

In this commit, it is requested to add a regular expression since creating a buffer from a number should generate an error with a message describing the problem.

___

*Version 7.3.0:*

English:

[6963e8aa9d](https://github.com/nodejs/node/commit/6963e8aa9d) - (SEMVER-MINOR) crypto: allow adding extra certs to well-known CAs (Sam Roberts) [#9139](https://github.com/nodejs/node/pull/9139)

Spanish:

[6963e8aa9d](https://github.com/nodejs/node/commit/6963e8aa9d) - (SEMVER-MINOR) permitir la adición de certificados extra a las CAs conocidas (Sam Roberts) [#9139](https://github.com/nodejs/node/pull/9139)

A certificate is an electronic document that identifies a person, a server, a company or another entity; it also associates that identity with a public key. Like a passport or other commonly used personal identification, a certificate provides a generally recognized proof of the identity of someone or something.

<center>![drivr.gif](https://cdn.steemitimages.com/DQmQe1njFQPXm9FPYZYyu9X6Vh5R7jnujJYjKdTtfDVeM8j/drivr.gif)</center>

<center>Trust me, I have a certificate!</center>

Certification Authorities (CAs), validate identities and issue certificates. A certificate issued by a CA is binded to a public key with the name of the entity that identifies the certificate, such as the name of an employee or a server, these help to avoid the use of false public keys for impersonation, and most important, is that a certificate always includes the digital signature of the issuing CA. The digital signature of the CA allows the certificate to function as a "letter of introduction" for users who know and trust the CA but do not know the entity identified by the certificate.

In the case of this commit, it happens that in closed environments, self-signed or private certificates are rejected by Node.js because their root CAs are not well known. That is why it is requested to extend the set of known CAs through the environment, so that they can be established as a matter of policy.
___

*Version 7.2.1:*

English:

[03b1c314cd](https://github.com/nodejs/node/commit/03b1c314cd) - deps: cherry-pick 08377af from v8 upstream (Franziska Hinkelmann) [#9730](https://github.com/nodejs/node/pull/9730)

Spanish:

[03b1c314cd](https://github.com/nodejs/node/commit/03b1c314cd) - deps: hacer cherry-pick a 08377af desde upstream de v8 (Franziska Hinkelmann) [#9730](https://github.com/nodejs/node/pull/9730)

Cherry-picking means to choose a commit from one branch and apply it onto another.

So just as its definition outside the scope of programming indicates, cherry-picking is the action or practice of choosing and taking only the most beneficial or profitable items, of what is available.

<center>![jnj.gif](https://cdn.steemitimages.com/DQmTCDcVU4srpFAJkxWFoNzbLXmnXaHGsqwFBZdtpgmHQyP/jnj.gif)</center>

### Languages

This contribution was translated from English to Spanish.

### Word Count

From this contribution, a more accurate count of the number of words translated will be made, so that the number of words reflected in the title doesn't include words that didn't require a translation.

- In this contribution, I've translated **1010** words.
- I've translated a total of **61941** words so far*

*Considering non-translatable content (proper names, functions, codes, etc.)

### Previous translations on this project

- [ChangeLog_V7.md](https://crowdin.com/translate/nodejs/222/en-es)

From [ Part 41](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1200-words-part-41) to [Part 48](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1136-words-part-48)

- [ChangeLog_V8.md](https://crowdin.com/translate/nodejs/223/en-es)

From [Part 14](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1221-words-part-14) to [Part 40](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1479-words-part-40)

- [Using-Internal-Errors.md](https://crowdin.com/translate/nodejs/234/en-es) and [Building-Node-with-Ninja.md](https://crowdin.com/translate/nodejs/226/en-es)

Part [13](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1015-words-part-13)

- [Maintaining-V8.md](https://crowdin.com/translate/nodejs/230/en-es)

Parts [11](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1184-words-part-11) and [12](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1212-words-part-12).

- [Pull-requests-md](https://crowdin.com/translate/nodejs/229/en-es)

From [Part 7](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1046-words-part-7) to [Part 10](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1022-words-part-10)

- [TLS.md](https://crowdin.com/translate/nodejs/206/en-es)

From [Part 1](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1005-words-part-1) to [Part 6](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1035-words-part-6)

## Proof of Authorship

![image.png](https://ipfs.busy.org/ipfs/QmXhwLsoJ2HsURXadaXSvHpXt6E7TinTB7d8PG68KWpBjJ)

This counter includes non-translatable words, so it is necessary to work on more content to extract an average of 1000 translatable words.

You can check [My Crowdin Profile](https://crowdin.com/profile/cremisi) for verify my contribution in this project.

All GIF images have been extracted from [Giphy.](https://giphy.com)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 24 others
properties (23)
authorcremisi
permlinknode-js-translation-to-spanish-1010-words-part-49
categoryutopian-io
json_metadata{"community":"busy","app":"steemit/0.1","format":"markdown","tags":["utopian-io","translations","node-js","davinci"],"links":["https://github.com/nodejs/i18n","https://github.com/nodejs/node/commit/f1cc0a4d26","https://github.com/nodejs/node/pull/10038","https://github.com/nodejs/node/commit/6963e8aa9d","https://github.com/nodejs/node/pull/9139","https://github.com/nodejs/node/commit/03b1c314cd","https://github.com/nodejs/node/pull/9730","https://crowdin.com/translate/nodejs/222/en-es","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1200-words-part-41","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1136-words-part-48","https://crowdin.com/translate/nodejs/223/en-es","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1221-words-part-14","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1479-words-part-40","https://crowdin.com/translate/nodejs/234/en-es","https://crowdin.com/translate/nodejs/226/en-es","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1015-words-part-13","https://crowdin.com/translate/nodejs/230/en-es","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1184-words-part-11","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1212-words-part-12","https://crowdin.com/translate/nodejs/229/en-es","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1046-words-part-7","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1022-words-part-10","https://crowdin.com/translate/nodejs/206/en-es","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1005-words-part-1","https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1035-words-part-6","https://crowdin.com/profile/cremisi","https://giphy.com"],"image":["https://cdn.steemitimages.com/DQmbrioY3P2uEDwSfLZciQeL2GUMxPiujLjB3uWQbc4DNv4/image.png","https://ipfs.busy.org/ipfs/QmfBvikGy9KdotjPzCFDZQpreDd8FPcFCQawSnhJMj8RvP","https://ipfs.busy.org/ipfs/QmRRrwUK61ckRZCerNjqfAT4DXgofh5QCAuy1xa24y5GKi","https://cdn.steemitimages.com/DQmNVmmZQaxEQm3SLdmdj6VhunXfhvCm1hdgEbcv6FwgK23/email.gif","https://cdn.steemitimages.com/DQmQe1njFQPXm9FPYZYyu9X6Vh5R7jnujJYjKdTtfDVeM8j/drivr.gif","https://cdn.steemitimages.com/DQmTCDcVU4srpFAJkxWFoNzbLXmnXaHGsqwFBZdtpgmHQyP/jnj.gif","https://ipfs.busy.org/ipfs/QmXhwLsoJ2HsURXadaXSvHpXt6E7TinTB7d8PG68KWpBjJ"]}
created2019-01-24 03:55:00
last_update2019-06-06 04:05:03
depth0
children4
last_payout2019-01-31 03:55:00
cashout_time1969-12-31 23:59:59
total_payout_value0.736 HBD
curator_payout_value0.190 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,339
author_reputation44,905,371,389,767
root_title"Node.js Translation to Spanish - (1010 words) (Part 49)"
beneficiaries
0.
accountdavinci.pay
weight1,000
1.
accountutopian.pay
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,848,716
net_rshares2,328,632,249,899
author_curate_reward""
vote details (88)
@marugy99 ·
$10.81
Hi @cremisi,

Thank you for submitting your contribution!

- Node.js is a very interesting project that contains many code values and terms related to computer science. Its difficulty relies on the fact that we must pay a lot of attention to the code in order to deliver the most accurate translation possible.

- Your presentation post is informative, provides useful and relevant information, as well as your personal feedback. The visual presentation of the post is also very good and fun to read.

- You shared clear and precise concepts you learned while working on this contribution in a very dynamic way.

- Your wording and spelling are correct and appropriate for the Spanish language and for the project.

Keep up the good work! :)

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/12/2-3-1-2-2-6-).

---- 
Chat with us on [Discord](https://discord.gg/vMGmDSm)
👍  , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authormarugy99
permlinkre-cremisi-node-js-translation-to-spanish-1010-words-part-49-20190127t020348568z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["cremisi"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/12/2-3-1-2-2-6-","https://discord.gg/vMGmDSm"],"app":"steemit/0.1"}
created2019-01-27 02:03:48
last_update2019-01-27 02:03:48
depth1
children1
last_payout2019-02-03 02:03:48
cashout_time1969-12-31 23:59:59
total_payout_value8.202 HBD
curator_payout_value2.608 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,129
author_reputation60,669,599,737,674
root_title"Node.js Translation to Spanish - (1010 words) (Part 49)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,992,941
net_rshares21,959,808,167,127
author_curate_reward""
vote details (25)
@utopian-io ·
Thank you for your review, @marugy99! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-cremisi-node-js-translation-to-spanish-1010-words-part-49-20190127t020348568z-20190129t120700z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-01-29 12:07:03
last_update2019-01-29 12:07:03
depth2
children0
last_payout2019-02-05 12:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation152,955,367,999,756
root_title"Node.js Translation to Spanish - (1010 words) (Part 49)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,104,300
net_rshares0
@steem-ua ·
#### Hi @cremisi!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
👍  
properties (23)
authorsteem-ua
permlinkre-node-js-translation-to-spanish-1010-words-part-49-20190127t030731z
categoryutopian-io
json_metadata"{"app": "beem/0.20.14"}"
created2019-01-27 03:07:33
last_update2019-01-27 03:07:33
depth1
children0
last_payout2019-02-03 03:07:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length286
author_reputation23,214,230,978,060
root_title"Node.js Translation to Spanish - (1010 words) (Part 49)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,994,644
net_rshares596,962,125
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @cremisi! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@cremisi/votes.png?201901241756</td><td>You made more than 900 upvotes. Your next target is to reach 1000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board](https://steemitboard.com/@cremisi)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>


To support your work, I also upvoted your post!


> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-cremisi-20190124t185132000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-01-24 18:51:30
last_update2019-01-24 18:51:30
depth1
children0
last_payout2019-01-31 18:51:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length792
author_reputation38,975,615,169,260
root_title"Node.js Translation to Spanish - (1010 words) (Part 49)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,883,735
net_rshares0