mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Translation fixes
This commit is contained in:
parent
702c9e0b6a
commit
cfd9950aae
8 changed files with 12 additions and 7 deletions
|
|
@ -712,6 +712,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONFIG": {
|
"CONFIG": {
|
||||||
|
"ActionAutomationChoices": {
|
||||||
|
"never": "Never",
|
||||||
|
"showDialog": "Show Dialog Only",
|
||||||
|
"always": "Always"
|
||||||
|
},
|
||||||
"AdversaryTrait": {
|
"AdversaryTrait": {
|
||||||
"relentless": {
|
"relentless": {
|
||||||
"name": "Relentless",
|
"name": "Relentless",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<section class="creation-action-footer">
|
<section class="creation-action-footer">
|
||||||
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
|
<button data-action="close">{{localize "Cancel"}}</button>
|
||||||
{{#if isLastTab}}
|
{{#if isLastTab}}
|
||||||
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
|
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<footer class="flexrow">
|
<footer class="flexrow">
|
||||||
<button data-action="close">
|
<button data-action="close">
|
||||||
<span>{{localize "COMMON.Cancel"}}</span>
|
<span>{{localize "Cancel"}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button data-action="takeMove" {{#if (not this.selectedMove)}}disabled{{/if}}>
|
<button data-action="takeMove" {{#if (not this.selectedMove)}}disabled{{/if}}>
|
||||||
<span>
|
<span>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<button type="button" data-action="close">{{localize "COMMON.Cancel"}}</button>
|
<button type="button" data-action="close">{{localize "Cancel"}}</button>
|
||||||
<button type="button" data-action="takeDowntime" {{#if disabledDowntime}}disabled{{/if}}>{{localize "DAGGERHEART.APPLICATIONS.Downtime.takeDowntime"}}</button>
|
<button type="button" data-action="takeDowntime" {{#if disabledDowntime}}disabled{{/if}}>{{localize "DAGGERHEART.APPLICATIONS.Downtime.takeDowntime"}}</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
|
<button data-action="close">{{localize "Cancel"}}</button>
|
||||||
<button type="button" data-action="finishSelection">{{localize "DAGGERHEART.APPLICATIONS.ImageSelect.selectImage"}}</button>
|
<button type="button" data-action="finishSelection">{{localize "DAGGERHEART.APPLICATIONS.ImageSelect.selectImage"}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
|
<button data-action="close">{{localize "Cancel"}}</button>
|
||||||
<button data-action="save" {{disabled multiclassDisabled}}>{{localize "DAGGERHEART.GENERAL.multiclass"}}</button>
|
<button data-action="save" {{disabled multiclassDisabled}}>{{localize "DAGGERHEART.GENERAL.multiclass"}}</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#unless levelupAuto}}
|
{{#unless levelupAuto}}
|
||||||
<div class="levelup-footer">
|
<div class="levelup-footer">
|
||||||
<button type="button" data-action="close">{{localize "COMMON.Cancel"}}</button>
|
<button type="button" data-action="close">{{localize "Cancel"}}</button>
|
||||||
<button type="button" data-action="save">{{localize "Save"}}</button>
|
<button type="button" data-action="save">{{localize "Save"}}</button>
|
||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<section class='tab-form-footer spaced'>
|
<section class='tab-form-footer spaced'>
|
||||||
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
|
<button data-action="close">{{localize "Cancel"}}</button>
|
||||||
<button data-action="saveForm"><i class="fa-solid fa-floppy-disk"></i> {{localize "Save"}}</button>
|
<button data-action="saveForm"><i class="fa-solid fa-floppy-disk"></i> {{localize "Save"}}</button>
|
||||||
</section>
|
</section>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue