mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Merge pull request #107 from mini-bomba/polish-translation
Adding new translation keys for theme names & Polishing the Polish Translation™ #3
This commit is contained in:
commit
3b0286cd99
@ -134,7 +134,7 @@ export const allApplicationSettings = [
|
|||||||
new EnumSetting("theme", {
|
new EnumSetting("theme", {
|
||||||
options: Object.keys(THEMES),
|
options: Object.keys(THEMES),
|
||||||
valueGetter: theme => theme,
|
valueGetter: theme => theme,
|
||||||
textGetter: theme => theme.substr(0, 1).toUpperCase() + theme.substr(1),
|
textGetter: theme => T.settings.labels.theme.themes[theme],
|
||||||
category: categoryGame,
|
category: categoryGame,
|
||||||
restartRequired: false,
|
restartRequired: false,
|
||||||
changeCb:
|
changeCb:
|
||||||
|
@ -639,6 +639,9 @@ settings:
|
|||||||
title: Game theme
|
title: Game theme
|
||||||
description: >-
|
description: >-
|
||||||
Choose the game theme (light / dark).
|
Choose the game theme (light / dark).
|
||||||
|
themes:
|
||||||
|
dark: Dark
|
||||||
|
light: Light
|
||||||
|
|
||||||
refreshRate:
|
refreshRate:
|
||||||
title: Simulation Target
|
title: Simulation Target
|
||||||
|
@ -318,7 +318,7 @@ ingame:
|
|||||||
# Notifications on the lower right
|
# Notifications on the lower right
|
||||||
notifications:
|
notifications:
|
||||||
newUpgrade: Nowe ulepszenie dostępne!
|
newUpgrade: Nowe ulepszenie dostępne!
|
||||||
gameSaved: Postęp gry zapisany.
|
gameSaved: Postęp gry został zapisany.
|
||||||
|
|
||||||
# Mass select information, this is when you hold CTRL and then drag with your mouse
|
# Mass select information, this is when you hold CTRL and then drag with your mouse
|
||||||
# to select multiple buildings
|
# to select multiple buildings
|
||||||
@ -403,7 +403,7 @@ shopUpgrades:
|
|||||||
name: Taśmociągi, Dystrybutory & Tunele
|
name: Taśmociągi, Dystrybutory & Tunele
|
||||||
description: Szybkość x<currentMult> → x<newMult>
|
description: Szybkość x<currentMult> → x<newMult>
|
||||||
miner:
|
miner:
|
||||||
name: Wydobywanie
|
name: Wydobycie
|
||||||
description: Szybkość x<currentMult> → x<newMult>
|
description: Szybkość x<currentMult> → x<newMult>
|
||||||
processors:
|
processors:
|
||||||
name: Cięcie, Obrót & Sklejanie
|
name: Cięcie, Obrót & Sklejanie
|
||||||
@ -634,7 +634,7 @@ settings:
|
|||||||
fullscreen:
|
fullscreen:
|
||||||
title: Pełny Ekran
|
title: Pełny Ekran
|
||||||
description: >-
|
description: >-
|
||||||
Zachęcamy do gry w pełnym ekranie dla lepszej rozgrywki. Dostępne tylko w wersji zakupionej.
|
Zachęcamy do gry w pełnym ekranie dla lepszej rozgrywki. Dostępne tylko w pełnej wersji gry.
|
||||||
|
|
||||||
soundsMuted:
|
soundsMuted:
|
||||||
title: Wycisz Dźwięki
|
title: Wycisz Dźwięki
|
||||||
@ -642,7 +642,7 @@ settings:
|
|||||||
Jeżeli włączone, wycisza wszystkie efekty dźwiękowe.
|
Jeżeli włączone, wycisza wszystkie efekty dźwiękowe.
|
||||||
|
|
||||||
musicMuted:
|
musicMuted:
|
||||||
title: Wycisz Muzyke
|
title: Wycisz Muzykę
|
||||||
description: >-
|
description: >-
|
||||||
Jeżeli włączone, wycisza muzykę.
|
Jeżeli włączone, wycisza muzykę.
|
||||||
|
|
||||||
@ -650,6 +650,9 @@ settings:
|
|||||||
title: Motyw Graficzny Gry
|
title: Motyw Graficzny Gry
|
||||||
description: >-
|
description: >-
|
||||||
Wybierz motyw (jasny / ciemny).
|
Wybierz motyw (jasny / ciemny).
|
||||||
|
themes:
|
||||||
|
dark: Ciemny
|
||||||
|
light: Jasny
|
||||||
|
|
||||||
refreshRate:
|
refreshRate:
|
||||||
title: Częstość Odświeżania
|
title: Częstość Odświeżania
|
||||||
|
Loading…
Reference in New Issue
Block a user