From 9ce5f1fa2f27f7a1b3730ea49ae46e269f8dcd43 Mon Sep 17 00:00:00 2001 From: camperbot Date: Mon, 14 Mar 2022 22:33:46 +0530 Subject: [PATCH] chore(i18n,docs): processed translations (#45430) --- docs/i18n/espanol/FAQ.md | 38 +++++++++--------- docs/i18n/espanol/_sidebar.md | 40 +++++++++---------- .../i18n/espanol/curriculum-file-structure.md | 2 +- docs/i18n/espanol/devops.md | 22 +++++----- .../espanol/how-to-open-a-pull-request.md | 6 +-- .../how-to-setup-freecodecamp-locally.md | 2 +- 6 files changed, 55 insertions(+), 55 deletions(-) diff --git a/docs/i18n/espanol/FAQ.md b/docs/i18n/espanol/FAQ.md index 41ddd504712..f4867b1a2e5 100644 --- a/docs/i18n/espanol/FAQ.md +++ b/docs/i18n/espanol/FAQ.md @@ -2,41 +2,41 @@ Lee nuestra ["Guía de como contribuir a Open Source"](https://github.com/freeCodeCamp/how-to-contribute-to-open-source). Es una referencia completa para proyectos aptos para principiantes. E incluye muchos consejos de contribución de código abierto. -### What do I need to know to contribute to the codebase? +### ¿Qué necesito saber para contribuir al código base? -freeCodeCamp runs on a modern JavaScript stack. If you're interested in contributing to our codebase, you will need some familiarity with JavaScript and some of the technologies we use like Node.js, MongoDB, OAuth 2.0, React, Gatsby, and Webpack. +freeCodeCamp se ejecuta en una moderna plataforma de JavaScript. Si estás interesado en contribuir a nuestra base de código, necesitarás cierta familiaridad con JavaScript y algunas de las tecnologías que usamos como Node.js, MongoDB, OAuth 2.0, React, Gatsby, y Webpack. -### Can I translate freeCodeCamp's resources? +### ¿Puedo traducir los recursos de freeCodeCamp? -Yes - You can contribute to any of the 30+ languages we have enabled on our translation platform. +Sí - Puedes contribuir cualquiera de los más de 30 idiomas que hemos habilitado en nuestra plataforma de traducción. -We have user-contributed translations live in some languages. We intend to localize freeCodeCamp into several major world languages. You can read all about this in our [announcement here](https://www.freecodecamp.org/news/world-language-translation-effort). +Tenemos traducciones hechas por usuarios nativos en algunos idiomas. Tenemos la intención de traducir freeCodeCamp a los principales idiomas del mundo. Puedes leer todo acerca de esto en nuestro [anuncio aquí](https://www.freecodecamp.org/news/world-language-translation-effort). -If you are interested in contributing to translations please makes sure you [read this guide](how-to-translate-files.md) first. +Si estás interesado en ayudar a traducir, por favor asegúrate de [leer esta guía](how-to-translate-files.md) primero. -### Can I contribute articles to freeCodeCamp News or videos to freeCodeCamp's YouTube channel? +### Puedo contribuír con artículos a las Noticias de freeCodeCamp o con vídeos al canal de YouTube de freeCodeCamp? -Yes - you can contribute to our publication blog and YouTube channel. +Sí - puedes contribuir a las publicaciones de nuestro blog y canal de YouTube. -If you're interested in writing articles for freeCodeCamp News, please visit this [publication guide](https://www.freecodecamp.org/news/how-to-write-for-freecodecamp/). In addition, please read our [style guide](https://www.freecodecamp.org/news/developer-news-style-guide/) as this will help you write stronger and more effective articles. +Si estás interesade en escribir artículos para las Noticias de freeCodeCamp, por favor visita esta [guía de publicaciones](https://www.freecodecamp.org/news/how-to-write-for-freecodecamp/). Además, por favor lea nuestra [guía de estilo](https://www.freecodecamp.org/news/developer-news-style-guide/) ya que esto le ayudará a escribir artículos más fuertes y efectivos. -To help us make educational videos for our YouTube channel, you can follow the [YouTube channel guide here](https://www.freecodecamp.org/news/how-to-contribute-to-the-freecodecamp-community-youtube-channel-b86bce4c865/). +Para ayudarnos a crear vídeos educacionales para nuestro canal de YouTube, puedes seguir la [guía del canal de YouTube](https://www.freecodecamp.org/news/how-to-contribute-to-the-freecodecamp-community-youtube-channel-b86bce4c865/). -### How can I report a new bug? +### Cómo puedo reportar un nuevo error? -If you think you've found a bug, first read the ["Help I've Found a Bug"](https://forum.freecodecamp.org/t/how-to-report-a-bug/19543) article and follow its instructions. +Si crees que has encontrado un error, primero lee el artículo ["Ayuda, he encontrado un bug"](https://forum.freecodecamp.org/t/how-to-report-a-bug/19543) y sigue sus instrucciones. -If you're confident it's a new bug, go ahead and create a new GitHub issue. Be sure to include as much information as possible so that we can reproduce the bug. We have a pre-defined issue template to help you through this. +Si estás seguro de que es un error nuevo, crea un tema de GitHub nuevo. Asegúrate de incluir tanta información como sea posible para que podamos reproducir el error. Tenemos una plantilla de informe predefinida para ayudarte con esto. -Please note that these GitHub issues are for codebase-related issues and discussions – not for getting help with learning to code. Whenever in doubt, you should [seek assistance on the forum](https://forum.freecodecamp.org) before creating a GitHub issue. +Ten en cuenta que estos temas de GitHub son para debates y problemas relacionados al código base, no para obtener ayuda para aprender a programar. Whenever in doubt, you should [seek assistance on the forum](https://forum.freecodecamp.org) before creating a GitHub issue. -### How can I report a security issue? +### ¿Cómo puedo reportar un problema de seguridad? Please don't create GitHub issues for security issues. Instead, please send an email to `security@freecodecamp.org` and we'll look into it immediately. -### I am a student. Can I work on a feature for academic credits? +### Soy estudiante. ¿Puedo trabajar en una característica para los créditos académicos? -Yes. Please note we are unable to commit to any timelines or paperwork that may be a requirement by your college or university. We receive many pull-requests and code contributions from volunteer developers, and we respect their time and efforts. Out of respect for all of our other contributors, we will not give any PR special priority just because it happens to be school-related. +Sí. Please note we are unable to commit to any timelines or paperwork that may be a requirement by your college or university. We receive many pull-requests and code contributions from volunteer developers, and we respect their time and efforts. Out of respect for all of our other contributors, we will not give any PR special priority just because it happens to be school-related. We request you to plan ahead and work on code contributions with this in mind. @@ -50,7 +50,7 @@ You should go through [**`help wanted`**](https://github.com/freeCodeCamp/freeCo > [!TIP] Los temas de **`se busca ayuda`** están en marcha y no es necesario pedir permiso antes de trabajar en ellos. Sin embargo, temas con la etiqueta **`solo principiantes`** son temas especiales que están diseñados para personas que no han contribuido a la base de código de freeCodeCamp antes. -### I found a typo. Should I report an issue before I can make a pull request? +### Encontré un error tipográfico. Should I report an issue before I can make a pull request? For typos and other wording changes, you can directly open pull requests without creating an issue first. Please be sure to mention details in the pull request description to help us understand and review your contribution – even if it's just a minor change. @@ -83,7 +83,7 @@ Here are some recommended paths for some of our platforms: Altogether, be respectful to others. We are humans all around the world. With that in mind, please also consider using encouraging or supportive language and be mindful of cross-cultural communication. -If you practice the above **consistently for a while** and our fellow moderator members recommend you, a staff member will reach out and onboard you to the moderators' team. Open source work is voluntary work and our time is limited. We acknowledge that this is probably true in your case as well. So we emphasize being **consistent** rather than engaging in the community 24/7. +If you practice the above **consistently for a while** and our fellow moderator members recommend you, a staff member will reach out and onboard you to the moderators' team. El trabajo de código abierto es voluntario, y nuestro tiempo es limitado. We acknowledge that this is probably true in your case as well. So we emphasize being **consistent** rather than engaging in the community 24/7. Take a look at our [Moderator Handbook](moderator-handbook.md) for a more exhaustive list of other responsibilities and expectations we have of our moderators. diff --git a/docs/i18n/espanol/_sidebar.md b/docs/i18n/espanol/_sidebar.md index cbc296b7c5f..abd2074e74b 100644 --- a/docs/i18n/espanol/_sidebar.md +++ b/docs/i18n/espanol/_sidebar.md @@ -1,26 +1,26 @@ - **Comenzando** - [Introducción](index.md "Contribuye a la comunidad freeCodeCamp.org") - [Preguntas más frecuentes](FAQ.md) - - [Reporting a Vulnerability](security.md) -- **Translation Contribution** - - [Work on translating resources](how-to-translate-files.md) - - [Work on proofreading translations](how-to-proofread-files.md) -- **Code Contribution** - - [Set up freeCodeCamp locally](how-to-setup-freecodecamp-locally.md) - - [Follow coding best practices](codebase-best-practices.md) - - [Open a pull request](how-to-open-a-pull-request.md) - - [Work on coding challenges](how-to-work-on-coding-challenges.md) - - [Work on practice projects](how-to-work-on-practice-projects.md) - - [Work on tutorials with CodeRoad](how-to-work-on-tutorials-that-use-coderoad.md) - - [Work on localized client web app](how-to-work-on-localized-client-webapp.md) - - [Work on Cypress tests](how-to-add-cypress-tests.md) - - [Work on video challenges](how-to-help-with-video-challenges.md) - - [Work on the docs theme](how-to-work-on-the-docs-theme.md) -- **Additional Guides** - - [Test translations locally](how-to-test-translations-locally.md) - - [Understand the curriculum file structure](curriculum-file-structure.md) - - [Debug outgoing emails locally](how-to-catch-outgoing-emails-locally.md) - - [Set up freeCodeCamp on Windows (WSL)](how-to-setup-wsl.md) + - [Informar una vulnerabilidad](security.md) +- **Contribución a la Traducción** + - [Trabajar en la traducción de recursos](how-to-translate-files.md) + - [Revisar las traducciones](how-to-proofread-files.md) +- **Participa en la programación** + - [Configurar freeCodeCamp localmente](how-to-setup-freecodecamp-locally.md) + - [Seguir las mejores prácticas de programación](codebase-best-practices.md) + - [Abrir una pull request](how-to-open-a-pull-request.md) + - [Trabajar en desafíos de codificación](how-to-work-on-coding-challenges.md) + - [Trabajar en proyectos de práctica](how-to-work-on-practice-projects.md) + - [Colabora en tutoriales para CodeRoad](how-to-work-on-tutorials-that-use-coderoad.md) + - [Trabajar en la aplicación web de cliente localizada](how-to-work-on-localized-client-webapp.md) + - [Trabaja con los test Cypress](how-to-add-cypress-tests.md) + - [Colabora con los desafíos en vídeo](how-to-help-with-video-challenges.md) + - [Trabajar en el tema docs](how-to-work-on-the-docs-theme.md) +- **Guías adicionales** + - [Previsualiza las traducciones localmente](how-to-test-translations-locally.md) + - [Entiende la estructura de archivo del currículo](curriculum-file-structure.md) + - [Depurar correos salientes localmente ](how-to-catch-outgoing-emails-locally.md) + - [Configura freeCodeCamp en Windows (WSL)](how-to-setup-wsl.md) --- diff --git a/docs/i18n/espanol/curriculum-file-structure.md b/docs/i18n/espanol/curriculum-file-structure.md index e81a3e24b30..7155568b208 100644 --- a/docs/i18n/espanol/curriculum-file-structure.md +++ b/docs/i18n/espanol/curriculum-file-structure.md @@ -103,4 +103,4 @@ Al renombras un solo archivo de desafío, tienes que: ## La propiedad `dashedName` -The `dashedName` property is used to generate the URL path for the superblock, block, or challenge. These should generally match what the `/utils/slugs.js` helper would output for the file name. +La propiedad `dashedName` se usa para generar la ruta URL para el súper bloque, el bloque o el desafío. Por lo general, estos deberían coincidir con los nombres que generaría el asistente `/utils/slugs.js` para el nombre del archivo. diff --git a/docs/i18n/espanol/devops.md b/docs/i18n/espanol/devops.md index 8cdc7189c49..4373b0e09ad 100644 --- a/docs/i18n/espanol/devops.md +++ b/docs/i18n/espanol/devops.md @@ -256,7 +256,7 @@ brew install azure-cli az login ``` -> **Get the list of VM names and IP addresses:** +> **Obtener la lista de nombres de las máquinas virtuales y direcciones IP:** ``` az vm list-ip-addresses --output table @@ -779,11 +779,11 @@ Los cambios de configuración a nuestras instancias NGINX se mantienen en GitHub Selecciona sí (y) para eliminar todo lo que no esté en uso. Esto eliminará todos los contenedores detenidos, todas las redes y volúmenes no utilizados por al menos un contenedor, y todas las imágenes colgantes y cachés de compilación. -## Work on Contributor Tools +## Trabajar en las herramientas de los colaboradores -### Deploy updates +### Implementar actualizaciones -ssh into the VM (hosted on Digital Ocean). +ssh en la máquina virtual (alojada en Digital Ocean). ```console cd tools @@ -793,9 +793,9 @@ npm run build pm2 restart contribute-app ``` -## Updating Node.js versions on VMs +## Actualizar la versión de Node.js en máquinas virtuales -List currently installed node & npm versions +Lista las versiones instaladas de node y npm ```console nvm -v @@ -805,31 +805,31 @@ npm -v nvm ls ``` -Install the latest Node.js LTS, and reinstall any global packages +Instala el último Node.js LTS y reinstala cualquier paquete global ```console nvm install --lts --reinstall-packages-from=default ``` -Verify installed packages +Verifica los paquetes instalados ```console npm ls -g --depth=0 ``` -Alias the `default` Node.js version to the current LTS (pinned to latest major version) +Alias la versión `default` de Node.js a la LTS actual (fijada a la última versión mayor) ```console nvm alias default 16 ``` -(Optional) Uninstall old versions +(Opcional) Desinstalar versiones antiguas ```console nvm uninstall ``` -> [!ATTENTION] For client applications, the shell script can't be resurrected between Node.js versions with `pm2 resurrect`. Deploy processes from scratch instead. This should become nicer when we move to a docker based setup. +> [!ATTENTION] Para las aplicaciones cliente, el script de shell no se puede resucitar entre las versiones de Node.js con `pm2 resurrect`. En su lugar, despliega procesos desde cero. This should become nicer when we move to a docker based setup. > > If using PM2 for processes you would also need to bring up the applications and save the process list for automatic recovery on restarts. diff --git a/docs/i18n/espanol/how-to-open-a-pull-request.md b/docs/i18n/espanol/how-to-open-a-pull-request.md index 21aa0e43faa..dd5c4c343cd 100644 --- a/docs/i18n/espanol/how-to-open-a-pull-request.md +++ b/docs/i18n/espanol/how-to-open-a-pull-request.md @@ -33,7 +33,7 @@ Puede seleccionar un ámbito de [esta lista de etiquetas](https://github.com/fre Mantenlo corto (menos de 30 caracteres) y sencillo, puedes agregar más información en la caja de descripción del PR y comentarios. -Some examples of good PR titles would be: +Algunos ejemplos de buenos títulos de PR serían: - `fix(a11y): contraste mejorado en la barra de búsqueda` - `feat: se agregan más test a los retos de HTML y CSS` @@ -44,7 +44,7 @@ Some examples of good PR titles would be: 1. Una vez que las ediciones hayan sido confirmadas, se le pedirá que cree un pull request en la página de GitHub de su fork. - ![Image - Compare & pull request prompt on GitHub](https://contribute.freecodecamp.org/images/github/compare-pull-request-prompt.png) + ![magen - Compare & pull request prompt en GitHub](https://contribute.freecodecamp.org/images/github/compare-pull-request-prompt.png) 2. De manera predeterminada, todas las pull requests deben estar en contra de la rama freeCodeCamp main repo, `main`. @@ -72,7 +72,7 @@ Some examples of good PR titles would be: ## Comentarios sobre pull requests -> :tada: Congratulations on making a PR and thanks a lot for taking the time to contribute. +> :tada: Enhorabuena por hacer una PR y muchas gracias por tomarse el tiempo para contribuir. Nuestros moderadores ahora echarán un vistazo y te dejarán tus comentarios. Por favor, sea paciente con los demás moderadores y respete su tiempo. Todos los pull requests son revisados a su debido tiempo. diff --git a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md index 9f6383b9e6f..83330cb8180 100644 --- a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md @@ -222,7 +222,7 @@ mongod "C:\Arquivos de programa\MongoDB\Server\3.6\bin\mongod" ``` -Make sure to replace `3.6` with the version you have installed +Certifique-se de substituir `3.6` pela versão que você instalou