[Translation][Spanish] Node.js (1023 words) (Part 32) by elpoliglota

View this thread on steempeak.com
· @elpoliglota · (edited)
$1.23
[Translation][Spanish] Node.js (1023 words) (Part 32)
<center>![Nodo 2.png](https://ipfs.busy.org/ipfs/QmUS7Aaenk3mGSJmwUMfxtXM6f1iCAfrNB3zsGVzG78N5M)
</center>

[Source](https://pixabay.com/es/nodo-js-logo-nodejs-javascript-736399/)

[**Node.js's Github Repository**](https://github.com/nodejs/i18n)

# Project Details
![Nodo 75.png](https://ipfs.busy.org/ipfs/QmTo7GtQ6zKuovAbKX6EdwLANQiSbAKXaZmxNTZMpAmFwc)

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

> Node.js brings event-driven programming to web servers, enabling development of fast web servers in JavaScript. Developers can create highly scalable servers without using threading, by using a simplified model of event-driven programming that uses callbacks to signal the completion of a task. Node.js connects the ease of a scripting language (JavaScript) with the power of Unix network programming.

In easier to understand words: Node-js is a free platform whose goal is to provide its users the possibility to create lightweight and cost efficient web servers, how does Node.js do this?

Node.js handles web server connections in a way so they don´t take up as much space in a server, and thus, the owner of a project would not need to invest as much money in multiple servers#  to store so much information in Gigabytes.

Being an Open Source Project, Node.js possesses immense value for providing so much while at the same time being totally free.

# Contribution Specifications
484,737 words have been translated so far in the Spanish folder of Node.js, which amounts to a total of 46% done in regards to the completion of the translation of this big project.

# Translation Overview
In this contribution I continued translating the second *fs.md* subfolder of Node.js.

**"FS"** stands for **"file system"**, which refers to the management process of where data will be stored within a storage disk; such data is usually stored in a hard disk drive.

Some of the other operations managed by file systems are: storage management, file naming, directories/folders, metadata, access rules and privileges.

A lot of the translated strings in this contribution show the default values of certain code strings:

> ENGLISH (1): <0>len</0> {integer} default = <0>0</0>

> SPANISH (1): <0>len</0> {integer} por defecto es = <0>0</0>

> ENGLISH (2): <0>flag</0> {string} default = <0>'r'</0>

> SPANISH (2): <0>flag</0> {string} por defecto es = <0>'r'</0>

> ENGLISH (3): <0>encoding</0> {string|null} default = <0>null</0>

> SPANISH (3): <0>encoding</0> {string|null} por defecto es = <0>null</0>

I also translated a couple of strings that had to do with the functions of the <0>options</0> code string:

> ENGLISH (1): <0>options</0> is an object or string with the following defaults:

> SPANISH (1): <0>options</0> es un objeto o string con los siguientes valores predeterminados:

> ENGLISH (2): <0>options</0> can include <0>start</0> and <0>end</0> values to read a range of bytes from the file instead of the entire file.

> SPANISH (2): <0>options</0> puede incluir valores de <0>start</0> y <0>end</0> para leer un rango de bytes desde el archivo, en lugar de todo el archivo.

> ENGLISH (3): <0>options</0> may also include a <0>start</0> option to allow writing data at some position past the beginning of the file.

> SPANISH (3): <0>options</0> también puede incluir una opción de <0>start</0> para permitir la escritura de datos en una posición más allá del inicio del archivo.

In this contribution, the new concept I learned about while working on this subfolder was **file descriptor**:

*File descriptors* are generally used in POSIX operating systems.

*File descriptors* are integers that can be defined as the keys to a data structure that resides within a kernel, which contains details about all of the open files. They are also used to access a file or other input/output resource, such as a pipe or network socket.

In Unix systems, *file descriptors* can refer to archives, directories, block devices or character devices, sockets or FIFOs.


[References for this concept:](https://en.wikipedia.org/wiki/File_descriptor)

----------

**Words translated on my previous contribution, on fs.md**
![Nodo 74.png](https://ipfs.busy.org/ipfs/QmbRpnnBhWmvXysoQrNwKUEvQic4GpXGiFJu8jodBEJYRY)

**Total of words translated on this contribution, on fs.md**
![Nodo 76.png](https://cdn.steemitimages.com/DQmczcCfS7ST4F2LRyfLnmfcuiZ5YXk8v6t2n3Ac8sTvrus/Nodo%2076.png)


Here's the [link](https://crowdin.com/translate/nodejs/42/en-es) to the *fs.md* subfolder:

# Languages
The project's source language is English and it is being translated into Spanish.

Also, Node.js is currently being translated into other 32 languages. I´m contributing to making this project accessible to the Spanish speaking community online.

Besides collaborating as a translator for Open Source Projects on Crowdin I also work as a Freelance Translator for a law firm in the US, I've been working for that company for one year, translating sworn statements and legal documents from English to Spanish and viceversa.

Open Source Projects I've worked on and contributed to as a translator:

[1 . Verdaccio](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-verdaccio-1000-words)

[2 . OroCRM](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-orocrm-1141-words-part-8)

[3 . BiglyBT](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-biglybt-631-words-part-5)

[4 . The Curious Expedition](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-the-curious-expedition-1003-words)

5 . Node.js

# Word Count
[Part 1: 1016](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1016-words-part-1); [Part 2: 1026](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1026-words-part-2); [Part 3: 1035](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1035-words-part-3); [Part 4: 1092](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1092-words-part-4); [Part 5: 1050](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1050-words-part-5); [Part 6: 1147](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1147-words-part-6); [Part 7: 1133](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1133-words-part-7); [Part 8: 1049](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1049-words-part-8); [Part 9: 1090](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1090-words-part-9); [Part 10: 1093](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1093-words-part-10); [Part 11: 1024](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1024-words-part-11); [Part 12: 1102](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1102-words-part-12); [Part 13: 1085](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1085-words-part-13); [Part 14: 1049](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1049-words-part-14); [Part 15: 1035](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1035-words-part-15); [Part 16: 1059](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1059-words-part-16); [Part 17: 1041](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1041-words-part-17); [Part 18: 1114](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1051-words-part-18); [Part 19: 1114](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1114-words-part-19); [Part 20: 1033](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1033-words-part-20); [Part 21: 1030](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1030-words-part-21); [Part 22: 1059](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1059-words-part-22) [Part 23: 1047](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1047-words-part-23); [Part 24: 1070.](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1070-words-part-24); [Part 25: 1151](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1151-words-part-25), [Part 26: 1039](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1039-words-part-26), [Part 27: 1025](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1025-words-part-27), [Part 28: 1035](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1035-words-part-28), [Part 29:  1063](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1063-words-part-29), [Part 30: 1037](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1037-words-part-30), [Part 31: 1047](https://steemit.com/utopian-io/@elpoliglota/translation-spanish-node-js-1047-words-part-31), Part 32: 1023.

Total of words translated so far: 33950

# Proof of Authorship
[Node.js on Crowdin:](https://crowdin.com/project/nodejs)

[Node.js's Translation Report:](https://crowdin.com/project/nodejs/reports)

[Activity on Node.js:](https://crowdin.com/project/nodejs/activity_stream)

[My Crowdin Profile:](https://crowdin.com/profile/josedpg11)

This translation contribution was submitted via Crowdin on January 9th.

For further Proof of Authorship in regards to this contribution you can see my activity on Crowdin [here](https://crowdin.com/profile/josedpg11/activity)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 45 others
properties (23)
post_id68,865,669
authorelpoliglota
permlinktranslation-spanish-node-js-1023-words-part-32
categoryutopian-io
json_metadata{"tags":["utopian-io","translations","contribution","node-js"],"image":["https:\/\/ipfs.busy.org\/ipfs\/QmUS7Aaenk3mGSJmwUMfxtXM6f1iCAfrNB3zsGVzG78N5M"],"app":"steemit\/0.1","links":["https:\/\/pixabay.com\/es\/nodo-js-logo-nodejs-javascript-736399\/","https:\/\/github.com\/nodejs\/i18n","https:\/\/en.wikipedia.org\/wiki\/File_descriptor","https:\/\/crowdin.com\/translate\/nodejs\/42\/en-es","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-verdaccio-1000-words","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-orocrm-1141-words-part-8","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-biglybt-631-words-part-5","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-the-curious-expedition-1003-words","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1016-words-part-1","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1026-words-part-2","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1035-words-part-3","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1092-words-part-4","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1050-words-part-5","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1147-words-part-6","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1133-words-part-7","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1049-words-part-8","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1090-words-part-9","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1093-words-part-10","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1024-words-part-11","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1102-words-part-12","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1085-words-part-13","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1049-words-part-14","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1035-words-part-15","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1059-words-part-16","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1041-words-part-17","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1051-words-part-18","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1114-words-part-19","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1033-words-part-20","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1030-words-part-21","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1059-words-part-22","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1047-words-part-23","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1070-words-part-24","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1151-words-part-25","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1039-words-part-26","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1025-words-part-27","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1035-words-part-28","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1063-words-part-29","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1037-words-part-30","https:\/\/steemit.com\/utopian-io\/@elpoliglota\/translation-spanish-node-js-1047-words-part-31","https:\/\/crowdin.com\/project\/nodejs","https:\/\/crowdin.com\/project\/nodejs\/reports","https:\/\/crowdin.com\/project\/nodejs\/activity_stream","https:\/\/crowdin.com\/profile\/josedpg11","https:\/\/crowdin.com\/profile\/josedpg11\/activity"],"community":"busy","format":"markdown"}
created2019-01-16 03:40:36
last_update2019-01-16 04:15:33
depth0
children3
net_rshares2,553,032,271,223
last_payout2019-01-23 03:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.970 SBD
curator_payout_value0.257 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9,578
author_reputation37,153,522,909,717
root_title"[Translation][Spanish] Node.js (1023 words) (Part 32)"
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 (109)
@marugy99 ·
$11.79
Hi @elpoliglota,

Thank you for submitting your contribution!

- This 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 follows all the general guidelines, it is very well written and formatted, includes all the basic details, as well as useful examples. _Remember, you can always add further information that explains the purpose of the text you translated._

- You delivered an accurate translation. You used the correct vocabulary and you were careful with code values that should not be translated in order to make sure the text keeps its true meaning.

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-2-3-2-6-).

---- 
Chat with us on [Discord](https://discord.gg/vMGmDSm)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id68,903,200
authormarugy99
permlinkre-elpoliglota-translation-spanish-node-js-1023-words-part-32-20190117t015416720z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["elpoliglota"],"links":["https:\/\/join.utopian.io\/guidelines","https:\/\/review.utopian.io\/result\/12\/2-3-2-3-2-6-","https:\/\/discord.gg\/vMGmDSm"],"app":"steemit\/0.1"}
created2019-01-17 01:54:15
last_update2019-01-17 01:54:15
depth1
children1
net_rshares19,364,793,523,350
last_payout2019-01-24 01:54:15
cashout_time1969-12-31 23:59:59
total_payout_value8.932 SBD
curator_payout_value2.862 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,186
author_reputation60,720,219,569,098
root_title"[Translation][Spanish] Node.js (1023 words) (Part 32)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (30)
@utopian-io ·
Thank you for your review, @marugy99! Keep up the good work!
properties (22)
post_id69,010,987
authorutopian-io
permlinkre-re-elpoliglota-translation-spanish-node-js-1023-words-part-32-20190117t015416720z-20190119t045303z
categoryutopian-io
json_metadata{"app":"beem\/0.20.17"}
created2019-01-19 04:53:06
last_update2019-01-19 04:53:06
depth2
children0
net_rshares0
last_payout2019-01-26 04:53:06
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_length60
author_reputation152,913,012,544,965
root_title"[Translation][Spanish] Node.js (1023 words) (Part 32)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steem-ua ·
#### Hi @elpoliglota!

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_id68,903,774
authorsteem-ua
permlinkre-translation-spanish-node-js-1023-words-part-32-20190117t021124z
categoryutopian-io
json_metadata{"app":"beem\/0.20.14"}
created2019-01-17 02:11:24
last_update2019-01-17 02:11:24
depth1
children0
net_rshares0
last_payout2019-01-24 02:11:24
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_length290
author_reputation23,203,609,903,979
root_title"[Translation][Spanish] Node.js (1023 words) (Part 32)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000