diff --git a/docs/src/content/docs/es/guides/getting-started.md b/docs/src/content/docs/es/guides/getting-started.md
index c31c40b..b790f9e 100644
--- a/docs/src/content/docs/es/guides/getting-started.md
+++ b/docs/src/content/docs/es/guides/getting-started.md
@@ -5,13 +5,13 @@ sidebar:
order: 1
---
-Para comenzar con Desafió de Angular, siga estos pasos:
+Para comenzar con Desafíos de Angular, siga estos pasos:
-## Crea una cuenta de Github
+## Crea una cuenta de GitHub
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.
-## Crea un fork del proyecto de github
+## Crea un fork del proyecto de GitHub
Navegue al [Repositorio de Desafíos de Angular](https://github.com/tomalaforge/angular-challenges) y haga clic en el Fork 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
:::note
Puede encontrar la URL de clonación haciendo clic en el botón <> Code en su propia instancia del repositorio de Desafíos de Angular.
-
+
:::
@@ -50,7 +50,7 @@ Su proyecto ahora está corriendo. El único paso restante es elegir un desafío
Cada desafío consta de:
- Nombre: indicando de qué se trata el desafío.
-- Número: 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.
+- Número: 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.
- Badge: ayuda a visualizar el grado de dificultad. Es totalmente subjetivo 😅
- 🟢 fácil
- 🟠 medio
diff --git a/docs/src/content/docs/es/guides/resolve-challenge.md b/docs/src/content/docs/es/guides/resolve-challenge.md
index 7316050..95363aa 100644
--- a/docs/src/content/docs/es/guides/resolve-challenge.md
+++ b/docs/src/content/docs/es/guides/resolve-challenge.md
@@ -5,7 +5,7 @@ sidebar:
order: 2
---
-En esta guía, aprenderás cómo resolver un desafío y enviar una respuesta al repositorio principal de Github.
+En esta guía, aprenderás cómo resolver un desafío y enviar una respuesta al repositorio principal de GitHub.
## Introducción
@@ -85,5 +85,5 @@ Todos son bienvenidos a comentar y leer otros PR.
:::
:::tip[Campeón de OSS]
-🔥 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. 🔥
+🔥 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. 🔥
:::
diff --git a/docs/src/content/docs/es/index.mdx b/docs/src/content/docs/es/index.mdx
index 7c3ced5..b587838 100644
--- a/docs/src/content/docs/es/index.mdx
+++ b/docs/src/content/docs/es/index.mdx
@@ -1,6 +1,6 @@
---
title: Bienvenido a Desafíos de Angular
-description: Comienza resolviendo esos desafíos y convirtiéndote en un mejor ingeniero de FrontEnd Angular.
+description: Comienza resolviendo esos desafíos y convirtiéndote en un mejor ingeniero FrontEnd de Angular.
template: splash
noCommentSection: true
hero:
@@ -12,10 +12,10 @@ hero:
link: /es/guides/getting-started/
icon: right-arrow
variant: primary
- - text: Ir al Desafío mas Reciente
+ - text: Ir al Desafío más reciente
link: /es/challenges/angular/43-signal-input/
icon: rocket
- - text: Dale una estrella
+ - text: Dar una estrella
link: https://github.com/tomalaforge/angular-challenges
icon: github
variant: secondary
@@ -27,11 +27,11 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro'
Ne vous inquiétez pas si votre réponse n'est pas examinée immédiatement. Je le fais gratuitement et pendant mon temps libre. Si vous souhaitez me soutenir, vous pouvez le faire en me sponsorisant sur github. Cela validera que mon travail vous aide, vous ou votre équipe.
+Ne vous inquiétez pas si votre réponse n'est pas examinée immédiatement. Je le fais gratuitement et pendant mon temps libre. Si vous souhaitez me soutenir, vous pouvez le faire en me sponsorisant sur GitHub. Cela validera que mon travail vous aide, vous ou votre équipe.
:::note Tout le monde peut commenter ou lire les Pull Requests des autres participants. ::: :::tip[Champion OSS] -🔥 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. 🔥 +🔥 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. 🔥 ::: diff --git a/docs/src/content/docs/guides/checkout-answer.md b/docs/src/content/docs/guides/checkout-answer.md index f239849..8fe9ad2 100644 --- a/docs/src/content/docs/guides/checkout-answer.md +++ b/docs/src/content/docs/guides/checkout-answer.md @@ -40,7 +40,7 @@ If you don't remember the command, click on the Code button on the right side of  :::note -If the command doesn't work or fails, Github CLI will guide you through the process. +If the command doesn't work or fails, GitHub CLI will guide you through the process. ::: 🔥 You can now navigate through the solution locally and serve it to test it. 🔥 diff --git a/docs/src/content/docs/guides/getting-started.md b/docs/src/content/docs/guides/getting-started.md index 786dc99..47f98a8 100644 --- a/docs/src/content/docs/guides/getting-started.md +++ b/docs/src/content/docs/guides/getting-started.md @@ -7,11 +7,11 @@ sidebar: To get started with Angular Challenges, follow these steps: -## Create a Github Account +## Create a GitHub Account 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. -## Fork the github project +## Fork the GitHub project Navigate to the [Angular Challenges Repository](https://github.com/tomalaforge/angular-challenges) and click on the Fork 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 :::note You can find the clone URL by clicking on the <> Code button in your own instance of the Angular Challenges repository. - + ::: @@ -50,7 +50,7 @@ Your project is now up and running. The only remaining step is to choose a chall Each challenge consists of: - Name: indicating what the challenge is about. -- Number: order of creation. The number doesn't have any particular meaning but helps for reference in Github Pull Request section. +- Number: order of creation. The number doesn't have any particular meaning but helps for reference in GitHub Pull Request section. - Badge: helps visualize the degree of difficulty. It's entirely subjective 😅 - 🟢 easy - 🟠 medium diff --git a/docs/src/content/docs/guides/resolve-challenge.md b/docs/src/content/docs/guides/resolve-challenge.md index 0179bca..93f4b5e 100644 --- a/docs/src/content/docs/guides/resolve-challenge.md +++ b/docs/src/content/docs/guides/resolve-challenge.md @@ -5,7 +5,7 @@ sidebar: order: 2 --- -In this guide, you will learn how to resolve a challenge and submit an answer to the main Github repository. +In this guide, you will learn how to resolve a challenge and submit an answer to the main GitHub repository. ## Introduction @@ -62,7 +62,7 @@ Now, all your work is located insite your local instance of the Angular Challeng The next step is to go to the main [Angular Challenges page](https://github.com/tomalaforge/angular-challenges) and create a new Pull Request. -Github should display a notification header to help you create the pull request. +GitHub should display a notification header to help you create the pull request. If it's not the case, you either have done one of the previous steps incorrectly or you can go to the Pull Request tab and click the button New pull request. @@ -82,12 +82,12 @@ You can now click on Create pull request I will read and comment on it when I have some free time. -Don't worry if your answer is not reviewed immediately. I'm doing it for free and during my free time. If you want to support me, you can do so by sponsoring me on github. It will validate that my work is of great help for you or your team.
+Don't worry if your answer is not reviewed immediately. I'm doing it for free and during my free time. If you want to support me, you can do so by sponsoring me on GitHub. It will validate that my work is of great help for you or your team.
:::note Everyone is welcome to comment and read other PRs. ::: :::tip[OSS champion] -🔥 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. 🔥 +🔥 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. 🔥 ::: diff --git a/docs/src/content/docs/pt/guides/getting-started.md b/docs/src/content/docs/pt/guides/getting-started.md index 7d87c60..25d1bae 100644 --- a/docs/src/content/docs/pt/guides/getting-started.md +++ b/docs/src/content/docs/pt/guides/getting-started.md @@ -29,7 +29,7 @@ git clone https://github.com/[SEU_NOME_GITHUB]/angular-challenges.git :::note[Nota] Você pode achar a URL para clonar clicando no botão <> Code na sua própria instância do repositório do Desafios Angular. - + ::: diff --git a/docs/src/content/docs/pt/guides/resolve-challenge.md b/docs/src/content/docs/pt/guides/resolve-challenge.md index 27e2393..77cf965 100644 --- a/docs/src/content/docs/pt/guides/resolve-challenge.md +++ b/docs/src/content/docs/pt/guides/resolve-challenge.md @@ -82,7 +82,7 @@ Agora você pode clicar em Create pull request< Eu o lerei e comentarei quando tiver algum tempo livre. -Não se preocupe se sua resposta não for revisada imediatamente. Estou fazendo isso de graça e durante meu tempo livre. Se você quiser me ajudar, você pode fazê-lo me patrocinando no github. Isso mostrará que meu trabalho é de grande ajuda para você e seu time.
+Não se preocupe se sua resposta não for revisada imediatamente. Estou fazendo isso de graça e durante meu tempo livre. Se você quiser me ajudar, você pode fazê-lo me patrocinando no GitHub. Isso mostrará que meu trabalho é de grande ajuda para você e seu time.
:::note[Nota] Todo mundo é bem-vindo para comentar e ver outros PRs. diff --git a/docs/src/content/docs/ru/guides/checkout-answer.md b/docs/src/content/docs/ru/guides/checkout-answer.md index 57b54d4..fc2c117 100644 --- a/docs/src/content/docs/ru/guides/checkout-answer.md +++ b/docs/src/content/docs/ru/guides/checkout-answer.md @@ -40,7 +40,7 @@ gh pr checkoutНе переживайте если я не прокомментировал ваше решение сразу же. Я делаю это бесплатно в свое свободное время. Если вы хотите меня поддержать, вы можете это сделать с помощью поддержать на github. Это покажет, что моя работа полезна для вас или вашей команды.
+Не переживайте если я не прокомментировал ваше решение сразу же. Я делаю это бесплатно в свое свободное время. Если вы хотите меня поддержать, вы можете это сделать с помощью поддержать на GitHub. Это покажет, что моя работа полезна для вас или вашей команды.
:::note[Примечание] Все желающие могут оставлять комментарии и читать другие PR. ::: :::tip[OSS чемпион] -🔥 После того как вы пройдете это руководство, вы сможете внести свой вклад в любой другой публичный репозиторий на Github. Да, это настолько просто.🔥 +🔥 После того как вы пройдете это руководство, вы сможете внести свой вклад в любой другой публичный репозиторий на GitHub. Да, это настолько просто.🔥 :::