feat: enhance custom game mode with fill rate slider and difficulty indicator
This commit is contained in:
@@ -29,6 +29,12 @@ const messages = {
|
||||
'custom.cancel': 'Anuluj',
|
||||
'custom.start': 'Start',
|
||||
'custom.sizeError': 'Rozmiar musi być między 5 a 80!',
|
||||
'custom.fillRate': 'Wypełnienie',
|
||||
'custom.difficulty': 'Poziom trudności',
|
||||
'difficulty.easy': 'Łatwy',
|
||||
'difficulty.harder': 'Trudniejszy',
|
||||
'difficulty.hardest': 'Najtrudniejszy',
|
||||
'difficulty.extreme': 'Ekstremalny',
|
||||
'win.title': 'GRATULACJE!',
|
||||
'win.message': 'Rozwiązałeś zagadkę!',
|
||||
'win.time': 'Czas:',
|
||||
@@ -128,6 +134,12 @@ const messages = {
|
||||
'custom.cancel': 'Cancel',
|
||||
'custom.start': 'Start',
|
||||
'custom.sizeError': 'Size must be between 5 and 80!',
|
||||
'custom.fillRate': 'Fill Rate',
|
||||
'custom.difficulty': 'Difficulty',
|
||||
'difficulty.easy': 'Easy',
|
||||
'difficulty.harder': 'Harder',
|
||||
'difficulty.hardest': 'Hardest',
|
||||
'difficulty.extreme': 'Extreme',
|
||||
'win.title': 'CONGRATULATIONS!',
|
||||
'win.message': 'You solved the puzzle!',
|
||||
'win.time': 'Time:',
|
||||
|
||||
Reference in New Issue
Block a user