Node.js Translation to Spanish - (1299 words) (Part-60) by cremisi

View this thread on steempeak.com
· @cremisi · (edited)
$20.32
Node.js Translation to Spanish - (1299 words) (Part-60)
![](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>![Captura de pantalla 20190422 a las 16.33.19.png](https://files.steempeak.com/file/steempeak/cremisi/5OWYUH1U-Captura20de20pantalla202019-04-2220a20las2016.33.19.png)</center>

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

## Translation Overview

I have finished translating the folder [Maintaining.V8.md](https://crowdin.com/translate/nodejs/78/en-es). 

As the name implies, it contains information on the maintenance of V8 and attempts to document the current processes to maintain the branches of V8 in Node.js, as well as to consider how the Node.js and V8 teams can help in Google.

##### What is V8?

<center>![Captura de pantalla 20190422 a las 16.30.11.png](https://files.steempeak.com/file/steempeak/cremisi/ek8rAhWC-Captura20de20pantalla202019-04-2220a20las2016.30.11.png)</center>

> Is an open-source JavaScript engine developed by *The Chromium Project* for Google Chrome and Chromium web browsers.

V8 compiles JavaScript directly to native machine code before executing it, instead of more traditional techniques such as interpreting bytecode or compiling the whole program to machine code and executing it from a filesystem. The compiled code is additionally optimized dynamically at runtime, based on heuristics of the code's execution profile. Optimization techniques used include inlining, elision of expensive runtime properties, and inline caching.

One of the most interesting aspects of V8 is that it has been designed with the idea of using it independently of the browser and integrating it in applications developed in C/C++. Precisely this feature is what has allowed the development of the Node.js project, which turns Javascript into a general purpose language.

Here are some examples of the work done.

In this case, it is related to important updates. It is worth mentioning that V8 is updated every time a new version of Chrome is released.

<center>English:</center>

<center>![Captura de pantalla 20190425 a las 04.12.42.png](https://files.steempeak.com/file/steempeak/cremisi/x8ss9C0p-Captura20de20pantalla202019-04-2520a20las2004.12.42.png)</center>

<center>Spanish:</center>

<center>![Captura de pantalla 20190425 a las 04.11.51.png](https://files.steempeak.com/file/steempeak/cremisi/4CbYN1J4-Captura20de20pantalla202019-04-2520a20las2004.11.51.png)</center>

In this other example, an alternative suggestion is proposed due to the complexity of the process described in the previous example:

<center>English:</center>

<center>![Captura de pantalla 20190425 a las 04.16.55.png](https://files.steempeak.com/file/steempeak/cremisi/uHZ5JnZM-Captura20de20pantalla202019-04-2520a20las2004.16.55.png)</center>

<center>Spanish:</center>

<center>![Captura de pantalla 20190425 a las 04.16.45.png](https://files.steempeak.com/file/steempeak/cremisi/sBCdSLY0-Captura20de20pantalla202019-04-2520a20las2004.16.45.png)</center>

_____

## Languages

This contribution was translated from English to Spanish.

## Word Count

The number of words reflected in the title doesn't include words that didn't require a translation.
- In this contribution, I've translated **1299** words.
- I've translated a total of **79582** words so far*

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

## Previous translations on this project

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

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

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

Parts [57](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1288-words-part-57) and [58](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1303-words-part-58)

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

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

- [Event-loop-timers-and-nexttick.md](https://crowdin.com/translate/nodejs/87/en-es)

Parts [54](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1040-words-part-54) and [55](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1135-words-part-55)

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

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

- [Building-node-with-Ninja.md](https://crowdin.com/translate/nodejs/77/en-es)

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

- [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 51](https://steemit.com/utopian-io/@cremisi/node-js-translation-to-spanish-1008-words-part-51)

- [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) (v10.x)

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

![Captura de pantalla 20190425 a las 03.49.28.png](https://files.steempeak.com/file/steempeak/cremisi/AjMcIEYd-Captura20de20pantalla202019-04-2520a20las2003.49.28.png)

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.
đź‘Ť  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 130 others
properties (23)
post_id73,905,113
authorcremisi
permlinknode-js-translation-to-spanish-1299-words-part-60
categoryutopian-io
json_metadata{"app":"steempeak\/1.9.9","format":"markdown","tags":["utopian-io","translations","davinci","node-js"],"links":["https:\/\/github.com\/nodejs\/i18n","https:\/\/crowdin.com\/translate\/nodejs\/78\/en-es","https:\/\/crowdin.com\/translate\/nodejs\/78\/en-es","\/utopian-io\/@cremisi\/node-js-translation-to-spanish-1065-words-part-59","https:\/\/crowdin.com\/translate\/nodejs\/50\/en-es","\/utopian-io\/@cremisi\/node-js-translation-to-spanish-1288-words-part-57","\/utopian-io\/@cremisi\/node-js-translation-to-spanish-1303-words-part-58","https:\/\/crowdin.com\/translate\/nodejs\/83\/en-es","\/utopian-io\/@cremisi\/node-js-translation-to-spanish-1481-words-part-56","https:\/\/crowdin.com\/translate\/nodejs\/87\/en-es"],"image":["https:\/\/cdn.steemitimages.com\/DQmbrioY3P2uEDwSfLZciQeL2GUMxPiujLjB3uWQbc4DNv4\/image.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/5OWYUH1U-Captura20de20pantalla202019-04-2220a20las2016.33.19.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/ek8rAhWC-Captura20de20pantalla202019-04-2220a20las2016.30.11.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/x8ss9C0p-Captura20de20pantalla202019-04-2520a20las2004.12.42.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/4CbYN1J4-Captura20de20pantalla202019-04-2520a20las2004.11.51.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/uHZ5JnZM-Captura20de20pantalla202019-04-2520a20las2004.16.55.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/sBCdSLY0-Captura20de20pantalla202019-04-2520a20las2004.16.45.png","https:\/\/files.steempeak.com\/file\/steempeak\/cremisi\/AjMcIEYd-Captura20de20pantalla202019-04-2520a20las2003.49.28.png"],"users":["cremisi"]}
created2019-04-29 16:38:12
last_update2019-05-25 22:16:27
depth0
children4
net_rshares46,651,204,246,206
last_payout2019-05-06 16:38:12
cashout_time1969-12-31 23:59:59
total_payout_value14.910 SBD
curator_payout_value5.412 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7,778
author_reputation44,897,506,523,231
root_title"Node.js Translation to Spanish - (1299 words) (Part-60)"
beneficiaries
0.
accountdavinci.pay
weight1,000
1.
accountutopian.pay
weight500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (194)
@alejohannes ·
$7.67
Greetings, @cremisi. Thanks for submitting your contribution!

* The presentation and contents of your post satisfy the requirements for a complete evaluation of your contribution.
* You did an excellent use of the terminology involved in this translation.
* The translated content fits coherently the general meaning and use of the addressed strings.
* You shared a few examples of your translations on the folder you worked on.
* You explained some of the contents of the translated folder. However –as we previously suggested–, please consider including a little more relevant information in your upcoming reports. 
* This was a great translation. Good job. Keep it up!

#### Congratulations on this collaboration!
#
YYour 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/1-2-2-3-2-5-).

---- 
Chat with us on [Discord](https://discord.gg/vMGmDSm)
đź‘Ť  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id74,039,500
authoralejohannes
permlinkre-cremisi-node-js-translation-to-spanish-1299-words-part-60-20190502t011706048z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["cremisi"],"links":["https:\/\/join.utopian.io\/guidelines","https:\/\/review.utopian.io\/result\/12\/1-2-2-3-2-5-","https:\/\/discord.gg\/vMGmDSm"],"app":"steemit\/0.1"}
created2019-05-02 00:49:18
last_update2019-05-02 00:49:18
depth1
children1
net_rshares16,227,033,173,759
last_payout2019-05-09 00:49:18
cashout_time1969-12-31 23:59:59
total_payout_value5.860 SBD
curator_payout_value1.812 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,107
author_reputation81,491,274,690,207
root_title"Node.js Translation to Spanish - (1299 words) (Part-60)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (35)
@utopian-io ·
Thank you for your review, @alejohannes! Keep up the good work!
properties (22)
post_id74,163,666
authorutopian-io
permlinkre-re-cremisi-node-js-translation-to-spanish-1299-words-part-60-20190502t011706048z-20190504t095706z
categoryutopian-io
json_metadata{"app":"beem\/0.20.17"}
created2019-05-04 09:57:09
last_update2019-05-04 09:57:09
depth2
children0
net_rshares0
last_payout2019-05-11 09:57:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length63
author_reputation152,913,012,544,965
root_title"Node.js Translation to Spanish - (1299 words) (Part-60)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@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 (22)
post_id74,039,742
authorsteem-ua
permlinkre-node-js-translation-to-spanish-1299-words-part-60-20190502t005532z
categoryutopian-io
json_metadata{"app":"beem\/0.20.19"}
created2019-05-02 00:55:33
last_update2019-05-02 00:55:33
depth1
children0
net_rshares0
last_payout2019-05-09 00:55:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length286
author_reputation23,203,609,903,979
root_title"Node.js Translation to Spanish - (1299 words) (Part-60)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
Hey, @cremisi!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
post_id74,126,563
authorutopian-io
permlinkre-node-js-translation-to-spanish-1299-words-part-60-20190503t163116z
categoryutopian-io
json_metadata{"app":"beem\/0.20.17"}
created2019-05-03 16:31:18
last_update2019-05-03 16:31:18
depth1
children0
net_rshares0
last_payout2019-05-10 16:31:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length589
author_reputation152,913,012,544,965
root_title"Node.js Translation to Spanish - (1299 words) (Part-60)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000