mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-22 17:03:46 +02:00
changes to make the game in spanish
This commit is contained in:
parent
9da0bd1fbd
commit
7c24e9b68e
101 changed files with 2073 additions and 2074 deletions
levels/intro
|
@ -1,23 +1,23 @@
|
|||
title = Enter the time machine
|
||||
cards = init
|
||||
title = Entra en la máquina del tiempo
|
||||
tarjetas = inicio
|
||||
|
||||
[description]
|
||||
[descripción]
|
||||
|
||||
You've been accepted to time travel school! Yay! It's your first day! Your teacher explains:
|
||||
¡Has sido aceptado en la escuela de viajes en el tiempo! ¡Hurra! ¡Es tu primer día! Tu profesor explica:
|
||||
|
||||
"To do anything with a time machine, you first need to initialize it!"
|
||||
"¡Para hacer cualquier cosa con una máquina del tiempo, primero debes inicializarla!"
|
||||
|
||||
Drag that blue card up to play it!
|
||||
¡Arrastra esa carta azul hacia arriba para jugarla!
|
||||
|
||||
[setup]
|
||||
[configuración]
|
||||
|
||||
rm -rf .git
|
||||
rm-rf.git
|
||||
|
||||
[win]
|
||||
[ganar]
|
||||
|
||||
# Initialize the time machine!
|
||||
test -d .git
|
||||
# ¡Inicializa la máquina del tiempo!
|
||||
prueba -d .git
|
||||
|
||||
[congrats]
|
||||
[felicitaciones]
|
||||
|
||||
Nice! See that little owl squirrel that appeared? It will be your companion, and always show you where you are in time!
|
||||
¡Lindo! ¿Ves esa pequeña ardilla búho que apareció? ¡Será tu compañero y siempre te mostrará dónde estás en el tiempo!
|
Loading…
Add table
Add a link
Reference in a new issue