adds english language file

pull/67/head^2
macniel 2025-11-19 16:13:53 +01:00
parent 468984a83b
commit 4a9bfe2865
1 changed files with 50 additions and 0 deletions

50
src/lang/en.json 100644
View File

@ -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}"
}
}