mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05: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"
|
||||
clan_name: "Nombre del clan"
|
||||
name: "Nombre"
|
||||
# chieftain: "Chieftain"
|
||||
chieftain: "Líder del Clan"
|
||||
type: "Tipo"
|
||||
edit_clan_name: "Editar el nombre 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"
|
||||
user_polls_record: "Historia de Visitas de Encuestas"
|
||||
|
||||
# concepts:
|
||||
# advanced_strings: "Advanced Strings"
|
||||
# algorithms: "Algorithms"
|
||||
# arguments: "Arguments"
|
||||
# arithmetic: "Arithmetic"
|
||||
# arrays: "Arrays"
|
||||
# basic_syntax: "Basic Syntax"
|
||||
# boolean_logic: "Boolean Logic"
|
||||
# break_statements: "Break Statements"
|
||||
# classes: "Classes"
|
||||
# for_loops: "For Loops"
|
||||
# functions: "Functions"
|
||||
# if_statements: "If Statements"
|
||||
# input_handling: "Input Handling"
|
||||
# math_operations: "Math Operations"
|
||||
# object_literals: "Object Literals"
|
||||
# strings: "Strings"
|
||||
# variables: "Variables"
|
||||
# vectors: "Vectors"
|
||||
# while_loops: "Loops"
|
||||
# recursion: "Recursion"
|
||||
concepts:
|
||||
advanced_strings: "Cadenas - Avanzado"
|
||||
algorithms: "Algoritmos"
|
||||
arguments: "Argumentos"
|
||||
arithmetic: "Aritmética"
|
||||
arrays: "Arreglos"
|
||||
basic_syntax: "Sintaxis Básica"
|
||||
boolean_logic: "Lógica Booleana"
|
||||
break_statements: "Sentencias Break"
|
||||
classes: "Clases"
|
||||
for_loops: "Bucle For"
|
||||
functions: "Funciones"
|
||||
if_statements: "Sentencias If"
|
||||
input_handling: "Manejo de Entradas"
|
||||
math_operations: "Operaciones Matemáticas"
|
||||
object_literals: "Objetos Literales"
|
||||
strings: "Cadenas"
|
||||
variables: "Variables"
|
||||
vectors: "Vectores"
|
||||
while_loops: "Bucles"
|
||||
recursion: "Recursividad"
|
||||
|
||||
delta:
|
||||
added: "Agregado"
|
||||
|
|
Loading…
Reference in a new issue