-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathen.json
41 lines (31 loc) · 1.67 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"LOOTSHEET.SheetName": "Loot Sheet NPC 5e",
"LOOTSHEET.Merchant":"Merchant",
"LOOTSHEET.Loot":"Loot",
"LOOTSHEET.Buy":"Buy item",
"LOOTSHEET.BuyStack":"Buy Stack",
"LOOTSHEET.LootStack":"Loot Stack",
"LOOTSHEET.LootItem":"Loot Item",
"LOOTSHEET.EditItem":"Edit Item",
"LOOTSHEET.DeleteItem":"Delete Item",
"LOOTSHEET.TypeOfSheetName":"Type",
"LOOTSHEET.TypeOfSheet":"Type of sheet:",
"LOOTSHEET.PriceModifier":"Price Modifier",
"LOOTSHEET.GMSettings":"GM Settings",
"LOOTSHEET.TypeOfSheetHelp":"Loot: allows for looting of items and coins.\nMerchant: allows players to purchase items directly from the sheet.",
"LOOTSHEET.MerchantSettings":"Merchant Settings",
"LOOTSHEET.MerchantSettingsInfo":"Replace this merchant's inventory with a random number of items from a Rollable Table. Specify the Rollable Table's name, along with how a formula for how many different items to add (Shop Qty Formula), and a formula for determining how many of each item to add (Item Qty Formula).",
"LOOTSHEET.RollableTable":"Rollable Table",
"LOOTSHEET.ShopFormula":"Shop Qty Formula",
"LOOTSHEET.ItemFormula":"Item Qty Formula",
"LOOTSHEET.LimitQty":"Limit Qty",
"LOOTSHEET.ClearInventory":"Clear Inventory",
"LOOTSHEET.UpdateShop":"Update Inventory",
"LOOTSHEET.Permissions":"Access Permissions",
"LOOTSHEET.PermissionInfo":"Ensure players have selected a character via the Player Configuration (right-click player in bottom left) menu.",
"LOOTSHEET.Currency":"Currency",
"LOOTSHEET.QuantityWindow": "Quantity",
"LOOTSHEET.Quantity":"Quantity",
"LOOTSHEET.Value":"Value",
"LOOTSHEET.Total":"Total"
}