|
84 | 84 | "cloud": {
|
85 | 85 | "account": "Account",
|
86 | 86 | "chooseSketchVisibility": "Choose visibility of your Sketch:",
|
| 87 | + "cloudSketchbook": "Cloud Sketchbook", |
87 | 88 | "connected": "Connected",
|
88 | 89 | "continue": "Continue",
|
89 | 90 | "donePulling": "Done pulling ‘{0}’.",
|
|
108 | 109 | "pushSketch": "Push Sketch",
|
109 | 110 | "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
110 | 111 | "remote": "Remote",
|
111 |
| - "remoteSketchbook": "Remote Sketchbook", |
112 | 112 | "share": "Share...",
|
113 | 113 | "shareSketch": "Share Sketch",
|
114 |
| - "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", |
| 114 | + "showHideSketchbook": "Show/Hide Cloud Sketchbook", |
115 | 115 | "signIn": "SIGN IN",
|
116 | 116 | "signInToCloud": "Sign in to Arduino Cloud",
|
117 | 117 | "signOut": "Sign Out",
|
|
120 | 120 | "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
121 | 121 | },
|
122 | 122 | "cloudSketch": {
|
123 |
| - "creating": "Creating remote sketch '{0}'...", |
124 |
| - "new": "New Remote Sketch", |
125 |
| - "synchronizing": "Synchronizing sketchbook, pulling '{0}'..." |
| 123 | + "creating": "Creating cloud sketch '{0}'...", |
| 124 | + "new": "New Cloud Sketch", |
| 125 | + "notFound": "Could not pull the cloud sketch '{0}'. It does not exist.", |
| 126 | + "pulling": "Synchronizing sketchbook, pulling '{0}'...", |
| 127 | + "pushing": "Synchronizing sketchbook, pushing '{0}'...", |
| 128 | + "renaming": "Renaming cloud sketch '{0}'...", |
| 129 | + "sketchAlreadyExists": "Cloud sketch '{0}' already exists." |
126 | 130 | },
|
127 | 131 | "common": {
|
128 | 132 | "all": "All",
|
|
311 | 315 | "unableToConnectToWebSocket": "Unable to connect to websocket"
|
312 | 316 | },
|
313 | 317 | "newCloudSketch": {
|
314 |
| - "newSketchTitle": "Name of a new Remote Sketch", |
315 |
| - "notFound": "Could not pull the remote sketch '{0}'. It does not exist.", |
316 |
| - "sketchAlreadyExists": "Remote sketch '{0}' already exists." |
| 318 | + "newSketchTitle": "Name of the new Cloud Sketch" |
317 | 319 | },
|
318 | 320 | "portProtocol": {
|
319 | 321 | "network": "Network",
|
|
381 | 383 | "deprecationMessage": "Deprecated. Use 'window.zoomLevel' instead."
|
382 | 384 | }
|
383 | 385 | },
|
| 386 | + "renameCloudSketch": { |
| 387 | + "renameSketchTitle": "New name of the Cloud Sketch" |
| 388 | + }, |
384 | 389 | "replaceMsg": "Replace the existing version of {0}?",
|
385 | 390 | "selectZip": "Select a zip file containing the library you'd like to add",
|
386 | 391 | "serial": {
|
|
431 | 436 | "verifyOrCompile": "Verify/Compile"
|
432 | 437 | },
|
433 | 438 | "sketchbook": {
|
434 |
| - "newRemoteSketch": "New Remote Sketch", |
| 439 | + "newCloudSketch": "New Cloud Sketch", |
435 | 440 | "newSketch": "New Sketch"
|
436 | 441 | },
|
437 | 442 | "survey": {
|
|
0 commit comments