Dice picker v2 localization
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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é",
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
</span>
|
||||
|
||||
<span class="chat-profil-element">
|
||||
{{#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}}
|
||||
</span>
|
||||
</header>
|
||||
</div>
|
||||
@@ -61,10 +61,6 @@
|
||||
{{#if strife}}
|
||||
<li>{{localize "l5r5e.chatdices.strives"}}: {{this.strife}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if difficulty}}
|
||||
<li>{{localize "l5r5e.chatdices.difficulty"}}: {{this.difficulty}}</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{/l5r5e.summary}}
|
||||
</div>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<!-- Second line-->
|
||||
<tr>
|
||||
<td>
|
||||
{{localize "l5r5e.chatdices.difficulty"}}
|
||||
{{localize "l5r5e.dicepicker.difficulty_title"}}
|
||||
</td>
|
||||
<td>
|
||||
{{localize "l5r5e.rings.title"}}
|
||||
@@ -140,16 +140,14 @@
|
||||
<td>
|
||||
<input type="checkbox" id="diff_hidden" name="diff_hidden" value="1">
|
||||
<label for="diff_hidden">
|
||||
<!-- TODO lang-->
|
||||
Cachée
|
||||
{{localize 'l5r5e.dicepicker.difficulty_hidden_label'}}
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
{{#if canUseVoidPoint}}
|
||||
<input type="checkbox" id="use_void_point" name="diff_hidden" value="1">
|
||||
<label for="use_void_point">
|
||||
<!-- TODO lang-->
|
||||
Dépenser un point de Vide
|
||||
{{localize 'l5r5e.dicepicker.use_void_point_label'}}
|
||||
</label>
|
||||
{{/if}}
|
||||
</td>
|
||||
@@ -160,6 +158,6 @@
|
||||
</table>
|
||||
|
||||
<div class="form-group">
|
||||
<button name="roll">Roll <i class='fas fa-arrow-circle-right'></i></button>
|
||||
<button name="roll">{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user