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

@@ -8,7 +8,7 @@
{{!-- Attributes Tab --}}
<article class="attributes" data-group="primary" data-tab="attributes">
<label class="attribute bonds-types">
{{localize 'l5r5e.types'}}
{{localize 'l5r5e.sheets.types'}}
<input class="select-on-focus" type="text" name="data.bond_type" value="{{data.data.bond_type}}" data-dtype="String"/>
</label>
<label class="attribute">
@@ -20,11 +20,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>
</article>

View File

@@ -5,7 +5,7 @@
<section class="sheet-body">
<ul>
<li>
<strong>{{localize 'l5r5e.types'}}</strong> : {{data.data.bond_type}}
<strong>{{localize 'l5r5e.sheets.types'}}</strong> : {{data.data.bond_type}}
</li>
<li>
<strong>{{localize 'l5r5e.advancements.cost'}}</strong> : {{data.data.xp_cost}}
@@ -14,19 +14,19 @@
<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>
{{!--properties--}}
<p>
<strong>{{localize 'l5r5e.properties'}}</strong> :
<strong>{{localize 'l5r5e.sheets.properties'}}</strong> :
{{#each data.data.properties as |property idx|}}{{#ifCond idx '>' 0}}, {{/ifCond}}{{property.name}}{{/each}}
</p>
{{!--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>