mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Exile message (#115)
This commit is contained in:
parent
e812051fe1
commit
34bcbff811
4 changed files with 14 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
## Upcomming Version
|
||||
- Correcting the message when someone wants to exile a Traveller
|
||||
- Correcting Leviathan's english description
|
||||
- Correcting "Late Night Drive By"'s name
|
||||
- Adding a token "Used" to the Doomsayer
|
||||
|
|
|
@ -6,9 +6,14 @@
|
|||
</div>
|
||||
<div class="overlay">
|
||||
<audio src="../assets/sounds/countdown.mp3" preload="auto"></audio>
|
||||
<em class="blue">{{ nominator.name }}</em> {{ locale.vote.nominated }}
|
||||
<em class="blue">{{ nominator.name }}</em>
|
||||
{{
|
||||
nominee.role.team == "traveler"
|
||||
? locale.vote.callexile
|
||||
: locale.vote.nominates
|
||||
}}
|
||||
<em>{{ nominee.name }}</em
|
||||
>!
|
||||
>{{ locale.vote.exclam }}
|
||||
<br />
|
||||
<em
|
||||
class="blue"
|
||||
|
|
|
@ -70,7 +70,9 @@
|
|||
"customNote": "Add a custom reminder node"
|
||||
},
|
||||
"vote":{
|
||||
"nominated": "nominated",
|
||||
"nominates": "nominates",
|
||||
"callexile": "calls for the exile of",
|
||||
"exclam": "!",
|
||||
"votes": "votes",
|
||||
"inFavor": "in favor",
|
||||
"majorityIs": "majority is",
|
||||
|
|
|
@ -70,7 +70,9 @@
|
|||
"customNote": "Ajouter une note personnalisée"
|
||||
},
|
||||
"vote":{
|
||||
"nominated": "accuse",
|
||||
"nominates": "accuse",
|
||||
"callexile": "veut exiler",
|
||||
"exclam": " !",
|
||||
"votes": "votes",
|
||||
"inFavor": "pour",
|
||||
"majorityIs": "majorité à",
|
||||
|
|
Loading…
Add table
Reference in a new issue