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: i18n/en.json
+16-16
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,22 @@
14
14
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
15
15
"loseChanges": "If you don't save, your changes will be lost."
16
16
},
17
+
"ide-updater": {
18
+
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
19
+
"notNowButton": "Not now",
20
+
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
21
+
"closeToInstallNotice": "Close the software and install the update on your machine.",
22
+
"closeAndInstallButton": "Close and Install",
23
+
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
24
+
"updateAvailable": "Update Available",
25
+
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
26
+
"skipVersionButton": "Skip Version",
27
+
"downloadButton": "Download",
28
+
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
29
+
"goToDownloadButton": "Go To Download",
30
+
"ideUpdaterDialog": "Software Update",
31
+
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
32
+
},
17
33
"menu": {
18
34
"sketch": "Sketch",
19
35
"tools": "Tools"
@@ -255,22 +271,6 @@
255
271
"dialog": {
256
272
"dontAskAgain": "Don't ask again"
257
273
},
258
-
"ide-updater": {
259
-
"notNowButton": "Not now",
260
-
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
261
-
"closeToInstallNotice": "Close the software and install the update on your machine.",
262
-
"closeAndInstallButton": "Close and Install",
263
-
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
264
-
"updateAvailable": "Update Available",
265
-
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
266
-
"skipVersionButton": "Skip Version",
267
-
"downloadButton": "Download",
268
-
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
0 commit comments