mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 19:59:53 -04:00
Translated new sections and updated other translations
This commit is contained in:
parent
e036e5a663
commit
beb8a425f0
1 changed files with 22 additions and 22 deletions
|
@ -787,7 +787,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
my_clans: "Mis Clanes"
|
my_clans: "Mis Clanes"
|
||||||
clan_name: "Nombre del clan"
|
clan_name: "Nombre del clan"
|
||||||
name: "Nombre"
|
name: "Nombre"
|
||||||
# chieftain: "Chieftain"
|
chieftain: "Líder del Clan"
|
||||||
type: "Tipo"
|
type: "Tipo"
|
||||||
edit_clan_name: "Editar el nombre del Clan"
|
edit_clan_name: "Editar el nombre del Clan"
|
||||||
edit_clan_description: "Editar descripción del clan"
|
edit_clan_description: "Editar descripción del clan"
|
||||||
|
@ -1188,27 +1188,27 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
poll: "Encuesta"
|
poll: "Encuesta"
|
||||||
user_polls_record: "Historia de Visitas de Encuestas"
|
user_polls_record: "Historia de Visitas de Encuestas"
|
||||||
|
|
||||||
# concepts:
|
concepts:
|
||||||
# advanced_strings: "Advanced Strings"
|
advanced_strings: "Cadenas - Avanzado"
|
||||||
# algorithms: "Algorithms"
|
algorithms: "Algoritmos"
|
||||||
# arguments: "Arguments"
|
arguments: "Argumentos"
|
||||||
# arithmetic: "Arithmetic"
|
arithmetic: "Aritmética"
|
||||||
# arrays: "Arrays"
|
arrays: "Arreglos"
|
||||||
# basic_syntax: "Basic Syntax"
|
basic_syntax: "Sintaxis Básica"
|
||||||
# boolean_logic: "Boolean Logic"
|
boolean_logic: "Lógica Booleana"
|
||||||
# break_statements: "Break Statements"
|
break_statements: "Sentencias Break"
|
||||||
# classes: "Classes"
|
classes: "Clases"
|
||||||
# for_loops: "For Loops"
|
for_loops: "Bucle For"
|
||||||
# functions: "Functions"
|
functions: "Funciones"
|
||||||
# if_statements: "If Statements"
|
if_statements: "Sentencias If"
|
||||||
# input_handling: "Input Handling"
|
input_handling: "Manejo de Entradas"
|
||||||
# math_operations: "Math Operations"
|
math_operations: "Operaciones Matemáticas"
|
||||||
# object_literals: "Object Literals"
|
object_literals: "Objetos Literales"
|
||||||
# strings: "Strings"
|
strings: "Cadenas"
|
||||||
# variables: "Variables"
|
variables: "Variables"
|
||||||
# vectors: "Vectors"
|
vectors: "Vectores"
|
||||||
# while_loops: "Loops"
|
while_loops: "Bucles"
|
||||||
# recursion: "Recursion"
|
recursion: "Recursividad"
|
||||||
|
|
||||||
delta:
|
delta:
|
||||||
added: "Agregado"
|
added: "Agregado"
|
||||||
|
|
Loading…
Add table
Reference in a new issue