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

@@ -16,22 +16,22 @@
{{/if}}
</li>
<li class="chat-profil-element">
{{localize 'l5r5e.chatdices.difficulty'}}
{{localize 'l5r5e.dice.chat.difficulty'}}
{{#if l5r5e.difficultyHidden}}
{{#if isGM}}
?{{l5r5e.difficulty}}?
{{else}}
{{localize 'l5r5e.chatdices.difficulty_hidden'}}
{{localize 'l5r5e.dice.chat.difficulty_hidden'}}
{{/if}}
{{else}}
{{l5r5e.difficulty}}
{{/if}}
<br>
{{#if l5r5e.voidPointUsed}}
<i class="i_void" title="{{localize 'l5r5e.chatdices.void_point_used'}}"></i>
<i class="i_void" title="{{localize 'l5r5e.dice.chat.void_point_used'}}"></i>
{{/if}}
{{#if l5r5e.skillAssistance}}
<i class="i_skill" title="{{l5r5e.skillAssistance}}x {{localize 'l5r5e.chatdices.assistance_used'}}"></i>
<i class="i_skill" title="{{l5r5e.skillAssistance}}x {{localize 'l5r5e.dice.chat.assistance_used'}}"></i>
{{/if}}
</li>
</ul>
@@ -42,7 +42,7 @@
{{!-- Face Rings --}}
<fieldset class="dropbox swap">
<legend class="section-header">
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.swap_drop_here'}} <i class="fa fa-arrows-alt-h"></i>
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.dice.roll_n_keep.swap_drop_here'}} <i class="fa fa-arrows-alt-h"></i>
</legend>
{{#each data.swapDiceFaces.rings}}
@@ -56,12 +56,12 @@
{{!-- Discard & ReRoll --}}
<fieldset class="dropbox discards" data-type="discard">
<legend class="section-header">
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.discard_drop_here'}} <i class="fa fa-times"></i>
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.dice.roll_n_keep.discard_drop_here'}} <i class="fa fa-times"></i>
</legend>
</fieldset>
<fieldset class="dropbox rerolls" data-type="reroll">
<legend class="section-header">
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.reroll_drop_here'}} <i class="fa fa-redo-alt"></i>
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.dice.roll_n_keep.reroll_drop_here'}} <i class="fa fa-redo-alt"></i>
</legend>
</fieldset>
{{!-- DiceList history --}}
@@ -89,14 +89,14 @@
{{!-- Keep --}}
<fieldset class="dropbox keeps" data-type="keep">
<legend class="section-header">
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.keep_drop_here'}} ({{l5r5e.keepLimit}} {{localize 'l5r5e.max'}}) <i class="fa fa-check"></i>
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.dice.roll_n_keep.keep_drop_here'}} ({{l5r5e.keepLimit}} {{localize 'l5r5e.dice.roll_n_keep.max'}}) <i class="fa fa-check"></i>
</legend>
</fieldset>
</article>
{{!-- Face Skills --}}
<fieldset class="dropbox swap">
<legend class="section-header">
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.roll_n_keep.swap_drop_here'}} <i class="fa fa-arrows-alt-h"></i>
<i class="fa fa-sign-in-alt" aria-hidden="true"></i> {{localize 'l5r5e.dice.roll_n_keep.swap_drop_here'}} <i class="fa fa-arrows-alt-h"></i>
</legend>
{{#each data.swapDiceFaces.skills}}
<div class="dice dropbox faces-change" data-type="swap" data-face="{{this}}" data-die="AbilityDie">
@@ -106,13 +106,13 @@
</fieldset>
{{!-- Symbols Helpers --}}
<p class="symbols-help">
<i class="i_success"></i> {{localize 'l5r5e.chatdices.successes'}}
| <i class="i_explosive"></i> {{localize 'l5r5e.chatdices.explosives'}}
| <i class="i_opportunity"></i> {{localize 'l5r5e.chatdices.opportunities'}}
| <i class="i_strife"></i> {{localize 'l5r5e.chatdices.strife'}}
<i class="i_success"></i> {{localize 'l5r5e.dice.chat.successes'}}
| <i class="i_explosive"></i> {{localize 'l5r5e.dice.chat.explosives'}}
| <i class="i_opportunity"></i> {{localize 'l5r5e.dice.chat.opportunities'}}
| <i class="i_strife"></i> {{localize 'l5r5e.dice.chat.strife'}}
</p>
<button id="finalize" name="finalize" type="button" {{#if data.submitDisabled}}disabled{{/if}}>
{{ localize 'l5r5e.roll_n_keep.bt_validate' }} <i class="fas fa-arrow-circle-right"></i>
{{ localize 'l5r5e.dice.roll_n_keep.bt_validate' }} <i class="fas fa-arrow-circle-right"></i>
</button>
{{else}}
<table>
@@ -148,7 +148,7 @@
<div class="form-fields"></div>
</div>
<button id="finalize" name="finalize" type="button" {{#if data.submitDisabled}}disabled{{/if}}>
{{ localize 'l5r5e.roll_n_keep.bt_strife' }} <i class="fas fa-arrow-circle-right"></i>
{{ localize 'l5r5e.dice.roll_n_keep.bt_strife' }} <i class="fas fa-arrow-circle-right"></i>
</button>
{{/if}}
{{/if}}