mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: support resubmitting published library items (#5174)
This commit is contained in:
parent
d2cc76e52e
commit
b27ac257e7
6 changed files with 39 additions and 8 deletions
|
@ -119,7 +119,8 @@
|
|||
"unlock": "Unlock",
|
||||
"lockAll": "Lock all",
|
||||
"unlockAll": "Unlock all"
|
||||
}
|
||||
},
|
||||
"statusPublished": "Published"
|
||||
},
|
||||
"buttons": {
|
||||
"clearReset": "Reset the canvas",
|
||||
|
@ -341,7 +342,8 @@
|
|||
"post": "which in short means anyone can use them without restrictions."
|
||||
},
|
||||
"noteItems": "Each library item must have its own name so it's filterable. The following library items will be included:",
|
||||
"atleastOneLibItem": "Please select at least one library item to get started"
|
||||
"atleastOneLibItem": "Please select at least one library item to get started",
|
||||
"republishWarning": "Note: some of the selected items are marked as already published/submitted. You should only resubmit items when updating an existing library or submission."
|
||||
},
|
||||
"publishSuccessDialog": {
|
||||
"title": "Library submitted",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue