mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Fix conflicts
This commit is contained in:
commit
92a0883806
121 changed files with 1526 additions and 1107 deletions
26
lang/en.json
26
lang/en.json
|
|
@ -72,6 +72,14 @@
|
|||
"exactHint": "The Character's Tier is used if empty",
|
||||
"label": "Beastform"
|
||||
},
|
||||
"damage": {
|
||||
"multiplier": "Multiplier",
|
||||
"flatMultiplier": "Flat Multiplier"
|
||||
},
|
||||
"general": {
|
||||
"customFormula": "Custom Formula",
|
||||
"formula": "Formula"
|
||||
},
|
||||
"displayInChat": "Display in chat"
|
||||
},
|
||||
"RollField": {
|
||||
|
|
@ -1902,7 +1910,8 @@
|
|||
"domains": "Domains",
|
||||
"downtime": "Downtime",
|
||||
"roll": "Roll",
|
||||
"rules": "Rules"
|
||||
"rules": "Rules",
|
||||
"types": "Types"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
@ -1919,6 +1928,7 @@
|
|||
"amount": "Amount",
|
||||
"any": "Any",
|
||||
"armor": "Armor",
|
||||
"armors": "Armors",
|
||||
"armorScore": "Armor Score",
|
||||
"activeEffects": "Active Effects",
|
||||
"armorSlots": "Armor Slots",
|
||||
|
|
@ -1930,6 +1940,7 @@
|
|||
"continue": "Continue",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"criticalShort": "Critical",
|
||||
"custom": "Custom",
|
||||
"d20Roll": "D20 Roll",
|
||||
"damage": "Damage",
|
||||
"damageRoll": "Damage Roll",
|
||||
|
|
@ -1971,6 +1982,7 @@
|
|||
"inactiveEffects": "Inactive Effects",
|
||||
"inventory": "Inventory",
|
||||
"itemResource": "Item Resource",
|
||||
"items": "Items",
|
||||
"label": "Label",
|
||||
"level": "Level",
|
||||
"levelShort": "Lv",
|
||||
|
|
@ -1982,6 +1994,7 @@
|
|||
"plural": "Miss"
|
||||
},
|
||||
"maxWithThing": "Max {thing}",
|
||||
"missingDragDropThing": "Drop {thing} here",
|
||||
"multiclass": "Multiclass",
|
||||
"newCategory": "New Category",
|
||||
"none": "None",
|
||||
|
|
@ -2007,6 +2020,7 @@
|
|||
"scalable": "Scalable",
|
||||
"situationalBonus": "Situational Bonus",
|
||||
"stress": "Stress",
|
||||
"subclasses": "Subclasses",
|
||||
"success": "Success",
|
||||
"take": "Take",
|
||||
"Target": {
|
||||
|
|
@ -2025,6 +2039,7 @@
|
|||
"used": "Used",
|
||||
"uses": "Uses",
|
||||
"value": "Value",
|
||||
"weapons": "Weapons",
|
||||
"withThing": "With {thing}"
|
||||
},
|
||||
"ITEMS": {
|
||||
|
|
@ -2263,6 +2278,10 @@
|
|||
"deleteDomain": "Delete Domain",
|
||||
"deleteDomainText": "Are you sure you want to delete the {name} domain? It will be immediately removed from all Actors in this world where it's currently used. Compendiums are not cleared.",
|
||||
"duplicateDomain": "There is already a domain with this identification."
|
||||
},
|
||||
"adversaryType": {
|
||||
"title": "Custom Adversary Types",
|
||||
"newType": "Adversary Type"
|
||||
}
|
||||
},
|
||||
"Menu": {
|
||||
|
|
@ -2404,7 +2423,7 @@
|
|||
"subtype": "Subtype",
|
||||
"folders": {
|
||||
"adversaries": "Adversaries",
|
||||
"ancestries": "Ancestries",
|
||||
"ancestries": "Ancestries",
|
||||
"equipment": "Equipment",
|
||||
"classes": "Classes",
|
||||
"subclasses": "Subclasses",
|
||||
|
|
@ -2480,7 +2499,8 @@
|
|||
"actionNoUsesRemaining": "That action doesn't have remaining uses.",
|
||||
"multiclassAlreadyPresent": "You already have a class and multiclass",
|
||||
"subclassesAlreadyPresent": "You already have a class and multiclass subclass",
|
||||
"noDiceSystem": "Your selected dice {system} does not have a {faces} dice"
|
||||
"noDiceSystem": "Your selected dice {system} does not have a {faces} dice",
|
||||
"subclassAlreadyLinked": "{name} is already a subclass in the class {class}. Remove it from there if you want it to be a subclass to this class."
|
||||
},
|
||||
"Tooltip": {
|
||||
"disableEffect": "Disable Effect",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue