Execute BlockGame game actions only if _running is true, added localization functions and italian strings to the blockgame UI (#2601)
* BlockGamePlayerAction are only executed if _running is true, added italian localization file for blockgame UI * Added localization functions and files for BlockGame arcade. Removed unused public variable added in the previous commit. * Added new line to end of file blockgame.yml * Update Content.Client/Arcade/BlockGameMenu.cs Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> * Moved EndLeft,EndRight and SoftdropEnd actions out of the condition as per suggestion by Paul. * Added Loc.GetString() to "Nanotrasen" and "Nanotrasen Block Game" to enable transliteration of the name in other alphabets as per suggestion of Remie. Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
43
Resources/Locale/it-IT/blockgame.yml
Normal file
43
Resources/Locale/it-IT/blockgame.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
- msgid: New Game
|
||||
msgstr: Nuova Partita
|
||||
|
||||
- msgid: Scoreboard
|
||||
msgstr: Classifica
|
||||
|
||||
- msgid: Pause
|
||||
msgstr: Pausa
|
||||
|
||||
- msgid: Unpause
|
||||
msgstr: Riprendi
|
||||
|
||||
- msgid: Gameover!
|
||||
msgstr: Partita Finita!
|
||||
|
||||
- msgid: Highscores
|
||||
msgstr: Record
|
||||
|
||||
- msgid: Back
|
||||
msgstr: Indietro
|
||||
|
||||
- msgid: Next
|
||||
msgstr: Prossimo
|
||||
|
||||
- msgid: Hold
|
||||
msgstr: Conservato
|
||||
|
||||
- msgid: Global
|
||||
msgstr: Globale
|
||||
|
||||
- msgid: Local
|
||||
msgstr: Locale
|
||||
|
||||
- msgid: Points
|
||||
msgstr: Punti
|
||||
|
||||
- msgid: Level
|
||||
msgstr: Livello
|
||||
|
||||
- msgid: Station
|
||||
msgstr: Stazione
|
||||
|
||||
Reference in New Issue
Block a user