Minor fixes
This commit is contained in:
43
lang/en.json
43
lang/en.json
@ -85,6 +85,14 @@
|
||||
"label": "Appearance"
|
||||
}
|
||||
},
|
||||
"perception": {
|
||||
"value": {
|
||||
"label": "Perception"
|
||||
},
|
||||
"bonus": {
|
||||
"label": "Bonus"
|
||||
}
|
||||
},
|
||||
"saves": {
|
||||
"will": {
|
||||
"label": "Will"
|
||||
@ -207,6 +215,9 @@
|
||||
"mace": "Mace"
|
||||
},
|
||||
"FIELDS": {
|
||||
"combatProgressionDice": {
|
||||
"label": "Combat progression dice"
|
||||
},
|
||||
"equipped": {
|
||||
"label": "Equipped"
|
||||
},
|
||||
@ -438,6 +449,9 @@
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"gainedPoints": {
|
||||
"label": "Gained points"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
@ -461,6 +475,35 @@
|
||||
"Platinums": "Platinum"
|
||||
},
|
||||
"Label": {
|
||||
"Movement": "Movement",
|
||||
"movement": {
|
||||
"walk": "Walk",
|
||||
"run": "Run",
|
||||
"sprint": "Sprint",
|
||||
"jog": "Jog"
|
||||
},
|
||||
"perception": "Perception",
|
||||
"bonus": "Bonus",
|
||||
"Saves": "Saves",
|
||||
"grit": "Grit",
|
||||
"gritEarned": "Grit earned",
|
||||
"luck": "Luck",
|
||||
"luckEarned": "Luck earned",
|
||||
"saves": {
|
||||
"will": "Will",
|
||||
"dodge": "Dodge",
|
||||
"toughness": "Toughness",
|
||||
"contagion": "Contagion",
|
||||
"poison": "Poison",
|
||||
"pain": "Pain"
|
||||
},
|
||||
"Challenges": "Challenges",
|
||||
"challenges": {
|
||||
"strength": "Strength",
|
||||
"agility": "Agility",
|
||||
"dying": "Dying"
|
||||
},
|
||||
"HP": "HP",
|
||||
"characteristics": "Characteristics",
|
||||
"characteristic": "Characteristic",
|
||||
"description": "Description",
|
||||
|
Reference in New Issue
Block a user