From d6b1c7a36c3d274851914952332e15bf3790a14d Mon Sep 17 00:00:00 2001
From: WBHarry <89362246+WBHarry@users.noreply.github.com>
Date: Mon, 8 Dec 2025 01:22:28 +0100
Subject: [PATCH] Fixed some missing translations (#1386)
---
lang/en.json | 13 ++++++++++---
templates/characterCreation/tabs/traits.hbs | 2 +-
templates/dialogs/damageReduction.hbs | 4 ++--
templates/dialogs/dice-roll/header.hbs | 2 +-
templates/dialogs/group-roll/group-roll.hbs | 2 +-
templates/dialogs/rerollDialog/footer.hbs | 2 +-
templates/levelup/tabs/footer.hbs | 2 +-
templates/settings/downtime-config/main.hbs | 4 ++--
templates/sidebar/daggerheart-menu/main.hbs | 2 +-
templates/ui/chat/parts/damage-part.hbs | 2 +-
templates/ui/tooltip/beastform.hbs | 8 ++++----
11 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/lang/en.json b/lang/en.json
index 6a0d72d1..d2386744 100755
--- a/lang/en.json
+++ b/lang/en.json
@@ -386,7 +386,8 @@
"hideNewCountdowns": "Hide New Countdowns"
},
"DaggerheartMenu": {
- "title": "GM Tools"
+ "title": "GM Tools",
+ "refreshFeatures": "Refresh Features"
},
"DeleteConfirmation": {
"title": "Delete {type} - {name}",
@@ -504,6 +505,7 @@
},
"navigateLevel": "To Level {level}",
"navigateToLevelup": "Return To Levelup",
+ "finishLevelup": "Finish Levelup",
"navigateToSummary": "To Summary",
"options": {
"trait": "Gain a +1 bonus to two unmarked character traits and mark them.",
@@ -2105,6 +2107,7 @@
},
"hope": "Hope",
"hordeHp": "Horde HP",
+ "icon": "Icon",
"identify": "Identity",
"imagePath": "Image Path",
"inactiveEffects": "Inactive Effects",
@@ -2141,6 +2144,7 @@
"recovery": "Recovery",
"refresh": "Refresh",
"reroll": "Reroll",
+ "rerolled": "Rerolled",
"rerollThing": "Reroll {thing}",
"resource": "Resource",
"roll": "Roll",
@@ -2240,7 +2244,9 @@
"evolvedDrag": "Drag a form here to evolve it.",
"hybridize": "Hybridize",
"hybridizeFeatureTitle": "Hybrid Features",
- "hybridizeDrag": "Drag a form here to hybridize it."
+ "hybridizeDrag": "Drag a form here to hybridize it.",
+ "mainTrait": "Main Trait",
+ "traitBonus": "Trait Bonus"
},
"Class": {
"hopeFeatures": "Hope Features",
@@ -2583,7 +2589,8 @@
"selectMember": "Select a Member",
"rerollTitle": "Reroll Group Roll",
"rerollContent": "Are you sure you want to reroll your {trait} check?",
- "rerollTooltip": "Reroll"
+ "rerollTooltip": "Reroll",
+ "wholePartySelected": "The whole party is selected"
},
"healingRoll": {
"title": "Heal - {damage}",
diff --git a/templates/characterCreation/tabs/traits.hbs b/templates/characterCreation/tabs/traits.hbs
index bf32dd16..7bbf4b52 100644
--- a/templates/characterCreation/tabs/traits.hbs
+++ b/templates/characterCreation/tabs/traits.hbs
@@ -14,7 +14,7 @@
{{this}}
{{/each}}
- {{localize "Use"}}
+ {{localize "DAGGERHEART.GENERAL.use"}}
{{#each traits.values}}
diff --git a/templates/dialogs/damageReduction.hbs b/templates/dialogs/damageReduction.hbs
index df7d8332..57d7ee61 100644
--- a/templates/dialogs/damageReduction.hbs
+++ b/templates/dialogs/damageReduction.hbs
@@ -93,13 +93,13 @@
- {{localize "Take"}}
+ {{localize "DAGGERHEART.GENERAL.take"}}
{{this.damage}}
{{#if this.reducedDamage}}
{{this.reducedDamage}}
{{/if}}
- {{localize "Damage"}}
+ {{localize "DAGGERHEART.GENERAL.damage"}}
\ No newline at end of file
diff --git a/templates/dialogs/dice-roll/header.hbs b/templates/dialogs/dice-roll/header.hbs
index b455462c..b2ca18cd 100644
--- a/templates/dialogs/dice-roll/header.hbs
+++ b/templates/dialogs/dice-roll/header.hbs
@@ -16,7 +16,7 @@
{{#if (and @root.hasRoll @root.activeTagTeamRoll)}}
- {{localize "Tag Team Roll"}}
+ {{localize "DAGGERHEART.APPLICATIONS.TagTeamSelect.title"}}
{{/if}}
\ No newline at end of file
diff --git a/templates/dialogs/group-roll/group-roll.hbs b/templates/dialogs/group-roll/group-roll.hbs
index ab655c1f..9b23c0a5 100644
--- a/templates/dialogs/group-roll/group-roll.hbs
+++ b/templates/dialogs/group-roll/group-roll.hbs
@@ -40,7 +40,7 @@
{{localize "DAGGERHEART.UI.Chat.groupRoll.partyTeam"}}
-
+
{{#if (gt this.members.length 0)}}
diff --git a/templates/dialogs/rerollDialog/footer.hbs b/templates/dialogs/rerollDialog/footer.hbs
index 4aff2823..5d4ae2b2 100644
--- a/templates/dialogs/rerollDialog/footer.hbs
+++ b/templates/dialogs/rerollDialog/footer.hbs
@@ -1,4 +1,4 @@
- {{localize "Reroll"}}
+ {{localize "DAGGERHEART.GENERAL.reroll"}}
{{localize "DAGGERHEART.APPLICATIONS.RerollDialog.acceptCurrentRolls"}}
\ No newline at end of file
diff --git a/templates/levelup/tabs/footer.hbs b/templates/levelup/tabs/footer.hbs
index 1e87a573..2ee7a316 100644
--- a/templates/levelup/tabs/footer.hbs
+++ b/templates/levelup/tabs/footer.hbs
@@ -3,7 +3,7 @@
{{#if this.navigate.previous.fromSummary}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.navigateToLevelup"}}
-
{{localize "Finish Levelup"}}
+
{{localize "DAGGERHEART.APPLICATIONS.Levelup.finishLevelup"}}
{{else}}
{{#if (not this.navigate.previous.disabled)}}
{{this.navigate.previous.label}}
diff --git a/templates/settings/downtime-config/main.hbs b/templates/settings/downtime-config/main.hbs
index 7f681368..5b9c8031 100644
--- a/templates/settings/downtime-config/main.hbs
+++ b/templates/settings/downtime-config/main.hbs
@@ -5,14 +5,14 @@
>
{{#if hasIcon}}
- {{localize "Icon"}}
+ {{localize "DAGGERHEART.GENERAL.icon"}}
{{/if}}
- {{localize "Description"}}
+ {{localize "DAGGERHEART.GENERAL.description"}}
{{{ move.enrichedDescription }}}
diff --git a/templates/sidebar/daggerheart-menu/main.hbs b/templates/sidebar/daggerheart-menu/main.hbs
index a5a86284..4d948409 100644
--- a/templates/sidebar/daggerheart-menu/main.hbs
+++ b/templates/sidebar/daggerheart-menu/main.hbs
@@ -2,7 +2,7 @@
{{localize "DAGGERHEART.APPLICATIONS.DaggerheartMenu.title"}}
- {{localize "Refresh Features"}}
+ {{localize "DAGGERHEART.APPLICATIONS.DaggerheartMenu.refreshFeatures"}}
diff --git a/templates/ui/tooltip/beastform.hbs b/templates/ui/tooltip/beastform.hbs
index 96a77b9c..0b90c8f7 100644
--- a/templates/ui/tooltip/beastform.hbs
+++ b/templates/ui/tooltip/beastform.hbs
@@ -9,19 +9,19 @@