Implement password prompt UI and logic in MultiChatDialog: Add a password entry panel with validation and error handling for room access. Update i18n files for localized password prompts in English, German, and Spanish.
This commit is contained in:
@@ -116,6 +116,10 @@
|
||||
"types": {}
|
||||
},
|
||||
"password": {
|
||||
"title": "Passwort erforderlich",
|
||||
"inputLabel": "Passwort eingeben",
|
||||
"submit": "Beitreten",
|
||||
"cancel": "Abbrechen",
|
||||
"requiredPrompt": "Der Raum \"{room}\" ist passwortgeschützt. Bitte Passwort eingeben:",
|
||||
"invalidPrompt": "Falsches Passwort für \"{room}\". Bitte erneut eingeben:",
|
||||
"cancelled": "Beitritt zu \"{room}\" abgebrochen.",
|
||||
|
||||
Reference in New Issue
Block a user