Reorganizing languages files properties

This commit is contained in:
Vlyan
2022-02-26 13:27:24 +01:00
parent 0d3ac2ce83
commit b5bb4e04f2
61 changed files with 530 additions and 531 deletions

View File

@@ -34,11 +34,11 @@
<input class="select-on-focus" type="number" name="data.xp_used" value="{{data.data.xp_used}}" data-dtype="Number" min="0" placeholder="0"/>
</label>
<label class="attribute">
{{localize 'l5r5e.rank'}}
{{localize 'l5r5e.sheets.rank'}}
<input class="select-on-focus" type="number" name="data.rank" value="{{data.data.rank}}" data-dtype="Number" min="0" placeholder="0"/>
</label>
<label class="attribute">
{{localize 'l5r5e.bought_at_rank'}}
{{localize 'l5r5e.sheets.bought_at_rank'}}
<input class="select-on-focus" type="number" name="data.bought_at_rank" value="{{data.data.bought_at_rank}}" data-dtype="Number" min="0" placeholder="0"/>
</label>
@@ -47,7 +47,7 @@
<input class="select-on-focus" type="text" name="data.skill" value="{{data.data.skill}}" data-dtype="String"/>
</label>
<label class="attribute">
{{localize 'l5r5e.dicepicker.difficulty_title'}}
{{localize 'l5r5e.dice.dicepicker.difficulty_title'}}
<input class="select-on-focus" type="text" name="data.difficulty" value="{{data.data.difficulty}}" data-dtype="String"/>
</label>
</article>

View File

@@ -5,16 +5,16 @@
<section class="sheet-body">
<ul>
<li>
<strong>{{localize 'l5r5e.rings.title'}}</strong> : {{localizeRing data.data.ring}}
<strong>{{localize 'l5r5e.rings.label'}}</strong> : {{localizeRing data.data.ring}}
</li>
<li>
<strong>{{localize 'l5r5e.types'}}</strong> : {{localizeTechnique data.data.technique_type}}
<strong>{{localize 'l5r5e.sheets.types'}}</strong> : {{localizeTechnique data.data.technique_type}}
</li>
<li>
<strong>{{localize 'l5r5e.skills.title'}}</strong> : {{data.data.skill}}
</li>
<li>
<strong>{{localize 'l5r5e.dicepicker.difficulty_title'}}</strong> : {{data.data.difficulty}}
<strong>{{localize 'l5r5e.dice.dicepicker.difficulty_title'}}</strong> : {{data.data.difficulty}}
</li>
<li>
<strong>{{localize 'l5r5e.advancements.curriculum'}}</strong> : {{localizeYesNo data.data.in_curriculum}}
@@ -26,14 +26,14 @@
<strong>{{localize 'l5r5e.advancements.spent'}}</strong> : {{data.data.xp_used}}
</li>
<li>
<strong>{{localize 'l5r5e.rank'}}</strong> : {{data.data.rank}}
<strong>{{localize 'l5r5e.sheets.rank'}}</strong> : {{data.data.rank}}
</li>
<li>
<strong>{{localize 'l5r5e.bought_at_rank'}}</strong> : {{data.data.bought_at_rank}}
<strong>{{localize 'l5r5e.sheets.bought_at_rank'}}</strong> : {{data.data.bought_at_rank}}
</li>
</ul>
{{!--item-infos--}}
<p><strong>{{localize 'l5r5e.description'}}</strong> : {{{data.data.description}}}</p>
<p><strong>{{localize 'l5r5e.book_reference'}}</strong> : {{data.data.book_reference}}</p>
<p><strong>{{localize 'l5r5e.sheets.description'}}</strong> : {{{data.data.description}}}</p>
<p><strong>{{localize 'l5r5e.sheets.book_reference'}}</strong> : {{data.data.book_reference}}</p>
</section>
</div>