Merge branch 'master' into 10-implement-money
This commit is contained in:
commit
e89c87f0c1
46 changed files with 1651 additions and 505 deletions
134
src/lang/en.json
134
src/lang/en.json
|
@ -1,12 +1,17 @@
|
|||
{
|
||||
"DS4.UserInteractionAddItem": "Add item",
|
||||
"DS4.UserInteractionEditItem": "Edit item",
|
||||
"DS4.UserInteractionDeleteItem": "Delete item",
|
||||
"DS4.NotOwned": "No owner",
|
||||
"DS4.HeadingDescription": "Description",
|
||||
"DS4.HeadingBiography": "Biography",
|
||||
"DS4.HeadingDetails": "Details",
|
||||
"DS4.HeadingEffects": "Effects",
|
||||
"DS4.HeadingInventory": "Inventory",
|
||||
"DS4.HeadingProfile": "Profile",
|
||||
"DS4.HeadingTalents": "Talents & Abilities",
|
||||
"DS4.HeadingTalentsAbilities": "Talents & Abilities",
|
||||
"DS4.HeadingSpells": "Spells",
|
||||
"DS4.HeadingDescription": "Description",
|
||||
"DS4.HeadingSpecialCreatureAbilites": "Special Abilites",
|
||||
"DS4.AttackType": "Attack Type",
|
||||
"DS4.AttackTypeAbbr": "AT",
|
||||
"DS4.WeaponBonus": "Weapon Bonus",
|
||||
|
@ -16,10 +21,12 @@
|
|||
"DS4.AttackTypeMelee": "Melee",
|
||||
"DS4.AttackTypeRanged": "Ranged",
|
||||
"DS4.AttackTypeMeleeRanged": "Melee / Ranged",
|
||||
"DS4.Description": "Description",
|
||||
"DS4.Quantity": "Quantity",
|
||||
"DS4.PriceGold": "Price (Gold)",
|
||||
"DS4.StorageLocation": "Stored at",
|
||||
"DS4.ItemEquipped": "Equipped",
|
||||
"DS4.ItemEquippedAbbr": "E",
|
||||
"DS4.ItemOwner": "Owner",
|
||||
"DS4.ItemAvailability": "Availability",
|
||||
"DS4.ItemAvailabilityHamlet": "Hamlet",
|
||||
|
@ -36,6 +43,8 @@
|
|||
"DS4.ItemTypeArmorPlural": "Armor",
|
||||
"DS4.ItemTypeShield": "Shield",
|
||||
"DS4.ItemTypeShieldPlural": "Shields",
|
||||
"DS4.ItemTypeSpell": "Spell",
|
||||
"DS4.ItemTypeSpellPlural": "Spells",
|
||||
"DS4.ItemTypeTrinket": "Trinket",
|
||||
"DS4.ItemTypeTrinketPlural": "Trinkets",
|
||||
"DS4.ItemTypeEquipment": "Equipment",
|
||||
|
@ -48,6 +57,8 @@
|
|||
"DS4.ItemTypeLanguagePlural": "Languages",
|
||||
"DS4.ItemTypeAlphabet": "Alphabet",
|
||||
"DS4.ItemTypeAlphabetPlural": "Alphabets",
|
||||
"DS4.ItemTypeSpecialCreatureAbility": "Special Creature Ability",
|
||||
"DS4.ItemTypeSpecialCreatureAbilityPlural": "Special Creature Abilities",
|
||||
"DS4.ArmorType": "Armor Type",
|
||||
"DS4.ArmorTypeAbbr": "AT",
|
||||
"DS4.ArmorMaterialType": "Material Type",
|
||||
|
@ -72,6 +83,29 @@
|
|||
"DS4.ArmorMaterialTypeChainAbbr": "Chain",
|
||||
"DS4.ArmorMaterialTypePlate": "Plate",
|
||||
"DS4.ArmorMaterialTypePlateAbbr": "Plate",
|
||||
"DS4.SpellType": "Spell Type",
|
||||
"DS4.SpellTypeAbbr": "T",
|
||||
"DS4.SpellTypeSpellcasting": "Spellcasting",
|
||||
"DS4.SpellTypeTargetedSpellcasting": "Targeted Spellcasting",
|
||||
"DS4.SpellCategory": "Category",
|
||||
"DS4.SpellCategoryHealing": "Healing",
|
||||
"DS4.SpellCategoryFire": "Fire",
|
||||
"DS4.SpellCategoryIce": "Ice",
|
||||
"DS4.SpellCategoryLight": "Light",
|
||||
"DS4.SpellCategoryDarkness": "Darkness",
|
||||
"DS4.SpellCategoryMindAffecting": "Mind Affecting",
|
||||
"DS4.SpellCategoryElectricity": "Electricity",
|
||||
"DS4.SpellCategoryNone": "None",
|
||||
"DS4.SpellCategoryUnset": "Unset",
|
||||
"DS4.SpellBonus": "Spell Bonus",
|
||||
"DS4.SpellBonusAbbr": "SB",
|
||||
"DS4.SpellMaxDistance": "Range",
|
||||
"DS4.SpellEffectRadius": "Radius",
|
||||
"DS4.SpellDuration": "Duration",
|
||||
"DS4.SpellCooldownDuration": "Cooldown",
|
||||
"DS4.SpellScrollPriceGold": "Scroll Price (Gold)",
|
||||
"DS4.ActorTypeCharacter": "Character",
|
||||
"DS4.ActorTypeCreature": "Creature",
|
||||
"DS4.AttributeBody": "Body",
|
||||
"DS4.AttributeMobility": "Mobility",
|
||||
"DS4.AttributeMind": "Mind",
|
||||
|
@ -89,35 +123,83 @@
|
|||
"DS4.CombatValuesRangedAttack": "Ranged Attack",
|
||||
"DS4.CombatValuesSpellcasting": "Spellcasting",
|
||||
"DS4.CombatValuesTargetedSpellcasting": "Targeted Spellcasting",
|
||||
"DS4.BaseInfoRace": "Race",
|
||||
"DS4.BaseInfoClass": "Class",
|
||||
"DS4.BaseInfoHeroClass": "Hero Class",
|
||||
"DS4.BaseInfoCulture": "Culture",
|
||||
"DS4.ProgressionLevel": "Level",
|
||||
"DS4.ProgressionExperiencePoints": "Experience Points",
|
||||
"DS4.ProgressionTalentPoints": "Talent Points",
|
||||
"DS4.ProgressionProgressPoints": "Progress Points",
|
||||
"DS4.CharacterBaseInfoRace": "Race",
|
||||
"DS4.CharacterBaseInfoClass": "Class",
|
||||
"DS4.CharacterBaseInfoHeroClass": "Hero Class",
|
||||
"DS4.CharacterBaseInfoCulture": "Culture",
|
||||
"DS4.CharacterProgressionLevel": "Level",
|
||||
"DS4.CharacterProgressionExperiencePoints": "Experience Points",
|
||||
"DS4.CharacterProgressionTalentPoints": "Talent Points",
|
||||
"DS4.CharacterProgressionProgressPoints": "Progress Points",
|
||||
"DS4.TalentRank": "Rank",
|
||||
"DS4.TalentRankBase": "Acquired Ranks",
|
||||
"DS4.TalentRankMax": "Maximum Ranks",
|
||||
"DS4.TalentRankMod": "Additional Ranks",
|
||||
"DS4.TalentRankTotal": "Total Ranks",
|
||||
"DS4.LanguageLanguages": "Languages",
|
||||
"DS4.LanguageAlphabets": "Alphabets",
|
||||
"DS4.ProfileGender": "Gender",
|
||||
"DS4.ProfileBirthday": "Birthday",
|
||||
"DS4.ProfileBirthplace": "Birthplace",
|
||||
"DS4.ProfileAge": "Age",
|
||||
"DS4.ProfileHeight": "Height",
|
||||
"DS4.ProfilHairColor": "Hair Color",
|
||||
"DS4.ProfileWeight": "Weight",
|
||||
"DS4.ProfileEyeColor": "Eye Color",
|
||||
"DS4.ProfileSpecialCharacteristics": "Special Characteristics",
|
||||
"DS4.CurrencyGold": "Gold",
|
||||
"DS4.CurrencySilver": "Silver",
|
||||
"DS4.CurrencyCopper": "Copper",
|
||||
"DS4.Currency": "Currency",
|
||||
"DS4.CharacterLanguageLanguages": "Languages",
|
||||
"DS4.CharacterLanguageAlphabets": "Alphabets",
|
||||
"DS4.SpecialCreatureAbilityExperiencePoints": "Experience Points",
|
||||
"DS4.CharacterProfileBiography": "Biography",
|
||||
"DS4.CharacterProfileGender": "Gender",
|
||||
"DS4.CharacterProfileBirthday": "Birthday",
|
||||
"DS4.CharacterProfileBirthplace": "Birthplace",
|
||||
"DS4.CharacterProfileAge": "Age",
|
||||
"DS4.CharacterProfileHeight": "Height",
|
||||
"DS4.CharacterProfileHairColor": "Hair Color",
|
||||
"DS4.CharacterProfileWeight": "Weight",
|
||||
"DS4.CharacterProfileEyeColor": "Eye Color",
|
||||
"DS4.CharacterProfileSpecialCharacteristics": "Special Characteristics",
|
||||
"DS4.CharacterCurrencyGold": "Gold",
|
||||
"DS4.CharacterCurrencySilver": "Silver",
|
||||
"DS4.CharacterCurrencyCopper": "Copper",
|
||||
"DS4.CharacterCurrency": "Currency",
|
||||
"DS4.CreatureTypeAnimal": "Animal",
|
||||
"DS4.CreatureTypeConstruct": "Construct",
|
||||
"DS4.CreatureTypeHumanoid": "Humanoid",
|
||||
"DS4.CreatureTypeMagicalEntity": "Magical Entity",
|
||||
"DS4.CreatureTypePlantBeing": "Plant Being",
|
||||
"DS4.CreatureTypeUndead": "Undead",
|
||||
"DS4.CreatureSizeCategoryTiny": "Tiny",
|
||||
"DS4.CreatureSizeCategorySmall": "Small",
|
||||
"DS4.CreatureSizeCategoryNormal": "Normal",
|
||||
"DS4.CreatureSizeCategoryLarge": "Large",
|
||||
"DS4.CreatureSizeCategoryHuge": "Huge",
|
||||
"DS4.CreatureSizeCategoryColossal": "Colossal",
|
||||
"DS4.CreatureBaseInfoLoot": "Loot",
|
||||
"DS4.CreatureBaseInfoFoeFactor": "Foe Factor",
|
||||
"DS4.CreatureBaseInfoCreatureType": "Creature Type",
|
||||
"DS4.CreatureBaseInfoSizeCategory": "Size Category",
|
||||
"DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
|
||||
"DS4.CreatureBaseInfoDescription": "Description",
|
||||
"DS4.WarningManageActiveEffectOnOwnedItem": "Managing Active Effects within an Owned Item is not currently supported and will be added in a subsequent update.",
|
||||
"DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.",
|
||||
"DS4.ErrorDiceCritOverlap": "There's an overlap between Fumbles and Coups",
|
||||
"DS4.ErrorExplodingRecursionLimitExceeded": "Maximum recursion depth for exploding dice roll exceeded"
|
||||
"DS4.ErrorExplodingRecursionLimitExceeded": "Maximum recursion depth for exploding dice roll exceeded",
|
||||
"DS4.UnitRounds": "Rounds",
|
||||
"DS4.UnitRoundsAbbr": "rnd",
|
||||
"DS4.UnitMinutes": "Minutes",
|
||||
"DS4.UnitMinutesAbbr": "min",
|
||||
"DS4.UnitHours": "Hours",
|
||||
"DS4.UnitHoursAbbr": "h",
|
||||
"DS4.UnitDays": "Days",
|
||||
"DS4.UnitDaysAbbr": "d",
|
||||
"DS4.UnitMeters": "Meters",
|
||||
"DS4.UnitMetersAbbr": "m",
|
||||
"DS4.UnitKilometers": "Kilometers",
|
||||
"DS4.UnitKilometersAbbr": "km",
|
||||
"DS4.UnitCustom": "Custom Unit",
|
||||
"DS4.UnitCustomAbbr": " ",
|
||||
"DS4.RollDialogDefaultTitle": "Roll Options",
|
||||
"DS4.RollDialogOkButton": "Ok",
|
||||
"DS4.RollDialogCancelButton": "Cancel",
|
||||
"DS4.ErrorUnexpectedHtmlType": "Type Error: Expected {exType}, got {realType}",
|
||||
"DS4.RollDialogTargetLabel": "Check Target Number",
|
||||
"DS4.RollDialogModifierLabel": "Game Master Modifier",
|
||||
"DS4.RollDialogCoupLabel": "Coup to",
|
||||
"DS4.RollDialogFumbleLabel": "Fumble from",
|
||||
"DS4.RollDialogVisibilityLabel": "Visibility",
|
||||
"DS4.ChatVisibilityRoll": "All",
|
||||
"DS4.ChatVisibilityGmRoll": "Self & GM",
|
||||
"DS4.ChatVisibilityBlindRoll": "GM only",
|
||||
"DS4.ChatVisibilitySelfRoll": "Self only"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue