diff --git a/lang/en.json b/lang/en.json index 41f61ac..9fae595 100644 --- a/lang/en.json +++ b/lang/en.json @@ -426,10 +426,24 @@ "BOL.dialog.divine": "Divine (-12)", "BOL.dialog.pointblank": "Point blank (+1)", - "BOL.dialog.close": "Clos e(0)", + "BOL.dialog.close": "Close (0)", "BOL.dialog.medium": "Medium (-1))", "BOL.dialog.long": "Long (-2)", "BOL.dialog.distant": "Distant (-4)", "BOL.dialog.extreme": "Extreme (-6)", - "BOL.dialog.utmost": "Utmost (-8)" + "BOL.dialog.utmost": "Utmost (-8)", + + "BOL.ui.name": "Name", + "BOL.ui.xp": "Experience", + "BOL.ui.xpspent": "Spent", + "BOL.ui.xptotal": "Total", + "BOL.ui.biosize": "Size", + "BOL.ui.bioweight": "Weight", + "BOL.ui.bioage": "Age", + "BOL.ui.biohair": "Hair", + "BOL.ui.bioeyes": "Eyes", + "BOL.ui.biosigns": "Signs", + "BOL.ui.biodescription": "Description", + "BOL.ui.bionotes": "Notes" + } \ No newline at end of file diff --git a/lang/fr.json b/lang/fr.json index e807b7f..78dc06d 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -408,5 +408,20 @@ "BOL.dialog.long": "Longue (-2)", "BOL.dialog.distant": "Très longue (-4)", "BOL.dialog.extreme": "Extrême (-6)", - "BOL.dialog.utmost": "Maximale (-8)" + "BOL.dialog.utmost": "Maximale (-8)", + + "BOL.ui.name": "Nom", + "BOL.ui.xp": "Experience", + "BOL.ui.xpspent": "Dépensée", + "BOL.ui.xptotal": "Totale", + "BOL.ui.biosize": "Taille", + "BOL.ui.bioweight": "Poids", + "BOL.ui.bioage": "Age", + "BOL.ui.biohair": "Cheveux", + "BOL.ui.bioeyes": "Yeux", + "BOL.ui.biosigns": "Signes distinctifs", + "BOL.ui.biodescription": "Description", + "BOL.ui.bionotes": "Notes" + + } \ No newline at end of file diff --git a/system.json b/system.json index 1a232db..b16853b 100644 --- a/system.json +++ b/system.json @@ -14,7 +14,7 @@ "url": "https://github.com/ZigmundKreud/bol", "license": "LICENSE.txt", "flags": {}, - "version": "1.3.12", + "version": "1.3.13", "templateVersion": 10, "minimumCoreVersion": "0.8.6", "compatibleCoreVersion": "9", diff --git a/templates/actor/parts/actor-header.hbs b/templates/actor/parts/actor-header.hbs index 2aac79a..3855754 100644 --- a/templates/actor/parts/actor-header.hbs +++ b/templates/actor/parts/actor-header.hbs @@ -2,19 +2,19 @@
-
+
{{#if (eq data.type "player")}}
-
+
-
+

-
+

diff --git a/templates/actor/parts/tabs/actor-biodata.hbs b/templates/actor/parts/tabs/actor-biodata.hbs index dd4d3a4..770329b 100644 --- a/templates/actor/parts/tabs/actor-biodata.hbs +++ b/templates/actor/parts/tabs/actor-biodata.hbs @@ -1,21 +1,21 @@
    {{#if (ne data.type "creature")}}
  1. -
    Taille
    +
    {{localize "BOL.ui.biosize"}}
    -
    Poids
    +
    {{localize "BOL.ui.bioweight"}}
    -
    Age
    +
    {{localize "BOL.ui.bioage"}}
  2. -
    Cheveux
    +
    {{localize "BOL.ui.biohair"}}
    -
    Yeux
    +
    {{localize "BOL.ui.bioeyes"}}
  3. -
    Signes distinctifs
    +
    {{localize "BOL.ui.biosigns"}}
  4. {{else}} @@ -35,7 +35,7 @@
  1. -
    Description
    +
    {{localize "BOL.ui.biodescription"}}
@@ -45,7 +45,7 @@ editable=editable}}
  1. -
    Notes
    +
    {{localize "BOL.ui.bionotes"}}