From d4850b6e37c4ad57dab15a565dc8947b8aa62789 Mon Sep 17 00:00:00 2001 From: Craig Garrett Date: Sun, 21 Jun 2026 14:00:44 -0400 Subject: [PATCH] added translations to old world sheet --- TheOldWorldRPG/sheet.html | 240 ++++++++++++++++---------------- TheOldWorldRPG/translation.json | 107 ++++++++++++++ 2 files changed, 227 insertions(+), 120 deletions(-) create mode 100644 TheOldWorldRPG/translation.json diff --git a/TheOldWorldRPG/sheet.html b/TheOldWorldRPG/sheet.html index ec0bab4846..60525cfaf7 100644 --- a/TheOldWorldRPG/sheet.html +++ b/TheOldWorldRPG/sheet.html @@ -1,51 +1,51 @@
-

TOW RPG Character Sheet

+

TOW RPG Character Sheet

- +
- +
- +
-
Fate
+
Fate
- Remaining + Remaining
- Maximum + Maximum
-
XP
+
XP
- Current + Current
- Total + Total
-
Speed
+
Speed
- - + +
- - + +
@@ -71,8 +71,8 @@
- WS - WEAPON SKILL + WS + WEAPON SKILL
@@ -83,14 +83,14 @@
- +
- +
@@ -100,8 +100,8 @@
- BS - BALLISTIC SKILL + BS + BALLISTIC SKILL
@@ -111,14 +111,14 @@
- +
- +
@@ -128,8 +128,8 @@
- S - STRENGTH + S + STRENGTH
@@ -139,14 +139,14 @@
- +
- +
@@ -156,8 +156,8 @@
- T - TOUGHNESS + T + TOUGHNESS
@@ -167,14 +167,14 @@
- +
- +
@@ -184,8 +184,8 @@
- I - Initiative + I + Initiative
@@ -195,14 +195,14 @@
- +
- +
@@ -212,8 +212,8 @@
- Ag - AGILITY + Ag + AGILITY
@@ -223,14 +223,14 @@
- +
- +
@@ -240,8 +240,8 @@
- RE - REASON + RE + REASON
@@ -251,14 +251,14 @@
- +
- +
@@ -268,8 +268,8 @@
- Fel - FELLOWSHIP + Fel + FELLOWSHIP
@@ -279,14 +279,14 @@
- +
- +
@@ -297,7 +297,7 @@
-

Lore

+

Lore

@@ -306,7 +306,7 @@
-

Talents

+

Talents

@@ -317,7 +317,7 @@
-

Appearance

+

Appearance

@@ -328,27 +328,27 @@
-

Coin

+

Coin

- +
- +
- +
- +
@@ -356,38 +356,38 @@
-

Resilience

+

Resilience

- Toughness + Armour + Toughness + Armour
-

Protection

+

Protection

- Armour + Armour
-

Weapons

+

Weapons

-
Action
-
Name
-
Range
-
Dice Pool
-
Skill
-
Damage
-
1h/2h
-
Traits
+
Action
+
Name
+
Range
+
Dice Pool
+
Skill
+
Damage
+
1h/2h
+
Traits
- + @@ -401,9 +401,9 @@
-

Wounds

+

Wounds

    -
  • Treated
  • +
  • Treated
  • @@ -412,9 +412,9 @@
-

Conditions

+

Conditions

    -
  • Staggered
  • +
  • Staggered
  • @@ -423,7 +423,7 @@
-

Trappings

+

Trappings

@@ -431,7 +431,7 @@
-

Assets

+

Assets

@@ -441,9 +441,9 @@
-

Contacts

+

Contacts

    -
  • NameRelationship
  • +
  • NameRelationship
  • @@ -452,33 +452,33 @@
-

Magic

+

Magic

- +
- - + +
-

Miscast Pool

+

Miscast Pool

-

Miscast Effects

+

Miscast Effects

-

Other Characters

+

Other Characters

    -
  • NameRelationship
  • +
  • NameRelationship
  • @@ -490,16 +490,16 @@
-

Spells

+

Spells

-
CV
-
Target
-
Range
-
Duration
-
Formalised
-
Memorised
-
Effect
+
CV
+
Target
+
Range
+
Duration
+
Formalised
+
Memorised
+
Effect
@@ -516,7 +516,7 @@
-

Grim Portent

+

Grim Portent

@@ -528,7 +528,7 @@
-

Exacting Test Progress

+

Exacting Test Progress

@@ -540,7 +540,7 @@
-

Clues and Insights

+

Clues and Insights

@@ -552,7 +552,7 @@
-

Favours Owed

+

Favours Owed

@@ -564,7 +564,7 @@
-

Notes

+

Notes

@@ -578,46 +578,46 @@ {{ Character Name }} {{selected_skill}} - Skill: + Skill: {{skill}} - Dice Pool: + Dice Pool: {{characteristic}}d + {{modifier}}d - Numbers Rolled: + Numbers Rolled: {{computed::numbers_rolled}} - Successes: + Successes: {{computed::successes}} {{#rollTotal() glorious 1}} - Rerolled Failures: + Rerolled Failures: {{computed::glorious_rerolled}} - Total Successes: + Total Successes: {{computed::total_successes}} {{/rollTotal() glorious 1}} {{#rollTotal() glorious 2}} - Rerolled Successes: + Rerolled Successes: {{computed::grim_rerolled}} - Total Successes: + Total Successes: {{computed::total_successes}} {{/rollTotal() glorious 2}} - Success Type: + Success Type: {{computed::success_type}} @@ -630,50 +630,50 @@ {{ Character Name }} {{name}} - Skill: + Skill: {{skill}} - Dice Pool: + Dice Pool: {{dice_pool}}d + {{modifier}}d - Numbers Rolled: + Numbers Rolled: {{computed::numbers_rolled}} - Successes: + Successes: {{computed::successes}} {{#rollTotal() glorious 1}} - Rerolled Failures: + Rerolled Failures: {{computed::glorious_rerolled}} - Total Successes: + Total Successes: {{computed::total_successes}} {{/rollTotal() glorious 1}} {{#rollTotal() glorious 2}} - Rerolled Successes: + Rerolled Successes: {{computed::grim_rerolled}} - Total Successes: + Total Successes: {{computed::total_successes}} {{/rollTotal() glorious 2}} - Weapon Damage: + Weapon Damage: {{computed::damage}} - Opponent SL - Traits: + Traits: {{traits}} diff --git a/TheOldWorldRPG/translation.json b/TheOldWorldRPG/translation.json new file mode 100644 index 0000000000..9fe09796b2 --- /dev/null +++ b/TheOldWorldRPG/translation.json @@ -0,0 +1,107 @@ +{ + "TOW RPG Character Sheet": "TOW RPG Character Sheet", + "Name": "Name", + "Origin": "Origin", + "Career": "Career", + "Fate": "Fate", + "Remaining": "Remaining", + "Maximum": "Maximum", + "XP": "XP", + "Current": "Current", + "Total": "Total", + "Speed": "Speed", + "Import Sheet": "Import Sheet", + "Clear Sheet": "Clear Sheet", + "Export Sheet": "Export Sheet", + "Print Sheet": "Print Sheet", + "WS": "WS", + "WEAPON SKILL": "WEAPON SKILL", + "Melee": "Melee", + "Defence": "Defence", + "BS": "BS", + "BALLISTIC SKILL": "BALLISTIC SKILL", + "Shooting": "Shooting", + "Throwing": "Throwing", + "S": "S", + "STRENGTH": "STRENGTH", + "Brawn": "Brawn", + "Toil": "Toil", + "T": "T", + "TOUGHNESS": "TOUGHNESS", + "Survival": "Survival", + "Endurance": "Endurance", + "I": "I", + "Initiative": "Initiative", + "Awareness": "Awareness", + "Dexterity": "Dexterity", + "Ag": "Ag", + "AGILITY": "AGILITY", + "Athletics": "Athletics", + "Stealth": "Stealth", + "RE": "RE", + "REASON": "REASON", + "Willpower": "Willpower", + "Recall": "Recall", + "Fel": "Fel", + "FELLOWSHIP": "FELLOWSHIP", + "Leadership": "Leadership", + "Charm": "Charm", + "Lore": "Lore", + "Talents": "Talents", + "Appearance": "Appearance", + "Coin": "Coin", + "Status": "Status", + "Brass": "Brass", + "Silver": "Silver", + "Gold": "Gold", + "Resilience": "Resilience", + "Toughness + Armour": "Toughness + Armour", + "Protection": "Protection", + "Armour": "Armour", + "Weapons": "Weapons", + "Action": "Action", + "Range": "Range", + "Dice Pool": "Dice Pool", + "Skill": "Skill", + "Damage": "Damage", + "1h/2h": "1h/2h", + "Traits": "Traits", + "Roll": "Roll", + "Wounds": "Wounds", + "Treated": "Treated", + "Conditions": "Conditions", + "Staggered": "Staggered", + "Trappings": "Trappings", + "Assets": "Assets", + "Contacts": "Contacts", + "Relationship": "Relationship", + "Magic": "Magic", + "Wizard Level": "Wizard Level", + "Roll to Cast": "Roll to Cast", + "Cast": "Cast", + "Miscast Pool": "Miscast Pool", + "Miscast Effects": "Miscast Effects", + "Other Characters": "Other Characters", + "Spells": "Spells", + "CV": "CV", + "Target": "Target", + "Duration": "Duration", + "Formalised": "Formalised", + "Memorised": "Memorised", + "Effect": "Effect", + "Grim Portent": "Grim Portent", + "Exacting Test Progress": "Exacting Test Progress", + "Clues and Insights": "Clues and Insights", + "Favours Owed": "Favours Owed", + "Notes": "Notes", + "Skill: ": "Skill: ", + "Dice Pool: ": "Dice Pool: ", + "Numbers Rolled:": "Numbers Rolled:", + "Successes:": "Successes:", + "Success Type:": "Success Type:", + "Weapon Damage:": "Weapon Damage:", + "Traits:": "Traits:", + "Rerolled Failures:": "Rerolled Failures:", + "Rerolled Successes:": "Rerolled Successes:", + "Total Successes:": "Total Successes:" +} \ No newline at end of file