[Fix] Localization Misses (#381)

* Initial localization adds

* Added remaining missing translation use
This commit is contained in:
WBHarry 2025-07-20 04:15:26 +02:00 committed by GitHub
parent 50ba7408b9
commit 3dd2378ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 114 additions and 83 deletions

View file

@ -33,6 +33,10 @@
}
},
"Settings": {
"attackBonus": "Attack Bonus",
"attackName": "Attack Name",
"includeBase": { "label": "Include Item Damage" },
"multiplier": "Multiplier",
"resultBased": {
"label": "Formula based on Hope/Fear result."
},
@ -128,7 +132,9 @@
"partner": { "label": "Partner" },
"resources": {
"stress": {
"value": { "label": "Stress" }
"value": { "label": "Stress" },
"currentStress": { "label": "Current Stress" },
"maxStress": { "label": "Max Stress" }
}
}
},
@ -183,6 +189,7 @@
"selectSecondaryWeapon": "Select Secondary Weapon",
"selectSubclass": "Select Subclass",
"startingItems": "Starting Items",
"story": "Story",
"suggestedArmor": "Suggested Armor",
"suggestedPrimaryWeapon": "Suggested Primary Weapon",
"suggestedSecondaryWeapon": "Suggested Secondary Weapon",
@ -1139,6 +1146,10 @@
"Healing": {
"healingAmount": "Healing Amount"
},
"Modifier": {
"single": "Modifier",
"plural": "Modifiers"
},
"Neutral": {
"full": "None",
"short": "no"
@ -1237,6 +1248,8 @@
"single": "Trait",
"plural": "Traits"
},
"actorName": "Actor Name",
"amount": "Amount",
"armorScore": "Armor Score",
"activeEffects": "Active Effects",
"armorSlots": "Armor Slots",
@ -1245,21 +1258,25 @@
"bonus": "Bonus",
"burden": "Burden",
"check": "{check} Check",
"continue": "Continue",
"criticalSuccess": "Critical Success",
"damage": "Damage",
"damageType": "Damage Type",
"description": "Description",
"difficulty": "Difficulty",
"dropActorsHere": "Drop Actors here",
"duality": "Duality",
"dualityRoll": "Duality Roll",
"enabled": "Enabled",
"evasion": "Evasion",
"equipment": "Equipment",
"experience": {
"single": "Experience",
"plural": "Experiences"
},
"fear": "Fear",
"features": "Features",
"formula": "Formula",
"healing": "Healing",
"hitPoints": {
"single": "Hit Point",
@ -1268,24 +1285,37 @@
},
"hope": "Hope",
"hordeHp": "Horde HP",
"identify": "Identity",
"imagePath": "Image Path",
"inactiveEffects": "Inactive Effects",
"inventory": "Inventory",
"level": "Level",
"levelUp": "Level Up",
"loadout": "Loadout",
"max": "Max",
"modifier": "Modifier",
"multiclass": "Multiclass",
"newCategory": "New Category",
"none": "None",
"partner": "Partner",
"proficiency": "Proficiency",
"quantity": "Quantity",
"range": "Range",
"recovery": "Recovery",
"resource": "Resource",
"roll": "Roll",
"rollAll": "Roll All",
"rollDamage": "Roll Damage",
"save": "Save",
"scalable": "Scalable",
"situationalBonus": "Situational Bonus",
"stress": "Stress",
"take": "Take",
"target": "Target",
"Target": {
"single": "Target",
"plural": "Targets"
},
"title": "Title",
"total": "Total",
"true": "True",
"type": "Type",
"unarmored": "Unarmored",
@ -1593,7 +1623,8 @@
"sendToVault": "Send to Vault",
"sendToLoadout": "Send to Loadout",
"makeDeathMove": "Make a Death Move",
"rangeAndTarget": "Range & Target"
"rangeAndTarget": "Range & Target",
"appliedEvenIfSuccessful": "Applied even if save succeeded"
}
}
}