Add UK/US translation

This commit is contained in:
2024-09-10 07:20:55 +02:00
parent 580a2ccaba
commit 03b8779862
131 changed files with 964 additions and 547 deletions

View File

@@ -11,19 +11,19 @@
<div class="flexcol">
<span class="flexrow">
<label class="generic-label">Niveau : </label>
<label class="generic-label">{{localize "MNBL.level"}} : </label>
<input type="text" class="padd-right status-small-label color-class-common" name="system.niveau"
value="{{data.niveau}}" data-dtype="Number" />
</span>
<span class="flexrow">
<label class="generic-label">Attribut 1 : </label>
<label class="generic-label">{{localize "MNBL.attribute"}} 1 : </label>
<select class="status-small-label color-class-common" type="text" name="system.attribut1"
value="{{data.attribut1}}" data-dtype="string">
{{selectOptions config.attributs selected=data.attribut1}}
</select>
</span>
<span class="flexrow">
<label class="generic-label">Attribut 2 : </label>
<label class="generic-label">{{localize "MNBL.attribute"}} 2 : </label>
<select class="status-small-label color-class-common" type="text" name="system.attribut2"
value="{{data.attribut2}}" data-dtype="string">
<option value="none">Aucun</option>
@@ -31,7 +31,7 @@
</select>
</span>
<span class="flexrow">
<label class="generic-label">Attribut 3 : </label>
<label class="generic-label">{{localize "MNBL.attribute"}} 3 : </label>
<select class="status-small-label color-class-common" type="text" name="system.attribut3"
value="{{data.attribut3}}" data-dtype="string">
<option value="none">Aucun</option>
@@ -40,12 +40,13 @@
</span>
<span class="flexrow">
<label class="generic-label">Les bonus de Bonne Aventure et d'Eclat peuvent être doublés (cf. Métier) ? </label>
<label class="generic-label">{{localize "MNBL.candoublebonusskill"}} ? </label>
<input class="" type="checkbox" name="system.doublebonus" {{checked data.doublebonus}}/>
</span>
<span class="flexrow">
<h3>Prédilections</h3>
<h3> {{localize "MNBL.predilections"}}
</h3>
</span>
<ul>
{{#each data.predilections as |predilection key|}}
@@ -58,7 +59,7 @@
{{/each}}
</ul>
<span class="flexrow">
<button id="add-predilection" class="chat-card-button">Ajouter une prédilection</button>
<button id="add-predilection" class="chat-card-button">{{localize "MNBL.addpredilection"}}</button>
</span>
{{> systems/fvtt-mournblade/templates/partial-item-description.html}}