mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Music & Sound volume sliders in the settings menu (#611)
* Added music & sound volume sliders in the settings menu * Changed the order of the sound options in the settings menu * Fixed the formatting, removed extra semicolon * Removed a bad character * Update base-en.yaml * Updated base-en.yaml * Removed trailing spaces * Type safety fixes * Replaced logical XOR (^) with !==
This commit is contained in:
@@ -728,6 +728,16 @@ settings:
|
||||
description: >-
|
||||
Bei der Aktivierung wird die Musik stummgeschaltet.
|
||||
|
||||
soundVolume:
|
||||
title: Geräuschlautstärke
|
||||
description: >-
|
||||
Ändert die Lautstärke von Geräuschen.
|
||||
|
||||
musicVolume:
|
||||
title: Musiklautstärke
|
||||
description: >-
|
||||
Ändert die Lautstärke der Musik.
|
||||
|
||||
theme:
|
||||
title: Farbmodus
|
||||
description: >-
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -72,7 +72,7 @@ steamPage:
|
||||
|
||||
Bu oyuna herkes katkıda bulunabilir! Aktif olarak toplulukğa katkıda bulunuyorum ve bütün önerileri gözden geçirmeye çalışıyorum.
|
||||
Yol planıma Trello'dan bakmayı unutmayın!
|
||||
|
||||
|
||||
|
||||
[b]Links[/b]
|
||||
|
||||
@@ -274,7 +274,6 @@ dialogs:
|
||||
title: Kesmeyi onayla
|
||||
desc: Seçili yapıları yapıştırmak için yeterli kaynağınız yok! Kesmek istediğinize emin misiniz?
|
||||
|
||||
|
||||
ingame:
|
||||
# This is shown in the top left corner and displays useful keybindings in
|
||||
# every situation
|
||||
@@ -618,7 +617,7 @@ storyRewards:
|
||||
title: Özgür Mod
|
||||
desc: Başardın! <strong>Özgür mod</strong> açıldı! Merkeze istenilen şekiller artık rastgele oluşturulacak! (Merak etme, yeni içerikler planlanıyor!)
|
||||
|
||||
reward_blueprints: # 'Taslaklar' yerine 'planlar' da kullanılabilir.
|
||||
reward_blueprints: # 'Taslaklar' yerine 'planlar' da kullanılabilir.
|
||||
title: Taslaklar
|
||||
desc: Fabrikanın bölümlerini artık <strong>kopyalayıp yapıştırabilirsin</strong>! Bir alan seç (CTRL tuşuna bas ve fareyi sol-tık tuşuna basarak sürükle), ve kopyalamak için 'C' tuşuna bas.<br><br>Kopyaladığın taslağı <strong>bedel karşılığı</strong> yapıştırabilmek için <strong>taslak şekilleri</strong> üretmelisin! (Az önce teslim ettiğin şekiller).
|
||||
|
||||
@@ -640,7 +639,7 @@ settings:
|
||||
userInterface: Kullanıcı Arayüzü
|
||||
advanced: Gelİşmİş
|
||||
|
||||
versionBadges: # Development, Staging, Production
|
||||
versionBadges: # Development, Staging, Production
|
||||
dev: Geliştirme
|
||||
staging: Yükseltme
|
||||
prod: Üretim
|
||||
|
||||
Reference in New Issue
Block a user