Add password protection feature in MultiChatDialog: Implement room password management, including prompts for password entry and error handling for invalid passwords. Update i18n files with localized messages for password prompts in English, German, and Spanish.

This commit is contained in:
Torsten Schulz (local)
2026-03-04 23:32:32 +01:00
parent a117bad342
commit a48e907e50
4 changed files with 66 additions and 3 deletions

View File

@@ -114,6 +114,12 @@
"servicesStatus": "Service-Status"
},
"types": {}
},
"password": {
"requiredPrompt": "Der Raum \"{room}\" ist passwortgeschützt. Bitte Passwort eingeben:",
"invalidPrompt": "Falsches Passwort für \"{room}\". Bitte erneut eingeben:",
"cancelled": "Beitritt zu \"{room}\" abgebrochen.",
"empty": "Passwort darf nicht leer sein."
}
},
"randomchat": {