.dungeon/langs/en-ca.json
2023-12-22 22:59:39 -07:00

105 lines
No EOL
4.7 KiB
JSON

{
"dotdungeon.settings.showAvatarOnSheet.name": "Show Avatar On Player Sheet",
"dotdungeon.settings.showAvatarOnSheet.description": "Determines whether or not to show the avatar to you on the Player Character sheets, turning this off will replace the image with a file picker so that you can still change the image from the character sheet.",
"dotdungeon.settings.playersCanChangeGroup.name": "Allow Players to Change Group",
"dotdungeon.settings.playersCanChangeGroup.description": "Setting this to true allows non-GM players to modify the group that the Actor belongs to. While this is disabled the GM will still be able to modify each player's group by editing the character sheet.",
"dotdungeon.settings.resourcesOrSupplies.name": "Use Resources or Supplies",
"dotdungeon.settings.resourcesOrSupplies.description": "Determines which term to use for the objects that allow travelling into the next hex tile. This is because of the",
"dotdungeon.settings.resourcesOrSupplies.option.supplies": "Supplies",
"dotdungeon.settings.resourcesOrSupplies.option.resources": "Resources",
"dotdungeon.sheet.PlayerSheet": "PC/PUG Sheet",
"dotdungeon.sheet.SyncSheet.basic": "Theme: Basic",
"dotdungeon.sheet.AspectSheet": "Aspect Sheet",
"TYPES.Actor.player": "Player",
"TYPES.Actor.sync": "Sync",
"TYPES.Item.aspect": "Aspect",
"TYPES.Item.weapon": "Weapon",
"TYPES.Item.armour": "Armour",
"TYPES.Item.equipment": "Equipment",
"TYPES.Item.foil": "Foil",
"TYPES.Item.pet": "Pet",
"TYPES.Item.transportation": "Transportation",
"TYPES.Item.structure": "Structure",
"TYPES.Item.service": "Service",
"TYPES.Item.legendaryItem": "Legendary Item",
"TYPES.Item.spell": "Spell",
"dotdungeon.actor.pc.panel.profile": "Profile",
"dotdungeon.actor.pc.panel.statistics": "Stats",
"dotdungeon.actor.pc.panel.skills": "Skills",
"dotdungeon.actor.pc.panel.backpack": "Backpack",
"dotdungeon.actor.pc.panel.health": "Sync",
"dotdungeon.actor.pc.panel.aspect": "Aspect",
"dotdungeon.actor.pc.panel.weapons": "Weapons",
"dotdungeon.actor.pc.panel.roles": "Roles",
"dotdungeon.actor.pc.panel.spells": "Spells",
"dotdungeon.actor.pc.panel.mounts": "Mounts",
"dotdungeon.actor.pc.panel.summons": "Summons",
"dotdungeon.actor.pc.panel.storage": "Storage",
"dotdungeon.actor.pc.stat.build": "Build",
"dotdungeon.actor.pc.stat.meta": "Meta",
"dotdungeon.actor.pc.stat.presence": "Presence",
"dotdungeon.actor.pc.stat.hands": "Hands",
"dotdungeon.actor.pc.stat.tilt": "Tilt",
"dotdungeon.actor.pc.stat.rng": "RNG",
"dotdungeon.actor.pc.skills.build": "Build",
"dotdungeon.actor.pc.skill.defense": "Defense",
"dotdungeon.actor.pc.skill.magic": "Magic",
"dotdungeon.actor.pc.skill.melee": "Melee",
"dotdungeon.actor.pc.skill.platforming": "Platforming",
"dotdungeon.actor.pc.skill.strength": "Strength",
"dotdungeon.actor.pc.skills.meta": "Meta",
"dotdungeon.actor.pc.skill.alchemy": "Alchemy",
"dotdungeon.actor.pc.skill.arcanum": "Arcanum",
"dotdungeon.actor.pc.skill.dreams": "Dreams",
"dotdungeon.actor.pc.skill.lore": "Lore",
"dotdungeon.actor.pc.skill.navigation": "Navigation",
"dotdungeon.actor.pc.skills.presence": "Presence",
"dotdungeon.actor.pc.skill.animal_handling": "Animal Handling",
"dotdungeon.actor.pc.skill.perception": "Perception",
"dotdungeon.actor.pc.skill.sneak": "Sneak",
"dotdungeon.actor.pc.skill.speech": "Speech",
"dotdungeon.actor.pc.skill.vibes": "Vibes",
"dotdungeon.actor.pc.skills.hands": "Hands",
"dotdungeon.actor.pc.skill.accuracy": "Accuracy",
"dotdungeon.actor.pc.skill.crafting": "Crafting",
"dotdungeon.actor.pc.skill.engineering": "Engineering",
"dotdungeon.actor.pc.skill.explosives": "Explosives",
"dotdungeon.actor.pc.skill.piloting": "Piloting",
"dotdungeon.actor.pc.respawns.header": "Respawns",
"dotdungeon.actor.pc.sync.header": "Sync",
"dotdungeon.actor.pc.profile.avatar.label": "Avatar",
"dotdungeon.actor.pc.profile.group.label": "Group Name",
"dotdungeon.actor.pc.profile.group.gm-edit": "(GM Only)",
"dotdungeon.actor.pc.profile.group.placeholder": "Group Name...",
"dotdungeon.actor.pc.profile.name.label": "Character Name",
"dotdungeon.actor.pc.profile.name.placeholder": "Character Name...",
"dotdungeon.actor.sync.circle.group": "Group Name",
"dotdungeon.actor.sync.circle.sync": "Sync",
"dotdungeon.item.aspect.name": "Name",
"dotdungeon.item.aspect.duration": "Duration (seconds)",
"dotdungeon.item.aspect.description": "Description",
"dotdungeon.item.aspect.send-to-chat": "Send Aspect to Chat",
"dotdungeon.notification.error.invalid-integer": "You must enter a valid whole number.",
"dotdungeon.aria.skill.dropdown": "Your expertise level in the {skill} skill",
"dotdungeon.aria.skill.button.roll": "Roll a {skill} check",
"dotdungeon.aria.aspect-description": "The information on how the aspect works"
}