You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lang/locale/en.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,10 @@ export default {
205
205
LINKS_BOOK_ARIA: "Read Sketch Your Mind, my book on Visual Thinking",
206
206
LINKS_BOOK: "Read the Book",
207
207
208
+
SETTINGS_COPIED_TO_CLIPBOARD: "Markdown ready on clipboard",
209
+
SETTINGS_COPY_TO_CLIPBOARD: "Copy as Text",
210
+
SETTINGS_COPY_TO_CLIPBOARD_ARIA: "Copy the entire settings dialog to the clipboard as Markdown. Ideal for use with tools like ChatGPT to search and understand the settings.",
211
+
208
212
RELEASE_NOTES_NAME: "Display Release Notes after update",
209
213
RELEASE_NOTES_DESC:
210
214
"<b><u>Toggle ON:</u></b> Display release notes each time you update Excalidraw to a newer version.<br>"+
0 commit comments