feat: add room management functionality for admins with listing and deletion options
Build & Push Docker Image / build (push) Successful in 4m12s
Build & Push Docker Image / build (push) Successful in 4m12s
This commit is contained in:
+14
-1
@@ -484,7 +484,20 @@
|
||||
"oauthRemoveConfirm": "Really remove OAuth configuration? Users will no longer be able to sign in with SSO.",
|
||||
"oauthNotConfigured": "OAuth is not configured yet.",
|
||||
"oauthSave": "Save OAuth",
|
||||
"oauthRemove": "Remove OAuth"
|
||||
"oauthRemove": "Remove OAuth",
|
||||
"roomsTitle": "Room Management",
|
||||
"roomsDescription": "View, manage, and delete all rooms on this instance.",
|
||||
"searchRooms": "Search rooms...",
|
||||
"roomName": "Name",
|
||||
"roomOwner": "Owner",
|
||||
"roomShares": "Shared",
|
||||
"roomCreated": "Created",
|
||||
"roomView": "View room",
|
||||
"deleteRoom": "Delete room",
|
||||
"deleteRoomConfirm": "Really delete room \"{name}\"? This cannot be undone.",
|
||||
"roomDeleted": "Room deleted",
|
||||
"roomDeleteFailed": "Room could not be deleted",
|
||||
"noRoomsFound": "No rooms found"
|
||||
},
|
||||
"notifications": {
|
||||
"bell": "Notifications",
|
||||
|
||||
Reference in New Issue
Block a user