Begin refactoring the lang file to make it a bit easier to find things in
This commit is contained in:
parent
38952c61b4
commit
c957903a4f
2 changed files with 118 additions and 91 deletions
207
langs/en-ca.json
207
langs/en-ca.json
|
|
@ -1,94 +1,121 @@
|
||||||
{
|
{
|
||||||
"dotdungeon.settings.showAvatarOnSheet.name": "Show Avatar On Player Sheet",
|
"TYPES": {
|
||||||
"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.",
|
"Actor": {
|
||||||
"dotdungeon.settings.playersCanChangeGroup.name": "Allow Players to Change Group",
|
"player": "Player",
|
||||||
"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.",
|
"sync": "Sync"
|
||||||
"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",
|
"Item": {
|
||||||
"dotdungeon.settings.resourcesOrSupplies.option.supplies": "Supplies",
|
"aspect": "Aspect",
|
||||||
"dotdungeon.settings.resourcesOrSupplies.option.resources": "Resources",
|
"weapon": "Weapon",
|
||||||
|
"armour": "Armour",
|
||||||
|
"equipment": "Equipment",
|
||||||
"dotdungeon.sheet.PlayerSheet": "PC/PUG Sheet",
|
"foil": "Foil",
|
||||||
"dotdungeon.sheet.SyncSheet.basic": "Theme: Basic",
|
"pet": "Pet",
|
||||||
"dotdungeon.sheet.AspectSheet": "Aspect Sheet",
|
"transportation": "Transportation",
|
||||||
|
"structure": "Structure",
|
||||||
"TYPES.Actor.player": "Player",
|
"service": "Service",
|
||||||
"TYPES.Actor.sync": "Sync",
|
"legendaryItem": "Legendary Item",
|
||||||
"TYPES.Item.aspect": "Aspect",
|
"spell": "Spell"
|
||||||
"TYPES.Item.weapon": "Weapon",
|
}
|
||||||
"TYPES.Item.armour": "Armour",
|
},
|
||||||
"TYPES.Item.equipment": "Equipment",
|
"dotdungeon": {
|
||||||
"TYPES.Item.foil": "Foil",
|
"rolls": {
|
||||||
"TYPES.Item.pet": "Pet",
|
"stats": "@actor.name: @stat"
|
||||||
"TYPES.Item.transportation": "Transportation",
|
},
|
||||||
"TYPES.Item.structure": "Structure",
|
"settings": {
|
||||||
"TYPES.Item.service": "Service",
|
"showAvatarOnSheet": {
|
||||||
"TYPES.Item.legendaryItem": "Legendary Item",
|
"name": "Show Avatar On Player Sheet",
|
||||||
"TYPES.Item.spell": "Spell",
|
"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.actor.pc.panel.profile": "Profile",
|
"playersCanChangeGroup": {
|
||||||
"dotdungeon.actor.pc.panel.statistics": "Stats",
|
"name": "Allow Players to Change Group",
|
||||||
"dotdungeon.actor.pc.panel.skills": "Skills",
|
"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.actor.pc.panel.backpack": "Backpack",
|
},
|
||||||
"dotdungeon.actor.pc.panel.health": "Sync",
|
"resourcesOrSupplies": {
|
||||||
"dotdungeon.actor.pc.panel.aspect": "Aspect",
|
"name": "Use Resources or Supplies",
|
||||||
"dotdungeon.actor.pc.panel.weapons": "Weapons",
|
"description": "Determines which term to use for the objects that allow travelling into the next hex tile. This is because of the",
|
||||||
"dotdungeon.actor.pc.panel.roles": "Roles",
|
"option": {
|
||||||
"dotdungeon.actor.pc.panel.spells": "Spells",
|
"supplies": "Supplies",
|
||||||
"dotdungeon.actor.pc.panel.mounts": "Mounts",
|
"resources": "Resources"
|
||||||
"dotdungeon.actor.pc.panel.summons": "Summons",
|
}
|
||||||
"dotdungeon.actor.pc.panel.storage": "Storage",
|
}
|
||||||
|
},
|
||||||
"dotdungeon.actor.pc.stat.build": "Build",
|
"sheet": {
|
||||||
"dotdungeon.actor.pc.stat.meta": "Meta",
|
"PlayerSheet": "PC/PUG Sheet",
|
||||||
"dotdungeon.actor.pc.stat.presence": "Presence",
|
"SyncSheet": {
|
||||||
"dotdungeon.actor.pc.stat.hands": "Hands",
|
"basic": "Theme: Basic"
|
||||||
"dotdungeon.actor.pc.stat.tilt": "Tilt",
|
},
|
||||||
"dotdungeon.actor.pc.stat.rng": "RNG",
|
"AspectSheet": "Aspect Sheet"
|
||||||
|
},
|
||||||
"dotdungeon.actor.pc.skills.build": "Build",
|
"actor": {
|
||||||
"dotdungeon.actor.pc.skill.defense": "Defense",
|
"pc": {
|
||||||
"dotdungeon.actor.pc.skill.magic": "Magic",
|
"panel": {
|
||||||
"dotdungeon.actor.pc.skill.melee": "Melee",
|
"profile": "Profile",
|
||||||
"dotdungeon.actor.pc.skill.platforming": "Platforming",
|
"statistics": "Stats",
|
||||||
"dotdungeon.actor.pc.skill.strength": "Strength",
|
"skills": "Skills",
|
||||||
|
"backpack": "Backpack",
|
||||||
"dotdungeon.actor.pc.skills.meta": "Meta",
|
"health": "Sync",
|
||||||
"dotdungeon.actor.pc.skill.alchemy": "Alchemy",
|
"aspect": "Aspect",
|
||||||
"dotdungeon.actor.pc.skill.arcanum": "Arcanum",
|
"weapons": "Weapons",
|
||||||
"dotdungeon.actor.pc.skill.dreams": "Dreams",
|
"roles": "Roles",
|
||||||
"dotdungeon.actor.pc.skill.lore": "Lore",
|
"spells": "Spells",
|
||||||
"dotdungeon.actor.pc.skill.navigation": "Navigation",
|
"mounts": "Mounts",
|
||||||
|
"summons": "Summons",
|
||||||
"dotdungeon.actor.pc.skills.presence": "Presence",
|
"storage": "Storage"
|
||||||
"dotdungeon.actor.pc.skill.animal_handling": "Animal Handling",
|
},
|
||||||
"dotdungeon.actor.pc.skill.perception": "Perception",
|
"stat": {
|
||||||
"dotdungeon.actor.pc.skill.sneak": "Sneak",
|
"build": "Build",
|
||||||
"dotdungeon.actor.pc.skill.speech": "Speech",
|
"meta": "Meta",
|
||||||
"dotdungeon.actor.pc.skill.vibes": "Vibes",
|
"presence": "Presence",
|
||||||
|
"hands": "Hands",
|
||||||
"dotdungeon.actor.pc.skills.hands": "Hands",
|
"tilt": "Tilt",
|
||||||
"dotdungeon.actor.pc.skill.accuracy": "Accuracy",
|
"rng": "RNG"
|
||||||
"dotdungeon.actor.pc.skill.crafting": "Crafting",
|
},
|
||||||
"dotdungeon.actor.pc.skill.engineering": "Engineering",
|
"skill": {
|
||||||
"dotdungeon.actor.pc.skill.explosives": "Explosives",
|
"defense": "Defense",
|
||||||
"dotdungeon.actor.pc.skill.piloting": "Piloting",
|
"magic": "Magic",
|
||||||
|
"melee": "Melee",
|
||||||
"dotdungeon.actor.pc.aspect.name.placeholder": "Name...",
|
"platforming": "Platforming",
|
||||||
"dotdungeon.actor.pc.aspect.used": "Used",
|
"strength": "Strength",
|
||||||
"dotdungeon.actor.pc.aspect.duration": "Duration",
|
"alchemy": "Alchemy",
|
||||||
"dotdungeon.actor.pc.aspect.description.placeholder": "Description...",
|
"arcanum": "Arcanum",
|
||||||
|
"dreams": "Dreams",
|
||||||
"dotdungeon.actor.pc.respawns.header": "Respawns",
|
"lore": "Lore",
|
||||||
"dotdungeon.actor.pc.sync.header": "Sync",
|
"navigation": "Navigation",
|
||||||
|
"animal_handling": "Animal Handling",
|
||||||
"dotdungeon.actor.pc.profile.avatar.label": "Avatar",
|
"perception": "Perception",
|
||||||
"dotdungeon.actor.pc.profile.group.label": "Group Name",
|
"sneak": "Sneak",
|
||||||
"dotdungeon.actor.pc.profile.group.gm-edit": "(GM Only)",
|
"speech": "Speech",
|
||||||
"dotdungeon.actor.pc.profile.group.placeholder": "Group Name...",
|
"vibes": "Vibes",
|
||||||
"dotdungeon.actor.pc.profile.name.label": "Character Name",
|
"accuracy": "Accuracy",
|
||||||
"dotdungeon.actor.pc.profile.name.placeholder": "Character Name...",
|
"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.materials.label": "Materials",
|
||||||
"dotdungeon.actor.pc.backpack.bytes.label": "Bytes",
|
"dotdungeon.actor.pc.backpack.bytes.label": "Bytes",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
{{#> dotdungeon.panel class="skills" title="dotdungeon.actor.pc.panel.skills"}}
|
{{#> dotdungeon.panel class="skills" title="dotdungeon.actor.pc.panel.skills"}}
|
||||||
{{#each system.skills as |skills|}}
|
{{#each system.skills as |skills|}}
|
||||||
<div class="skill-group">
|
<div class="skill-group">
|
||||||
<h3 class="skill-group__label">{{localize (concat "dotdungeon.actor.pc.skills." @key)}}</h3>
|
<h3 class="skill-group__label">{{localize (concat "dotdungeon.actor.pc.stat." @key)}}</h3>
|
||||||
{{#each skills as |skill|}}
|
{{#each skills as |skill|}}
|
||||||
{{> dotdungeon.skill system=../../system stat=@../key name=@key value=skill}}
|
{{> dotdungeon.skill system=../../system stat=@../key name=@key value=skill}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue