Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW] by robertbira

View this thread on steempeak.com
· @robertbira ·
$57.83
Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]
<center>![logo.png](https://ipfs.busy.org/ipfs/QmNidPsu6V6HbNdbfXKFwQr8FLGETGha1BgKJmbReuYKXP)
</center><center><h6>*Image created by @pab.ink*</h6></center>

*This post is published in relation to the **@utopian-io** & **@davinci.polyglot** translation project, by a selected Translator for the Italian language*

# Repository
- **[Github](https://github.com/nodejs/i18n)**
- **[Crowdin](https://crowdin.com/project/nodejs)**

# Introduction
Hello everyone!
Welcome to my 38th translation report for the Node.js project!
Today I finished the cli.md file even if going forward it became a rather complex technical file in fact it took me longer than expected.
Keep reading to check out more about this new translation report!
Enjoy!

# Project Details
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It uses a non-blocking event-driven I/O model, which makes it a lightweight and efficient framework. I believe in open source projects and I think it's essential to work on this great project because the package ecosystem of Node.js, called npm, is the largest ecosystem of open source libraries in the world.
Given its importance, its translation into many languages is almost due.
I'll use my skills to make an high quality translation and maybe to learn something more about Node.js world.

# Contribution Specifications

### Translation Overview
This is my 38th translation for the Node.js project.
Today I finished the translation of the cli.md file and it was quite difficult and challenging this time.
More technical words and sentences, a lot of time used for research and for the most appropriate sentences formulation.
Perfect high quality final result: 1216 total words and 1001 clean words.
In this 38th part I translated about the other command line options and, after half of the file, about the Environment Variables options.

### Words left in English
This is a **[list](https://docs.google.com/spreadsheets/d/1u1D9Tdruv2QE12GlWPLFLMKvIZ8pead3XWDoa7_WbIY/edit?usp=sharing)** of words I considered to left in English in order to give a more understandable translation.
My choice is based both on the project owners guidelines and on the web research carried out by myself.

### Difficult words/sentences to translate in Italian
In this report finally I met something more difficult than usual that I think I managed well anyway:
- **Sentence #1**
> Use bundled Mozilla CA store as supplied by current Node.js version or use OpenSSL's default CA store.

**[Source](https://crowdin.com/translate/nodejs/170/en-it#66518)**

- **Sentence #2**
> The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store that is fixed at release time.

**[Source](https://crowdin.com/translate/nodejs/170/en-it#66520)**

- **Sentence #3**
> Asynchronous system APIs are used by Node.js whenever possible, but where they
do not exist, libuv's threadpool is used to create asynchronous node APIs based
on synchronous system APIs.

**[Source](https://crowdin.com/translate/nodejs/170/en-it#66636)**

### What did I learn new?
- **Stack Trace** - What is a Stack Trace and how it works in cli.md: it is a report of the active stack frames at a certain point in time during the execution of a program. When a program is run, memory is often dynamically allocated in two places; the stack and the heap. Memory is contiguously allocated on a stack but not on a heap, thus reflective of their names.
**[Source](https://en.wikipedia.org/wiki/Stack_trace)**
- **Heap** - What is an Heap and how it works with the stack trace: it is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the value) of P is either greater than or equal to (in a max heap) or less than or equal to (in a min heap) the key of C. The node at the "top" of the heap (with no parents) is called the root node.
**[Source](https://en.wikipedia.org/wiki/Heap_(data_structure))**
- **Thread Pool** - What is a Thread Pool and how it works in cli.md: it is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program. By maintaining a pool of threads, the model increases performance and avoids latency in execution due to frequent creation and destruction of threads for short-lived tasks. The number of available threads is tuned to the computing resources available to the program, such as parallel processors, cores, memory, and network sockets.
**[Source](https://en.wikipedia.org/wiki/Thread_pool)**
- **CAs** - What are the CAs (Certificate Authority) and how they works with Mozilla, OpenSSL and root: a certificate authority is an entity that issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate. This allows others (relying parties) to rely upon signatures or on assertions made about the private key that corresponds to the certified public key.
One particularly common use for certificate authorities is to sign certificates used in HTTPS, the secure browsing protocol for the World Wide Web.
**[Source](https://en.wikipedia.org/wiki/Certificate_authority)**

### Suggestions/Revisions for Project Owners (Pull Requests etc.)
None in this report.

### Languages
- **Source Language:** English
- **Target Language:** Italian
- **Experience:** You can check my experiences into my **[translator application](https://steemit.com/davinci-application/@robertbira/italian-job-application-for-davinci-and-utopian-lm-and-translator-role)**

### Word Count
- **Total Words:** 1216
- **Clean Words:** 1001

# Proof of Authorship
- **[Crowdin Profile Activity](https://crowdin.com/profile/birarobert003/activity)**
- **[Crowdin Project Activity](https://crowdin.com/project/nodejs/activity_stream)**
- **[Proof of Clean Words](https://pastebin.com/JTTQ2ijd)**

# Feedback & Conclusion
Very complicated file but it contains the main essential command line options that can be used.
What do you think about it? Did you know what I learned today? 
Let me know, leave a comment below!
Thank you very much for your time and see you in the next post!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 143 others
properties (23)
post_id63,234,529
authorrobertbira
permlinkitalian-translation-report-node-js-part-38-1216tw-1001cw
categoryutopian-io
json_metadata{"community":"busy","app":"busy\/2.4.0","links":["\/@pab.ink","\/@utopian-io","\/@davinci.polyglot","https:\/\/github.com\/nodejs\/i18n","https:\/\/crowdin.com\/project\/nodejs","https:\/\/docs.google.com\/spreadsheets\/d\/1u1D9Tdruv2QE12GlWPLFLMKvIZ8pead3XWDoa7_WbIY\/edit?usp=sharing","https:\/\/crowdin.com\/translate\/nodejs\/170\/en-it#66518","https:\/\/crowdin.com\/translate\/nodejs\/170\/en-it#66520","https:\/\/crowdin.com\/translate\/nodejs\/170\/en-it#66636","https:\/\/en.wikipedia.org\/wiki\/Stack_trace"],"format":"markdown","tags":["utopian-io","translations","davinci-polyglot","italian","nodejs"],"image":["https:\/\/ipfs.busy.org\/ipfs\/QmNidPsu6V6HbNdbfXKFwQr8FLGETGha1BgKJmbReuYKXP"],"users":["pab.ink","utopian-io","davinci.polyglot","robertbira"]}
created2018-09-24 20:20:57
last_update2018-09-24 20:20:57
depth0
children6
net_rshares47,725,781,321,710
last_payout2018-10-01 20:20:57
cashout_time1969-12-31 23:59:59
total_payout_value42.242 SBD
curator_payout_value15.584 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length6,300
author_reputation32,944,109,878,415
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries
0.
weight1,000
accountdavinci.pay
1.
weight500
accountutopian.pay
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (207)
@shezii1 ·
cooooOOOOOooooOOoOOOOOl ✔😋
properties (22)
post_id63,234,837
authorshezii1
permlinkre-robertbira-italian-translation-report-node-js-part-38-1216tw-1001cw-20180924t202547576z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-09-24 20:25:48
last_update2018-09-24 20:25:48
depth1
children0
net_rshares0
last_payout2018-10-01 20:25:48
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_length26
author_reputation15,409,117,888
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
@imcesca ·
$8.20
Hi @robertbira.

Congratulations on another excellent contribution. I’m sorry that my prediction about the rest of this file being easy didn’t come true. But, as usual, your work was great. As always, keep it up! I’ll be waiting for your next report. 

***

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/23131).

---- 
Chat with us on [Discord](https://discord.gg/vMGmDSm)
👍  , , , , , , , , , ,
properties (23)
post_id63,277,259
authorimcesca
permlinkre-robertbira-italian-translation-report-node-js-part-38-1216tw-1001cw-20180925t082002585z
categoryutopian-io
json_metadata{"links":["https:\/\/join.utopian.io\/guidelines","https:\/\/review.utopian.io\/result\/12\/23131","https:\/\/discord.gg\/vMGmDSm"],"app":"steemit\/0.1","users":["robertbira"],"tags":["utopian-io"]}
created2018-09-25 08:20:03
last_update2018-09-25 08:20:03
depth1
children2
net_rshares5,862,181,894,644
last_payout2018-10-02 08:20:03
cashout_time1969-12-31 23:59:59
total_payout_value6.192 SBD
curator_payout_value2.005 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length637
author_reputation29,663,488,391,777
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (11)
@robertbira ·
Thank you! See you later!
properties (22)
post_id63,280,031
authorrobertbira
permlinkre-imcesca-re-robertbira-italian-translation-report-node-js-part-38-1216tw-1001cw-20180925t090339332z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-09-25 09:03:39
last_update2018-09-25 09:03:39
depth2
children0
net_rshares0
last_payout2018-10-02 09:03:39
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_length25
author_reputation32,944,109,878,415
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
Thank you for your review, @imcesca!

So far this week you've reviewed 5 contributions. Keep up the good work!
properties (22)
post_id63,412,418
authorutopian-io
permlinkre-re-robertbira-italian-translation-report-node-js-part-38-1216tw-1001cw-20180925t082002585z-20180930t145040z
categoryutopian-io
json_metadata{"app":"beem\/0.20.1"}
created2018-09-30 14:50:42
last_update2018-09-30 14:50:42
depth2
children0
net_rshares0
last_payout2018-10-07 14:50:42
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_length110
author_reputation152,913,012,544,965
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steem-ua ·
#### Hi @robertbira!

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_id63,281,398
authorsteem-ua
permlinkre-italian-translation-report-node-js-part-38-1216tw-1001cw-20180925t092529z
categoryutopian-io
json_metadata{"app":"beem\/0.19.54"}
created2018-09-25 09:25:30
last_update2018-09-25 09:25:30
depth1
children0
net_rshares0
last_payout2018-10-02 09:25:30
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_length289
author_reputation23,203,609,903,979
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
Hey, @robertbira!

**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_id63,438,254
authorutopian-io
permlinkre-italian-translation-report-node-js-part-38-1216tw-1001cw-20181001t033749z
categoryutopian-io
json_metadata{"app":"beem\/0.20.1"}
created2018-10-01 03:37:51
last_update2018-10-01 03:37:51
depth1
children0
net_rshares0
last_payout2018-10-08 03:37:51
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_length592
author_reputation152,913,012,544,965
root_title"Italian Translation Report: Node.js [Part 38 - 1216TW/1001CW]"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000