mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
Stringhe di #22
This commit is contained in:
parent
fbb74a4acb
commit
44ac59664a
1 changed files with 2 additions and 5 deletions
|
@ -116,11 +116,8 @@ status_header = "*ID:* {name}\n" \
|
||||||
"*Fase:* {phase}\n" \
|
"*Fase:* {phase}\n" \
|
||||||
"*Giocatori partecipanti:*\n"
|
"*Giocatori partecipanti:*\n"
|
||||||
|
|
||||||
# Status: giocatore inattivo (deve terminare con \n)
|
# Status: giocatore vivo (deve terminare con \n)
|
||||||
status_idle_player = "{icon} @{name} ({votes})\n"
|
status_alive_player = "{icon} @{name} ({votes} voti)\n"
|
||||||
|
|
||||||
# Status: giocatore votante (deve terminare con \n)
|
|
||||||
status_voting_player = "{icon} @{name} ({votes}) vota per @{voting}\n"
|
|
||||||
|
|
||||||
# Status: giocatore morto (deve terminare con \n)
|
# Status: giocatore morto (deve terminare con \n)
|
||||||
status_dead_player = "\U0001F480 @{name}\n"
|
status_dead_player = "\U0001F480 @{name}\n"
|
||||||
|
|
Loading…
Reference in a new issue