Reorganizing languages files properties
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
{{!-- Sheet Header --}}
|
||||
<ul>
|
||||
{{!-- Identity --}}
|
||||
<li>{{#ifCond data.data.template '==' 'pow'}}{{localize 'l5r5e.region'}}{{else}}{{localize 'l5r5e.clan'}}{{/ifCond}} : {{data.data.identity.clan}}</li>
|
||||
<li>{{#ifCond data.data.template '==' 'pow'}}{{localize 'l5r5e.upbringing'}}{{else}}{{localize 'l5r5e.family'}}{{/ifCond}} : {{data.data.identity.family}}</li>
|
||||
<li>{{localize 'l5r5e.rank'}} : {{data.data.identity.school_rank}}</li>
|
||||
<li>{{localize 'l5r5e.school'}} : {{data.data.identity.school}}</li>
|
||||
<li>{{#ifCond data.data.template '==' 'pow'}}{{localize 'l5r5e.sheets.region'}}{{else}}{{localize 'l5r5e.clans.label'}}{{/ifCond}} : {{data.data.identity.clan}}</li>
|
||||
<li>{{#ifCond data.data.template '==' 'pow'}}{{localize 'l5r5e.sheets.upbringing'}}{{else}}{{localize 'l5r5e.sheets.family'}}{{/ifCond}} : {{data.data.identity.family}}</li>
|
||||
<li>{{localize 'l5r5e.sheets.rank'}} : {{data.data.identity.school_rank}}</li>
|
||||
<li>{{localize 'l5r5e.sheets.school'}} : {{data.data.identity.school}}</li>
|
||||
<li>{{localize 'l5r5e.roles'}} : {{data.data.identity.roles}}</li>
|
||||
|
||||
{{!-- Social --}}
|
||||
@@ -40,8 +40,8 @@
|
||||
<li>{{#ifCond data.data.template '==' 'pow'}}{{localize 'l5r5e.social.past'}}{{else}}{{localize 'l5r5e.social.giri'}}{{/ifCond}} : {{data.data.social.giri}}</li>
|
||||
<li>{{localize 'l5r5e.social.bushido_tenets.paramount'}} : {{data.data.social.bushido_tenets.paramount}}</li>
|
||||
<li>{{localize 'l5r5e.social.bushido_tenets.less_significant'}} : {{data.data.social.bushido_tenets.less_significant}}</li>
|
||||
<li>{{localize 'l5r5e.description' }} : {{{data.data.description}}}</li>
|
||||
<li>{{localize 'l5r5e.notes' }} : {{{data.data.notes}}}</li>
|
||||
<li>{{localize 'l5r5e.sheets.description' }} : {{{data.data.description}}}</li>
|
||||
<li>{{localize 'l5r5e.sheets.notes' }} : {{{data.data.notes}}}</li>
|
||||
</ul>
|
||||
|
||||
{{!-- a faire : Spé Skill/Ecoles pour les pnj --}}
|
||||
@@ -125,7 +125,7 @@
|
||||
|
||||
{{!-- Inventory Tab --}}
|
||||
{{!-- items list --}}
|
||||
<h2>{{localize 'l5r5e.equipment'}}</h2>
|
||||
<h2>{{localize 'l5r5e.sheets.equipment'}}</h2>
|
||||
<ul>
|
||||
<li>{{localize 'l5r5e.money.title'}} : {{data.data.money.koku}} {{localize 'l5r5e.money.koku'}} / {{data.data.money.bu}} {{localize 'l5r5e.money.bu'}} / {{data.data.money.zeni}} {{localize 'l5r5e.money.zeni'}}</li>
|
||||
{{#each data.splitItemsList as |cat type|}}
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
|
||||
{{!-- Experience Tab --}}
|
||||
<h2>{{localize 'l5r5e.experience'}}</h2>
|
||||
<h2>{{localize 'l5r5e.sheets.experience'}}</h2>
|
||||
<ul>
|
||||
<li>{{localize 'l5r5e.advancements.total'}} : {{data.data.xp_total}}</li>
|
||||
<li>{{localize 'l5r5e.advancements.spent'}} : {{data.data.xp_spent}}</li>
|
||||
@@ -164,16 +164,16 @@
|
||||
</ul>
|
||||
|
||||
{{!-- School progression --}}
|
||||
<h2>{{#if data.data.identity.school_curriculum_journal.name}}{{data.data.identity.school_curriculum_journal.name}}{{else}}{{localize 'l5r5e.school'}}{{/if}}</h2>
|
||||
<h2>{{#if data.data.identity.school_curriculum_journal.name}}{{data.data.identity.school_curriculum_journal.name}}{{else}}{{localize 'l5r5e.sheets.school'}}{{/if}}</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>{{localize 'l5r5e.name'}}</th>
|
||||
<th>{{localize 'l5r5e.school'}}</th>
|
||||
<th>{{localize 'l5r5e.sheets.name'}}</th>
|
||||
<th>{{localize 'l5r5e.sheets.school'}}</th>
|
||||
<th>{{localize 'l5r5e.advancements.spent'}}</th>
|
||||
<th>{{localize 'l5r5e.rank'}}</th>
|
||||
<th>{{localize 'l5r5e.sheets.rank'}}</th>
|
||||
</tr>
|
||||
{{#each data.advancementsListByRank as |rankObject|}}
|
||||
<tr><th colspan="4">{{localize 'l5r5e.rank'}} {{rankObject.rank}}</th></tr>
|
||||
<tr><th colspan="4">{{localize 'l5r5e.sheets.rank'}} {{rankObject.rank}}</th></tr>
|
||||
{{#each rankObject.list as |advancement|}}
|
||||
<tr>
|
||||
<td>{{advancement.name}}</td>
|
||||
@@ -190,9 +190,9 @@
|
||||
<h2>{{localize 'l5r5e.advancements.title'}}</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>{{localize 'l5r5e.name'}}</th>
|
||||
<th>{{localize 'l5r5e.sheets.name'}}</th>
|
||||
<th>{{localize 'l5r5e.advancements.spent'}}</th>
|
||||
<th>{{localize 'l5r5e.rank'}}</th>
|
||||
<th>{{localize 'l5r5e.sheets.rank'}}</th>
|
||||
</tr>
|
||||
{{#each data.advancementsOthers as |advancement|}}
|
||||
<tr>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<a class="item" data-tab="army">{{localize 'ACTOR.TypeArmy'}}</a>
|
||||
<a class="item" data-tab="cohort">{{localize 'l5r5e.army.cohort.tab'}}</a>
|
||||
<a class="item" data-tab="fortification">{{localize 'l5r5e.army.fortification.tab'}}</a>
|
||||
<a class="item" data-tab="others">{{localize 'l5r5e.notes'}}</a>
|
||||
<a class="item" data-tab="others">{{localize 'l5r5e.sheets.notes'}}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Army Tab --}}
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
|
||||
{{!-- Description (public) --}}
|
||||
<fieldset class="description">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.description'}}</legend>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.description'}}</legend>
|
||||
{{editor content=data.data.description target="data.description" button=true editable=options.editable}}
|
||||
</fieldset>
|
||||
|
||||
{{!-- Notes (private) --}}
|
||||
<fieldset class="note">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.notes'}}</legend>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.notes'}}</legend>
|
||||
{{editor content=data.data.notes target="data.notes" button=true editable=options.editable}}
|
||||
</fieldset>
|
||||
@@ -1,7 +1,7 @@
|
||||
<form class="l5r5e character-generator-dialog" autocomplete="off">
|
||||
<div class="content">
|
||||
<div class="form-group">
|
||||
<label>{{localize 'l5r5e.clan'}}</label>
|
||||
<label>{{localize 'l5r5e.clans.label'}}</label>
|
||||
<div class="form-fields">
|
||||
<select class="attribute-dtype" name="clan">
|
||||
{{#select data.clan}}
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<h2 class="separator">{{localize 'l5r5e.char_generator.generate'}}</h2>
|
||||
<div class="form-group smaller">
|
||||
<label>{{localize 'l5r5e.name'}}</label>
|
||||
<label>{{localize 'l5r5e.sheets.name'}}</label>
|
||||
<div class="form-fields">
|
||||
<input type="checkbox" name="generate.name" data-dtype="Boolean" {{checked data.generate.name}} />
|
||||
</div>
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="skills">{{localize 'l5r5e.skills.title'}}</a>
|
||||
<a class="item" data-tab="narrative">{{localize 'l5r5e.narrative'}}</a>
|
||||
<a class="item" data-tab="narrative">{{localize 'l5r5e.sheets.narrative'}}</a>
|
||||
<a class="item" data-tab="conflict">{{localize 'l5r5e.conflict.title'}}</a>
|
||||
<a class="item" data-tab="inventory">{{localize 'l5r5e.inventory'}}</a>
|
||||
<a class="item" data-tab="experience">{{localize 'l5r5e.experience'}}</a>
|
||||
<a class="item" data-tab="inventory">{{localize 'l5r5e.sheets.inventory'}}</a>
|
||||
<a class="item" data-tab="experience">{{localize 'l5r5e.sheets.experience'}}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Skills Tab --}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<fieldset class="xp">
|
||||
<legend>{{localize 'l5r5e.experience'}}</legend>
|
||||
<legend>{{localize 'l5r5e.sheets.experience'}}</legend>
|
||||
<label class="attribute-label">
|
||||
{{localize 'l5r5e.advancements.total'}}
|
||||
<input class="centered-input select-on-focus" type="number" name="data.xp_total" value="{{data.data.xp_total}}" data-dtype="Number" min="0" placeholder="0" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
||||
@@ -19,7 +19,7 @@
|
||||
{{#if data.data.identity.school_curriculum_journal.id}}
|
||||
<a class="school-journal-link"><i class="fas fa-file-alt"></i></a> {{data.data.identity.school_curriculum_journal.name}}
|
||||
{{else}}
|
||||
<i class="fas fa-question-circle" title="{{localize 'l5r5e.advancements.school_curriculum_journal'}}"></i> {{localize 'l5r5e.school'}}
|
||||
<i class="fas fa-question-circle" title="{{localize 'l5r5e.advancements.school_curriculum_journal'}}"></i> {{localize 'l5r5e.sheets.school'}}
|
||||
{{/if}}
|
||||
{{#if data.editable_not_soft_locked}}
|
||||
<a data-item-type="advancement" class="advancement-control item-add" title="{{localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
@@ -36,10 +36,10 @@
|
||||
<table>
|
||||
<thead class="flex">
|
||||
<tr class="flexrow row">
|
||||
<th class="name">{{localize 'l5r5e.name'}}</th>
|
||||
<th class="name">{{localize 'l5r5e.sheets.name'}}</th>
|
||||
<th class="curriculum"><i class="fas fa-graduation-cap"></i></th>
|
||||
<th class="xp">{{localize 'l5r5e.advancements.spent'}}</th>
|
||||
<th class="rank">{{localize 'l5r5e.rank'}}</th>
|
||||
<th class="rank">{{localize 'l5r5e.sheets.rank'}}</th>
|
||||
{{#if data.editable_not_soft_locked}}
|
||||
<th class="actions"></th>
|
||||
{{/if}}
|
||||
@@ -84,9 +84,9 @@
|
||||
<table>
|
||||
<thead class="flex">
|
||||
<tr class="flexrow row">
|
||||
<th class="name">{{localize 'l5r5e.name'}}</th>
|
||||
<th class="name">{{localize 'l5r5e.sheets.name'}}</th>
|
||||
<th class="xp">{{localize 'l5r5e.advancements.spent'}}</th>
|
||||
<th class="rank">{{localize 'l5r5e.rank'}}</th>
|
||||
<th class="rank">{{localize 'l5r5e.sheets.rank'}}</th>
|
||||
{{#if data.editable_not_soft_locked}}
|
||||
<th class="actions"></th>
|
||||
{{/if}}
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
<li>
|
||||
<label class="attribute-label">
|
||||
{{#ifCond data.data.template '==' 'pow'}}
|
||||
{{localize 'l5r5e.region'}}
|
||||
{{localize 'l5r5e.sheets.region'}}
|
||||
{{else}}
|
||||
{{localize 'l5r5e.clan'}}
|
||||
{{localize 'l5r5e.clans.label'}}
|
||||
{{/ifCond}}
|
||||
<input type="text" name="data.identity.clan" value="{{data.data.identity.clan}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
||||
</label>
|
||||
@@ -12,22 +12,22 @@
|
||||
<li>
|
||||
<label class="attribute-label">
|
||||
{{#ifCond data.data.template '==' 'pow'}}
|
||||
{{localize 'l5r5e.upbringing'}}
|
||||
{{localize 'l5r5e.sheets.upbringing'}}
|
||||
{{else}}
|
||||
{{localize 'l5r5e.family'}}
|
||||
{{localize 'l5r5e.sheets.family'}}
|
||||
{{/ifCond}}
|
||||
<input type="text" name="data.identity.family" value="{{data.data.identity.family}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label class="attribute-label">
|
||||
{{localize 'l5r5e.rank'}}
|
||||
{{localize 'l5r5e.sheets.rank'}}
|
||||
<input type="number" name="data.identity.school_rank" value="{{data.data.identity.school_rank}}" class="select-on-focus" data-dtype="Number" min="0" placeholder="1" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label class="attribute-label">
|
||||
{{localize 'l5r5e.school'}}
|
||||
{{localize 'l5r5e.sheets.school'}}
|
||||
<input type="text" name="data.identity.school" value="{{data.data.identity.school}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
||||
</label>
|
||||
</li>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</fieldset>
|
||||
{{!-- items list --}}
|
||||
<fieldset class="items-wrapper">
|
||||
<legend>{{localize 'l5r5e.equipment'}}</legend>
|
||||
<legend>{{localize 'l5r5e.sheets.equipment'}}</legend>
|
||||
{{> 'systems/l5r5e/templates/items/item/items.html'}}
|
||||
</fieldset>
|
||||
{{!-- item patterns list --}}
|
||||
|
||||
@@ -81,12 +81,12 @@
|
||||
<div class="narrative-fluff">
|
||||
{{!-- Description (public) --}}
|
||||
<fieldset class="narrative-description">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.description' }}</legend>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.description' }}</legend>
|
||||
{{editor content=data.data.description target="data.description" button=true editable=options.editable}}
|
||||
</fieldset>
|
||||
{{!-- Notes (private) --}}
|
||||
<fieldset class="narrative-note">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.notes' }}</legend>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.notes' }}</legend>
|
||||
{{editor content=data.data.notes target="data.notes" button=true editable=options.editable}}
|
||||
</fieldset>
|
||||
</div>
|
||||
@@ -28,9 +28,9 @@
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="skills">{{localize 'l5r5e.skills.title'}}</a>
|
||||
<a class="item" data-tab="narrative">{{localize 'l5r5e.narrative'}}</a>
|
||||
<a class="item" data-tab="narrative">{{localize 'l5r5e.sheets.narrative'}}</a>
|
||||
<a class="item" data-tab="conflict">{{localize 'l5r5e.conflict.title'}}</a>
|
||||
<a class="item" data-tab="inventory">{{localize 'l5r5e.inventory'}}</a>
|
||||
<a class="item" data-tab="inventory">{{localize 'l5r5e.sheets.inventory'}}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Techniques Tab --}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<fieldset class="items-wrapper">
|
||||
<legend>{{localize 'l5r5e.equipment'}}</legend>
|
||||
<legend>{{localize 'l5r5e.sheets.equipment'}}</legend>
|
||||
{{> 'systems/l5r5e/templates/items/item/items.html'}}
|
||||
</fieldset>
|
||||
{{!-- item patterns list --}}
|
||||
|
||||
@@ -77,12 +77,12 @@
|
||||
<div class="narrative-fluff">
|
||||
{{!-- Description (public) --}}
|
||||
<fieldset class="narrative-description">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.description' }}</legend>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.description' }}</legend>
|
||||
{{editor content=data.data.description target="data.description" button=true editable=options.editable}}
|
||||
</fieldset>
|
||||
{{!-- Notes (private) --}}
|
||||
<fieldset class="narrative-note">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.notes' }}</legend>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.notes' }}</legend>
|
||||
{{editor content=data.data.notes target="data.notes" button=true editable=options.editable}}
|
||||
</fieldset>
|
||||
</div>
|
||||
Reference in New Issue
Block a user