298 lines
No EOL
8.2 KiB
JSON
298 lines
No EOL
8.2 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"
|
|
}
|
|
},
|
|
"openEmbeddedOnCreate": {
|
|
"name": "Edit Custom Items Immediately When Created",
|
|
"description": "Tells the character sheets that have \"Add\" buttons to open the Item's sheet when you create the new item so that you can immediately edit it without needing to click more buttons."
|
|
},
|
|
"aspectLimit": {
|
|
"name": "Character Aspect Limit",
|
|
"description": "Limit how many Aspects a single character can have. The Server is able to bypass this restriction."
|
|
}
|
|
},
|
|
"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": "RAM",
|
|
"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: {duration}",
|
|
"empty": "You don't have an Aspect yet, add one using the button below or drag one onto your character sheet.",
|
|
"add": "Add An Aspect"
|
|
},
|
|
"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",
|
|
"edit": "Edit",
|
|
"title.cost": "(Cost: {cost})",
|
|
"name.label": "Name",
|
|
"skill.label": "Spell Skill: {skill}",
|
|
"description": {
|
|
"label": "Description:",
|
|
"placeholder": "There's no description for this spell yet..."
|
|
},
|
|
"add.label": "Add Spell",
|
|
"aria": {
|
|
"edit": "",
|
|
"delete": "Delete spell",
|
|
"chat": "Send spell information to chat"
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"skill.label": "Spell Skill",
|
|
"options": {
|
|
"no-skill": "No Skill"
|
|
},
|
|
"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",
|
|
"spell-create-failed": "Failed to create a custom spell",
|
|
"aspect-limit-reached": "You cannot have more than {limit} aspects"
|
|
},
|
|
"warn": {
|
|
"negative-aspect-limit": "The Aspect limit must be 0 or greater"
|
|
}
|
|
},
|
|
"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 undone."
|
|
}
|
|
}
|
|
},
|
|
"keyword": {
|
|
"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": "Dream",
|
|
"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"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"spell": {
|
|
"name": "(Unnamed Spell)"
|
|
},
|
|
"aspect": {
|
|
"name": "(Unnamed Aspect)"
|
|
}
|
|
}
|
|
},
|
|
|
|
|
|
"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"
|
|
} |