Skip to content

Commit

Permalink
refactor: Added a few missing Spanish translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Nov 14, 2020
1 parent 2aba480 commit 597e22e
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions static/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"Modifier": "Mod.",
"SkillName": "Nombre",
"Total": "Total",
"Untrained": "Sin Entrenar"
"Untrained": "Sin Entrenar"
},
"Species": "Especie",
"Tabs": {
Expand All @@ -96,13 +96,13 @@
"Type": "Tipo tirada"
}
},
"Handlebars": {
"Handlebars": {
"CantShowCharacteristic": "AVISO Necesitas volver a seleccionar la características en todas las habilidades marcadas con XXX."
},
"Items": {
"Armor": {
"Armor": "Armadura",
"SecondaryArmor": "Armadura 2ª",
"SecondaryArmor": "Armadura 2ª",
"RadProt": "Prot Rad"
},
"Augmentation": {
Expand Down Expand Up @@ -147,7 +147,7 @@
"INT": "INT",
"Level": "Nivel",
"Modifier": "Modificador",
"NONE": "---",
"NONE": "---",
"PSI": "PSI",
"SOC": "SOC",
"STR": "FUE",
Expand All @@ -160,7 +160,7 @@
"Ammo": "Cargador",
"Damage": "Daño",
"Range": "Alcance",
"lawLevel": "Nivel de Ley",
"lawLevel": "Nivel de Ley",
"rangeBand": "Banda de Alcance",
"weaponType": "Tipo Arma",
"damageType": "Tipo Daño",
Expand All @@ -171,9 +171,9 @@
"Migration": {
"Completed": "¡Migración del sistema Twodsix a la version {version} completada!",
"DoNotClose": "Migrando Twodsix a {version}. No cierre su partida o apague el servidor.",
"MigrationError0.6.25": "Error de Migración: No se ha podido procesar el precio de ${name}, era ${price} ahora 0."
"MigrationError0.6.25": "Error de Migración: No se ha podido procesar el precio de ${name}, era ${price} ahora 0."
},
"No": "No",
"No": "No",
"Rolls": {
"AdjustedDamage": "Daño ajustado (+Efecto):",
"Cancel": "Cancelar",
Expand All @@ -184,22 +184,22 @@
"With": "con",
"resultShows": "Resultado en:",
"sum": "Objetivo 8+",
"using": "de {characteristic}"
"using": "de {characteristic}"
},
"Settings": {
"absoluteBonusValueForEachTimeIncrement": {
"hint": "Vacío por defecto (+/-1). Sin uso actual.",
"name": "Bonus/penaliz. incrementar tarea:"
},
"automateDamageRollOnHit": {
"automateDamageRollOnHit": {
"hint": "Marca=Tira daño mod. por efecto habilidad; SinMarca=No tira daño.",
"name": "Daño en tirada que impacte"
},
"defaultTokenSettings": {
"hint": "Configuración automática del token en nuevos Actores.",
"name": "Asignar un token por defecto"
},
"effectOrTotal": {
"effectOrTotal": {
"hint": "Marca=Mostrar Efecto; SinMarca=Mostrar Valor.",
"name": "Estilo resultados por Efecto"
},
Expand Down Expand Up @@ -227,7 +227,7 @@
"hint": "No asignar igual a Ventaja.",
"name": "Nombre tirada Desventaja:"
},
"ShowLawLevel": {
"ShowLawLevel": {
"hint": "Marca=Mostrar; SinMarca=Esconder.",
"name": "Mostrar 'Nivel de Ley' en armas"
},
Expand Down Expand Up @@ -272,7 +272,18 @@
"name": "Mod. con Polivalencia:"
}
},
"Yes": "Si"
"Yes": "Si",
"itemTypes": {
"equipment": "equipo",
"weapon": "arma",
"armor": "armadura",
"augment": "aumento",
"storage": "carga",
"tool": "herramienta",
"junk": "chatarra",
"skills": "habilidades",
"skill": "habilidad"
}
},
"VeryDifficult": "Muy Difícil"
}

0 comments on commit 597e22e

Please sign in to comment.