From 706d3fdd3d35e1c750d600242989f5ec2eb69d8f Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 20 Jul 2025 01:41:22 +0200 Subject: [PATCH] Added remaining missing translation use --- lang/en.json | 28 +++++++++++++++++-- templates/actionTypes/effect.hbs | 4 +-- templates/actionTypes/healing.hbs | 4 +-- templates/actionTypes/part/damage-part.hbs | 0 templates/actionTypes/range-target.hbs | 2 +- templates/actionTypes/resource.hbs | 2 +- templates/actionTypes/save.hbs | 2 +- templates/actionTypes/uses.hbs | 2 +- templates/actionTypes/uuid.hbs | 2 +- templates/characterCreation/tabs/story.hbs | 2 +- templates/dialogs/dice-roll/costSelection.hbs | 3 -- .../dialogs/dice-roll/damageSelection.hbs | 2 +- templates/dialogs/dice-roll/rollSelection.hbs | 22 +++++++-------- templates/settings/homebrew-settings.hbs | 2 +- .../sheets-settings/action-settings/base.hbs | 4 +-- .../adversary-settings/attack.hbs | 2 +- .../adversary-settings/experiences.hbs | 2 +- .../companion-settings/attack.hbs | 2 +- .../companion-settings/details.hbs | 2 +- .../environment-settings/adversaries.hbs | 4 +-- templates/sheets/actors/adversary/header.hbs | 2 +- templates/sheets/actors/character/sidebar.hbs | 14 +++++----- .../sheets/global/partials/action-item.hbs | 6 ---- templates/sheets/items/weapon/attachments.hbs | 0 templates/sheets/pseudo-documents/header.hbs | 3 -- templates/ui/chat/adversary-attack-roll.hbs | 2 +- templates/ui/chat/adversary-roll.hbs | 2 +- templates/ui/chat/duality-roll.hbs | 14 ++++++++-- templates/ui/chat/parts/damage-chat.hbs | 2 +- templates/ui/chat/parts/target-chat.hbs | 5 ++-- templates/ui/tooltip/action.hbs | 2 +- 31 files changed, 82 insertions(+), 63 deletions(-) delete mode 100644 templates/actionTypes/part/damage-part.hbs delete mode 100644 templates/sheets/items/weapon/attachments.hbs delete mode 100644 templates/sheets/pseudo-documents/header.hbs diff --git a/lang/en.json b/lang/en.json index e61f4b2f..4d3927bc 100755 --- a/lang/en.json +++ b/lang/en.json @@ -189,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", @@ -1145,6 +1146,10 @@ "Healing": { "healingAmount": "Healing Amount" }, + "Modifier": { + "single": "Modifier", + "plural": "Modifiers" + }, "Neutral": { "full": "None", "short": "no" @@ -1253,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", @@ -1276,25 +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", @@ -1602,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" } } } diff --git a/templates/actionTypes/effect.hbs b/templates/actionTypes/effect.hbs index d144f2fc..0d89399c 100644 --- a/templates/actionTypes/effect.hbs +++ b/templates/actionTypes/effect.hbs @@ -1,6 +1,6 @@
- Effects + {{localize "DAGGERHEART.GENERAL.Effect.plural"}}