Add sharing rooms
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m8s
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m8s
This commit is contained in:
@@ -111,7 +111,8 @@
|
||||
"roomDeleted": "Room deleted",
|
||||
"roomDeleteFailed": "Room could not be deleted",
|
||||
"roomDeleteConfirm": "Really delete room \"{name}\"?",
|
||||
"loadFailed": "Rooms could not be loaded"
|
||||
"loadFailed": "Rooms could not be loaded",
|
||||
"sharedWithMe": "Shared with me"
|
||||
},
|
||||
"room": {
|
||||
"backToDashboard": "Back to Dashboard",
|
||||
@@ -186,7 +187,15 @@
|
||||
"guestWrongAccessCode": "Wrong access code",
|
||||
"guestHasAccount": "Have an account?",
|
||||
"guestSignIn": "Sign in",
|
||||
"guestRoomNotFound": "Room not found"
|
||||
"guestRoomNotFound": "Room not found",
|
||||
"shared": "Shared",
|
||||
"shareTitle": "Share room",
|
||||
"shareDescription": "Share this room with other users so they can see it in their dashboard and join meetings.",
|
||||
"shareSearchPlaceholder": "Search users (name or email)...",
|
||||
"shareAdded": "User added",
|
||||
"shareRemoved": "Share removed",
|
||||
"shareFailed": "Share failed",
|
||||
"shareRemove": "Remove share"
|
||||
},
|
||||
"recordings": {
|
||||
"title": "Recordings",
|
||||
|
||||
Reference in New Issue
Block a user