optolith-database-schema 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/lib/cache/newApplicationsAndUses.d.ts +17 -0
- package/lib/cache/newApplicationsAndUses.js +67 -0
- package/lib/cacheConfig.d.ts +4 -0
- package/lib/cacheConfig.js +1 -0
- package/lib/config/cache.d.ts +7 -0
- package/lib/config/cache.js +4 -0
- package/lib/main.d.ts +42 -0
- package/lib/main.js +44 -0
- package/lib/typeConfig.d.ts +2 -0
- package/lib/types/Advantage.js +4 -2
- package/lib/types/AnimalDisease.js +4 -2
- package/lib/types/AnimalType.js +4 -2
- package/lib/types/ArcaneBardTradition.js +4 -2
- package/lib/types/ArcaneDancerTradition.js +4 -2
- package/lib/types/Aspect.js +4 -2
- package/lib/types/Attribute.js +5 -3
- package/lib/types/Blessing.js +4 -2
- package/lib/types/Cantrip.js +4 -2
- package/lib/types/Ceremony.js +4 -2
- package/lib/types/CombatTechnique_Close.js +4 -2
- package/lib/types/CombatTechnique_Ranged.js +4 -2
- package/lib/types/Condition.js +4 -2
- package/lib/types/Continent.js +4 -2
- package/lib/types/Culture.d.ts +4 -17
- package/lib/types/Culture.js +4 -40
- package/lib/types/DerivedCharacteristic.js +4 -2
- package/lib/types/Disadvantage.js +4 -2
- package/lib/types/Disease.js +4 -2
- package/lib/types/Element.js +4 -2
- package/lib/types/ExperienceLevel.js +4 -2
- package/lib/types/EyeColor.js +4 -2
- package/lib/types/FamiliarsTrick.js +4 -2
- package/lib/types/HairColor.js +4 -2
- package/lib/types/Kirchenpraegung.js +4 -2
- package/lib/types/Lessons_Curriculum.js +4 -2
- package/lib/types/Lessons_Guideline.js +4 -2
- package/lib/types/LiturgicalChant.js +4 -2
- package/lib/types/Locale.js +3 -1
- package/lib/types/MetaCondition.js +4 -2
- package/lib/types/PactCategory.js +4 -2
- package/lib/types/Patron.d.ts +2 -12
- package/lib/types/Patron.js +4 -22
- package/lib/types/PatronCategory.js +4 -2
- package/lib/types/PersonalityTrait.js +4 -2
- package/lib/types/Profession.d.ts +1 -5
- package/lib/types/Profession.js +4 -8
- package/lib/types/Property.js +4 -2
- package/lib/types/Race.d.ts +68 -134
- package/lib/types/Race.js +4 -13
- package/lib/types/Region.js +4 -2
- package/lib/types/Ritual.js +4 -2
- package/lib/types/Service.d.ts +1 -4
- package/lib/types/Service.js +4 -7
- package/lib/types/SexPractice.js +4 -2
- package/lib/types/Skill.d.ts +2 -10
- package/lib/types/Skill.js +4 -21
- package/lib/types/SkillGroup.js +4 -2
- package/lib/types/SkillModificationLevel.d.ts +1 -4
- package/lib/types/SkillModificationLevel.js +4 -7
- package/lib/types/SocialStatus.js +4 -2
- package/lib/types/Spell.js +4 -2
- package/lib/types/State.js +4 -2
- package/lib/types/Talisman.d.ts +1 -7
- package/lib/types/Talisman.js +4 -10
- package/lib/types/TargetCategory.js +4 -2
- package/lib/types/UI.d.ts +171 -128
- package/lib/types/UI.js +2 -0
- package/lib/types/_Activatable.d.ts +5 -19
- package/lib/types/_Activatable.js +1 -40
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +1 -4
- package/lib/types/_ActivatableSelectOptionCategory.js +1 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +1 -4
- package/lib/types/_ActivatableSkillCastingTime.js +1 -5
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -8
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -16
- package/lib/types/_ActivatableSkillDuration.d.ts +1 -12
- package/lib/types/_ActivatableSkillDuration.js +1 -13
- package/lib/types/_ActivatableSkillRange.d.ts +1 -4
- package/lib/types/_ActivatableSkillRange.js +1 -5
- package/lib/types/_Dice.d.ts +1 -5
- package/lib/types/_Dice.js +1 -9
- package/lib/types/_DiseasePoison.d.ts +2 -6
- package/lib/types/_DiseasePoison.js +1 -11
- package/lib/types/_ImprovementCost.d.ts +1 -6
- package/lib/types/_ImprovementCost.js +1 -10
- package/lib/types/_Sex.d.ts +1 -4
- package/lib/types/_Sex.js +1 -8
- package/lib/types/_SkillCheck.d.ts +1 -8
- package/lib/types/_SkillCheck.js +1 -13
- package/lib/types/equipment/EquipmentPackage.js +4 -2
- package/lib/types/equipment/item/Alchemicum.js +4 -2
- package/lib/types/equipment/item/Ammunition.js +4 -2
- package/lib/types/equipment/item/Animal.js +4 -2
- package/lib/types/equipment/item/AnimalCare.js +4 -2
- package/lib/types/equipment/item/Armor.js +4 -2
- package/lib/types/equipment/item/BandageOrRemedy.js +4 -2
- package/lib/types/equipment/item/Book.js +4 -2
- package/lib/types/equipment/item/CeremonialItem.js +4 -2
- package/lib/types/equipment/item/Clothes.js +4 -2
- package/lib/types/equipment/item/Container.js +4 -2
- package/lib/types/equipment/item/Elixir.js +4 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +4 -2
- package/lib/types/equipment/item/GemOrPreciousStone.js +4 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -3
- package/lib/types/equipment/item/IlluminationLightSource.js +4 -6
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +4 -2
- package/lib/types/equipment/item/Jewelry.js +4 -2
- package/lib/types/equipment/item/Liebesspielzeug.js +4 -2
- package/lib/types/equipment/item/LuxuryGood.js +4 -2
- package/lib/types/equipment/item/MagicalArtifact.js +4 -2
- package/lib/types/equipment/item/MusicalInstrument.js +4 -2
- package/lib/types/equipment/item/OrienteeringAid.js +4 -2
- package/lib/types/equipment/item/Poison.d.ts +3 -15
- package/lib/types/equipment/item/Poison.js +4 -20
- package/lib/types/equipment/item/RopeOrChain.js +4 -2
- package/lib/types/equipment/item/Stationary.js +4 -2
- package/lib/types/equipment/item/ThievesTool.js +4 -2
- package/lib/types/equipment/item/ToolOfTheTrade.js +4 -2
- package/lib/types/equipment/item/TravelGearOrTool.js +4 -2
- package/lib/types/equipment/item/Vehicle.js +4 -2
- package/lib/types/equipment/item/Weapon.js +4 -2
- package/lib/types/equipment/item/WeaponAccessory.js +4 -2
- package/lib/types/equipment/item/_Herbary.d.ts +2 -14
- package/lib/types/equipment/item/_Herbary.js +1 -19
- package/lib/types/equipment/item/sub/ArmorType.js +4 -2
- package/lib/types/equipment/item/sub/Reach.js +4 -2
- package/lib/types/magicalActions/AnimistPower.js +4 -2
- package/lib/types/magicalActions/AnimistPower_Tribe.js +4 -2
- package/lib/types/magicalActions/Curse.js +4 -2
- package/lib/types/magicalActions/DominationRitual.js +4 -2
- package/lib/types/magicalActions/ElvenMagicalSong.js +4 -2
- package/lib/types/magicalActions/GeodeRitual.js +4 -2
- package/lib/types/magicalActions/JesterTrick.js +4 -2
- package/lib/types/magicalActions/MagicalDance.js +4 -2
- package/lib/types/magicalActions/MagicalMelody.js +4 -2
- package/lib/types/magicalActions/MagicalRune.js +4 -2
- package/lib/types/magicalActions/ZibiljaRitual.js +4 -2
- package/lib/types/magicalActions/_MusicTradition.d.ts +2 -8
- package/lib/types/magicalActions/_MusicTradition.js +1 -10
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -4
- package/lib/types/magicalActions/_SkillReference.js +1 -5
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +1 -6
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +1 -5
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TextPrerequisite.js +1 -10
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +1 -18
- package/lib/types/rule/CoreRule.d.ts +1 -4
- package/lib/types/rule/CoreRule.js +4 -7
- package/lib/types/rule/FocusRule.js +4 -2
- package/lib/types/rule/FocusRule_Subject.js +4 -2
- package/lib/types/rule/OptionalRule.js +4 -2
- package/lib/types/source/Publication.d.ts +1 -6
- package/lib/types/source/Publication.js +4 -12
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AncestorGlyph.js +4 -2
- package/lib/types/specialAbility/BlessedTradition.js +4 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CombatSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/LycantropicGift.js +4 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/MagicalSign.js +4 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -2
- package/lib/types/specialAbility/MagicalTradition.js +4 -2
- package/lib/types/specialAbility/PactGift.d.ts +2 -8
- package/lib/types/specialAbility/PactGift.js +4 -12
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/Sermon.js +4 -2
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/VampiricGift.js +4 -2
- package/lib/types/specialAbility/Vision.js +4 -2
- package/lib/types/specialAbility/sub/Language.js +4 -2
- package/lib/types/specialAbility/sub/Script.js +4 -2
- package/lib/types/specialAbility/sub/TradeSecret.js +4 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/DaggerRitual.js +4 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/RingEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/SickleRitual.js +4 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -2
- package/lib/types/traditionArtifacts/WandEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -2
- package/lib/types/traditionArtifacts/sub/Brew.js +4 -2
- package/lib/validation/builders/naming.d.ts +3 -1
- package/lib/validation/builders/naming.js +9 -6
- package/lib/validation/filename.d.ts +1 -1
- package/lib/validation/filename.js +1 -1
- package/lib/validation/raw.d.ts +1 -1
- package/lib/validation/raw.js +3 -4
- package/package.json +2 -2
- package/schema/Culture.schema.json +31 -13
- package/schema/Patron.schema.json +26 -10
- package/schema/Profession.schema.json +10 -4
- package/schema/Race.schema.json +79 -208
- package/schema/Service.schema.json +7 -3
- package/schema/Skill.schema.json +20 -8
- package/schema/SkillModificationLevel.schema.json +7 -3
- package/schema/Talisman.schema.json +16 -6
- package/schema/UI.schema.json +502 -304
- package/schema/_Activatable.schema.json +32 -14
- package/schema/_ActivatableSelectOptionCategory.schema.json +7 -3
- package/schema/_ActivatableSkillCastingTime.schema.json +7 -3
- package/schema/_ActivatableSkillCheckResultBased.schema.json +14 -6
- package/schema/_ActivatableSkillDuration.schema.json +31 -11
- package/schema/_ActivatableSkillRange.schema.json +7 -3
- package/schema/_Dice.schema.json +10 -4
- package/schema/_DiseasePoison.schema.json +10 -4
- package/schema/_ImprovementCost.schema.json +13 -5
- package/schema/_Sex.schema.json +7 -3
- package/schema/_SkillCheck.schema.json +19 -7
- package/schema/equipment/item/IlluminationLightSource.schema.json +4 -2
- package/schema/equipment/item/Poison.schema.json +30 -12
- package/schema/equipment/item/_Herbary.schema.json +32 -12
- package/schema/magicalActions/_MusicTradition.schema.json +14 -6
- package/schema/magicalActions/_SkillReference.schema.json +7 -3
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +10 -4
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -6
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +14 -6
- package/schema/rule/CoreRule.schema.json +7 -3
- package/schema/source/Publication.schema.json +13 -5
- package/schema/specialAbility/PactGift.schema.json +14 -6
package/schema/UI.schema.json
CHANGED
|
@@ -7,20 +7,149 @@
|
|
|
7
7
|
"title": "UI",
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
|
-
"
|
|
11
|
-
"description": "- `0`: Name of the app",
|
|
10
|
+
"About {0}": {
|
|
12
11
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
13
12
|
},
|
|
14
|
-
"
|
|
13
|
+
"Preferences …": {
|
|
15
14
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
16
15
|
},
|
|
17
|
-
"
|
|
16
|
+
"Services": {
|
|
18
17
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
19
18
|
},
|
|
20
|
-
"
|
|
19
|
+
"Hide {0}": {
|
|
21
20
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
22
21
|
},
|
|
23
|
-
"
|
|
22
|
+
"Hide Others": {
|
|
23
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
24
|
+
},
|
|
25
|
+
"Show All": {
|
|
26
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
27
|
+
},
|
|
28
|
+
"Quit {0}": {
|
|
29
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
30
|
+
},
|
|
31
|
+
"File": {
|
|
32
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
33
|
+
},
|
|
34
|
+
"Close": {
|
|
35
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
36
|
+
},
|
|
37
|
+
"Quit": {
|
|
38
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
39
|
+
},
|
|
40
|
+
"Edit": {
|
|
41
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
42
|
+
},
|
|
43
|
+
"Undo": {
|
|
44
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
45
|
+
},
|
|
46
|
+
"Redo": {
|
|
47
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
48
|
+
},
|
|
49
|
+
"Cut": {
|
|
50
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
51
|
+
},
|
|
52
|
+
"Copy": {
|
|
53
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
54
|
+
},
|
|
55
|
+
"Paste": {
|
|
56
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
57
|
+
},
|
|
58
|
+
"Delete": {
|
|
59
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
60
|
+
},
|
|
61
|
+
"Select All": {
|
|
62
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
63
|
+
},
|
|
64
|
+
"View": {
|
|
65
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
66
|
+
},
|
|
67
|
+
"Toggle Full Screen": {
|
|
68
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
69
|
+
},
|
|
70
|
+
"Window": {
|
|
71
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
72
|
+
},
|
|
73
|
+
"Minimize": {
|
|
74
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
75
|
+
},
|
|
76
|
+
"Zoom": {
|
|
77
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
78
|
+
},
|
|
79
|
+
"Bring All to Front": {
|
|
80
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
81
|
+
},
|
|
82
|
+
"Settings": {
|
|
83
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
84
|
+
},
|
|
85
|
+
"Main Language": {
|
|
86
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
87
|
+
},
|
|
88
|
+
"System Language": {
|
|
89
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
90
|
+
},
|
|
91
|
+
"Fallback Language": {
|
|
92
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
93
|
+
},
|
|
94
|
+
"No fallback language": {
|
|
95
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
96
|
+
},
|
|
97
|
+
"Appearance": {
|
|
98
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
99
|
+
},
|
|
100
|
+
"Auto": {
|
|
101
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
102
|
+
},
|
|
103
|
+
"Light": {
|
|
104
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
105
|
+
},
|
|
106
|
+
"Dark": {
|
|
107
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
108
|
+
},
|
|
109
|
+
"Edit characters after creation": {
|
|
110
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
111
|
+
},
|
|
112
|
+
"Show animations": {
|
|
113
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
114
|
+
},
|
|
115
|
+
"Check for updates": {
|
|
116
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
117
|
+
},
|
|
118
|
+
"Updater": {
|
|
119
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
120
|
+
},
|
|
121
|
+
"Checking for updates …": {
|
|
122
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
123
|
+
},
|
|
124
|
+
"New version available": {
|
|
125
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
126
|
+
},
|
|
127
|
+
"Version {0} is available! Do you wish to download and install?": {
|
|
128
|
+
"description": "- `0`: Version number",
|
|
129
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
130
|
+
},
|
|
131
|
+
"Download": {
|
|
132
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
133
|
+
},
|
|
134
|
+
"Download Later": {
|
|
135
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
136
|
+
},
|
|
137
|
+
"Downloading update …": {
|
|
138
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
139
|
+
},
|
|
140
|
+
"Update downloaded": {
|
|
141
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
142
|
+
},
|
|
143
|
+
"Quit and Install": {
|
|
144
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
145
|
+
},
|
|
146
|
+
"Install Later": {
|
|
147
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
148
|
+
},
|
|
149
|
+
"No update available": {
|
|
150
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
151
|
+
},
|
|
152
|
+
"You're running the latest version available.": {
|
|
24
153
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
25
154
|
},
|
|
26
155
|
"initialization.loadtableserror": {
|
|
@@ -122,11 +251,11 @@
|
|
|
122
251
|
"Pets": {
|
|
123
252
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
124
253
|
},
|
|
125
|
-
"
|
|
254
|
+
"{0} AP Remaining": {
|
|
126
255
|
"description": "- `0`: AP left",
|
|
127
256
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
128
257
|
},
|
|
129
|
-
"
|
|
258
|
+
"Save": {
|
|
130
259
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
131
260
|
},
|
|
132
261
|
"Show Settings": {
|
|
@@ -135,82 +264,82 @@
|
|
|
135
264
|
"Toggle DevTools": {
|
|
136
265
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
137
266
|
},
|
|
138
|
-
"
|
|
267
|
+
"Adventure Points": {
|
|
139
268
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
140
269
|
},
|
|
141
|
-
"
|
|
270
|
+
"{0} Total AP": {
|
|
142
271
|
"description": "- `0`: AP Total",
|
|
143
272
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
144
273
|
},
|
|
145
|
-
"
|
|
274
|
+
"{0} AP Spent": {
|
|
146
275
|
"description": "- `0`: AP Spent",
|
|
147
276
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
148
277
|
},
|
|
149
|
-
"
|
|
278
|
+
"{0}/{1} AP spent on advantages": {
|
|
150
279
|
"description": "- `0`: Current AP spent on advantages\n- `1`: Maximum possible AP spent on advantages",
|
|
151
280
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
152
281
|
},
|
|
153
|
-
"
|
|
282
|
+
"Thereof {0}/{1} on magic advantages": {
|
|
154
283
|
"description": "- `0`: Current AP spent on magic advantages\n- `1`: Maximum possible AP spent on magic advantages",
|
|
155
284
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
156
285
|
},
|
|
157
|
-
"
|
|
286
|
+
"Thereof {0}/{1} on blessed advantages": {
|
|
158
287
|
"description": "- `0`: Current AP spent on blessed advantages\n- `1`: Maximum possible AP spent on blessed advantages",
|
|
159
288
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
160
289
|
},
|
|
161
|
-
"
|
|
290
|
+
"{0}/{1} AP received from disadvantages": {
|
|
162
291
|
"description": "- `0`: Current AP spent on disadvantages\n- `1`: Maximum possible AP spent on disadvantages",
|
|
163
292
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
164
293
|
},
|
|
165
|
-
"
|
|
294
|
+
"Thereof {0}/{1} from magic disadvantages": {
|
|
166
295
|
"description": "- `0`: Current AP spent on magic disadvantages\n- `1`: Maximum possible AP spent on magic disadvantages",
|
|
167
296
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
168
297
|
},
|
|
169
|
-
"
|
|
298
|
+
"Thereof {0}/{1} from blessed disadvantages": {
|
|
170
299
|
"description": "- `0`: Current AP spent on blessed disadvantages\n- `1`: Maximum possible AP spent on blessed disadvantages",
|
|
171
300
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
172
301
|
},
|
|
173
|
-
"
|
|
302
|
+
"{0} AP spent on race": {
|
|
174
303
|
"description": "- `0`: AP spent on race",
|
|
175
304
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
176
305
|
},
|
|
177
|
-
"
|
|
306
|
+
"{0} AP spent on profession": {
|
|
178
307
|
"description": "- `0`: AP spent on profession",
|
|
179
308
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
180
309
|
},
|
|
181
|
-
"
|
|
310
|
+
"{0} AP spent on attributes": {
|
|
182
311
|
"description": "- `0`: AP spent on attributes",
|
|
183
312
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
184
313
|
},
|
|
185
|
-
"
|
|
314
|
+
"{0} AP spent on skills": {
|
|
186
315
|
"description": "- `0`: AP spent on skills",
|
|
187
316
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
188
317
|
},
|
|
189
|
-
"
|
|
318
|
+
"{0} AP spent on combat techniques": {
|
|
190
319
|
"description": "- `0`: AP spent on combat techniques",
|
|
191
320
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
192
321
|
},
|
|
193
|
-
"
|
|
322
|
+
"{0} AP spent on spells": {
|
|
194
323
|
"description": "- `0`: AP spent on spells",
|
|
195
324
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
196
325
|
},
|
|
197
|
-
"
|
|
326
|
+
"{0} AP spent on cantrips": {
|
|
198
327
|
"description": "- `0`: AP spent on cantrips",
|
|
199
328
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
200
329
|
},
|
|
201
|
-
"
|
|
330
|
+
"{0} AP spent on liturgical chants": {
|
|
202
331
|
"description": "- `0`: AP spent on liturgical chants",
|
|
203
332
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
204
333
|
},
|
|
205
|
-
"
|
|
334
|
+
"{0} AP spent on blessings": {
|
|
206
335
|
"description": "- `0`: AP spent on blessings",
|
|
207
336
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
208
337
|
},
|
|
209
|
-
"
|
|
338
|
+
"{0} AP spent on special abilities": {
|
|
210
339
|
"description": "- `0`: AP spent on special abilities",
|
|
211
340
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
212
341
|
},
|
|
213
|
-
"
|
|
342
|
+
"{0} AP spent on improving/buying back LP/AE/KP": {
|
|
214
343
|
"description": "- `0`: AP spent on energies (LP/AE/KP)",
|
|
215
344
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
216
345
|
},
|
|
@@ -247,7 +376,7 @@
|
|
|
247
376
|
"description": "- `0`: Length in cm",
|
|
248
377
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
249
378
|
},
|
|
250
|
-
"
|
|
379
|
+
"D": {
|
|
251
380
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
252
381
|
},
|
|
253
382
|
"general.none": {
|
|
@@ -271,11 +400,14 @@
|
|
|
271
400
|
"general.emptylistnoresultsplaceholder": {
|
|
272
401
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
273
402
|
},
|
|
274
|
-
"
|
|
403
|
+
"No Results": {
|
|
404
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
405
|
+
},
|
|
406
|
+
"{0} Adventure Points": {
|
|
275
407
|
"description": "- `0`: AP value",
|
|
276
408
|
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
277
409
|
},
|
|
278
|
-
"
|
|
410
|
+
"{0} AP": {
|
|
279
411
|
"description": "- `0`: AP value",
|
|
280
412
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
281
413
|
},
|
|
@@ -283,22 +415,22 @@
|
|
|
283
415
|
"description": "- `0`: Name of element\n- `1`: AP value",
|
|
284
416
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
285
417
|
},
|
|
286
|
-
"
|
|
418
|
+
"Search": {
|
|
287
419
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
288
420
|
},
|
|
289
|
-
"
|
|
421
|
+
"Sort By": {
|
|
290
422
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
291
423
|
},
|
|
292
|
-
"
|
|
424
|
+
"Name": {
|
|
293
425
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
294
426
|
},
|
|
295
|
-
"
|
|
427
|
+
"Date Modified": {
|
|
296
428
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
297
429
|
},
|
|
298
|
-
"
|
|
430
|
+
"Group": {
|
|
299
431
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
300
432
|
},
|
|
301
|
-
"
|
|
433
|
+
"Property": {
|
|
302
434
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
303
435
|
},
|
|
304
436
|
"general.filters.sort.bylocation": {
|
|
@@ -316,7 +448,7 @@
|
|
|
316
448
|
"general.dialogs.savebtn": {
|
|
317
449
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
318
450
|
},
|
|
319
|
-
"
|
|
451
|
+
"Done": {
|
|
320
452
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
321
453
|
},
|
|
322
454
|
"general.dialogs.deletebtn": {
|
|
@@ -331,7 +463,7 @@
|
|
|
331
463
|
"general.dialogs.okbtn": {
|
|
332
464
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
333
465
|
},
|
|
334
|
-
"
|
|
466
|
+
"Cancel": {
|
|
335
467
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
336
468
|
},
|
|
337
469
|
"general.dialogs.copybtn": {
|
|
@@ -343,7 +475,7 @@
|
|
|
343
475
|
"general.dialogs.applybtn": {
|
|
344
476
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
345
477
|
},
|
|
346
|
-
"
|
|
478
|
+
"Add": {
|
|
347
479
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
348
480
|
},
|
|
349
481
|
"general.dialogs.notenoughap.title": {
|
|
@@ -379,62 +511,6 @@
|
|
|
379
511
|
"general.dialogs.reachedaplimit.blesseddisadvantages": {
|
|
380
512
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
381
513
|
},
|
|
382
|
-
"settings.title": {
|
|
383
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
384
|
-
},
|
|
385
|
-
"settings.language": {
|
|
386
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
387
|
-
},
|
|
388
|
-
"settings.fallbacklanguage": {
|
|
389
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
390
|
-
},
|
|
391
|
-
"settings.systemlanguage": {
|
|
392
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
393
|
-
},
|
|
394
|
-
"settings.languagehint": {
|
|
395
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
396
|
-
},
|
|
397
|
-
"settings.theme": {
|
|
398
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
399
|
-
},
|
|
400
|
-
"settings.theme.dark": {
|
|
401
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
402
|
-
},
|
|
403
|
-
"settings.theme.light": {
|
|
404
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
405
|
-
},
|
|
406
|
-
"settings.showanimations": {
|
|
407
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
408
|
-
},
|
|
409
|
-
"settings.enableeditingheroaftercreationphase": {
|
|
410
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
411
|
-
},
|
|
412
|
-
"settings.checkforupdatesbtn": {
|
|
413
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
414
|
-
},
|
|
415
|
-
"settings.newversionavailable.title": {
|
|
416
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
417
|
-
},
|
|
418
|
-
"settings.newversionavailable.message": {
|
|
419
|
-
"description": "- `0`: Version number",
|
|
420
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
421
|
-
},
|
|
422
|
-
"settings.newversionavailable.messagewithsize": {
|
|
423
|
-
"description": "- `0`: Version number\n- `1`: Size of update package",
|
|
424
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
425
|
-
},
|
|
426
|
-
"settings.newversionavailable.updatebtn": {
|
|
427
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
428
|
-
},
|
|
429
|
-
"settings.nonewversionavailable.title": {
|
|
430
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
431
|
-
},
|
|
432
|
-
"settings.nonewversionavailable.message": {
|
|
433
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
434
|
-
},
|
|
435
|
-
"settings.downloadingupdate.title": {
|
|
436
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
437
|
-
},
|
|
438
514
|
"heroes.filters.origin.allheroes": {
|
|
439
515
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
440
516
|
},
|
|
@@ -444,22 +520,22 @@
|
|
|
444
520
|
"heroes.filters.origin.sharedheroes": {
|
|
445
521
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
446
522
|
},
|
|
447
|
-
"
|
|
523
|
+
"Import": {
|
|
448
524
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
449
525
|
},
|
|
450
|
-
"
|
|
526
|
+
"New Character": {
|
|
451
527
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
452
528
|
},
|
|
453
|
-
"
|
|
529
|
+
"Duplicate Character": {
|
|
454
530
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
455
531
|
},
|
|
456
|
-
"
|
|
532
|
+
"Export Character as OPTLC file": {
|
|
457
533
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
458
534
|
},
|
|
459
|
-
"
|
|
535
|
+
"Delete Character": {
|
|
460
536
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
461
537
|
},
|
|
462
|
-
"
|
|
538
|
+
"Open Character": {
|
|
463
539
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
464
540
|
},
|
|
465
541
|
"heroes.saveherobtn": {
|
|
@@ -589,19 +665,34 @@
|
|
|
589
665
|
"imprint.title": {
|
|
590
666
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
591
667
|
},
|
|
592
|
-
"
|
|
668
|
+
"Edit Name": {
|
|
669
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
670
|
+
},
|
|
671
|
+
"Change Name": {
|
|
672
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
673
|
+
},
|
|
674
|
+
"Edit Profession Name": {
|
|
675
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
676
|
+
},
|
|
677
|
+
"Change Profession Name": {
|
|
593
678
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
594
679
|
},
|
|
595
|
-
"
|
|
680
|
+
"Add AP": {
|
|
596
681
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
597
682
|
},
|
|
598
|
-
"
|
|
683
|
+
"Add Adventure Points": {
|
|
599
684
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
600
685
|
},
|
|
601
|
-
"
|
|
686
|
+
"How many Adventure Points do you want to add?": {
|
|
602
687
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
603
688
|
},
|
|
604
|
-
"
|
|
689
|
+
"Finish Character Creation": {
|
|
690
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
691
|
+
},
|
|
692
|
+
"Select New Avatar": {
|
|
693
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
694
|
+
},
|
|
695
|
+
"Delete Avatar": {
|
|
605
696
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
606
697
|
},
|
|
607
698
|
"profile.dialogs.changeheroavatar.title": {
|
|
@@ -616,61 +707,64 @@
|
|
|
616
707
|
"profile.dialogs.changeheroavatar.invalidfilewarning": {
|
|
617
708
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
618
709
|
},
|
|
619
|
-
"
|
|
710
|
+
"Male": {
|
|
620
711
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
621
712
|
},
|
|
622
|
-
"
|
|
713
|
+
"Female": {
|
|
623
714
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
624
715
|
},
|
|
625
|
-
"
|
|
716
|
+
"Bal’Thani": {
|
|
626
717
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
627
718
|
},
|
|
628
|
-
"
|
|
719
|
+
"Tsajana": {
|
|
629
720
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
630
721
|
},
|
|
631
|
-
"
|
|
722
|
+
"Family": {
|
|
632
723
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
633
724
|
},
|
|
634
|
-
"
|
|
725
|
+
"Place of Birth": {
|
|
635
726
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
636
727
|
},
|
|
637
|
-
"
|
|
728
|
+
"Date of Birth": {
|
|
638
729
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
639
730
|
},
|
|
640
|
-
"
|
|
731
|
+
"Age": {
|
|
641
732
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
642
733
|
},
|
|
643
|
-
"
|
|
734
|
+
"Hair Color": {
|
|
644
735
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
645
736
|
},
|
|
646
|
-
"
|
|
737
|
+
"Eye Color": {
|
|
647
738
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
648
739
|
},
|
|
649
|
-
"
|
|
740
|
+
"Size": {
|
|
650
741
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
651
742
|
},
|
|
652
|
-
"
|
|
743
|
+
"Weight": {
|
|
653
744
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
654
745
|
},
|
|
655
|
-
"
|
|
746
|
+
"Title": {
|
|
656
747
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
657
748
|
},
|
|
658
|
-
"
|
|
749
|
+
"Social Status": {
|
|
659
750
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
660
751
|
},
|
|
661
|
-
"
|
|
752
|
+
"Characteristics": {
|
|
662
753
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
663
754
|
},
|
|
664
|
-
"
|
|
755
|
+
"Other Information": {
|
|
665
756
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
666
757
|
},
|
|
667
|
-
"
|
|
758
|
+
"Reroll Eye Color": {
|
|
668
759
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
669
760
|
},
|
|
670
|
-
"
|
|
761
|
+
"Reroll Hair Color": {
|
|
671
762
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
672
763
|
},
|
|
673
|
-
"
|
|
764
|
+
"Reroll Size": {
|
|
765
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
766
|
+
},
|
|
767
|
+
"Reroll Weight": {
|
|
674
768
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
675
769
|
},
|
|
676
770
|
"personaldata.cultureareaknowledge": {
|
|
@@ -1351,16 +1445,16 @@
|
|
|
1351
1445
|
"pacts.name": {
|
|
1352
1446
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1353
1447
|
},
|
|
1354
|
-
"
|
|
1448
|
+
"Rule Sources": {
|
|
1355
1449
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1356
1450
|
},
|
|
1357
|
-
"
|
|
1451
|
+
"Use all publications": {
|
|
1358
1452
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1359
1453
|
},
|
|
1360
|
-
"
|
|
1454
|
+
"Focus Rules": {
|
|
1361
1455
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1362
1456
|
},
|
|
1363
|
-
"
|
|
1457
|
+
"Optional Rules": {
|
|
1364
1458
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1365
1459
|
},
|
|
1366
1460
|
"rules.manualherodatarepair": {
|
|
@@ -1676,55 +1770,64 @@
|
|
|
1676
1770
|
"rcpselectoptions.unfamiliarspell": {
|
|
1677
1771
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1678
1772
|
},
|
|
1679
|
-
"
|
|
1773
|
+
"Total Points": {
|
|
1774
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1775
|
+
},
|
|
1776
|
+
"Increment": {
|
|
1777
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1778
|
+
},
|
|
1779
|
+
"Decrement": {
|
|
1680
1780
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1681
1781
|
},
|
|
1682
|
-
"
|
|
1782
|
+
"Activate": {
|
|
1683
1783
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1684
1784
|
},
|
|
1685
|
-
"
|
|
1785
|
+
"Attribute Adjustment Selection": {
|
|
1686
1786
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1687
1787
|
},
|
|
1688
|
-
"
|
|
1788
|
+
"Modifier": {
|
|
1689
1789
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1690
1790
|
},
|
|
1691
|
-
"
|
|
1791
|
+
"Bought": {
|
|
1692
1792
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1693
1793
|
},
|
|
1694
|
-
"
|
|
1794
|
+
"Lost Total": {
|
|
1695
1795
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1696
1796
|
},
|
|
1697
|
-
"
|
|
1797
|
+
"Bought Back": {
|
|
1698
1798
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1699
1799
|
},
|
|
1700
|
-
"
|
|
1800
|
+
"Buy Back Permanently Lost Point": {
|
|
1701
1801
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1702
1802
|
},
|
|
1703
|
-
"
|
|
1803
|
+
"Permanently Lost Life Points": {
|
|
1704
1804
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1705
1805
|
},
|
|
1706
|
-
"
|
|
1806
|
+
"pLP": {
|
|
1707
1807
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1708
1808
|
},
|
|
1709
|
-
"
|
|
1809
|
+
"Permanently Lost Arcane Energy": {
|
|
1710
1810
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1711
1811
|
},
|
|
1712
|
-
"
|
|
1812
|
+
"pAE": {
|
|
1713
1813
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1714
1814
|
},
|
|
1715
|
-
"
|
|
1815
|
+
"Permanently Lost Karma Points": {
|
|
1716
1816
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1717
1817
|
},
|
|
1718
|
-
"
|
|
1818
|
+
"pKP": {
|
|
1719
1819
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1720
1820
|
},
|
|
1721
|
-
"
|
|
1821
|
+
"Loose Permanent Points": {
|
|
1722
1822
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1723
1823
|
},
|
|
1724
|
-
"
|
|
1824
|
+
"How many points do you want to remove?": {
|
|
1725
1825
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1726
1826
|
},
|
|
1727
|
-
"
|
|
1827
|
+
"Remove": {
|
|
1828
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1829
|
+
},
|
|
1830
|
+
"Permanently Spent": {
|
|
1728
1831
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1729
1832
|
},
|
|
1730
1833
|
"advantages.filters.commonadvantages": {
|
|
@@ -1931,48 +2034,12 @@
|
|
|
1931
2034
|
"skills.header.improvementcost.tooltip": {
|
|
1932
2035
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1933
2036
|
},
|
|
1934
|
-
"inlinewiki.check": {
|
|
1935
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1936
|
-
},
|
|
1937
2037
|
"inlinewiki.newapplications": {
|
|
1938
2038
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1939
2039
|
},
|
|
1940
|
-
"inlinewiki.applications": {
|
|
1941
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1942
|
-
},
|
|
1943
2040
|
"inlinewiki.uses": {
|
|
1944
2041
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1945
2042
|
},
|
|
1946
|
-
"inlinewiki.encumbrance": {
|
|
1947
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1948
|
-
},
|
|
1949
|
-
"inlinewiki.encumbrance.yes": {
|
|
1950
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1951
|
-
},
|
|
1952
|
-
"inlinewiki.encumbrance.no": {
|
|
1953
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1954
|
-
},
|
|
1955
|
-
"inlinewiki.encumbrance.maybe": {
|
|
1956
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1957
|
-
},
|
|
1958
|
-
"inlinewiki.tools": {
|
|
1959
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1960
|
-
},
|
|
1961
|
-
"inlinewiki.quality": {
|
|
1962
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1963
|
-
},
|
|
1964
|
-
"inlinewiki.failedcheck": {
|
|
1965
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1966
|
-
},
|
|
1967
|
-
"inlinewiki.criticalsuccess": {
|
|
1968
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1969
|
-
},
|
|
1970
|
-
"inlinewiki.botch": {
|
|
1971
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1972
|
-
},
|
|
1973
|
-
"inlinewiki.improvementcost": {
|
|
1974
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1975
|
-
},
|
|
1976
2043
|
"showfrequency.stronglyrecommended": {
|
|
1977
2044
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
1978
2045
|
},
|
|
@@ -2021,6 +2088,12 @@
|
|
|
2021
2088
|
"combattechniques.header.parry.tooltip": {
|
|
2022
2089
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2023
2090
|
},
|
|
2091
|
+
"Close Combat": {
|
|
2092
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2093
|
+
},
|
|
2094
|
+
"Ranged Combat": {
|
|
2095
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2096
|
+
},
|
|
2024
2097
|
"inlinewiki.special": {
|
|
2025
2098
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2026
2099
|
},
|
|
@@ -2145,6 +2218,12 @@
|
|
|
2145
2218
|
"inlinewiki.note": {
|
|
2146
2219
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2147
2220
|
},
|
|
2221
|
+
"Blessings": {
|
|
2222
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2223
|
+
},
|
|
2224
|
+
"Ceremonies": {
|
|
2225
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2226
|
+
},
|
|
2148
2227
|
"liturgicalchants.addbtn": {
|
|
2149
2228
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2150
2229
|
},
|
|
@@ -2554,14 +2633,126 @@
|
|
|
2554
2633
|
},
|
|
2555
2634
|
"pets.dialogs.addedit.savebtn": {
|
|
2556
2635
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2636
|
+
},
|
|
2637
|
+
"Show details": {
|
|
2638
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2639
|
+
},
|
|
2640
|
+
"Maximum Attribute Value": {
|
|
2641
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2642
|
+
},
|
|
2643
|
+
"Maximum Skill Value": {
|
|
2644
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2645
|
+
},
|
|
2646
|
+
"Maximum Combat Technique": {
|
|
2647
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2648
|
+
},
|
|
2649
|
+
"Maximum Attribute Total": {
|
|
2650
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2651
|
+
},
|
|
2652
|
+
"Number of Spells/Liturgical Chants": {
|
|
2653
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2654
|
+
},
|
|
2655
|
+
"Number from other Traditions": {
|
|
2656
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2657
|
+
},
|
|
2658
|
+
"Check": {
|
|
2659
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2660
|
+
},
|
|
2661
|
+
"Applications": {
|
|
2662
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2663
|
+
},
|
|
2664
|
+
"Encumbrance": {
|
|
2665
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2666
|
+
},
|
|
2667
|
+
"Yes": {
|
|
2668
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2669
|
+
},
|
|
2670
|
+
"No": {
|
|
2671
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2672
|
+
},
|
|
2673
|
+
"Maybe": {
|
|
2674
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2675
|
+
},
|
|
2676
|
+
"Tools": {
|
|
2677
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2678
|
+
},
|
|
2679
|
+
"Quality": {
|
|
2680
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2681
|
+
},
|
|
2682
|
+
"Failed Check": {
|
|
2683
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2684
|
+
},
|
|
2685
|
+
"Critical Success": {
|
|
2686
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2687
|
+
},
|
|
2688
|
+
"Botch": {
|
|
2689
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2690
|
+
},
|
|
2691
|
+
"Improvement Cost": {
|
|
2692
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2693
|
+
},
|
|
2694
|
+
"Front Cover Inside": {
|
|
2695
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2696
|
+
},
|
|
2697
|
+
"Back Cover Inside": {
|
|
2698
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2699
|
+
},
|
|
2700
|
+
"since the {0}. printing": {
|
|
2701
|
+
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
2702
|
+
},
|
|
2703
|
+
"removed in {0}. printing": {
|
|
2704
|
+
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
|
2557
2705
|
}
|
|
2558
2706
|
},
|
|
2559
2707
|
"required": [
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2708
|
+
"About {0}",
|
|
2709
|
+
"Preferences …",
|
|
2710
|
+
"Services",
|
|
2711
|
+
"Hide {0}",
|
|
2712
|
+
"Hide Others",
|
|
2713
|
+
"Show All",
|
|
2714
|
+
"Quit {0}",
|
|
2715
|
+
"File",
|
|
2716
|
+
"Close",
|
|
2717
|
+
"Quit",
|
|
2718
|
+
"Edit",
|
|
2719
|
+
"Undo",
|
|
2720
|
+
"Redo",
|
|
2721
|
+
"Cut",
|
|
2722
|
+
"Copy",
|
|
2723
|
+
"Paste",
|
|
2724
|
+
"Delete",
|
|
2725
|
+
"Select All",
|
|
2726
|
+
"View",
|
|
2727
|
+
"Toggle Full Screen",
|
|
2728
|
+
"Window",
|
|
2729
|
+
"Minimize",
|
|
2730
|
+
"Zoom",
|
|
2731
|
+
"Bring All to Front",
|
|
2732
|
+
"Settings",
|
|
2733
|
+
"Main Language",
|
|
2734
|
+
"System Language",
|
|
2735
|
+
"Fallback Language",
|
|
2736
|
+
"No fallback language",
|
|
2737
|
+
"Appearance",
|
|
2738
|
+
"Auto",
|
|
2739
|
+
"Light",
|
|
2740
|
+
"Dark",
|
|
2741
|
+
"Edit characters after creation",
|
|
2742
|
+
"Show animations",
|
|
2743
|
+
"Check for updates",
|
|
2744
|
+
"Updater",
|
|
2745
|
+
"Checking for updates …",
|
|
2746
|
+
"New version available",
|
|
2747
|
+
"Version {0} is available! Do you wish to download and install?",
|
|
2748
|
+
"Download",
|
|
2749
|
+
"Download Later",
|
|
2750
|
+
"Downloading update …",
|
|
2751
|
+
"Update downloaded",
|
|
2752
|
+
"Quit and Install",
|
|
2753
|
+
"Install Later",
|
|
2754
|
+
"No update available",
|
|
2755
|
+
"You're running the latest version available.",
|
|
2565
2756
|
"initialization.loadtableserror",
|
|
2566
2757
|
"Characters",
|
|
2567
2758
|
"Groups",
|
|
@@ -2595,30 +2786,30 @@
|
|
|
2595
2786
|
"Equipment",
|
|
2596
2787
|
"Hit Zone Armor",
|
|
2597
2788
|
"Pets",
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2789
|
+
"{0} AP Remaining",
|
|
2790
|
+
"Save",
|
|
2600
2791
|
"Show Settings",
|
|
2601
2792
|
"Toggle DevTools",
|
|
2602
|
-
"
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2608
|
-
"
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2611
|
-
"
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2793
|
+
"Adventure Points",
|
|
2794
|
+
"{0} Total AP",
|
|
2795
|
+
"{0} AP Spent",
|
|
2796
|
+
"{0}/{1} AP spent on advantages",
|
|
2797
|
+
"Thereof {0}/{1} on magic advantages",
|
|
2798
|
+
"Thereof {0}/{1} on blessed advantages",
|
|
2799
|
+
"{0}/{1} AP received from disadvantages",
|
|
2800
|
+
"Thereof {0}/{1} from magic disadvantages",
|
|
2801
|
+
"Thereof {0}/{1} from blessed disadvantages",
|
|
2802
|
+
"{0} AP spent on race",
|
|
2803
|
+
"{0} AP spent on profession",
|
|
2804
|
+
"{0} AP spent on attributes",
|
|
2805
|
+
"{0} AP spent on skills",
|
|
2806
|
+
"{0} AP spent on combat techniques",
|
|
2807
|
+
"{0} AP spent on spells",
|
|
2808
|
+
"{0} AP spent on cantrips",
|
|
2809
|
+
"{0} AP spent on liturgical chants",
|
|
2810
|
+
"{0} AP spent on blessings",
|
|
2811
|
+
"{0} AP spent on special abilities",
|
|
2812
|
+
"{0} AP spent on improving/buying back LP/AE/KP",
|
|
2622
2813
|
"header.dialogs.herosaved",
|
|
2623
2814
|
"header.dialogs.allsaved",
|
|
2624
2815
|
"header.dialogs.everythingelsesaved",
|
|
@@ -2629,7 +2820,7 @@
|
|
|
2629
2820
|
"general.weightvalue",
|
|
2630
2821
|
"general.pricevalue",
|
|
2631
2822
|
"general.lengthvalue",
|
|
2632
|
-
"
|
|
2823
|
+
"D",
|
|
2633
2824
|
"general.none",
|
|
2634
2825
|
"general.or",
|
|
2635
2826
|
"general.and",
|
|
@@ -2637,30 +2828,31 @@
|
|
|
2637
2828
|
"general.errorcode",
|
|
2638
2829
|
"general.emptylistplaceholder",
|
|
2639
2830
|
"general.emptylistnoresultsplaceholder",
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2831
|
+
"No Results",
|
|
2832
|
+
"{0} Adventure Points",
|
|
2833
|
+
"{0} AP",
|
|
2642
2834
|
"general.withapvalue",
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2835
|
+
"Search",
|
|
2836
|
+
"Sort By",
|
|
2837
|
+
"Name",
|
|
2838
|
+
"Date Modified",
|
|
2839
|
+
"Group",
|
|
2840
|
+
"Property",
|
|
2649
2841
|
"general.filters.sort.bylocation",
|
|
2650
2842
|
"general.filters.sort.bycost",
|
|
2651
2843
|
"general.filters.sort.byweight",
|
|
2652
2844
|
"general.filters.showactivatedentries",
|
|
2653
2845
|
"general.dialogs.savebtn",
|
|
2654
|
-
"
|
|
2846
|
+
"Done",
|
|
2655
2847
|
"general.dialogs.deletebtn",
|
|
2656
2848
|
"general.dialogs.yesbtn",
|
|
2657
2849
|
"general.dialogs.nobtn",
|
|
2658
2850
|
"general.dialogs.okbtn",
|
|
2659
|
-
"
|
|
2851
|
+
"Cancel",
|
|
2660
2852
|
"general.dialogs.copybtn",
|
|
2661
2853
|
"general.dialogs.createbtn",
|
|
2662
2854
|
"general.dialogs.applybtn",
|
|
2663
|
-
"
|
|
2855
|
+
"Add",
|
|
2664
2856
|
"general.dialogs.notenoughap.title",
|
|
2665
2857
|
"general.dialogs.notenoughap.message",
|
|
2666
2858
|
"general.dialogs.reachedaplimit.title",
|
|
@@ -2671,33 +2863,15 @@
|
|
|
2671
2863
|
"general.dialogs.reachedaplimit.disadvantages",
|
|
2672
2864
|
"general.dialogs.reachedaplimit.magicaldisadvantages",
|
|
2673
2865
|
"general.dialogs.reachedaplimit.blesseddisadvantages",
|
|
2674
|
-
"settings.title",
|
|
2675
|
-
"settings.language",
|
|
2676
|
-
"settings.fallbacklanguage",
|
|
2677
|
-
"settings.systemlanguage",
|
|
2678
|
-
"settings.languagehint",
|
|
2679
|
-
"settings.theme",
|
|
2680
|
-
"settings.theme.dark",
|
|
2681
|
-
"settings.theme.light",
|
|
2682
|
-
"settings.showanimations",
|
|
2683
|
-
"settings.enableeditingheroaftercreationphase",
|
|
2684
|
-
"settings.checkforupdatesbtn",
|
|
2685
|
-
"settings.newversionavailable.title",
|
|
2686
|
-
"settings.newversionavailable.message",
|
|
2687
|
-
"settings.newversionavailable.messagewithsize",
|
|
2688
|
-
"settings.newversionavailable.updatebtn",
|
|
2689
|
-
"settings.nonewversionavailable.title",
|
|
2690
|
-
"settings.nonewversionavailable.message",
|
|
2691
|
-
"settings.downloadingupdate.title",
|
|
2692
2866
|
"heroes.filters.origin.allheroes",
|
|
2693
2867
|
"heroes.filters.origin.ownheroes",
|
|
2694
2868
|
"heroes.filters.origin.sharedheroes",
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2869
|
+
"Import",
|
|
2870
|
+
"New Character",
|
|
2871
|
+
"Duplicate Character",
|
|
2872
|
+
"Export Character as OPTLC file",
|
|
2873
|
+
"Delete Character",
|
|
2874
|
+
"Open Character",
|
|
2701
2875
|
"heroes.saveherobtn",
|
|
2702
2876
|
"heroes.unsavedhero.name",
|
|
2703
2877
|
"heroes.list.adventurepoints",
|
|
@@ -2740,34 +2914,40 @@
|
|
|
2740
2914
|
"wiki.filters.itemtemplates",
|
|
2741
2915
|
"wiki.filters.itemtemplates.all",
|
|
2742
2916
|
"imprint.title",
|
|
2743
|
-
"
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2917
|
+
"Edit Name",
|
|
2918
|
+
"Change Name",
|
|
2919
|
+
"Edit Profession Name",
|
|
2920
|
+
"Change Profession Name",
|
|
2921
|
+
"Add AP",
|
|
2922
|
+
"Add Adventure Points",
|
|
2923
|
+
"How many Adventure Points do you want to add?",
|
|
2924
|
+
"Finish Character Creation",
|
|
2925
|
+
"Select New Avatar",
|
|
2926
|
+
"Delete Avatar",
|
|
2748
2927
|
"profile.dialogs.changeheroavatar.title",
|
|
2749
2928
|
"profile.dialogs.changeheroavatar.selectfilebtn",
|
|
2750
2929
|
"profile.dialogs.changeheroavatar.imagefiletype",
|
|
2751
2930
|
"profile.dialogs.changeheroavatar.invalidfilewarning",
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
"
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2931
|
+
"Male",
|
|
2932
|
+
"Female",
|
|
2933
|
+
"Bal’Thani",
|
|
2934
|
+
"Tsajana",
|
|
2935
|
+
"Family",
|
|
2936
|
+
"Place of Birth",
|
|
2937
|
+
"Date of Birth",
|
|
2938
|
+
"Age",
|
|
2939
|
+
"Hair Color",
|
|
2940
|
+
"Eye Color",
|
|
2941
|
+
"Size",
|
|
2942
|
+
"Weight",
|
|
2943
|
+
"Title",
|
|
2944
|
+
"Social Status",
|
|
2945
|
+
"Characteristics",
|
|
2946
|
+
"Other Information",
|
|
2947
|
+
"Reroll Eye Color",
|
|
2948
|
+
"Reroll Hair Color",
|
|
2949
|
+
"Reroll Size",
|
|
2950
|
+
"Reroll Weight",
|
|
2771
2951
|
"personaldata.cultureareaknowledge",
|
|
2772
2952
|
"sheets.printtopdfbtn",
|
|
2773
2953
|
"sheets.dialogs.pdfexportsavelocation.title",
|
|
@@ -2994,10 +3174,10 @@
|
|
|
2994
3174
|
"pacts.minorpact",
|
|
2995
3175
|
"pacts.pactisincompletehint",
|
|
2996
3176
|
"pacts.name",
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3177
|
+
"Rule Sources",
|
|
3178
|
+
"Use all publications",
|
|
3179
|
+
"Focus Rules",
|
|
3180
|
+
"Optional Rules",
|
|
3001
3181
|
"rules.manualherodatarepair",
|
|
3002
3182
|
"rules.manualherodatarepairexplanation",
|
|
3003
3183
|
"inlinewiki.complementarysources",
|
|
@@ -3097,23 +3277,26 @@
|
|
|
3097
3277
|
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage",
|
|
3098
3278
|
"rcpselectoptions.unfamiliarspell.placeholder",
|
|
3099
3279
|
"rcpselectoptions.unfamiliarspell",
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3280
|
+
"Total Points",
|
|
3281
|
+
"Increment",
|
|
3282
|
+
"Decrement",
|
|
3283
|
+
"Activate",
|
|
3284
|
+
"Attribute Adjustment Selection",
|
|
3285
|
+
"Modifier",
|
|
3286
|
+
"Bought",
|
|
3287
|
+
"Lost Total",
|
|
3288
|
+
"Bought Back",
|
|
3289
|
+
"Buy Back Permanently Lost Point",
|
|
3290
|
+
"Permanently Lost Life Points",
|
|
3291
|
+
"pLP",
|
|
3292
|
+
"Permanently Lost Arcane Energy",
|
|
3293
|
+
"pAE",
|
|
3294
|
+
"Permanently Lost Karma Points",
|
|
3295
|
+
"pKP",
|
|
3296
|
+
"Loose Permanent Points",
|
|
3297
|
+
"How many points do you want to remove?",
|
|
3298
|
+
"Remove",
|
|
3299
|
+
"Permanently Spent",
|
|
3117
3300
|
"advantages.filters.commonadvantages",
|
|
3118
3301
|
"disadvantages.filters.commondisadvantages",
|
|
3119
3302
|
"advantagesdisadvantages.addbtn",
|
|
@@ -3179,20 +3362,8 @@
|
|
|
3179
3362
|
"skills.header.check",
|
|
3180
3363
|
"skills.header.improvementcost",
|
|
3181
3364
|
"skills.header.improvementcost.tooltip",
|
|
3182
|
-
"inlinewiki.check",
|
|
3183
3365
|
"inlinewiki.newapplications",
|
|
3184
|
-
"inlinewiki.applications",
|
|
3185
3366
|
"inlinewiki.uses",
|
|
3186
|
-
"inlinewiki.encumbrance",
|
|
3187
|
-
"inlinewiki.encumbrance.yes",
|
|
3188
|
-
"inlinewiki.encumbrance.no",
|
|
3189
|
-
"inlinewiki.encumbrance.maybe",
|
|
3190
|
-
"inlinewiki.tools",
|
|
3191
|
-
"inlinewiki.quality",
|
|
3192
|
-
"inlinewiki.failedcheck",
|
|
3193
|
-
"inlinewiki.criticalsuccess",
|
|
3194
|
-
"inlinewiki.botch",
|
|
3195
|
-
"inlinewiki.improvementcost",
|
|
3196
3367
|
"showfrequency.stronglyrecommended",
|
|
3197
3368
|
"showfrequency.common",
|
|
3198
3369
|
"showfrequency.uncommon",
|
|
@@ -3209,6 +3380,8 @@
|
|
|
3209
3380
|
"combattechniques.header.attack.tooltip",
|
|
3210
3381
|
"combattechniques.header.parry",
|
|
3211
3382
|
"combattechniques.header.parry.tooltip",
|
|
3383
|
+
"Close Combat",
|
|
3384
|
+
"Ranged Combat",
|
|
3212
3385
|
"inlinewiki.special",
|
|
3213
3386
|
"inlinewiki.primaryattribute",
|
|
3214
3387
|
"spells.addbtn",
|
|
@@ -3250,6 +3423,8 @@
|
|
|
3250
3423
|
"inlinewiki.spiritortoughness",
|
|
3251
3424
|
"inlinewiki.spiritortoughness.short",
|
|
3252
3425
|
"inlinewiki.note",
|
|
3426
|
+
"Blessings",
|
|
3427
|
+
"Ceremonies",
|
|
3253
3428
|
"liturgicalchants.addbtn",
|
|
3254
3429
|
"liturgicalchants.header.name",
|
|
3255
3430
|
"liturgicalchants.header.traditions",
|
|
@@ -3385,7 +3560,30 @@
|
|
|
3385
3560
|
"pets.dialogs.addedit.specialabilities",
|
|
3386
3561
|
"pets.dialogs.addedit.notes",
|
|
3387
3562
|
"pets.dialogs.addedit.addbtn",
|
|
3388
|
-
"pets.dialogs.addedit.savebtn"
|
|
3563
|
+
"pets.dialogs.addedit.savebtn",
|
|
3564
|
+
"Show details",
|
|
3565
|
+
"Maximum Attribute Value",
|
|
3566
|
+
"Maximum Skill Value",
|
|
3567
|
+
"Maximum Combat Technique",
|
|
3568
|
+
"Maximum Attribute Total",
|
|
3569
|
+
"Number of Spells/Liturgical Chants",
|
|
3570
|
+
"Number from other Traditions",
|
|
3571
|
+
"Check",
|
|
3572
|
+
"Applications",
|
|
3573
|
+
"Encumbrance",
|
|
3574
|
+
"Yes",
|
|
3575
|
+
"No",
|
|
3576
|
+
"Maybe",
|
|
3577
|
+
"Tools",
|
|
3578
|
+
"Quality",
|
|
3579
|
+
"Failed Check",
|
|
3580
|
+
"Critical Success",
|
|
3581
|
+
"Botch",
|
|
3582
|
+
"Improvement Cost",
|
|
3583
|
+
"Front Cover Inside",
|
|
3584
|
+
"Back Cover Inside",
|
|
3585
|
+
"since the {0}. printing",
|
|
3586
|
+
"removed in {0}. printing"
|
|
3389
3587
|
],
|
|
3390
3588
|
"additionalProperties": false
|
|
3391
3589
|
}
|