Skip to content

Commit 184a139

Browse files
author
Akos Kitta
committed
fix: translations
Signed-off-by: Akos Kitta <[email protected]>
1 parent 27fc886 commit 184a139

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: i18n/en.json

-8
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@
306306
"invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.",
307307
"newSketchTitle": "Name of a new Remote Sketch",
308308
"notFound": "Could not pull the remote sketch '{0}'. It does not exist.",
309-
"openNewSketch": "Do you want to pull the new remote sketch '{0}' and open it in a new window?",
310309
"sketchAlreadyExists": "Remote sketch '{0}' already exists."
311310
},
312311
"portProtocol": {
@@ -329,13 +328,6 @@
329328
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
330329
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
331330
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
332-
"cloud.sketchOpenStrategy": "Configures what IDE does after creating a new remote sketch. The default value is `\"{0}\"`.",
333-
"cloud.sketchOpenStrategy.always": "Always",
334-
"cloud.sketchOpenStrategy.always.description": "IDE automatically pulls and opens the remote sketch in a new window.",
335-
"cloud.sketchOpenStrategy.ask": "Ask",
336-
"cloud.sketchOpenStrategy.ask.description": "IDE asks users whether to pull the remote sketch and open it in a new window.",
337-
"cloud.sketchOpenStrategy.never": "Never",
338-
"cloud.sketchOpenStrategy.never.description": "IDE neither pulls nor opens the remote sketch after creating it. Users can manually pull the remote sketch.",
339331
"cloud.sketchSyncEndpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
340332
"compile": "compile",
341333
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",

0 commit comments

Comments
 (0)