{
  "MYRIADES": {
    "SystemName": "Myriades",
    "ActorType": {
      "character": "Character",
      "npc": "NPC"
    },
    "ItemType": {
      "skill": "Skill",
      "spell": "Spell",
      "path": "Path",
      "equipment": "Equipment",
      "effect": "Effect"
    },
    "Characteristics": {
      "puissance": "Power",
      "coordination": "Coordination",
      "ingeniosite": "Ingenuity",
      "perspicacite": "Insight"
    },
    "CharacteristicsHelp": {
      "puissance": "Physical strength, toughness, and carrying capacity. It directly affects max Health and inventory capacity.",
      "coordination": "Precision, agility, reflexes, and acting quickly under pressure.",
      "ingeniosite": "Reasoning, technique, crafting, and understanding complex systems.",
      "perspicacite": "Perception, intuition, willpower, and mental steadiness in difficult situations."
    },
    "Resources": {
      "health": "Health",
      "magic": "Magic"
    },
    "ResourcesHelp": {
      "health": "Current hit points. Max value formula shown below.",
      "magic": "Current magic points. Max value formula shown below."
    },
    "Secondary": {
      "title": "Secondary Characteristics",
      "healthMax": "Health Max",
      "magicMax": "Magic Max",
      "inventoryCapacity": "Inventory Capacity",
      "modifiersButton": "Modifiers",
      "editModifiers": "Edit Modifiers",
      "formula": {
        "health": "Power ({power}) + Mod ({mod}) = {result}",
        "magic": "2 × floor({sourceLabel} ({sourceValue}) / 10) + Mod ({mod}) = {result}",
        "inventory": "{base} + floor(Power ({power}) / 5) + Mod ({mod}) = {result}"
      }
    },
    "Progression": {
      "title": "Progression",
      "currentBudget": "XP Budget",
      "spentXp": "Spent XP",
      "earnedXp": "Earned XP",
      "creationBudget": "Creation Budget",
      "manualSpentAdjustment": "Manual spend adjustment",
      "domainless": "Domain-less",
      "domainlessBonusXp": "Domain-less XP bonus",
      "awardXp": "Award XP",
      "characteristicsXp": "Characteristics",
      "skillsXp": "Skills",
      "pathsXp": "Paths",
      "pathXpCostHint": "Current total XP cost of the path"
    },
    "Tab": {
      "characteristics": "Characteristics",
      "skills": "Skills",
      "spells": "Spells",
      "paths": "Paths",
      "inventory": "Inventory",
      "effects": "Effects"
    },
    "Roll": {
      "rollCharacteristic": "Roll characteristic",
      "rollSkill": "Roll skill",
      "rollSpell": "Cast spell",
      "skillFlavor": "{itemName} [{charLabel} {charValue} {modifier} = {targetValue}] — {result}",
      "success": "✓ Success",
      "failure": "✗ Failure",
      "criticalSuccess": "Critical Success",
      "criticalFailure": "Critical Failure",
      "successMargin": "Success margin: {margin}",
      "successMarginLabel": "Success margin:",
      "failureMarginLabel": "Failure margin:",
      "targetLabel": "Target",
      "resultLabel": "Result"
    },
    "Action": {
      "addSkill": "Add a skill",
      "addSpell": "Add a spell",
      "addPath": "Add a path",
      "addEquipment": "Add equipment",
      "addEffect": "Add an effect",
      "castSpell": "Cast spell",
      "freeCastSpell": "Cast without spending magic",
      "sendToChat": "Send to chat",
      "edit": "Edit",
      "delete": "Delete",
      "save": "Save",
      "cancel": "Cancel",
      "add": "Add",
      "remove": "Remove",
      "enable": "Enable",
      "disable": "Disable"
    },
    "Sheet": {
      "name": "Name",
      "characteristic": "Characteristic",
      "grade": "Grade",
      "description": "Description"
    },
    "Skill": {
      "grade": "Grade",
      "gradeless": "Gradeless",
      "origin": "Skill Origin",
      "usesGrades": "Uses grades",
      "maxGrade": "Max grade",
      "isRollable": "Rollable skill",
      "pointCost": "Skill Point Cost",
      "xpCost": "XP Cost",
      "rollModifier": "Roll Modifier"
    },
    "Spell": {
      "magicCost": "Magic Cost",
      "domain": "Domain",
      "art": "Art",
      "notEnoughMagic": "{actorName} does not have enough magic to cast this spell ({current}/{cost}).",
      "castPaidFormula": "Magic: {before} - {cost} = {after}",
      "freeCastFormula": "Free cast: {diceCount}d100 against {label} ({value})",
      "freeCastTarget": "The spell is cast without spending magic using {diceCount}d100 against {label} ({value}).",
      "freeCastRollLine": "Roll {index}: {rolled} against {target} — {outcome}",
      "characteristicAdjustment": "Effect on {label}: {amount}",
      "characteristicChangeSummary": "{label}: {before} → {after} ({delta})"
    },
    "Path": {
      "skills": "Path Skills",
      "bundledSkills": "Bundled Skills",
      "skillsCount": "Skill Count",
      "xpCost": "Base XP Cost",
      "totalXpCost": "Total XP Cost",
      "addBundledSkill": "Add skill to path",
      "removeBundledSkill": "Remove skill from path",
      "noBundledSkills": "This path has no bundled skills yet.",
      "newSkill": "New Skill",
      "dropSkillHint": "Drag a skill here to add it to the path.",
      "dropAlreadyIncluded": "This skill is already included in the path."
    },
    "SkillType": {
      "aptitude": "Aptitude",
      "unique": "Unique Ability",
      "racial": "Racial Skill",
      "path": "Path Skill"
    },
    "Equipment": {
      "slots": "Slots",
      "quantity": "Quantity",
      "totalSlots": "Total Slots",
      "gridSize": "Grid Size",
      "charges": "Charges",
      "equipped": "Equipped",
      "usable": "Usable",
      "equippable": "Equippable",
      "magical": "Magical",
      "consumable": "Consumable",
      "throwable": "Throwable"
    },
    "Effect": {
      "enabled": "Enabled",
      "modifiers": "Modifiers",
      "addModifier": "Add Modifier",
      "removeModifier": "Remove",
      "mode": {
        "add": "Add (+)",
        "multiply": "Multiply (×)",
        "override": "Override (=)"
      }
    },
    "Inventory": {
      "capacity": "Inventory Capacity",
      "help": "Used slots / maximum slots. Calculation formula shown below."
    },
    "Settings": {
      "sheetTheme": {
        "name": "Sheet Theme",
        "hint": "Choose the visual theme for character, NPC and item sheets.",
        "light": "Light",
        "dark": "Dark"
      },
      "showPlayerXpControls": {
        "name": "Show XP controls to players",
        "hint": "Allow players to see and use XP award buttons on their character sheets."
      },
      "character": {
        "title": "Character Settings"
      }
    },
    "Empty": {
      "skills": "No skills.",
      "spells": "No spells.",
      "paths": "No paths.",
      "inventory": "Empty inventory.",
      "effects": "No effects."
    }
  },
  "TYPES": {
    "Actor": {
      "character": "Character",
      "npc": "NPC"
    },
    "Item": {
      "skill": "Skill",
      "spell": "Spell",
      "path": "Path",
      "equipment": "Equipment"
    }
  }
}
