Fix actions/tour
This commit is contained in:
627
lang/en.json
Normal file
627
lang/en.json
Normal file
@@ -0,0 +1,627 @@
|
||||
{
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"protagonist": "Protagonist",
|
||||
"vehicle": "Vehicle",
|
||||
"creature": "Creature"
|
||||
},
|
||||
"Item": {
|
||||
"skill": "Skill",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor",
|
||||
"injury": "Injury",
|
||||
"gear": "Gear",
|
||||
"motivation": "Motivation",
|
||||
"mentaldisorder": "Mental Disorder",
|
||||
"bond": "Bond" ,
|
||||
"arcane": "Arcane",
|
||||
"archetype": "Archetype",
|
||||
"ritual": "Ritual",
|
||||
"tome": "Tome"
|
||||
}
|
||||
},
|
||||
"CTHULHUETERNAL": {
|
||||
"Settings": {
|
||||
"era": "Select the era of your game",
|
||||
"eraHint": "Select the era of your game",
|
||||
"Common": "Common",
|
||||
"Classical": "Classical",
|
||||
"Medieval": "Medieval",
|
||||
"Revolution": "Revolution",
|
||||
"Modern": "Modern",
|
||||
"Future": "Future",
|
||||
"Jazz": "Jazz",
|
||||
"WW1": "World War 1",
|
||||
"WW2": "World War 2",
|
||||
"ColdWar": "Cold War",
|
||||
"Victorian": "Victorian",
|
||||
"AgeOfSail": "Age of Sail",
|
||||
"PostApo": "Post-Apocalyptic"
|
||||
},
|
||||
"Protagonist": {
|
||||
"FIELDS": {
|
||||
"damageBonus": {
|
||||
"label": "Dmg.Bonus"
|
||||
},
|
||||
"resources": {
|
||||
"permanentRating": {
|
||||
"label": "Permanent Rating"
|
||||
},
|
||||
"hand": {
|
||||
"label": "Hand"
|
||||
},
|
||||
"stowed": {
|
||||
"label": "Stowed"
|
||||
},
|
||||
"storage": {
|
||||
"label": "Storage"
|
||||
}
|
||||
},
|
||||
"biodata": {
|
||||
"feature": {
|
||||
"label": "Feature"
|
||||
},
|
||||
"adaptedToViolence": {
|
||||
"label": "Adapted to violence"
|
||||
},
|
||||
"adaptedToHelplessness": {
|
||||
"label": "Adapted to helplessness"
|
||||
},
|
||||
"harshness": {
|
||||
"label": "Harshness"
|
||||
},
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"gender": {
|
||||
"label": "Gender"
|
||||
},
|
||||
"hair": {
|
||||
"label": "Hair"
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eyes"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"home": {
|
||||
"label": "Home"
|
||||
},
|
||||
"birthplace": {
|
||||
"label": "Birthplace"
|
||||
},
|
||||
"label": "Biodata"
|
||||
},
|
||||
"characteristics:": {
|
||||
"str": {
|
||||
"label": "Strength"
|
||||
},
|
||||
"dex": {
|
||||
"label": "Dexterity"
|
||||
},
|
||||
"int": {
|
||||
"label": "Intelligence"
|
||||
},
|
||||
"pow": {
|
||||
"label": "Power"
|
||||
},
|
||||
"con": {
|
||||
"label": "Constitution"
|
||||
},
|
||||
"char": {
|
||||
"label": "Charisma"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Creature": {
|
||||
"FIELDS": {
|
||||
"damageBonus": {
|
||||
"label": "Dmg.Bonus"
|
||||
},
|
||||
"resources": {
|
||||
"permanentRating": {
|
||||
"label": "Permanent Rating"
|
||||
},
|
||||
"hand": {
|
||||
"label": "Hand"
|
||||
},
|
||||
"stowed": {
|
||||
"label": "Stowed"
|
||||
},
|
||||
"storage": {
|
||||
"label": "Storage"
|
||||
}
|
||||
},
|
||||
"biodata": {
|
||||
"feature": {
|
||||
"label": "Feature"
|
||||
},
|
||||
"adaptedToViolence": {
|
||||
"label": "Adapted to violence"
|
||||
},
|
||||
"adaptedToHelplessness": {
|
||||
"label": "Adapted to helplessness"
|
||||
},
|
||||
"harshness": {
|
||||
"label": "Harshness"
|
||||
},
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"gender": {
|
||||
"label": "Gender"
|
||||
},
|
||||
"hair": {
|
||||
"label": "Hair"
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eyes"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"home": {
|
||||
"label": "Home"
|
||||
},
|
||||
"birthplace": {
|
||||
"label": "Birthplace"
|
||||
},
|
||||
"label": "Biodata"
|
||||
},
|
||||
"characteristics:": {
|
||||
"str": {
|
||||
"label": "Strength"
|
||||
},
|
||||
"dex": {
|
||||
"label": "Dexterity"
|
||||
},
|
||||
"int": {
|
||||
"label": "Intelligence"
|
||||
},
|
||||
"pow": {
|
||||
"label": "Power"
|
||||
},
|
||||
"con": {
|
||||
"label": "Constitution"
|
||||
},
|
||||
"char": {
|
||||
"label": "Charisma"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Insanity": {
|
||||
"None": "None",
|
||||
"Flee": "Flee",
|
||||
"Submit": "Submit",
|
||||
"Struggle": "Struggle"
|
||||
},
|
||||
"Skill": {
|
||||
"Unnatural": "Unnatural",
|
||||
"Melee": "Melee Weapons",
|
||||
"Firearms": "Firearms",
|
||||
"Athletics": "Athletics",
|
||||
"UnarmedCombat": "Unarmed Combat",
|
||||
"RangedWeapons": "Ranged Weapons",
|
||||
"FirearmsBeams": "Firearms / Beam Weapons",
|
||||
"FIELDS": {
|
||||
"isAdversary": {
|
||||
"label": "Adversary"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
},
|
||||
"diceEvolved": {
|
||||
"label": "Can increase on failure"
|
||||
},
|
||||
"bonus" :{
|
||||
"label": "Bonus"
|
||||
},
|
||||
"base": {
|
||||
"label": "Base"
|
||||
},
|
||||
"rollFailed": {
|
||||
"label": "Roll Failed"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Gear": {
|
||||
"FIELDS": {
|
||||
"resourceLevel": {
|
||||
"label": "Resource level"
|
||||
},
|
||||
"state": {
|
||||
"label": "State"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Injury": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Weapon": {
|
||||
"WeaponType": {
|
||||
"melee": "Melee",
|
||||
"rangedprimitive": "Ranged Primitive",
|
||||
"rangedthrown": "Ranged Thrown",
|
||||
"rangedfirearm": "Ranged Firearm",
|
||||
"unarmed": "Unarmed"
|
||||
},
|
||||
"WeaponSubtype": {
|
||||
"basicfirearm": "Basic Firearm",
|
||||
"pistol": "Pistol",
|
||||
"shotgun": "Shotgun",
|
||||
"submachinegun": "Submachinegun",
|
||||
"riflecarabine": "Rifle/Carabine"
|
||||
},
|
||||
"FIELDS": {
|
||||
"hasDirectSkill": {
|
||||
"label": "Has direct skill"
|
||||
},
|
||||
"directSkillValue": {
|
||||
"label": "Direct skill value"
|
||||
},
|
||||
"state": {
|
||||
"label": "State"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
},
|
||||
"weaponType": {
|
||||
"label": "Type"
|
||||
},
|
||||
"weaponSubtype": {
|
||||
"label": "Firearm Subtype"
|
||||
},
|
||||
"damage": {
|
||||
"label": "Damage"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"baseRange": {
|
||||
"label": "Base range"
|
||||
},
|
||||
"rangeUnit": {
|
||||
"label": "Range unit"
|
||||
},
|
||||
"killRadius": {
|
||||
"label": "Kill radius"
|
||||
},
|
||||
"lethality": {
|
||||
"label": "Lethality"
|
||||
},
|
||||
"resourceLevel": {
|
||||
"label": "Resource level"
|
||||
},
|
||||
"armorPiercing": {
|
||||
"label": "Armor piercing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Armor": {
|
||||
"FIELDS": {
|
||||
"settings": {
|
||||
"label": "Settings Era"
|
||||
},
|
||||
"protection": {
|
||||
"label": "Protection"
|
||||
},
|
||||
"resourceLevel": {
|
||||
"label": "Resource level"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Motivation": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Vehicle": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
},
|
||||
"surfaceSpeed": {
|
||||
"label": "Surface Speed"
|
||||
},
|
||||
"airSpeed": {
|
||||
"label": "Air Speed"
|
||||
},
|
||||
"armor": {
|
||||
"label": "Armor"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
},
|
||||
"crew": {
|
||||
"label": "Crew"
|
||||
},
|
||||
"state": {
|
||||
"label": "State"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MentalDisorder": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"cured": {
|
||||
"label": "Cured"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Bond": {
|
||||
"FIELDS": {
|
||||
"bondType": {
|
||||
"label": "Type"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"value": {
|
||||
"label": "Value"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Arcane": {
|
||||
"FIELDS": {
|
||||
"value": {
|
||||
"label": "Value"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Archetype": {
|
||||
"FIELDS": {
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
},
|
||||
"value": {
|
||||
"label": "Value"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BondType": {
|
||||
"individual": "Individual",
|
||||
"community": "Community"
|
||||
},
|
||||
"Harshness": {
|
||||
"normal": "Normal",
|
||||
"harsh": "Harsh",
|
||||
"veryHarsh": "Very Harsh"
|
||||
},
|
||||
"Tome": {
|
||||
"FIELDS": {
|
||||
"language": {
|
||||
"label": "Language"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings"
|
||||
},
|
||||
"studyTime": {
|
||||
"label": "Study Time"
|
||||
},
|
||||
"sanLoss": {
|
||||
"label": "SAN Loss"
|
||||
},
|
||||
"unnaturalSkill": {
|
||||
"label": "Unnatural Skill"
|
||||
},
|
||||
"rituals": {
|
||||
"label": "Rituals"
|
||||
},
|
||||
"minimumEra": {
|
||||
"label": "Minimum Era"
|
||||
},
|
||||
"otherBenefits": {
|
||||
"label": "Other Benefits"
|
||||
},
|
||||
"creationDate": {
|
||||
"label": "Creation Date"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"tomeDetails": "Tome Details"
|
||||
},
|
||||
"Button": {
|
||||
"addRitual": "Add Ritual"
|
||||
}
|
||||
},
|
||||
"Ritual": {
|
||||
"Simple": "Simple",
|
||||
"Complex": "Complex",
|
||||
"Elaborate": "Elaborate",
|
||||
"FIELDS": {
|
||||
"ritualType": {
|
||||
"label": "Type"
|
||||
},
|
||||
"studyTime": {
|
||||
"label": "Study time"
|
||||
},
|
||||
"studySAN": {
|
||||
"label": "Study SAN"
|
||||
},
|
||||
"activationTime": {
|
||||
"label": "Activation time"
|
||||
},
|
||||
"activationSAN": {
|
||||
"label": "Activation SAN"
|
||||
},
|
||||
"activationWP": {
|
||||
"label": "Activation WP"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"creature": "Creature",
|
||||
"Rituals": "Rituals",
|
||||
"Tomes": "Tomes",
|
||||
"otherBenefits": "Other Benefits",
|
||||
"Unarmed": "Unarmed",
|
||||
"Cured": "Cured",
|
||||
"Uncured": "Uncured",
|
||||
"nudgedRoll": "Nudged Roll",
|
||||
"selectNewValue": "Select the new value",
|
||||
"wpCost": "WP Cost",
|
||||
"Hand": "Hand",
|
||||
"Stowed": "Stowed",
|
||||
"Storage": "Storage",
|
||||
"resourceRating": "Resource rating",
|
||||
"Resources": "Resources",
|
||||
"multiplier": "Multiplier",
|
||||
"setBP": "Set BP",
|
||||
"Vehicle": "Vehicle",
|
||||
"Speed": "Speed",
|
||||
"Slow": "Slow",
|
||||
"Fast": "Fast",
|
||||
"Average": "Average",
|
||||
"None": "None",
|
||||
"Pristine": "Pristine",
|
||||
"Worn": "Worn",
|
||||
"Junk": "Junk",
|
||||
"resources": "Resources",
|
||||
"resourceChecks": "Resource Checks",
|
||||
"sanBPShort": "BP",
|
||||
"tempInsanity": "Temp. Insanity",
|
||||
"distinguishingFeatures": "Distinguishing Features",
|
||||
"titleSkill": "Skill Roll",
|
||||
"titleWeapon": "Weapon Roll",
|
||||
"titleCharacteristic": "Characteristic Roll",
|
||||
"titleSAN": "SAN Roll",
|
||||
"biodata": "Biodata",
|
||||
"skill": "Skill",
|
||||
"modifier": "Modifier",
|
||||
"rollView": "Roll View",
|
||||
"protagonist": "Protagonist",
|
||||
"characteristics": "Characteristics",
|
||||
"description": "Description",
|
||||
"strShort": "STR",
|
||||
"dexShort": "DEX",
|
||||
"intShort": "INT",
|
||||
"powShort": "POW",
|
||||
"conShort": "CON",
|
||||
"chaShort": "CHA",
|
||||
"strLong": "Strength",
|
||||
"dexLong": "Dexterity",
|
||||
"intLong": "Intelligence",
|
||||
"powLong": "Power",
|
||||
"conLong": "Constitution",
|
||||
"chaLong": "Charisma",
|
||||
"total": "Total",
|
||||
"skills": "Skills",
|
||||
"gear": "Gear",
|
||||
"damage": "Damage",
|
||||
"resource": "Resource",
|
||||
"armor": "Armor",
|
||||
"malus": "Malus",
|
||||
"experience": "Experience",
|
||||
"maximum": "Maximum",
|
||||
"equipment": "Equipment",
|
||||
"biography": "Biography",
|
||||
"notes": "Notes",
|
||||
"weapons": "Weapons",
|
||||
"HP": "HP",
|
||||
"SAN": "SAN",
|
||||
"current": "Current",
|
||||
"max": "Max",
|
||||
"recovery": "Recovery",
|
||||
"violence" : "Violence",
|
||||
"helplessness": "Helplessness",
|
||||
"breakingPoint": "Breaking Point",
|
||||
"willpower": "Willpower",
|
||||
"totalScore": "Total Score",
|
||||
"exhausted": "Exhausted",
|
||||
"skillRoll": "Skill Roll",
|
||||
"charRoll": "Characteristic Roll",
|
||||
"finalScore": "Final Score",
|
||||
"failure": "Failure",
|
||||
"success": "Success",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"criticalFailure": "Critical Failure",
|
||||
"Characteristic": "Characteristic",
|
||||
"characteristic": "Characteristic",
|
||||
"targetScore": "Target Score",
|
||||
"gears": "Gears",
|
||||
"armors": "Armors",
|
||||
"motivations": "Motivations",
|
||||
"mentalDisorders": "Mental Disorders",
|
||||
"bonds": "Bonds",
|
||||
"arcane": "Arcane",
|
||||
"archetypes": "Archetypes",
|
||||
"bondType": "Bond Type",
|
||||
"injuries": "Injuries",
|
||||
"damageShort": "Dmg",
|
||||
"status": "Status",
|
||||
"mentaldisorders": "Mental Disorders",
|
||||
"newBond": "New Bond",
|
||||
"newMotivation": "New Motivation",
|
||||
"newMentalDisorder": "New Mental Disorder",
|
||||
"newWeapon": "New Weapon",
|
||||
"newArmor": "New Armor",
|
||||
"newInjury": "New Injury",
|
||||
"newGear": "New Gear",
|
||||
"newArcane": "New Arcane",
|
||||
"newArchetype": "New Archetype",
|
||||
"newSkill": "New Skill",
|
||||
"newTome": "New Tome",
|
||||
"newRitual": "New Ritual"
|
||||
},
|
||||
"ChatMessage": {
|
||||
"exhausted": "Your protagonist is exhausted. He loses [[/r 1d6]] Willpower Points."
|
||||
},
|
||||
"Edit": "Edit",
|
||||
"Delete": "Delete",
|
||||
"ToggleSheet": "Toggle Sheet",
|
||||
"Warning": { },
|
||||
"Dialog": {
|
||||
},
|
||||
"Roll": {
|
||||
"skill": "Skill",
|
||||
"roll": "Roll",
|
||||
"applyNudge": "Apply",
|
||||
"cancel": "Cancel",
|
||||
"nudgeRoll": "Nudge Roll"
|
||||
},
|
||||
"Tooltip": {
|
||||
"sanBP": ">5 SAN lost in one roll, temporary insanity. If SAN less reaches BP = a Disorder unconscious Breaking and AND reset BP.",
|
||||
"setBP": "Set the current Breaking Point based on the current SAN value"
|
||||
},
|
||||
"Chat": {
|
||||
},
|
||||
"Notifications": {
|
||||
"NoWeaponSkill": "No weapon skill found for this weapon. Check Weapon definition or available skills/era",
|
||||
"NoWeaponType": "No weapon type found for this weapon subtype. Check Weapon definition or available skills/era",
|
||||
"skillAlreadyExists": "Skill already exists",
|
||||
"WrongEra": "The era of the item does not match the ear of the system"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user