mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Fixed a few translations (#1874)
This commit is contained in:
parent
3d98f16ac6
commit
a911f80d46
2 changed files with 4 additions and 6 deletions
|
|
@ -306,6 +306,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"newAdversary": "New Adversary"
|
"newAdversary": "New Adversary"
|
||||||
|
},
|
||||||
|
"Party": {
|
||||||
|
"triggerRestContent": "This will trigger a dialog to players make their downtime moves. Are you sure?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"APPLICATIONS": {
|
"APPLICATIONS": {
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,8 @@
|
||||||
</button>
|
</button>
|
||||||
<button data-action="groupRoll">
|
<button data-action="groupRoll">
|
||||||
<i class="fa-solid fa-users"></i>
|
<i class="fa-solid fa-users"></i>
|
||||||
<span>{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.title"}}</span>
|
<span>{{localize "DAGGERHEART.UI.Chat.groupRoll.title"}}</span>
|
||||||
</button>
|
</button>
|
||||||
{{!-- NOT YET IMPLEMENTED --}}
|
|
||||||
{{!-- <button>
|
|
||||||
<i class="fa-solid fa-handshake-angle"></i>
|
|
||||||
<span>Help Action</span>
|
|
||||||
</button> --}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<fieldset class="actors-section glassy">
|
<fieldset class="actors-section glassy">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue