Adds the todo about German translation
This commit is contained in:
@@ -57,13 +57,15 @@ const menu: NonNullable<Translation["menu"]> = {
|
|||||||
language: {
|
language: {
|
||||||
title: "Sprache",
|
title: "Sprache",
|
||||||
},
|
},
|
||||||
//TODO: complete translation
|
//TODO: German translation
|
||||||
privacySettings: {
|
privacySettings: {
|
||||||
title: "",
|
title: "Away mode settings",
|
||||||
explanation: "",
|
explanation:
|
||||||
cameraToggle: "",
|
'When the WorkAdventure tab is not visible, it switches to "away mode". In this mode, you can decide to automatically disable your webcam and/or microphone for as long as the tab stays hidden.',
|
||||||
microphoneToggle: "",
|
cameraToggle: "Camera",
|
||||||
|
microphoneToggle: "Microphone",
|
||||||
},
|
},
|
||||||
|
//END-TODO: German translation
|
||||||
save: {
|
save: {
|
||||||
warning: "(Das Spiel wird nach dem Speichern neugestartet)",
|
warning: "(Das Spiel wird nach dem Speichern neugestartet)",
|
||||||
button: "Speichern",
|
button: "Speichern",
|
||||||
|
|||||||
Reference in New Issue
Block a user