mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Add keys for Cancel and Next
This commit is contained in:
parent
b241b36653
commit
6844e0e75d
2 changed files with 5 additions and 3 deletions
|
|
@ -248,12 +248,14 @@
|
||||||
},
|
},
|
||||||
"ancestryNamePlaceholder": "Your ancestry's name",
|
"ancestryNamePlaceholder": "Your ancestry's name",
|
||||||
"buttonTitle": "Character Setup",
|
"buttonTitle": "Character Setup",
|
||||||
|
"cancel": "Cancel",
|
||||||
"choice": "Choice",
|
"choice": "Choice",
|
||||||
"finishCreation": "Finish Character Setup",
|
"finishCreation": "Finish Character Setup",
|
||||||
"heritage": "Heritage",
|
"heritage": "Heritage",
|
||||||
"initialExperiences": "Initial Experiences",
|
"initialExperiences": "Initial Experiences",
|
||||||
"mixedAncestry": "Mixed Ancestry",
|
"mixedAncestry": "Mixed Ancestry",
|
||||||
"newExperience": "New Experience..",
|
"newExperience": "New Experience..",
|
||||||
|
"next": "Next",
|
||||||
"selectAncestry": "Select Ancestry",
|
"selectAncestry": "Select Ancestry",
|
||||||
"selectPrimaryAncestry": "Select Primary Ancestry",
|
"selectPrimaryAncestry": "Select Primary Ancestry",
|
||||||
"selectSecondaryAncestry": "Select Secondary Ancestry",
|
"selectSecondaryAncestry": "Select Secondary Ancestry",
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<section class="creation-action-footer">
|
<section class="creation-action-footer">
|
||||||
<button data-action="close">{{localize "Cancel"}}</button>
|
<button data-action="close">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.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}}
|
||||||
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "Next"}}</button>
|
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.next"}}</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</section>
|
</section>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue