mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 11:44:23 +01:00
add delete session btn to active room dialog
This commit is contained in:
@@ -376,31 +376,15 @@
|
||||
"roomDialog": {
|
||||
"desc_intro": "Invite people to collaborate on your drawing.",
|
||||
"desc_privacy": "Don't worry, the session is end-to-end encrypted, and fully private. Not even our server can see what you draw.",
|
||||
"desc_warning": "Starting a new session will automatically delete your last active session. Please make sure to save your work from the last session before starting a new one.",
|
||||
"button_startSession": "Start session",
|
||||
"button_stopSession": "Stop session",
|
||||
"button_deleteSession": "Delete session",
|
||||
"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",
|
||||
"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"
|
||||
"desc_deleteSession": "You're the creator of this session, so you can delete it if you wish to stop collaborating with others. Deleting a session is permanent and will make the scene inaccessible to everyone (including you). Please be sure to save anything important before deleting.",
|
||||
"shareTitle": "Join a live collaboration session on Excalidraw"
|
||||
},
|
||||
"errorDialog": {
|
||||
"title": "Error"
|
||||
|
||||
Reference in New Issue
Block a user