mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
commit
a032022cca
1 changed files with 10 additions and 10 deletions
|
@ -159,9 +159,9 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
accepted: "Aceptado"
|
accepted: "Aceptado"
|
||||||
rejected: "Rechazado"
|
rejected: "Rechazado"
|
||||||
withdrawn: "Retirado"
|
withdrawn: "Retirado"
|
||||||
# accept: "Accept"
|
accept: "Aceptar"
|
||||||
# reject: "Reject"
|
reject: "Rechazar"
|
||||||
# withdraw: "Withdraw"
|
withdraw: "Retirar"
|
||||||
submitter: "Emisor"
|
submitter: "Emisor"
|
||||||
submitted: "Enviado"
|
submitted: "Enviado"
|
||||||
commit_msg: "Enviar mensaje"
|
commit_msg: "Enviar mensaje"
|
||||||
|
@ -217,8 +217,8 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
|
|
||||||
play_level:
|
play_level:
|
||||||
done: "Listo"
|
done: "Listo"
|
||||||
# next_game: "Next game"
|
next_game: "Siguiente juego"
|
||||||
# show_menu: "Show game menu"
|
show_menu: "Mostrar menú de juego"
|
||||||
home: "Inicio" # Not used any more, will be removed soon.
|
home: "Inicio" # Not used any more, will be removed soon.
|
||||||
level: "Nivel" # Like "Level: Dungeons of Kithgard"
|
level: "Nivel" # Like "Level: Dungeons of Kithgard"
|
||||||
skip: "Omitir"
|
skip: "Omitir"
|
||||||
|
@ -343,7 +343,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
tip_free_your_mind: "Tienes que dejar ir todo, Neo. Miedo, duda, e incredulidad. Libera tu mente. - Morpheus"
|
tip_free_your_mind: "Tienes que dejar ir todo, Neo. Miedo, duda, e incredulidad. Libera tu mente. - Morpheus"
|
||||||
tip_strong_opponents: "Hasta los oponentes mas fuertes siempre tienen una debilidad. - Itachi Uchiha"
|
tip_strong_opponents: "Hasta los oponentes mas fuertes siempre tienen una debilidad. - Itachi Uchiha"
|
||||||
tip_paper_and_pen: "Antes de comenzar a codificar, siempre puedes planear con una hoja de papel y un lapicero."
|
tip_paper_and_pen: "Antes de comenzar a codificar, siempre puedes planear con una hoja de papel y un lapicero."
|
||||||
# solve_then_write: "First, solve the problem. Then, write the code. - John Johnson"
|
solve_then_write: "Primero, resuelve el problema. Y entonces, escribe el código. - John Johnson"
|
||||||
|
|
||||||
game_menu:
|
game_menu:
|
||||||
inventory_tab: "Inventario"
|
inventory_tab: "Inventario"
|
||||||
|
@ -1120,7 +1120,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
simulate_games: "¡Simular Juegos!"
|
simulate_games: "¡Simular Juegos!"
|
||||||
games_simulated_by: "Juegos simulados por ti:"
|
games_simulated_by: "Juegos simulados por ti:"
|
||||||
games_simulated_for: "Juegos simulados para ti:"
|
games_simulated_for: "Juegos simulados para ti:"
|
||||||
# games_in_queue: "Games currently in the queue:"
|
games_in_queue: "Juegos actualmente en cola:"
|
||||||
games_simulated: "Juegos simulados"
|
games_simulated: "Juegos simulados"
|
||||||
games_played: "Juegos jugados"
|
games_played: "Juegos jugados"
|
||||||
ratio: "Proporción"
|
ratio: "Proporción"
|
||||||
|
@ -1157,7 +1157,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
fight: "Pelea!"
|
fight: "Pelea!"
|
||||||
watch_victory: "Observa tu Victoria"
|
watch_victory: "Observa tu Victoria"
|
||||||
defeat_the: "Derrota a"
|
defeat_the: "Derrota a"
|
||||||
# watch_battle: "Watch the battle"
|
watch_battle: "Mirar la batalla"
|
||||||
tournament_started: ", iniciado"
|
tournament_started: ", iniciado"
|
||||||
tournament_ends: "Final de Torneo"
|
tournament_ends: "Final de Torneo"
|
||||||
tournament_ended: "Finalizó el Torneo"
|
tournament_ended: "Finalizó el Torneo"
|
||||||
|
@ -1215,7 +1215,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
no_recent_games: "No juegos jugados duramente las últimas dos semanas."
|
no_recent_games: "No juegos jugados duramente las últimas dos semanas."
|
||||||
payments: "Pagos"
|
payments: "Pagos"
|
||||||
prepaid: "Prepagado"
|
prepaid: "Prepagado"
|
||||||
# prepaid_codes: "Prepaid Codes"
|
prepaid_codes: "Códigos Prepagados"
|
||||||
purchased: "Comprado"
|
purchased: "Comprado"
|
||||||
sale: "Venta"
|
sale: "Venta"
|
||||||
subscription: "Suscripción"
|
subscription: "Suscripción"
|
||||||
|
@ -1337,7 +1337,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
input_handling: "Manejo de Entradas"
|
input_handling: "Manejo de Entradas"
|
||||||
math_operations: "Operaciones Matemáticas"
|
math_operations: "Operaciones Matemáticas"
|
||||||
object_literals: "Objetos Literales"
|
object_literals: "Objetos Literales"
|
||||||
# parameters: "Parameters"
|
parameters: "Parámetros"
|
||||||
strings: "Cadenas"
|
strings: "Cadenas"
|
||||||
variables: "Variables"
|
variables: "Variables"
|
||||||
vectors: "Vectores"
|
vectors: "Vectores"
|
||||||
|
|
Loading…
Reference in a new issue