FIX: Localization

master
U~man 2020-07-12 14:06:26 +02:00
parent f18050eaf5
commit 5a41a9e2d9
3 changed files with 23 additions and 15 deletions

View File

@ -10,13 +10,28 @@
"OSE.Success": "Éxito",
"OSE.Failure": "Fallo",
"OSE.dialog.tweaks": "Ajustes",
"OSE.Formula": "Formula",
"OSE.SitMod": "Modificador Situational",
"OSE.SitMod": "Mod. Situational",
"OSE.Modifier": "Modificador",
"OSE.Modifiers": "Modificadors",
"OSE.RollMode": "Modo Tirada",
"OSE.RollExample": "ej. +1d4",
"OSE.RollFormula": "{label} tirada",
"OSE.roll.formula": "{label} tirada",
"OSE.roll.appearing": "Aparición",
"OSE.roll.morale": "Moral tirada",
"OSE.roll.hd": "Tirada de Puntos de Golpe",
"OSE.roll.attacksWith": "Ataca con {name}",
"OSE.roll.attacks": "{name} ataca !",
"OSE.roll.save": "Salv. {save}",
"OSE.roll.details.save": "Tira 1d20 >= {save} para éxito",
"OSE.roll.attribute": "Prueba de {attribute}",
"OSE.roll.details.attribute": "Tira 1d20 <= {score} para éxito",
"OSE.roll.exploration": "Prueba de {exploration}",
"OSE.roll.details.exploration": "Tirar 1d6 <= {expl} para éxito",
"OSE.roll.reaction": "Tirada de Reacción",
"OSE.details.name": "Nombre",
"OSE.details.class": "Clase",
@ -25,6 +40,7 @@
"OSE.details.level": "Nivel",
"OSE.details.experience.base": "Experiencia",
"OSE.details.experience.bonus": "Bonus Experiencia",
"OSE.details.experience.next": "Siguiente nivel",
"OSE.details.experience.award": "Premio EXP",
"OSE.details.treasure": "Tipo de Tesoro",
"OSE.details.treasureTable": "Tabla",
@ -42,8 +58,6 @@
"OSE.Loyalty": "Puntuación Lealtad",
"OSE.LoyaltyShort": "PL",
"OSE.scores.check": "Prueba de Atributo",
"OSE.scores.details": "Tira 1d20 <= {score} para éxito",
"OSE.scores.str.long": "Fuerza",
"OSE.scores.str.short": "FUE",
"OSE.scores.wis.long": "Sabiduría",
@ -57,8 +71,6 @@
"OSE.scores.cha.long": "Carisma",
"OSE.scores.cha.short": "CAR",
"OSE.saves.check": "Salvación",
"OSE.saves.details": "Tira 1d20 >= {save} para éxito",
"OSE.saves.death.short": "M",
"OSE.saves.death.long": "Veneno o Muerte",
"OSE.saves.wand.short": "V",
@ -91,8 +103,6 @@
"OSE.ArmorClass": "Clase de Armadura",
"OSE.ArmorClassShort": "CA",
"OSE.AscArmorClassShort": "CAA",
"OSE.SpellDC": "CD Conjuro",
"OSE.SpellDCShort": "CD",
"OSE.Thac0": "GAC0",
"OSE.ABShort": "BA",
"OSE.AB": "Bono Ataque",
@ -124,6 +134,7 @@
"OSE.category.abilities": "Habilidades",
"OSE.category.spells": "Conjuros",
"OSE.category.notes": "Notas",
"OSE.category.languages": "Lenguajes",
"OSE.category.description": "Descripción",
"OSE.category.equipment": "Equipo",
@ -133,8 +144,6 @@
"OSE.Setting.AscendingACHint": "En cuanto más mejor",
"OSE.Setting.Morale": "Activar puntuación de Moral para monstruos",
"OSE.Setting.MoraleHint": "La puntuación de moral se ve en las hojas de monstruo",
"OSE.Setting.THAC0Attacks": "Ataques con GAC0",
"OSE.Setting.THAC0AttacksHint": "Los Ataques se resuelven usango el valor de GACO, no compatible con CAA",
"OSE.Setting.VariableWeaponDamage": "Daño de arma variable",
"OSE.Setting.VariableWeaponDamageHint": "Las armas tienen diferente dado de daño",
"OSE.Setting.Encumbrance": "Carga",
@ -190,8 +199,6 @@
"OSE.abilities.Requirements": "Requisitos",
"OSE.exploration.check": "Prueba de Exploración",
"OSE.exploration.details": "Tirar 1d6 <= {expl} para éxito",
"OSE.exploration.ld.long": "Escuchar Ruidos",
"OSE.exploration.ld.short": "Escuchar Ruidos",
"OSE.exploration.ld.abrev": "ER",

View File

@ -15,6 +15,7 @@
"OSE.Formula": "Formule",
"OSE.SitMod": "Mod. de situation",
"OSE.Modifier": "Modificateur",
"OSE.Modifiers": "Modificateurs",
"OSE.RollMode": "Mode de Jet",
"OSE.RollExample": "ex. +1d4",
@ -89,7 +90,7 @@
"OSE.HitDiceShort": "DV",
"OSE.movement.base": "Déplacement",
"OSE.movement.short": "Dp",
"OSE.movement.short": "DP",
"OSE.movement.details": "Détail du Déplacement",
"OSE.movement.encounter.long": "Déplacement de Rencontre",
"OSE.movement.encounter.short": "Ren",

View File

@ -43,9 +43,9 @@
<input type="text" name="data.details.treasure.type" value="{{data.details.treasure.type}}" />
<label>{{localize 'OSE.details.treasure'}}</label>
</li>
<li title="{{localize 'OSE.details.treasureTableHint'}}">
<!-- <li title="{{localize 'OSE.details.treasureTableHint'}}">
<div>{{data.details.treasure.table}}</div>
<label>{{localize 'OSE.details.treasureTable'}}</label>
</li>
</li> -->
</ul>
</section>