From 8391983ae22c1baf3092b359e024beb19c5f2bed Mon Sep 17 00:00:00 2001 From: Ana Murinigo <91098065+AnaMurinigo@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:23:34 -0300 Subject: [PATCH] Translate who-are-you --- levels/intro/who-are-you | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/levels/intro/who-are-you b/levels/intro/who-are-you index 9fb907a..af4912b 100644 --- a/levels/intro/who-are-you +++ b/levels/intro/who-are-you @@ -1,38 +1,38 @@ -title = Welcome to time travel school! +title = ¡Bienvenido a la escuela de viajes en el tiempo! cards = config-name commit-auto checkout [description] -You're still pretty confused by everything that's going on. The next day, you decide to enroll in time travel school! +Sigues bastante confundido por todo lo que está sucediendo. ¡Al día siguiente, decides inscribirte en la escuela de viajes en el tiempo! -Your time travel teacher welcomes you: "Hello there! Wanna tell us your name?" +Tu profesor de viajes en el tiempo te da la bienvenida: "¡Hola! ¿Quieres decirnos tu nombre?" [setup] git config --global user.name "You" -echo "~ Why do you want to learn how to use time machines? ~ +echo "~ ¿Por qué quieres aprender a usar máquinas del tiempo? ~ -[ ] To make sure that my cat doesn't eat my homework. -[ ] So I don't have to keep copies of all my essays. -[ ] To collaborate with other time travel students. -[ ] Other, please specify:" > form +[ ] Para asegurarme de que mi gato no se coma mi tarea. +[ ] Para no tener que guardar copias de todos mis ensayos. +[ ] Para colaborar con otros estudiantes de viajes en el tiempo. +[ ] Otro, por favor especifica:" > form [actions] test "$(git config user.name)" != "You" && cat form | grep -v Signature && echo " -Signature: $(git config user.name)" >> form +Firma: $(git config user.name)" >> form [win] -# Introduce yourself. +# Preséntate. test "$(git config user.name)" != "You" -# Fill out the enrollment form, and commit it! +# ¡Completa el formulario de inscripción y haz commit! git show main:form | grep '\[[xX]\]' [congrats] -"We're so glad to have you! +"¡Estamos encantados de tenerte aquí! -Git can help you fix problems in the past! It allows you to collaborate with other students of time travel! It's really powerful, and it's really popular! I'll see you for your first lesson tomorrow!" +¡Git puede ayudarte a solucionar problemas en el pasado! ¡Te permite colaborar con otros estudiantes de viajes en el tiempo! ¡Es realmente poderoso y muy popular! ¡Te veré para tu primera lección mañana!"