Alphabetize RipCrypt.common lang object
This commit is contained in:
parent
8fe6c148fc
commit
8cfb6e5238
3 changed files with 47 additions and 44 deletions
|
|
@ -19,61 +19,62 @@
|
||||||
"HeroSkillsCardV1": "Hero Skill Card"
|
"HeroSkillsCardV1": "Hero Skill Card"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"ammo": "Ammo",
|
|
||||||
"quantity": "Quantity",
|
|
||||||
"equipped": "Equipped",
|
|
||||||
"edit": "Edit",
|
|
||||||
"delete": "Delete",
|
|
||||||
"empty": "---",
|
|
||||||
"move": "Move",
|
|
||||||
"run": "Run",
|
|
||||||
"fate": {
|
|
||||||
"North": "North",
|
|
||||||
"East": "East",
|
|
||||||
"South": "South",
|
|
||||||
"West": "West"
|
|
||||||
},
|
|
||||||
"ability": {
|
"ability": {
|
||||||
"grit": "Grit",
|
"grit": "Grit",
|
||||||
"gait": "Gait",
|
"gait": "Gait",
|
||||||
"grip": "Grip",
|
"grip": "Grip",
|
||||||
"glim": "Glim"
|
"glim": "Glim"
|
||||||
},
|
},
|
||||||
"traits": "Traits",
|
|
||||||
"range": "Range",
|
|
||||||
"weapon": {
|
|
||||||
"singular": "Weapon",
|
|
||||||
"plural": "Weapons"
|
|
||||||
},
|
|
||||||
"armour": "Armour",
|
|
||||||
"wear": "Wear",
|
|
||||||
"damage": "Damage",
|
|
||||||
"guts": "Guts",
|
|
||||||
"glory": "Glory",
|
|
||||||
"step": "Step",
|
|
||||||
"rank": "Rank",
|
|
||||||
"gear": "Gear",
|
|
||||||
"slot": "Slot",
|
|
||||||
"currency": {
|
|
||||||
"gold": "Gold",
|
|
||||||
"silver": "Silver",
|
|
||||||
"copper": "Copper"
|
|
||||||
},
|
|
||||||
"anatomy": {
|
|
||||||
"head": "Head",
|
|
||||||
"body": "Body",
|
|
||||||
"arms": "Arms",
|
|
||||||
"legs": "Legs"
|
|
||||||
},
|
|
||||||
"shield": "Shield",
|
|
||||||
"access": {
|
"access": {
|
||||||
"Common": "Common",
|
"Common": "Common",
|
||||||
"Uncommon": "Uncommon",
|
"Uncommon": "Uncommon",
|
||||||
"Rare": "Rare",
|
"Rare": "Rare",
|
||||||
"Scarce": "Scarce"
|
"Scarce": "Scarce"
|
||||||
},
|
},
|
||||||
|
"ammo": "Ammo",
|
||||||
|
"anatomy": {
|
||||||
|
"head": "Head",
|
||||||
|
"body": "Body",
|
||||||
|
"arms": "Arms",
|
||||||
|
"legs": "Legs"
|
||||||
|
},
|
||||||
|
"armour": "Armour",
|
||||||
|
"currency": {
|
||||||
|
"gold": "Gold",
|
||||||
|
"silver": "Silver",
|
||||||
|
"copper": "Copper"
|
||||||
|
},
|
||||||
|
"damage": "Damage",
|
||||||
|
"delete": "Delete",
|
||||||
|
"edit": "Edit",
|
||||||
|
"empty": "---",
|
||||||
|
"equipped": "Equipped",
|
||||||
|
"fate": "Fate",
|
||||||
|
"gear": "Gear",
|
||||||
|
"glory": "Glory",
|
||||||
|
"guts": "Guts",
|
||||||
|
"location": "Location",
|
||||||
|
"move": "Move",
|
||||||
|
"path": {
|
||||||
|
"North": "North",
|
||||||
|
"East": "East",
|
||||||
|
"South": "South",
|
||||||
|
"West": "West"
|
||||||
|
},
|
||||||
"protection": "Protection",
|
"protection": "Protection",
|
||||||
"location": "Location"
|
"quantity": "Quantity",
|
||||||
|
"rank": "Rank",
|
||||||
|
"range": "Range",
|
||||||
|
"run": "Run",
|
||||||
|
"shield": "Shield",
|
||||||
|
"slot": "Slot",
|
||||||
|
"step": "Step",
|
||||||
|
"traits": "Traits",
|
||||||
|
"weapon": {
|
||||||
|
"singular": "Weapon",
|
||||||
|
"plural": "Weapons"
|
||||||
|
},
|
||||||
|
"wear": "Wear"
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"abbrAccess": {
|
"abbrAccess": {
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ export class HeroSummaryCardV1 extends GenericAppMixin(HandlebarsApplicationMixi
|
||||||
ctx.fate.options = [
|
ctx.fate.options = [
|
||||||
{ label: `RipCrypt.common.empty`, v: `` },
|
{ label: `RipCrypt.common.empty`, v: `` },
|
||||||
...gameTerms.FatePath
|
...gameTerms.FatePath
|
||||||
.map(v => ({ label: `RipCrypt.common.fate.${v}`, value: v })),
|
.map(v => ({ label: `RipCrypt.common.path.${v}`, value: v })),
|
||||||
];
|
];
|
||||||
return ctx;
|
return ctx;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,9 @@
|
||||||
|
|
||||||
{{!-- * Fate & Advancement --}}
|
{{!-- * Fate & Advancement --}}
|
||||||
<div class="fate">
|
<div class="fate">
|
||||||
<label for="{{meta.idp}}-fate-path" class="col-header">Fate</label>
|
<label for="{{meta.idp}}-fate-path" class="col-header">
|
||||||
|
{{ rc-i18n "RipCrypt.common.fate" }}
|
||||||
|
</label>
|
||||||
<select
|
<select
|
||||||
class="row-alt"
|
class="row-alt"
|
||||||
id="{{meta.idp}}-fate-path"
|
id="{{meta.idp}}-fate-path"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue