diff --git a/docs/src/content/docs/es/guides/getting-started.md b/docs/src/content/docs/es/guides/getting-started.md index c31c40b12..b790f9e0c 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. -![Header of github workpspace](../../../../assets/header-github.png) +![Header of GitHub workspace](../../../../assets/header-github.png) ::: @@ -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 731605064..95363aa80 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 7c3ced5fe..b5878380f 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' - Este repositorio contiene 43 desafíos relacionados con Angular, Nx, RxJS, Ngrx y Typescript. - Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades. + Este repositorio contiene 43 desafíos relacionados con Angular, Nx, RxJS, Ngrx y Typescript. + Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades. - + @@ -43,7 +43,7 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro' - Aprender y practicar un framwork siempre es un desafío. Este conjunto de + Aprender y practicar un framework siempre es un desafío. Este conjunto de desafíos proporciona casos de uso del mundo real para aplicar lo que has estado aprendiendo. Cualquiera puede comentar u ofrecer asistencia.{' '} @@ -57,7 +57,11 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro' -Completar estos desafíos te preparará para cualquier desafío técnico que puedas encontrar en un rol de frontend durante las entrevistas. + Completar estos desafíos te preparará para cualquier desafío técnico que puedas encontrar en un rol de frontend durante las entrevistas. + + + + 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). El patrocinio puede apoyarme y contribuir al crecimiento del proyecto. @@ -73,5 +77,5 @@ Completar estos desafíos te preparará para cualquier desafío técnico que pue diff --git a/docs/src/content/docs/fr/guides/getting-started.md b/docs/src/content/docs/fr/guides/getting-started.md index c74353ae6..213d192f3 100644 --- a/docs/src/content/docs/fr/guides/getting-started.md +++ b/docs/src/content/docs/fr/guides/getting-started.md @@ -7,7 +7,7 @@ sidebar: Pour commencer avec les Challenges Angular, suivez ces étapes : -## Créez un compte Github +## Créez un compte GitHub 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. @@ -29,7 +29,7 @@ git clone https://github.com/[VOTRE_NOM_GITHUB]/angular-challenges.git :::note Vous pouvez trouver l'URL de clonage en cliquant sur le bouton <> Code dans votre propre instance du dépôt des Challenges Angular. -![Header of github workpspace](../../../../assets/header-github.png) +![Header of GitHub workspace](../../../../assets/header-github.png) ::: diff --git a/docs/src/content/docs/fr/guides/resolve-challenge.md b/docs/src/content/docs/fr/guides/resolve-challenge.md index e16ac5c23..f318395a8 100644 --- a/docs/src/content/docs/fr/guides/resolve-challenge.md +++ b/docs/src/content/docs/fr/guides/resolve-challenge.md @@ -5,7 +5,7 @@ sidebar: order: 2 --- -Dans ce guide, vous apprendrez comment résoudre un challenge et soumettre une réponse sur le répertoire principal de Github. +Dans ce guide, vous apprendrez comment résoudre un challenge et soumettre une réponse sur le répertoire principal de GitHub. ## Introduction @@ -62,7 +62,7 @@ Maintenant, tout votre travail se trouve dans votre instance locale du dépôt d La prochaine étape est de vous rendre sur la page principale de Angular Challenges et de créer une nouvelle Pull Request. -Github devrait afficher en en-tête une notification pour vous aider à créer la pull request. +GitHub devrait afficher en en-tête une notification pour vous aider à créer la pull request. 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 Pull Request et cliquer sur le bouton New pull request. @@ -82,12 +82,12 @@ Vous pouvez maintenant cliquer sur Créer pull Je la lirai et commenterai quand j'aurai du temps libre. -

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 f239849a0..8fe9ad276 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 ![PR code modal](../../../assets/PR-code-btn-modal.png) :::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 786dc9949..47f98a8fb 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. -![Header of github workpspace](../../../assets/header-github.png) +![Header of GitHub workspace](../../../assets/header-github.png) ::: @@ -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 0179bca33..93f4b5e25 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 7d87c608b..25d1baea3 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. -![Header of github workpspace](../../../../assets/header-github.png) +![Header of GitHub workspace](../../../../assets/header-github.png) ::: diff --git a/docs/src/content/docs/pt/guides/resolve-challenge.md b/docs/src/content/docs/pt/guides/resolve-challenge.md index 27e23939e..77cf96585 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 57b54d49c..fc2c11772 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 ![PR code modal](../../../../assets/PR-code-btn-modal.png) :::note[Примечание] -Если команда не сработала, Github CLI подскажет, что делать. +Если команда не сработала, GitHub CLI подскажет, что делать. ::: 🔥Теперь вы можете изучить решение локально и запустить его для тестирования.🔥 diff --git a/docs/src/content/docs/ru/guides/getting-started.md b/docs/src/content/docs/ru/guides/getting-started.md index 163b468ab..b183c2f1d 100644 --- a/docs/src/content/docs/ru/guides/getting-started.md +++ b/docs/src/content/docs/ru/guides/getting-started.md @@ -7,11 +7,11 @@ sidebar: Чтобы начать работу с испытаниями Angular, выполните следующие шаги: -## Создайте аккаунт на Github +## Создайте аккаунт на GitHub Если вы захотите отправить свое решение для испытания, вам потребуется аккаунт на GitHub. Кроме того, иметь учетную запись на GitHub всегда полезно, тем более это бесплатно. -## Скопируйте github проект +## Скопируйте GitHub проект Перейдите в [Angular Challenges Repository](https://github.com/tomalaforge/angular-challenges) и нажмите на кнопку Fork в вверху страницы. Это создаст копию репозитория на вашей GitHub странице. @@ -30,7 +30,7 @@ git clone https://github.com/[YOUR_GITHUB_NAME]/angular-challenges.git Вы можете найти URL адрес клонированного репозитория, нажав на кнопку <> Code в вашем собственном экземпляре репозитория Angular Challenges. -![Header of github workpspace](../../../../assets/header-github.png) +![Header of GitHub workspace](../../../../assets/header-github.png) ::: @@ -51,7 +51,7 @@ npm ci Каждое испытание состоит из: - Имя: описывает о чем испытание. -- Номер: порядковый номер создания. Этот номер не несет какого-то смысла, но служит для ссылки в секции Github Pull Request. +- Номер: порядковый номер создания. Этот номер не несет какого-то смысла, но служит для ссылки в секции GitHub Pull Request. - Бейдж: показывает уровень сложности. Полностью субъективно 😅 - 🟢 простое - 🟠 среднее diff --git a/docs/src/content/docs/ru/guides/resolve-challenge.md b/docs/src/content/docs/ru/guides/resolve-challenge.md index 4a26d9dca..fe129d1fb 100644 --- a/docs/src/content/docs/ru/guides/resolve-challenge.md +++ b/docs/src/content/docs/ru/guides/resolve-challenge.md @@ -62,7 +62,7 @@ git checkout -b Следующий шаг - перейдите на главную страницу [Angular Challenges](https://github.com/tomalaforge/angular-challenges) и создайте новый запрос на слитие (Pull Request). -Github должен показать уведомление, чтобы помочь вам создать pull request. +GitHub должен показать уведомление, чтобы помочь вам создать pull request. Если этого не случилось, то вы либо неправильно выполнили один из предыдущих шагов, либо вам нужно перейти на вкладку Pull Request и нажать кнопку New pull request. @@ -82,12 +82,12 @@ Github должен показать уведомление, чтобы помо Я прочитаю и проведу ревью вашего решения, когда у меня будет свободное время. -

Не переживайте если я не прокомментировал ваше решение сразу же. Я делаю это бесплатно в свое свободное время. Если вы хотите меня поддержать, вы можете это сделать с помощью поддержать на github. Это покажет, что моя работа полезна для вас или вашей команды.

+

Не переживайте если я не прокомментировал ваше решение сразу же. Я делаю это бесплатно в свое свободное время. Если вы хотите меня поддержать, вы можете это сделать с помощью поддержать на GitHub. Это покажет, что моя работа полезна для вас или вашей команды.

:::note[Примечание] Все желающие могут оставлять комментарии и читать другие PR. ::: :::tip[OSS чемпион] -🔥 После того как вы пройдете это руководство, вы сможете внести свой вклад в любой другой публичный репозиторий на Github. Да, это настолько просто.🔥 +🔥 После того как вы пройдете это руководство, вы сможете внести свой вклад в любой другой публичный репозиторий на GitHub. Да, это настолько просто.🔥 :::