chore: Sligthly improve chat permissions page design

This commit is contained in:
krille-chan 2024-07-24 06:48:52 +02:00
commit 020b6768eb
No known key found for this signature in database
2 changed files with 58 additions and 20 deletions

View file

@ -673,7 +673,7 @@
"type": "text",
"placeholders": {}
},
"defaultPermissionLevel": "Default permission level",
"defaultPermissionLevel": "Default permission level for new users",
"@defaultPermissionLevel": {
"type": "text",
"placeholders": {}
@ -2711,5 +2711,33 @@
"type": "text",
"space": {}
},
"markAsUnread": "Mark as unread"
"markAsUnread": "Mark as unread",
"userLevel": "{level} - User",
"@userLevel": {
"type": "text",
"placeholders": {
"level": {}
}
},
"moderatorLevel": "{level} - Moderator",
"@moderatorLevel": {
"type": "text",
"placeholders": {
"level": {}
}
},
"adminLevel": "{level} - Admin",
"@adminLevel": {
"type": "text",
"placeholders": {
"level": {}
}
},
"changeGeneralChatSettings": "Change general chat settings",
"inviteOtherUsers": "Invite other users to this chat",
"changeTheChatPermissions": "Change the chat permissions",
"changeTheVisibilityOfChatHistory": "Change the visibility of the chat history",
"changeTheCanonicalRoomAlias": "Change the main public chat address",
"sendRoomNotifications": "Send a @room notifications",
"changeTheDescriptionOfTheGroup": "Change the description of the chat"
}