-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathen.json
108 lines (108 loc) · 3.74 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"TYPES.Actor.character": "Player Character",
"TYPES.Actor.container": "Container",
"TYPES.Actor.npc": "Non-Player Character",
"TYPES.Item.armor": "Armor",
"TYPES.Item.item": "Item",
"TYPES.Item.weapon": "Weapon",
"TYPES.Item.spellbook": "Spellbook",
"TYPES.Item.object": "Object",
"CAIRN.AddFatigue": "Add fatigue",
"CAIRN.AddItem": "Add Item",
"CAIRN.AddContainer": "Add Container",
"CAIRN.Armor": "Armor",
"CAIRN.Background": "Background",
"CAIRN.Blast": "Blast",
"CAIRN.BoldMeanEquipped": "(bold means equipped)",
"CAIRN.Bulky": "Bulky",
"CAIRN.CharacterGenerator": "Create character",
"CAIRN.CharacterRegeneratorConfirm": "Are you sure you want to delete and regenerate this character?",
"CAIRN.CharacterRegeneratorTitle": "Delete this character and regenerate?",
"CAIRN.Containers": "Containers",
"CAIRN.ContainerAlreadyOwned": "Container already owned by someone.",
"CAIRN.CreateItem": "Create Item",
"CAIRN.CreateContainer": "Create Container",
"CAIRN.CriticalDamage": "Critical Dmg.",
"CAIRN.Damage": "Damage",
"CAIRN.Dead": "Dead",
"CAIRN.Deprived": "Deprived",
"CAIRN.Description": "Description",
"CAIRN.DieOfFate": "Die Of Fate",
"CAIRN.DeleteItem": "Delete Item",
"CAIRN.EditItem": "Edit Item",
"CAIRN.Equipped": "Equipped",
"CAIRN.Fatigue": "Fatigue",
"CAIRN.Fail": "Fail",
"CAIRN.Gold": "Gold",
"CAIRN.HitProtection": "HP",
"CAIRN.Item": "Item",
"CAIRN.Items": "Items",
"CAIRN.MaxUses": "Max # of uses",
"CAIRN.Name": "Name",
"CAIRN.NoItemToDelete": "Cannot find Item to delete.",
"CAIRN.Notes": "Notes",
"CAIRN.Notify": {
"MaxSlotsOccupied": "Maximum equipment slots used.",
"ConfirmDelete": "Delete"
},
"CAIRN.Owner": "Owner",
"CAIRN.OverburdenByGold": "Character may be overburdened by a gold",
"CAIRN.Quantity": "Quantity",
"CAIRN.Panicked": "Panicked",
"CAIRN.RemoveFatigue": "Remove fatigue",
"CAIRN.RegenerateCharacter": "Regenerate",
"CAIRN.Rest": "Rest",
"CAIRN.RestoreAbilities": "Restore Abilities",
"CAIRN.RollDamage": "Roll Damage",
"CAIRN.Rolling": "Rolling",
"CAIRN.RollingDmgWith": "Rolling damage with",
"CAIRN.RollingWithPanic": "Panic",
"CAIRN.Role": "Role",
"CAIRN.Save": "{key} save",
"CAIRN.Scars": "Got a scar",
"CAIRN.Settings": {
"MaxEquipSlots": {
"label": "Equipment Limit",
"hint": "Maximum equipment slots for player characters, used for encumbrance tracking."
},
"UseGoldThreshold": {
"label": "Use gold threshold",
"hint": "Define number of gold pieces which occupies full inventory slot. Zero means that gold pieces are always petty.",
"message": "Gold is counted as an inventory"
},
"UsePanic": {
"label": "Use panic condition",
"hint": "Use 2e panic condition for player characters."
},
"UseItemIcons": {
"label": "Show item icons",
"hint": "Show icons for some items in inventory to quickly recognize the type."
},
"UseCairnDiceNotation": {
"label": "Use Cairn dice notation",
"hint": "Interpret Cairn dice notation like 'd6+d6' as described in the rules."
},
"ShowGenerateHeader":{
"label":"Show regenerate button",
"hint": "Show 'Regenerate' button at character sheet header"
}
},
"CAIRN.Slots": "Slots",
"CAIRN.Spellbook": "Spellbook",
"CAIRN.StrSave": "Must pass a STR save",
"CAIRN.RollStrSave": "Roll STR save",
"CAIRN.Success": "Success",
"CAIRN.Type": "Type",
"CAIRN.Uses": "Available uses",
"CAIRN.Weapon": "Weapon",
"CAIRN.Weightless": "Weightless",
"CAIRN.ItemAddQuantity": "Add",
"CAIRN.ItemEquip": "Equip",
"CAIRN.ItemRemoveQuantity": "Remove",
"CAIRN.ItemUnequip": "Unequip",
"CAIRN.ApplyDamage": "Apply damage",
"CAIRN.Cost": "Cost",
"DEX": "DEX",
"STR": "STR",
"WIL": "WIL"
}