diff --git a/lang/de.json b/lang/de.json index ba113c8..ccc644a 100644 --- a/lang/de.json +++ b/lang/de.json @@ -55,6 +55,16 @@ "BOL.ui.equip": "Anlegen", "BOL.ui.delete": "Löschen", "BOL.ui.roll" : "Würfeln", + "BOL.ui.bonus": "Bonus", + "BOL.ui.log": "Protokoll", + "BOL.ui.add": "Hinzufügen", + "BOL.ui.rolls": "Würfe", + "BOL.ui.action": "Aktion", + "BOL.ui.unarmedAttack": "Unbewaffneter Angriff", + "BOL.ui.vehicleType.boat": "Schiff", + "BOL.ui.vehicleType.flyingboat": "Flugschiff", + "BOL.ui.vehicleType.chariot": "Streitwagen/Karre", + "BOL.ui.vehicleType.other": "Anderes", "BOL.ui.equipment" : "Ausrüstung", "BOL.ui.equipmentProperties" : "Ausrüstungseigenschaften", "BOL.ui.weaponAttack" : "Waffenangriff", @@ -156,6 +166,15 @@ "BOL.ui.armorAgiMalus": "Rüschtung+Schild-Malus (Geschick)", "BOL.ui.armorInitMalus": "Rüstungsmalus (Init)", "BOL.ui.attackValue": "Angriffswert", + "BOL.ui.attackModifier": "Angriffsmodifikator", + "BOL.ui.vehicleWeapons": "Fahrzeugwaffen", + "BOL.ui.hullDamage": "Rumpfschaden", + "BOL.ui.crewDamage": "Besatzungsschaden", + "BOL.ui.fireDamage": "Feuer ?", + "BOL.ui.undead": "Untot", + "BOL.ui.minor": "Gering", + "BOL.ui.major": "Groß", + "BOL.ui.majorgroup": "Große Gruppe", "BOL.ui.initMalus": "Init malus", "BOL.ui.createEquipment": "Create Equipment", diff --git a/lang/en.json b/lang/en.json index bf1050d..2b569d3 100644 --- a/lang/en.json +++ b/lang/en.json @@ -78,6 +78,16 @@ "BOL.ui.equip": "Equip", "BOL.ui.delete": "Delete", "BOL.ui.roll" : "Roll", + "BOL.ui.bonus": "Bonus", + "BOL.ui.log": "Log", + "BOL.ui.add": "Add", + "BOL.ui.rolls": "Rolls", + "BOL.ui.action": "Action", + "BOL.ui.unarmedAttack": "Unarmed attack", + "BOL.ui.vehicleType.boat": "Ship", + "BOL.ui.vehicleType.flyingboat": "Flying ship", + "BOL.ui.vehicleType.chariot": "Chariot/Cart", + "BOL.ui.vehicleType.other": "Other", "BOL.ui.equipment" : "Equipment", "BOL.ui.equipmentProperties" : "Equipment properties", "BOL.ui.weaponAttack" : "Weapon attack", @@ -177,6 +187,10 @@ "BOL.ui.armorInitMalus": "Armor Modifier (Init)", "BOL.ui.attackValue": "Attack Value", "BOL.ui.attackModifier": "Attack Modifier", + "BOL.ui.vehicleWeapons": "Vehicle weapons", + "BOL.ui.hullDamage": "Hull damage", + "BOL.ui.crewDamage": "Crew damage", + "BOL.ui.fireDamage": "Fire ?", "BOL.ui.weaponbonus": "Cette arme bénéficie déja d'un Dé de Bonus (Arme Favorite prise en compte, par exemple)", "BOL.ui.initMalus": "Init malus", "BOL.ui.creature": "Creature", diff --git a/lang/es.json b/lang/es.json index 230de21..e822acc 100644 --- a/lang/es.json +++ b/lang/es.json @@ -77,6 +77,16 @@ "BOL.ui.equip": "Equipar", "BOL.ui.delete": "Borrar", "BOL.ui.roll" : "Tirar", + "BOL.ui.bonus": "Bonificación", + "BOL.ui.log": "Registro", + "BOL.ui.add": "Añadir", + "BOL.ui.rolls": "Tiradas", + "BOL.ui.action": "Acción", + "BOL.ui.unarmedAttack": "Ataque sin armas", + "BOL.ui.vehicleType.boat": "Barco", + "BOL.ui.vehicleType.flyingboat": "Nave Voladora", + "BOL.ui.vehicleType.chariot": "Carro", + "BOL.ui.vehicleType.other": "Otro", "BOL.ui.equipment" : "Equipo", "BOL.ui.equipmentProperties" : "Propiedades Equipo", "BOL.ui.weaponAttack" : "Ataque Arma", @@ -177,6 +187,10 @@ "BOL.ui.armorInitMalus": "Mod. Armadura (Inic)", "BOL.ui.attackValue": "Valor Ataque", "BOL.ui.attackModifier": "Mod. Ataque", + "BOL.ui.vehicleWeapons": "Armas de vehículo", + "BOL.ui.hullDamage": "Daño casco", + "BOL.ui.crewDamage": "Daño tripulación", + "BOL.ui.fireDamage": "¿Fuego?", "BOL.ui.weaponbonus": "Esta arma se beneficia de un Dado de ventaja (ej Arma Personal)", "BOL.ui.initMalus": "Desventaja Inic.", "BOL.ui.creature": "Criatura", diff --git a/lang/fr.json b/lang/fr.json index 3fa46cd..f00384a 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -78,6 +78,16 @@ "BOL.ui.equip": "Équiper", "BOL.ui.delete": "Supprimer", "BOL.ui.roll": "Utiliser", + "BOL.ui.bonus": "Bonus", + "BOL.ui.log": "Journal", + "BOL.ui.add": "Ajouter", + "BOL.ui.rolls": "Jets", + "BOL.ui.action": "Action", + "BOL.ui.unarmedAttack": "Attaque à mains nues", + "BOL.ui.vehicleType.boat": "Navire", + "BOL.ui.vehicleType.flyingboat": "Nef Volante", + "BOL.ui.vehicleType.chariot": "Chariot/Carriole", + "BOL.ui.vehicleType.other": "Autre", "BOL.ui.equipment": "Équipement", "BOL.ui.equipmentProperties": "Propriétés d'équipement", "BOL.ui.weaponAttack": "Attaque d'arme", diff --git a/templates/actor/horde-sheet.hbs b/templates/actor/horde-sheet.hbs index 775e31b..c119950 100644 --- a/templates/actor/horde-sheet.hbs +++ b/templates/actor/horde-sheet.hbs @@ -15,7 +15,7 @@
- +
diff --git a/templates/actor/parts/actor-header.hbs b/templates/actor/parts/actor-header.hbs index b56b862..9b95527 100644 --- a/templates/actor/parts/actor-header.hbs +++ b/templates/actor/parts/actor-header.hbs @@ -2,7 +2,7 @@
- +
{{#if (eq charType "player")}} @@ -19,7 +19,7 @@
{{else}}
-
+
+ {{else}} {{/if}} diff --git a/templates/actor/parts/tabs/creature-actions.hbs b/templates/actor/parts/tabs/creature-actions.hbs index 0239606..a7254d7 100644 --- a/templates/actor/parts/tabs/creature-actions.hbs +++ b/templates/actor/parts/tabs/creature-actions.hbs @@ -57,8 +57,8 @@ {{item.name}}
- - + +
{{/each}} diff --git a/templates/actor/parts/tabs/vehicle-weapons.hbs b/templates/actor/parts/tabs/vehicle-weapons.hbs index 904bef3..46e6d62 100644 --- a/templates/actor/parts/tabs/vehicle-weapons.hbs +++ b/templates/actor/parts/tabs/vehicle-weapons.hbs @@ -4,7 +4,7 @@
{{localize "BOL.ui.hullDamage"}}
{{localize "BOL.ui.crewDamage"}}
{{localize "BOL.ui.fireDamage"}}
-
+
{{#each weapons as |item id|}}
  • @@ -22,7 +22,7 @@ {{#if item.system.properties.isfiredamage}}X{{else}}-{{/if}}
  • - +
    {{/each}} diff --git a/templates/actor/vehicle-sheet.hbs b/templates/actor/vehicle-sheet.hbs index a1ea532..52e2245 100644 --- a/templates/actor/vehicle-sheet.hbs +++ b/templates/actor/vehicle-sheet.hbs @@ -15,16 +15,16 @@
    - +
    - +
    diff --git a/templates/token/hud-actor-actions.hbs b/templates/token/hud-actor-actions.hbs index 6cd9f79..7778666 100644 --- a/templates/token/hud-actor-actions.hbs +++ b/templates/token/hud-actor-actions.hbs @@ -1,5 +1,5 @@
    - +
    {{#each actionsList as |action key|}} {{#if (eq system.subtype "weapon")}} diff --git a/templates/token/hud-actor-rolls.hbs b/templates/token/hud-actor-rolls.hbs index 5dad7b2..0b754df 100644 --- a/templates/token/hud-actor-rolls.hbs +++ b/templates/token/hud-actor-rolls.hbs @@ -1,5 +1,5 @@
    - +
    {{#each rollsList as |roll key|}}