Merge branch 'main' into bug/103-enrich-htmlfield-content-before-its-used-in-applications

This commit is contained in:
Joaquin Pereyra 2025-07-14 15:49:20 -03:00
commit d26ed22e74
69 changed files with 1781 additions and 446 deletions

View file

@ -153,12 +153,25 @@
},
"APPLICATIONS": {
"CharacterCreation": {
"setupTabs": {
"ancestry": "Ancestry",
"community": "Community",
"class": "Class",
"experience": "Experience",
"traits": "Traits",
"domainCards": "Domain Cards"
},
"ancestryNamePlaceholder": "Your ancestry's name",
"buttonTitle": "Character Setup",
"choice": "Choice",
"finishCreation": "Finish Character Setup",
"heritage": "Heritage",
"initialExperiences": "Initial Experiences",
"mixedAncestry": "Mixed Ancestry",
"newExperience": "New Experience..",
"selectAncestry": "Select Ancestry",
"selectPrimaryAncestry": "Select Primary Ancestry",
"selectSecondaryAncestry": "Select Secondary Ancestry",
"selectArmor": "Select Armor",
"selectClass": "Select Class",
"selectCommunity": "Select Community",
@ -388,6 +401,10 @@
"OwnershipSelection": {
"title": "Ownership Selection - {name}",
"default": "Default Ownership"
},
"ResourceDice": {
"title": "{name} Resource",
"rerollDice": "Reroll Dice"
}
},
@ -633,6 +650,10 @@
"abbreviation": "AS"
}
},
"ItemResourceType": {
"simple": "Simple",
"diceValue": "Dice Value"
},
"Range": {
"self": {
"name": "Self",
@ -1069,6 +1090,10 @@
"shortrest": "Short Rest",
"longrest": "Long Rest"
},
"Resource": {
"single": "Resource",
"plural": "Resources"
},
"Tabs": {
"details": "Details",
"attack": "Attack",
@ -1155,6 +1180,21 @@
"value": "Value"
},
"ITEMS": {
"FIELDS": {
"resource": {
"amount": { "label": "Amount" },
"dieFaces": { "label": "Die Faces" },
"icon": { "label": "Icon" },
"max": { "label": "Max" },
"recovery": { "label": "Recovery" },
"type": { "label": "Type" },
"value": { "label": "Value" }
}
},
"Ancestry": {
"primaryFeature": "Primary Feature",
"secondaryFeature": "Secondary Feature"
},
"Armor": {
"baseScore": "Base Score",
"baseThresholds": {
@ -1332,8 +1372,8 @@
},
"UI": {
"Chat": {
"dualityRoll": {
"abilityCheckTitle": "{ability} Check"
"applyEffect": {
"title": "Apply Effects - {name}"
},
"attackRoll": {
"title": "Attack - {attack}",
@ -1349,25 +1389,28 @@
"hitTarget": "Hit Targets",
"selectedTarget": "Selected"
},
"applyEffect": {
"title": "Apply Effects - {name}"
},
"healingRoll": {
"title": "Heal - {healing}",
"heal": "Heal"
},
"deathMove": {
"title": "Death Move"
},
"domainCard": {
"title": "Domain Card"
},
"dualityRoll": {
"abilityCheckTitle": "{ability} Check"
},
"featureTitle": "Class Feature",
"foundationCard": {
"ancestryTitle": "Ancestry Card",
"communityTitle": "Community Card",
"subclassFeatureTitle": "Subclass Feature"
},
"featureTitle": "Class Feature"
"healingRoll": {
"title": "Heal - {healing}",
"heal": "Heal"
},
"resourceRoll": {
"playerMessage": "{user} rerolled their {name}"
}
},
"Notifications": {
"adversaryMissing": "The linked adversary doesn't exist in the world.",
@ -1407,7 +1450,8 @@
"damageAlreadyNone": "The damage has already been reduced to none",
"noAvailableArmorMarks": "You have no more available armor marks",
"notEnoughStress": "You don't have enough stress",
"damageIgnore": "{character} did not take damage"
"damageIgnore": "{character} did not take damage",
"featureIsMissing": "Feature is missing"
},
"Tooltip": {
"disableEffect": "Disable Effect",