feat: room list
This commit is contained in:
@@ -381,7 +381,26 @@
|
||||
"desc_inProgressIntro": "Live-collaboration session is now in progress.",
|
||||
"desc_shareLink": "Share this link with anyone you want to collaborate with:",
|
||||
"desc_exitSession": "Stopping the session will disconnect you from the room, but you'll be able to continue working with the scene, locally. Note that this won't affect other people, and they'll still be able to collaborate on their version.",
|
||||
"shareTitle": "Join a live collaboration session on Excalidraw"
|
||||
"shareTitle": "Join a live collaboration session on Excalidraw",
|
||||
"roomListTitle": "Your Collaboration Rooms",
|
||||
"roomListDescription": "Anyone with access to your rooms can join at any time. Deleting a room is permanent and will make it inaccessible to everyone (including you). Please be sure to save anything important before deleting.",
|
||||
"roomListEmpty": "No collaboration rooms yet.",
|
||||
"roomListEmptySubtext": "Create a room to start collaborating with others!",
|
||||
"roomListLoading": "Loading your rooms...",
|
||||
"roomNamePlaceholder": "Room name",
|
||||
"roomNameTooltip": "Click to rename",
|
||||
"copyRoomLinkTooltip": "Copy room link",
|
||||
"renameRoomTooltip": "Rename room",
|
||||
"deleteRoomTooltip": "Delete room",
|
||||
"deleteAllRooms": "Delete All",
|
||||
"deleteRoomConfirm": "Are you sure you want to delete this room? This action cannot be undone.",
|
||||
"deleteAllRoomsConfirm": "Are you sure you want to delete ALL your collaboration rooms? This action cannot be undone.",
|
||||
"today": "Today",
|
||||
"yesterday": "Yesterday",
|
||||
"daysAgo": "{{days}} days ago",
|
||||
"created": "Created",
|
||||
"lastUsed": "Last used",
|
||||
"roomLinkCopied": "Room link copied to clipboard"
|
||||
},
|
||||
"errorDialog": {
|
||||
"title": "Error"
|
||||
|
||||
Reference in New Issue
Block a user