switches dropdown for checkboxes and adjusts wording

This commit is contained in:
Benedicte Quimbert
2022-03-21 18:39:20 +01:00
parent 40c0f06c8a
commit 4e5fb735bd
6 changed files with 306 additions and 281 deletions
+5 -6
View File
@@ -57,13 +57,12 @@ const menu: NonNullable<Translation["menu"]> = {
language: {
title: "Sprache",
},
//TODO: complete translation
privacySettings: {
title: "Datenschutzeinstellungen", //TODO: confirm & complete translation
explaination: "",
allEnabled: "",
onlyCameraEnabled: "",
onlyMicrophoneEnabled: "",
allDisabled: ""
title: "",
explanation: "",
cameraToggle: "",
microphoneToggle: "",
},
save: {
warning: "(Das Spiel wird nach dem Speichern neugestartet)",