Added friends/rivals labels to en.json

The playbook effects use localization strings that hadn't been added to the localization files. This commit adds those, to the english dictionary as a start.
This commit is contained in:
Justin Ross 2022-01-08 15:29:37 -08:00
parent 9e207a4602
commit 67d7d29fb6

View file

@ -214,5 +214,16 @@
"BITD.EffectWarning": "Managing Active Effects within an Owned Item is not currently supported by FoundryVTT and will be added in a subsequent update.",
"BITD.Name": "Name",
"BITD.CampaignName": "Campaign Name"
"BITD.CampaignName": "Campaign Name",
"BITD.DangerousFriends": "Dangerous Friends",
"BITD.EnemiesRivals": "Enemies and Rivals",
"BITD.DeadlyFriends": "Deadly Friends",
"BITD.Blank": "",
"BITD.CleverFriends": "Clever Friends",
"BITD.ShadyFriends": "Shady Friends",
"BITD.SlyFriends": "Sly Friends",
"BITD.ShrewdFriends": "Shrewd Friends",
"BITD.DarkServants": "Dark Servants",
"BITD.StrangeFriends": "Strange Friends"
}