diff --git a/src/lang/en.json b/src/lang/en.json new file mode 100644 index 00000000..4236611f --- /dev/null +++ b/src/lang/en.json @@ -0,0 +1,50 @@ +{ + "TYPES": { + "Actor": { + "Character": "Hero", + "Creature": "Creature", + "Group": "Adventure Group", + "Merchant": "Merchant" + }, + "Item": { + "ActiveEffect": "Active Effect", + "Equipment": "Equipment", + "Skill": "Skill", + "Advantage": "Dis-/advantage", + "SpecialAbility": "Special Ability", + "Spell": "Spell", + "Liturgy": "Liturgy", + "Species": "Species", + "Culture": "Culture", + "Profession": "Profession" + } + }, + "COOLDOWN": { + "cancel": "cancel {t}" + }, + "WEAPON": { + "attack": "Attack with {weapon}", + "parry": "Parry with {weapon}", + "damage": "Deal damage with {weapon}", + "initiative": "Roll initiative" + }, + "COMBAT_DIALOG": { + "notReadyReason": { + "title": "Attack can't be executed due to:", + "noTarget": "No Target selected", + "noWeapon": "No Weapon selected", + "noSkill": "No Skill selected", + "noManeuver": "No Maneuver selected", + "impossible": "Difficulty exceeds Skill Value" + } + }, + "COMBAT_DIALOG_TP": { + "windowTitle": "Roll Damage", + "regularFormula": "Damage formula:", + "bonusDamage": "Additional damage formula:", + "buttonText": "Roll Dice" + }, + "ITEM_BROWSER": { + "progress": "{current}/{max}: imported from {compendium}" + } +}