.dungeon/langs/en-ca.json

162 lines
No EOL
5 KiB
JSON

{
"TYPES": {
"Actor": {
"player": "Player",
"sync": "Sync"
},
"Item": {
"aspect": "Aspect",
"weapon": "Weapon",
"armour": "Armour",
"equipment": "Equipment",
"foil": "Foil",
"pet": "Pet",
"transportation": "Transportation",
"structure": "Structure",
"service": "Service",
"legendaryItem": "Legendary Item",
"spell": "Spell"
}
},
"dotdungeon": {
"rolls": {
"stats": "@actor.name: @stat"
},
"settings": {
"showAvatarOnSheet": {
"name": "Show Avatar On Player Sheet",
"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."
},
"playersCanChangeGroup": {
"name": "Allow Players to Change Group",
"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."
},
"resourcesOrSupplies": {
"name": "Use Resources or Supplies",
"description": "Determines which term to use for the objects that allow travelling into the next hex tile. This is because of the",
"option": {
"supplies": "Supplies",
"resources": "Resources"
}
}
},
"sheet": {
"PlayerSheet": "PC/PUG Sheet",
"SyncSheet": {
"basic": "Theme: Basic"
},
"AspectSheet": "Aspect Sheet"
},
"actor": {
"pc": {
"panel": {
"profile": "Profile",
"statistics": "Stats",
"skills": "Skills",
"backpack": "Backpack",
"health": "Sync",
"aspect": "Aspect",
"weapons": "Weapons",
"roles": "Roles",
"spells": "Spells",
"mounts": "Mounts",
"summons": "Summons",
"storage": "Storage"
},
"stat": {
"build": "Build",
"meta": "Meta",
"presence": "Presence",
"hands": "Hands",
"tilt": "Tilt",
"rng": "RNG"
},
"skill": {
"defense": "Defense",
"magic": "Magic",
"melee": "Melee",
"platforming": "Platforming",
"strength": "Strength",
"alchemy": "Alchemy",
"arcanum": "Arcanum",
"dreams": "Dreams",
"lore": "Lore",
"navigation": "Navigation",
"animal_handling": "Animal Handling",
"perception": "Perception",
"sneak": "Sneak",
"speech": "Speech",
"vibes": "Vibes",
"accuracy": "Accuracy",
"crafting": "Crafting",
"engineering": "Engineering",
"explosives": "Explosives",
"piloting": "Piloting"
},
"aspect": {
"name.placeholder": "Name...",
"used": "Used",
"duration": "Duration",
"description.placeholder": "Description..."
},
"respawns.header": "Respawns",
"sync.header": "Sync",
"profile": {
"avatar.label": "Avatar",
"group": {
"label": "Group Name",
"gm-edit": "(GM Only)",
"placeholder": "Group Name..."
},
"name": {
"label": "Account Name",
"placeholder": "Account Name..."
}
}
}
}
},
"dotdungeon.actor.pc.backpack.materials.label": "Materials",
"dotdungeon.actor.pc.backpack.bytes.label": "Bytes",
"dotdungeon.actor.pc.weapon.mainHand": "Main-Hand",
"dotdungeon.actor.pc.weapon.offHand": "Off-Hand",
"dotdungeon.actor.pc.weapon.name": "Name",
"dotdungeon.actor.pc.weapon.damage-type.label": "Damage Type",
"dotdungeon.actor.pc.weapon.damage-type.slashing": "Slashing",
"dotdungeon.actor.pc.weapon.damage-type.piercing": "Piercing",
"dotdungeon.actor.pc.weapon.damage-type.smashing": "Smashing",
"dotdungeon.actor.pc.weapon.damage-type.gun": "Gun",
"dotdungeon.actor.pc.weapon.damage-type.neon": "Neon",
"dotdungeon.actor.pc.weapon.damage-type.shadow": "Shadow",
"dotdungeon.actor.pc.weapon.damage-type.solar": "Solar",
"dotdungeon.actor.pc.weapon.is-ranged": "Is Ranged",
"dotdungeon.actor.pc.weapon.is-scoped": "Has Scope",
"dotdungeon.actor.pc.weapon.ammo-type.label": "Ammo",
"dotdungeon.actor.pc.weapon.ammo-type.ammoless": "No Ammo",
"dotdungeon.actor.pc.weapon.ammo-type.quiver": "Quivers",
"dotdungeon.actor.pc.weapon.ammo-type.mag": "Mags",
"dotdungeon.actor.pc.weapon.ammo-type.cell": "Cells",
"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.aspect-description": "The information on how the aspect works",
"dotdungeon.aria.actor.pc.skill.dropdown": "Your expertise level in the {skill} skill",
"dotdungeon.aria.actor.pc.skill.button.roll": "Roll a {skill} check",
"dotdungeon.aria.actor.pc.input.materials": "The number of materials you have available",
"dotdungeon.aria.actor.pc.input.supplies": "The number of supplies you have available",
"dotdungeon.aria.actor.pc.input.bytes": "The number of bytes you have"
}