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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user