New federation features
All checks were successful
Build & Push Docker Image / build (push) Successful in 5m58s
All checks were successful
Build & Push Docker Image / build (push) Successful in 5m58s
This commit is contained in:
@@ -123,7 +123,9 @@
|
||||
"roomDeleteFailed": "Room could not be deleted",
|
||||
"roomDeleteConfirm": "Really delete room \"{name}\"?",
|
||||
"loadFailed": "Rooms could not be loaded",
|
||||
"sharedWithMe": "Shared with me"
|
||||
"sharedWithMe": "Shared with me",
|
||||
"federatedRooms": "Rooms from other instances",
|
||||
"federatedRoomsSubtitle": "Accepted meeting invitations from other Redlight instances. Settings cannot be changed here."
|
||||
},
|
||||
"room": {
|
||||
"backToDashboard": "Back to Dashboard",
|
||||
@@ -332,6 +334,14 @@
|
||||
"statusDeclined": "Declined",
|
||||
"openLink": "Open meeting",
|
||||
"loadFailed": "Could not load invitations",
|
||||
"inviteRemote": "Invite remote"
|
||||
"inviteRemote": "Invite remote",
|
||||
"federated": "Federated",
|
||||
"readOnlyNotice": "This room belongs to another instance. Settings cannot be changed.",
|
||||
"joinMeeting": "Join meeting",
|
||||
"removeRoom": "Remove room",
|
||||
"removeRoomConfirm": "Really remove this room?",
|
||||
"roomRemoved": "Room removed",
|
||||
"roomRemoveFailed": "Could not remove room",
|
||||
"acceptedSaved": "Invitation accepted – room saved to your dashboard!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user