diff --git a/system/lang/en-en.json b/system/lang/en-en.json index 5b30a21..1a77e81 100644 --- a/system/lang/en-en.json +++ b/system/lang/en-en.json @@ -67,9 +67,16 @@ "explosives": "Explosives", "opportunities": "Opportunities", "strives": "Strives", - "difficulty": "Difficulty", + "difficulty": "TN", + "difficulty_hidden": "TN ???", "dicepicker": "Dice Picker" }, + "dicepicker": { + "difficulty_title": "Difficulty", + "difficulty_hidden_label": "Hide TN", + "use_void_point_label": "Spend a Void point", + "roll_label": "Roll" + }, "max": "Max", "current": "Current", "quantity": "Quantity", diff --git a/system/lang/es-es.json b/system/lang/es-es.json index 882880b..25469b8 100644 --- a/system/lang/es-es.json +++ b/system/lang/es-es.json @@ -67,9 +67,16 @@ "explosives": "Explosives", "opportunities": "Opportunities", "strives": "Strives", - "difficulty": "Difficulty", + "difficulty": "TN", + "difficulty_hidden": "TN ???", "dicepicker": "Dice Picker" }, + "dicepicker": { + "difficulty_title": "Difficulty", + "difficulty_hidden_label": "Hide TN", + "use_void_point_label": "Spend a Void point", + "roll_label": "Roll" + }, "max": "Max", "current": "Actuales", "quantity": "Cantidad", diff --git a/system/lang/fr-fr.json b/system/lang/fr-fr.json index 408c158..39a29e0 100644 --- a/system/lang/fr-fr.json +++ b/system/lang/fr-fr.json @@ -65,11 +65,18 @@ "chatdices": { "successes": "Succès", "explosives": "Explosifs", - "opportunities": "Opportunités", + "opportunities": "Aubaines", "strives": "Conflits", - "difficulty": "Difficulté", + "difficulty": "ND", + "difficulty_hidden": "ND ???", "dicepicker": "Dice Picker" }, + "dicepicker": { + "difficulty_title": "Difficulté", + "difficulty_hidden_label": "ND Caché", + "use_void_point_label": "Dépenser un point de Vide", + "roll_label": "Lancer" + }, "max": "Max", "current": "Actuel", "quantity": "Quantité", diff --git a/system/templates/dice/chat-roll.html b/system/templates/dice/chat-roll.html index 692a6dd..2a7f91a 100644 --- a/system/templates/dice/chat-roll.html +++ b/system/templates/dice/chat-roll.html @@ -23,8 +23,8 @@ - {{#if l5r5e.summary.difficultyHidden}}ND cachée{{/if}} - {{^if l5r5e.summary.difficultyHidden}}ND {{l5r5e.summary.difficulty}}{{/if}} + {{#if l5r5e.summary.difficultyHidden}}{{localize 'l5r5e.chatdices.difficulty_hidden'}}{{/if}} + {{^if l5r5e.summary.difficultyHidden}}{{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.summary.difficulty}}{{/if}} @@ -61,10 +61,6 @@ {{#if strife}}
  • {{localize "l5r5e.chatdices.strives"}}: {{this.strife}}
  • {{/if}} - - {{#if difficulty}} -
  • {{localize "l5r5e.chatdices.difficulty"}}: {{this.difficulty}}
  • - {{/if}} {{/l5r5e.summary}} diff --git a/system/templates/dice/dice-picker-dialog.html b/system/templates/dice/dice-picker-dialog.html index 376f204..2efe69c 100644 --- a/system/templates/dice/dice-picker-dialog.html +++ b/system/templates/dice/dice-picker-dialog.html @@ -63,7 +63,7 @@ - {{localize "l5r5e.chatdices.difficulty"}} + {{localize "l5r5e.dicepicker.difficulty_title"}} {{localize "l5r5e.rings.title"}} @@ -140,16 +140,14 @@ {{#if canUseVoidPoint}} {{/if}} @@ -160,6 +158,6 @@
    - +