mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Merge branch 'main' into fix/371-Localization-Misses
This commit is contained in:
commit
1c2b5d0b42
84 changed files with 2198 additions and 1670 deletions
29
lang/en.json
29
lang/en.json
|
|
@ -39,6 +39,9 @@
|
|||
"multiplier": "Multiplier",
|
||||
"resultBased": {
|
||||
"label": "Formula based on Hope/Fear result."
|
||||
},
|
||||
"applyTo": {
|
||||
"label": "Targeted Resource"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
|
@ -109,15 +112,6 @@
|
|||
"Character": {
|
||||
"age": "Age",
|
||||
"companionFeatures": "Companion Features",
|
||||
"contextMenu": {
|
||||
"consume": "Consume Item",
|
||||
"equip": "Equip",
|
||||
"sendToChat": "Send To Chat",
|
||||
"toLoadout": "Send to Loadout",
|
||||
"toVault": "Send to Vault",
|
||||
"unequip": "Unequip",
|
||||
"useItem": "Use Item"
|
||||
},
|
||||
"faith": "Faith",
|
||||
"levelUp": "You can level up",
|
||||
"pronouns": "Pronouns",
|
||||
|
|
@ -209,6 +203,16 @@
|
|||
"requestingSpotlight": "Requesting The Spotlight",
|
||||
"requestSpotlight": "Request The Spotlight"
|
||||
},
|
||||
"ContextMenu": {
|
||||
"disableEffect": "Disable Effect",
|
||||
"enableEffect": "Enable Effect",
|
||||
"equip": "Equip",
|
||||
"sendToChat": "Send To Chat",
|
||||
"toLoadout": "Send to Loadout",
|
||||
"toVault": "Send to Vault",
|
||||
"unequip": "Unequip",
|
||||
"useItem": "Use Item"
|
||||
},
|
||||
"Countdown": {
|
||||
"addCountdown": "Add Countdown",
|
||||
"FIELDS": {
|
||||
|
|
@ -668,6 +672,10 @@
|
|||
"armorStack": {
|
||||
"name": "Armor Stack",
|
||||
"abbreviation": "AS"
|
||||
},
|
||||
"fear": {
|
||||
"name": "Fear",
|
||||
"abbreviation": "FR"
|
||||
}
|
||||
},
|
||||
"ItemResourceType": {
|
||||
|
|
@ -1260,6 +1268,7 @@
|
|||
},
|
||||
"fear": "Fear",
|
||||
"features": "Features",
|
||||
"healing": "Healing",
|
||||
"hitPoints": {
|
||||
"single": "Hit Point",
|
||||
"plural": "Hit Points",
|
||||
|
|
@ -1582,6 +1591,8 @@
|
|||
"featureNotMastery": "This feature is used as something else than a Mastery feature and cannot be used here."
|
||||
},
|
||||
"Tooltip": {
|
||||
"disableEffect": "Disable Effect",
|
||||
"enableEffect": "Enable Effect",
|
||||
"openItemWorld": "Open Item World",
|
||||
"openActorWorld": "Open Actor World",
|
||||
"sendToChat": "Send to Chat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue