forked from GitHub-Mirrors/foundry-sw5e
Use localizations
This commit is contained in:
parent
86268ddabb
commit
6ad94a7f82
3 changed files with 13 additions and 8 deletions
|
@ -764,8 +764,13 @@
|
|||
"SW5E.PowerComponents": "Power Components",
|
||||
"SW5E.PowerCreate": "Create Power",
|
||||
"SW5E.PowerDC": "Power DC",
|
||||
"SW5E.UniversalPowerDC": "Universal Power DC",
|
||||
"SW5E.LightPowerDC": "Light Power DC",
|
||||
"SW5E.DarkPowerDC": "DarkPower DC",
|
||||
"SW5E.TechPowerDC": "Tech Power DC",
|
||||
"SW5E.PowerDetails": "Power Details",
|
||||
"SW5E.PowerEffects": "Power Effects",
|
||||
"SW5E.PowersKnown": "Powers Known",
|
||||
"SW5E.PowerLevel": "Power Level",
|
||||
"SW5E.PowerLevel0": "At-Will",
|
||||
"SW5E.PowerLevel1": "1st Level",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<section class="panel">
|
||||
<section class="resource-items">
|
||||
<div class="resource">
|
||||
<h1>Force Points</h1>
|
||||
<h1>{{localize "SW5E.ConsumableForce"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<input name="data.attributes.force.points.value" type="text" value="{{data.attributes.force.points.value}}" data-dtype="Number" placeholder="0" class="value-number" />
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div class="resource">
|
||||
<h1>Universal Power DC</h1>
|
||||
<h1>{{localize "SW5E.UniversalPowerDC"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
<div class="resource">
|
||||
<h1>Light Power DC</h1>
|
||||
<h1>{{localize "SW5E.LightPowerDC"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
|
||||
<div class="resource">
|
||||
<h1>Dark Power DC</h1>
|
||||
<h1>{{localize "SW5E.DarkPowerDC"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<input class="powercasting-level" type="text" name="data.details.powerForceLevel" value="{{data.details.powerForceLevel}}" data-dtype="Number" placeholder="0" />
|
||||
</div>
|
||||
{{else}}
|
||||
<h1>Powers Known</h1>
|
||||
<h1>{{localize "SW5E.PowersKnown"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<section class="panel">
|
||||
<section class="resource-items">
|
||||
<div class="resource">
|
||||
<h1>Tech Points</h1>
|
||||
<h1>{{localize "SW5E.ConsumableTech"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<input name="data.attributes.tech.points.value" type="text" value="{{data.attributes.tech.points.value}}" data-dtype="Number" placeholder="0" class="value-number" />
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div class="resource">
|
||||
<h1>Tech Power DC</h1>
|
||||
<h1>{{localize "SW5E.TechPowerDC"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<input class="powercasting-level" type="text" name="data.details.powerTechLevel" value="{{data.details.powerTechLevel}}" data-dtype="Number" placeholder="0" />
|
||||
</div>
|
||||
{{else}}
|
||||
<h1>Powers Known</h1>
|
||||
<h1>{{localize "SW5E.PowersKnown"}}</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue