Skip to content

Commit ae9b50c

Browse files
github-merge-queuegithub-actions[bot]
authored andcommitted
chore: automated format of translated files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eea124d commit ae9b50c

File tree

71 files changed

+728
-532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+728
-532
lines changed

apps/site/pages/es/about/branding.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ Por favor revise la [política de la marca comercial](https://trademark-policy.o
1111

1212
Créditos a [Angela Angelini](https://www.linkedin.com/in/angeliningl/) por diseñar y contribuir con la Tortuga Cohete.
1313

14-
<img alt="Mascota de Node.js" src="/static/images/node-mascot.svg" className="w-[100px]" width="100" height="114" />
14+
<img
15+
alt="Mascota de Node.js"
16+
src="/static/images/node-mascot.svg"
17+
className="w-[100px]"
18+
width="100"
19+
height="114"
20+
/>
1521

1622
## Logo de Node.js®
1723

@@ -27,6 +33,7 @@ Créditos a [Angela Angelini](https://www.linkedin.com/in/angeliningl/) por dise
2733
<td>
2834
<img alt="Logo Horizontal Claro de Node.js" src="/static/logos/nodejsLight.svg" className="h-[80px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent" width="267" height="80" />
2935
</td>
36+
3037
</tr>
3138
</tbody>
3239
</table>
@@ -43,6 +50,7 @@ Créditos a [Angela Angelini](https://www.linkedin.com/in/angeliningl/) por dise
4350
<td>
4451
<img alt="Logo Apilado Claro de Node.js" src="/static/logos/nodejsStackedLight.svg" className="h-[164px] w-[267px] rounded bg-neutral-950 p-2 dark:bg-transparent" width="267" height="164" />
4552
</td>
53+
4654
</tr>
4755

4856
<tr>
@@ -53,6 +61,7 @@ Créditos a [Angela Angelini](https://www.linkedin.com/in/angeliningl/) por dise
5361
<td>
5462
<img alt="Logo Apilado Blanco de Node.js" src="/static/logos/nodejsStackedWhite.svg" className="rounded bg-neutral-950 p-2 dark:bg-transparent" />
5563
</td>
64+
5665
</tr>
5766
</tbody>
5867
</table>
@@ -69,6 +78,7 @@ Créditos a [Angela Angelini](https://www.linkedin.com/in/angeliningl/) por dise
6978
<td>
7079
<img alt="Iconos Blanco de JS" src="/static/logos/jsIconWhite.svg" className="height-[80px] mx-auto w-[71px] rounded bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
7180
</td>
81+
7282
</tr>
7383
</tbody>
7484
</table>

apps/site/pages/es/about/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ const hostname = '127.0.0.1';
1414
const port = 3000;
1515

1616
const server = createServer((req, res) => {
17-
res.statusCode = 200;
18-
res.setHeader('Content-Type', 'text/plain');
19-
res.end('Hello World');
17+
res.statusCode = 200;
18+
res.setHeader('Content-Type', 'text/plain');
19+
res.end('Hello World');
2020
});
2121

2222
server.listen(port, hostname, () => {
23-
console.log(`Server running at http://${hostname}:${port}/`);
23+
console.log(`Server running at http://${hostname}:${port}/`);
2424
});
2525
```
2626

@@ -31,13 +31,13 @@ const hostname = '127.0.0.1';
3131
const port = 3000;
3232

3333
const server = createServer((req, res) => {
34-
res.statusCode = 200;
35-
res.setHeader('Content-Type', 'text/plain');
36-
res.end('Hello World');
34+
res.statusCode = 200;
35+
res.setHeader('Content-Type', 'text/plain');
36+
res.end('Hello World');
3737
});
3838

3939
server.listen(port, hostname, () => {
40-
console.log(`Server running at http://${hostname}:${port}/`);
40+
console.log(`Server running at http://${hostname}:${port}/`);
4141
});
4242
```
4343

apps/site/pages/es/about/security-reporting.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,15 @@ Si tienes sugerencias sobre cómo podría mejorarse este proceso, por favor, env
5353

5454
## Mejores Prácticas de la OpenSSF
5555

56-
<a href="https://bestpractices.coreinfrastructure.org/projects/29" style={{ display: 'inline-flex' }}>
57-
<img alt="Insignia OpenSSF" src="https://bestpractices.coreinfrastructure.org/projects/29/badge" style={{ display: 'inline' }} />
56+
<a
57+
href="https://bestpractices.coreinfrastructure.org/projects/29"
58+
style={{ display: 'inline-flex' }}
59+
>
60+
<img
61+
alt="Insignia OpenSSF"
62+
src="https://bestpractices.coreinfrastructure.org/projects/29/badge"
63+
style={{ display: 'inline' }}
64+
/>
5865
</a>
5966

6067
La [Insignia de Buenas Prácticas](https://github.com/coreinfrastructure/best-practices-badge) de la Fundación de Seguridad del Software Abierto (OpenSSF) es una manera en que los proyectos de Software Libre y de Código Abierto (FLOSS) pueden mostrar que siguen las mejores prácticas. Los proyectos pueden auto-certificarse voluntariamente sobre cómo siguen cada buena práctica. Los consumidores de la insignia pueden evaluar rápidamente qué proyectos FLOSS siguen las mejores prácticas y, como resultado, tienen más probabilidades de producir software seguro de alta calidad.

apps/site/pages/es/download/package-manager/current.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Lee el <Release.BlogPostLink>artículo del blog</Release.BlogPostLink> para esta
2020
Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Release.VerifyingBinariesLink>
2121

2222
Comprueba otros <LinkWithArrow href="/download/package-manager/all">gestores de paquetes</LinkWithArrow> soportados por la comunidad
23+
2324
</section>

apps/site/pages/es/download/package-manager/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Lee el <Release.BlogPostLink>artículo del blog</Release.BlogPostLink> para esta
2020
Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Release.VerifyingBinariesLink>
2121

2222
Comprueba otros <LinkWithArrow href="/download/package-manager/all">gestores de paquetes</LinkWithArrow> soportados por la comunidad
23+
2324
</section>

apps/site/pages/es/download/prebuilt-binaries/current.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Lee el <Release.BlogPostLink>artículo del blog</Release.BlogPostLink> para esta
2020
Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Release.VerifyingBinariesLink>
2121

2222
Comprueba los binarios pre construidos de <LinkWithArrow href="https://nodejs.org/download/nightly/">Nightly</LinkWithArrow> o las <LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">Construcciones no oficiales</LinkWithArrow> para otras plataformas
23+
2324
</section>

apps/site/pages/es/download/prebuilt-binaries/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Lee el <Release.BlogPostLink>artículo del blog</Release.BlogPostLink> para esta
2020
Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Release.VerifyingBinariesLink>.
2121

2222
Échale un vistazo a los binarios precompilados <LinkWithArrow href="https://nodejs.org/download/nightly/">Nightly</LinkWithArrow>, todos los binarios precompilados de los <LinkWithArrow href="https://nodejs.org/download/release/">Lanzamiento</LinkWithArrow>, o las <LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">versiones no oficiales</LinkWithArrow> para otras plataformas.
23+
2324
</section>

apps/site/pages/es/download/prebuilt-installer/current.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Relea
2222
Vea todas las <LinkWithArrow href="https://nodejs.org/dist/">opciones de descarga</LinkWithArrow> de Node.js disponibles
2323

2424
Aprende sobre <LinkWithArrow href="about/previous-releases">Versiones de Node.js</LinkWithArrow>
25+
2526
</section>

apps/site/pages/es/download/prebuilt-installer/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Relea
2222
Vea todas las <LinkWithArrow href="https://nodejs.org/dist/">opciones de descarga</LinkWithArrow> de Node.js disponibles
2323

2424
Aprende sobre <LinkWithArrow href="/about/previous-releases">Versiones de Node.js</LinkWithArrow>
25+
2526
</section>

apps/site/pages/es/download/source-code/current.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Lee el <Release.BlogPostLink>artículo del blog</Release.BlogPostLink> para esta
2020
Aprende a cómo <Release.VerifyingBinariesLink>verificar la firma SHASUMS</Release.VerifyingBinariesLink>
2121

2222
Consulta cómo <LinkWithArrow href="https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms">construir Node.js</LinkWithArrow> desde el código fuente.
23+
2324
</section>

0 commit comments

Comments
 (0)