adds english language file
parent
468984a83b
commit
4a9bfe2865
|
|
@ -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}"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue