[Translation][Spanish] Node.js (1016 words) (Part 1)

Nodo 2.png

Source

Node.js's Github Repository

Project Details

Nodo 3.png

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.

Contribution Specifications

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

Translation Overview

The terminology of the text translated is mostly related to computer science and programming.

Here are some of the concepts I learned while working on my first contribution for Node.js:

1 . Callback:

Nodo 4.png

A callback function, also known as a higher-order function, is a function that is passed to another function as a parameter, and the callback function is called (or executed) inside the otherFunction. A callback function is essentially a pattern (an established solution to a common problem), and therefore, the use of a callback function is also known as a callback pattern.

Taken from:

2 . Addon:

Nodo 5.png

Plug-in (computing), a piece of software which enhances another software application and usually cannot be run independently.

Taken from:

3 . Compile:

Nodo 6.png

A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language). Compilers are a type of translator that support digital devices, primarily computers.

Taken from:

4 . Array:

Nodo 7.png

In programming, a series of objects all of which are the same size and type. Each object in an array is called an array element. For example, you could have an array of integers or an array of characters or an array of anything that has a defined data type.

Taken from:

Languages

The project's source language is English and it was translated into Spanish.

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 7 months, translating sworn statements and legal documents from English to Spanish and viceversa.

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

1 . Verdaccio

2 . OroCRM

3 . BiglyBT

4 . The Curious Expedition.

5 . Node.js

Word Count

Number of words translated on this project so far:

Part 1: 1016.

Proof of Authorship

(Words translated on this contribution for Node.js)
Nodo 1.png

Links related to the translation:

Node.js on Crowdin:

Node.js's Translation Report:

My Crowdin Profile:

H2
H3
H4
3 columns
2 columns
1 column
2 Comments