Custom game: suwak rozmiaru 5-80

This commit is contained in:
2026-02-08 16:33:26 +01:00
parent cdabc9e982
commit ec31d778a9
2 changed files with 59 additions and 16 deletions

View File

@@ -32,10 +32,10 @@ const messages = {
'guide.waiting': 'Oczekiwanie...',
'guide.solved': 'Rozwiązane!',
'custom.title': 'GRA WŁASNA',
'custom.prompt': 'Wprowadź rozmiar siatki (5 - 100):',
'custom.prompt': 'Wprowadź rozmiar siatki (5 - 80):',
'custom.cancel': 'Anuluj',
'custom.start': 'Start',
'custom.sizeError': 'Rozmiar musi być między 5 a 100!',
'custom.sizeError': 'Rozmiar musi być między 5 a 80!',
'win.title': 'GRATULACJE!',
'win.message': 'Rozwiązałeś zagadkę!',
'win.time': 'Czas:',
@@ -65,10 +65,10 @@ const messages = {
'guide.waiting': 'Waiting...',
'guide.solved': 'Solved!',
'custom.title': 'CUSTOM GAME',
'custom.prompt': 'Enter grid size (5 - 100):',
'custom.prompt': 'Enter grid size (5 - 80):',
'custom.cancel': 'Cancel',
'custom.start': 'Start',
'custom.sizeError': 'Size must be between 5 and 100!',
'custom.sizeError': 'Size must be between 5 and 80!',
'win.title': 'CONGRATULATIONS!',
'win.message': 'You solved the puzzle!',
'win.time': 'Time:',