Skip to content

Commit c729629

Browse files
authored
Merge pull request tomalaforge#560 from 1fbr/docs-update-es
docs: update es and fix typos
2 parents f3db809 + 84d518f commit c729629

File tree

13 files changed

+45
-41
lines changed

13 files changed

+45
-41
lines changed

docs/src/content/docs/es/guides/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ sidebar:
55
order: 1
66
---
77

8-
Para comenzar con <b>Desafió de Angular</b>, siga estos pasos:
8+
Para comenzar con <b>Desafíos de Angular</b>, siga estos pasos:
99

10-
## Crea una cuenta de Github
10+
## Crea una cuenta de GitHub
1111

1212
Si desea enviar una solución, deberá tener su propia cuenta de GitHub. Además, tener una cuenta de GitHub siempre es beneficioso y es gratis.
1313

14-
## Crea un fork del proyecto de github
14+
## Crea un fork del proyecto de GitHub
1515

1616
Navegue al [Repositorio de Desafíos de Angular](https://github.com/tomalaforge/angular-challenges) y haga clic en el <span class="github-neutral-btn"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-forked mr-2">
1717
<path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z"></path></svg>Fork</span> button in the header. This will create a copy of this repository on your own GitHub page.
@@ -29,7 +29,7 @@ git clone https://github.com/[YOUR_GITHUB_NAME]/angular-challenges.git
2929
:::note
3030
Puede encontrar la URL de clonación haciendo clic en el botón <span class="github-success-btn"><> Code</span> en su <b>propia instancia</b> del repositorio de Desafíos de Angular.
3131

32-
![Header of github workpspace](../../../../assets/header-github.png)
32+
![Header of GitHub workspace](../../../../assets/header-github.png)
3333

3434
:::
3535

@@ -50,7 +50,7 @@ Su proyecto ahora está corriendo. El único paso restante es elegir un desafío
5050
Cada desafío consta de:
5151

5252
- <b>Nombre</b>: indicando de qué se trata el desafío.
53-
- <b>Número</b>: orden de creación. El número no tiene ningún significado en particular, pero ayuda para hacer referencia en la sección de Pull Request de Github.
53+
- <b>Número</b>: orden de creación. El número no tiene ningún significado en particular, pero ayuda para hacer referencia en la sección de Pull Request de GitHub.
5454
- <b>Badge</b>: ayuda a visualizar el grado de dificultad. Es totalmente subjetivo 😅
5555
- 🟢 fácil
5656
- 🟠 medio

docs/src/content/docs/es/guides/resolve-challenge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
En esta guía, aprenderás cómo resolver un desafío y enviar una respuesta al repositorio principal de Github.
8+
En esta guía, aprenderás cómo resolver un desafío y enviar una respuesta al repositorio principal de GitHub.
99

1010
## Introducción
1111

@@ -85,5 +85,5 @@ Todos son bienvenidos a comentar y leer otros PR.
8585
:::
8686

8787
:::tip[Campeón de OSS]
88-
🔥 Una vez que hayas completado este tutorial, estarás listo para contribuir a cualquier otro repositorio público de Github y enviar un PR. Es tan fácil como eso. 🔥
88+
🔥 Una vez que hayas completado este tutorial, estarás listo para contribuir a cualquier otro repositorio público de GitHub y enviar un PR. Es tan fácil como eso. 🔥
8989
:::

docs/src/content/docs/es/index.mdx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Bienvenido a Desafíos de Angular
3-
description: Comienza resolviendo esos desafíos y convirtiéndote en un mejor ingeniero de FrontEnd Angular.
3+
description: Comienza resolviendo esos desafíos y convirtiéndote en un mejor ingeniero FrontEnd de Angular.
44
template: splash
55
noCommentSection: true
66
hero:
@@ -12,10 +12,10 @@ hero:
1212
link: /es/guides/getting-started/
1313
icon: right-arrow
1414
variant: primary
15-
- text: Ir al Desafío mas Reciente
15+
- text: Ir al Desafío más reciente
1616
link: /es/challenges/angular/43-signal-input/
1717
icon: rocket
18-
- text: Dale una estrella
18+
- text: Dar una estrella
1919
link: https://github.com/tomalaforge/angular-challenges
2020
icon: github
2121
variant: secondary
@@ -27,11 +27,11 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
2727

2828
<CardGrid>
2929
<Card title="43 Desafíos">
30-
Este repositorio contiene 43 desafíos relacionados con <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> y <b>Typescript</b>.
31-
Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades.
30+
Este repositorio contiene 43 desafíos relacionados con <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> y <b>Typescript</b>.
31+
Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades.
3232
</Card>
3333

34-
<Card title="Subscribe to get notify of latest challenges">
34+
<Card title="Suscríbete para ser notificado sobre los últimos retos">
3535
<SubscriptionForm isNote={false} lang="es"/>
3636
</Card>
3737

@@ -43,7 +43,7 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
4343
</Card>
4444

4545
<Card title="Aprende Junto a Otros">
46-
Aprender y practicar un framwork siempre es un desafío. Este conjunto de
46+
Aprender y practicar un framework siempre es un desafío. Este conjunto de
4747
desafíos proporciona casos de uso del mundo real para aplicar lo que has
4848
estado aprendiendo. Cualquiera puede comentar u ofrecer asistencia.{' '}
4949
<b>
@@ -57,7 +57,11 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
5757
</Card>
5858

5959
<Card title="Prepárate para Entrevistas">
60-
Completar estos desafíos te preparará para cualquier desafío técnico que puedas encontrar en un rol de frontend durante las entrevistas.
60+
Completar estos desafíos te preparará para cualquier desafío técnico que puedas encontrar en un rol de frontend durante las entrevistas.
61+
</Card>
62+
63+
<Card title="Patrocinio">
64+
Este proyecto es gratuito y pretende seguir siéndolo el mayor tiempo posible. Sin embargo, todo se lleva a cabo durante mi tiempo libre, incluyendo la creación de retos y la revisión de pull requests (PRs). <b>El patrocinio puede apoyarme y contribuir al crecimiento del proyecto</b>.
6165
</Card>
6266
</CardGrid>
6367

@@ -73,5 +77,5 @@ Completar estos desafíos te preparará para cualquier desafío técnico que pue
7377
<div class="main-page-footer">
7478
Creado por{' '}
7579
<a href="https://github.com/tomalaforge?tab=repositories">Thomas Laforge</a> -
76-
Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
80+
Hecho con 🌟 <a href="https://starlight.astro.build/">Starlight</a>
7781
</div>

docs/src/content/docs/fr/guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
Pour commencer avec les <b>Challenges Angular</b>, suivez ces étapes :
99

10-
## Créez un compte Github
10+
## Créez un compte GitHub
1111

1212
Si vous souhaitez soumettre une réponse, vous devrez avoir votre propre compte GitHub. De plus, avoir un compte GitHub est toujours bénéfique et c'est gratuit.
1313

@@ -29,7 +29,7 @@ git clone https://github.com/[VOTRE_NOM_GITHUB]/angular-challenges.git
2929
:::note
3030
Vous pouvez trouver l'URL de clonage en cliquant sur le bouton <span class="github-success-btn"><> Code</span> dans votre <b>propre instance</b> du dépôt des Challenges Angular.
3131

32-
![Header of github workpspace](../../../../assets/header-github.png)
32+
![Header of GitHub workspace](../../../../assets/header-github.png)
3333

3434
:::
3535

docs/src/content/docs/fr/guides/resolve-challenge.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
Dans ce guide, vous apprendrez comment résoudre un challenge et soumettre une réponse sur le répertoire principal de Github.
8+
Dans ce guide, vous apprendrez comment résoudre un challenge et soumettre une réponse sur le répertoire principal de GitHub.
99

1010
## Introduction
1111

@@ -62,7 +62,7 @@ Maintenant, tout votre travail se trouve dans votre instance locale du dépôt d
6262

6363
La prochaine étape est de vous rendre sur la page principale de Angular Challenges et de créer une nouvelle Pull Request.
6464

65-
Github devrait afficher en en-tête une notification pour vous aider à créer la pull request.
65+
GitHub devrait afficher en en-tête une notification pour vous aider à créer la pull request.
6666

6767
Si ce n'est pas le cas, vous avez soit mal effectué l'une des étapes précédentes, soit vous pouvez vous rendre sur l'onglet <b>Pull Request</b> et cliquer sur le bouton <span class="github-success-btn">New pull request</span>.
6868

@@ -82,12 +82,12 @@ Vous pouvez maintenant cliquer sur <span class="github-success-btn">Créer pull
8282

8383
Je la lirai et commenterai <b>quand j'aurai du temps libre.</b>
8484

85-
<p class="important-block">Ne vous inquiétez pas si votre réponse n'est pas examinée immédiatement. Je le fais <b>gratuitement</b> et pendant mon <b>temps libre</b>. Si vous souhaitez me soutenir, vous pouvez le faire en me <a href="https://github.com/sponsors/tomalaforge">sponsorisant sur github</a>. Cela validera que mon travail vous aide, vous ou votre équipe.</p>
85+
<p class="important-block">Ne vous inquiétez pas si votre réponse n'est pas examinée immédiatement. Je le fais <b>gratuitement</b> et pendant mon <b>temps libre</b>. Si vous souhaitez me soutenir, vous pouvez le faire en me <a href="https://github.com/sponsors/tomalaforge">sponsorisant sur GitHub</a>. Cela validera que mon travail vous aide, vous ou votre équipe.</p>
8686

8787
:::note
8888
Tout le monde peut commenter ou lire les Pull Requests des autres participants.
8989
:::
9090

9191
:::tip[Champion OSS]
92-
🔥 Une fois que vous avez terminé ce tutoriel, vous êtes prêt à contribuer à n'importe quel répertoire public Github et à soumettre une PR. C'est aussi simple que ça. 🔥
92+
🔥 Une fois que vous avez terminé ce tutoriel, vous êtes prêt à contribuer à n'importe quel répertoire public GitHub et à soumettre une PR. C'est aussi simple que ça. 🔥
9393
:::

docs/src/content/docs/guides/checkout-answer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you don't remember the command, click on the Code button on the right side of
4040
![PR code modal](../../../assets/PR-code-btn-modal.png)
4141

4242
:::note
43-
If the command doesn't work or fails, Github CLI will guide you through the process.
43+
If the command doesn't work or fails, GitHub CLI will guide you through the process.
4444
:::
4545

4646
🔥 You can now navigate through the solution locally and serve it to test it. 🔥

docs/src/content/docs/guides/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ sidebar:
77

88
To get started with <b>Angular Challenges</b>, follow these steps:
99

10-
## Create a Github Account
10+
## Create a GitHub Account
1111

1212
If you wish to submit an answer, you will need to have your own GitHub account. Additionally, having a GitHub account is always beneficial, and it's free.
1313

14-
## Fork the github project
14+
## Fork the GitHub project
1515

1616
Navigate to the [Angular Challenges Repository](https://github.com/tomalaforge/angular-challenges) and click on the <span class="github-neutral-btn"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-forked mr-2">
1717
<path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z"></path></svg>Fork</span> button in the header. This will create a copy of this repository on your own GitHub page.
@@ -29,7 +29,7 @@ git clone https://github.com/[YOUR_GITHUB_NAME]/angular-challenges.git
2929
:::note
3030
You can find the clone URL by clicking on the <span class="github-success-btn"><> Code</span> button in your <b>own instance</b> of the Angular Challenges repository.
3131

32-
![Header of github workpspace](../../../assets/header-github.png)
32+
![Header of GitHub workspace](../../../assets/header-github.png)
3333

3434
:::
3535

@@ -50,7 +50,7 @@ Your project is now up and running. The only remaining step is to choose a chall
5050
Each challenge consists of:
5151

5252
- <b>Name</b>: indicating what the challenge is about.
53-
- <b>Number</b>: order of creation. The number doesn't have any particular meaning but helps for reference in Github Pull Request section.
53+
- <b>Number</b>: order of creation. The number doesn't have any particular meaning but helps for reference in GitHub Pull Request section.
5454
- <b>Badge</b>: helps visualize the degree of difficulty. It's entirely subjective 😅
5555
- 🟢 easy
5656
- 🟠 medium

docs/src/content/docs/guides/resolve-challenge.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
In this guide, you will learn how to resolve a challenge and submit an answer to the main Github repository.
8+
In this guide, you will learn how to resolve a challenge and submit an answer to the main GitHub repository.
99

1010
## Introduction
1111

@@ -62,7 +62,7 @@ Now, all your work is located insite your local instance of the Angular Challeng
6262

6363
The next step is to go to the main [Angular Challenges page](https://github.com/tomalaforge/angular-challenges) and create a new Pull Request.
6464

65-
Github should display a notification header to help you create the pull request.
65+
GitHub should display a notification header to help you create the pull request.
6666

6767
If it's not the case, you either have done one of the previous steps incorrectly or you can go to the <b>Pull Request</b> tab and click the button <span class="github-success-btn">New pull request</span>.
6868

@@ -82,12 +82,12 @@ You can now click on <span class="github-success-btn">Create pull request</span>
8282

8383
I will read and comment on it <b>when I have some free time.</b>
8484

85-
<p class="important-block">Don't worry if your answer is not reviewed immediately. I'm doing it for <b>free</b> and during my <b>free time</b>. If you want to support me, you can do so by <a href="https://github.com/sponsors/tomalaforge">sponsoring me on github</a>. It will validate that my work is of great help for you or your team.</p>
85+
<p class="important-block">Don't worry if your answer is not reviewed immediately. I'm doing it for <b>free</b> and during my <b>free time</b>. If you want to support me, you can do so by <a href="https://github.com/sponsors/tomalaforge">sponsoring me on GitHub</a>. It will validate that my work is of great help for you or your team.</p>
8686

8787
:::note
8888
Everyone is welcome to comment and read other PRs.
8989
:::
9090

9191
:::tip[OSS champion]
92-
🔥 Once you have completed this tutorial, you are ready to contribute to any other public Github repository and submit a PR. It is as easy as that. 🔥
92+
🔥 Once you have completed this tutorial, you are ready to contribute to any other public GitHub repository and submit a PR. It is as easy as that. 🔥
9393
:::

docs/src/content/docs/pt/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git clone https://github.com/[SEU_NOME_GITHUB]/angular-challenges.git
2929
:::note[Nota]
3030
Você pode achar a URL para clonar clicando no botão <span class="github-success-btn"><> Code</span> na sua <b>própria instância</b> do repositório do Desafios Angular.
3131

32-
![Header of github workpspace](../../../../assets/header-github.png)
32+
![Header of GitHub workspace](../../../../assets/header-github.png)
3333

3434
:::
3535

docs/src/content/docs/pt/guides/resolve-challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Agora você pode clicar em <span class="github-success-btn">Create pull request<
8282

8383
Eu o lerei e comentarei <b>quando tiver algum tempo livre.</b>
8484

85-
<p class="important-block">Não se preocupe se sua resposta não for revisada imediatamente. Estou fazendo isso de <b>graça</b> e durante meu <b>tempo livre</b>. Se você quiser me ajudar, você pode fazê-lo <a href="https://github.com/sponsors/tomalaforge">me patrocinando no github</a>. Isso mostrará que meu trabalho é de grande ajuda para você e seu time.</p>
85+
<p class="important-block">Não se preocupe se sua resposta não for revisada imediatamente. Estou fazendo isso de <b>graça</b> e durante meu <b>tempo livre</b>. Se você quiser me ajudar, você pode fazê-lo <a href="https://github.com/sponsors/tomalaforge">me patrocinando no GitHub</a>. Isso mostrará que meu trabalho é de grande ajuda para você e seu time.</p>
8686

8787
:::note[Nota]
8888
Todo mundo é bem-vindo para comentar e ver outros PRs.

0 commit comments

Comments
 (0)