.dungeon/langs/en-ca.json
2024-01-10 19:17:26 -07:00

237 lines
No EOL
6.3 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": {
"build": "Stat Check : Build",
"meta": "Stat Check : Meta",
"presence": "Stat Check : Presence",
"hands": "Stat Check : Hands",
"tilt": "Stat Check : Tilt",
"rng": "Stat Check : RNG"
},
"skills": {
"defense": "Skill : Defense",
"magic": "Skill : Magic",
"melee": "Skill : Melee",
"platforming": "Skill : Platforming",
"strength": "Skill : Strength",
"alchemy": "Skill : Alchemy",
"arcanum": "Skill : Arcanum",
"dreams": "Skill : Dreams",
"lore": "Skill : Lore",
"navigation": "Skill : Navigation",
"animal_handling": "Skill : Animal Handling",
"perception": "Skill : Perception",
"sneak": "Skill : Sneak",
"speech": "Skill : Speech",
"vibes": "Skill : Vibes",
"accuracy": "Skill : Accuracy",
"crafting": "Skill : Crafting",
"engineering": "Skill : Engineering",
"explosives": "Skill : Explosives",
"piloting": "Skill : Piloting"
}
},
"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-names": {
"PlayerSheet": "PC/PUG Sheet",
"SyncSheet": {
"basic": "Theme: Basic"
},
"AspectSheet": "Aspect Sheet",
"SpellSheet": "Spell 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..."
}
},
"backpack": {
"materials.label": "Materials",
"bytes.label": "Bytes"
},
"weapon": {
"mainHand": "Main-Hand",
"offHand": "Off-Hand",
"name": "Name",
"damage-type": {
"label": "Damage Type",
"slashing": "Slashing",
"piercing": "Piercing",
"smashing": "Smashing",
"gun": "Gun",
"neon": "Neon",
"shadow": "Shadow",
"solar": "Solar"
},
"is-ranged": "Is Ranged",
"is-scoped": "Has Scope",
"ammo-type": {
"label": "Ammo",
"ammoless": "No Ammo",
"quiver": "Quivers",
"mag": "Mags",
"cell": "Cells"
}
},
"spells": {
"empty": "You have no spells yet",
"title.cost": "(Cost: {cost})",
"name.label": "Name",
"cost": {
"label": "Cost",
"placeholder": "Bytes per spell cast..."
},
"description": {
"label": "Description",
"placeholder": "This spell does..."
},
"add.label": "Add Spell"
}
},
"sync": {
"common": {
"group": "Group Name",
"sync": "Sync"
}
}
},
"item": {
"aspect": {
"name": "Name",
"duration": "Duration (seconds)",
"description": "Description",
"send-to-chat": "Send Aspect to Chat"
},
"spell": {
"name.placeholder": "Name...",
"cost.label": "Cost",
"description.label": "Description",
"aria": {
"name": "The spell's name",
"cost": "The amount of bytes it takes to cast the spell",
"description": "The details of the spell"
}
}
},
"notification": {
"error": {
"invalid-integer": "You must enter a valid whole number",
"item-not-found": "Failed to find an item to delete."
}
},
"dialogs": {
"spell": {
"delete": {
"title": "Confirm Spell Deletion",
"content": "Are you sure you would like to delete the spell: {name}<br /><br />This action cannot be reversed."
}
}
}
},
"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"
}