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: translations/locales/en-US/translations.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -218,12 +218,14 @@
218
218
"TableOutputARIA": "table output on",
219
219
"LibraryVersion": "p5.js Version",
220
220
"LibraryVersionInfo": "TODO Add helpful info about the new p5.js version, compatibility, etc.",
221
-
"CustomVersionInfo": "It looks like you've changed the <script> tag to manage the version yourself. In that case, the version can't be managed from this tab, only from the code in index.html.",
222
-
"CustomVersionReset": "If you do want to use the default libraries, you can replace your script tags in index.html to the following:",
221
+
"CustomVersionInfo": "The version of p5.js is currently being managed in the code of index.html. This means it can't be adjusted from this tab.",
222
+
"CustomVersionReset": "If you'd like to use the default libraries, you can replace the script tags in index.html with the following:",
223
223
"SoundAddon": "p5.sound.js Addon",
224
224
"PreloadAddon": "p5.js 2.0 Addon - Preload",
225
225
"ShapesAddon": "p5.js 2.0 Addon - Shapes",
226
-
"UndoSoundVersion": "Want to use p5.sound.js again? Turning it back on will restore the version you were using before."
226
+
"UndoSoundVersion": "Want to use p5.sound.js again? Turning it back on will restore the version you were using before.",
227
+
"CopyToClipboardSuccess": "Copied to clipboard!",
228
+
"CopyToClipboardFailure": "We weren't able to copy the text, try selecting it and copying it manually."
0 commit comments