Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8357946

Browse files
committedApr 12, 2022
minor translation fix
1 parent fb2d39c commit 8357946

File tree

2 files changed

+346
-345
lines changed

2 files changed

+346
-345
lines changed
 

‎arduino-ide-extension/src/browser/arduino-preferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const ArduinoConfigSchema: PreferenceSchema = {
8383
default: 'https://downloads.arduino.cc/arduino-ide',
8484
description: nls.localize(
8585
'arduino/preferences/ide.updateBaseUrl',
86-
`The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'`
86+
"The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'"
8787
),
8888
},
8989
'arduino.board.certificates': {

‎i18n/en.json

Lines changed: 345 additions & 344 deletions
Original file line numberDiff line numberDiff line change
@@ -1,350 +1,351 @@
11
{
2-
"arduino": {
3-
"common": {
4-
"offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.",
5-
"noBoardSelected": "No board selected",
6-
"selectedOn": "on {0}",
7-
"notConnected": "[not connected]",
8-
"serialMonitor": "Serial Monitor",
9-
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
10-
"later": "Later",
11-
"selectBoard": "Select Board",
12-
"unknown": "Unknown",
13-
"processing": "Processing",
14-
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
15-
"loseChanges": "If you don't save, your changes will be lost."
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-
},
33-
"menu": {
34-
"sketch": "Sketch",
35-
"tools": "Tools"
36-
},
37-
"debug": {
38-
"optimizeForDebugging": "Optimize for Debugging",
39-
"debugWithMessage": "Debug - {0}",
40-
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
41-
"debuggingNotSupported": "Debugging is not supported by '{0}'"
42-
},
43-
"preferences": {
44-
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
45-
"compile.verbose": "True for verbose compile output. False by default",
46-
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
47-
"upload.verbose": "True for verbose upload output. False by default.",
48-
"window.autoScale": "True if the user interface automatically scales with the font size.",
49-
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
50-
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
51-
"board.certificates": "List of certificates that can be uploaded to boards",
52-
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
53-
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
54-
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
55-
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
56-
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
57-
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
58-
"auth.clientID": "The OAuth2 client ID.",
59-
"auth.domain": "The OAuth2 domain.",
60-
"auth.audience": "The OAuth2 audience.",
61-
"auth.registerUri": "The URI used to register a new user.",
62-
"network": "Network",
63-
"sketchbook.location": "Sketchbook location",
64-
"browse": "Browse",
65-
"files.inside.sketches": "Show files inside Sketches",
66-
"editorFontSize": "Editor font size",
67-
"interfaceScale": "Interface scale",
68-
"showVerbose": "Show verbose output during",
69-
"compilerWarnings": "Compiler warnings",
70-
"automatic": "Automatic",
71-
"compile": "compile",
72-
"upload": "upload",
73-
"verifyAfterUpload": "Verify code after upload",
74-
"editorQuickSuggestions": "Editor Quick Suggestions",
75-
"additionalManagerURLs": "Additional Boards Manager URLs",
76-
"noProxy": "No proxy",
77-
"manualProxy": "Manual proxy configuration",
78-
"newSketchbookLocation": "Select new sketchbook location",
79-
"choose": "Choose",
80-
"enterAdditionalURLs": "Enter additional URLs, one for each row",
81-
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
82-
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
83-
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
84-
"invalid.theme": "Invalid theme."
85-
},
86-
"cloud": {
87-
"signIn": "SIGN IN",
88-
"signOut": "Sign Out",
89-
"chooseSketchVisibility": "Choose visibility of your Sketch:",
90-
"privateVisibility": "Private. Only you can view the Sketch.",
91-
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
92-
"link": "Link:",
93-
"embed": "Embed:",
94-
"cloudSketchbook": "Cloud Sketchbook",
95-
"shareSketch": "Share Sketch",
96-
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
97-
"pullSketch": "Pull Sketch",
98-
"openInCloudEditor": "Open in Cloud Editor",
99-
"options": "Options...",
100-
"share": "Share...",
101-
"remote": "Remote",
102-
"emptySketchbook": "Your Sketchbook is empty",
103-
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
104-
"signInToCloud": "Sign in to Arduino Cloud",
105-
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
106-
"learnMore": "Learn more",
107-
"continue": "Continue",
108-
"pushSketch": "Push Sketch",
109-
"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-
"pull": "Pull",
111-
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
112-
"donePulling": "Done pulling ‘{0}’.",
113-
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
114-
"push": "Push",
115-
"pullFirst": "You have to pull first to be able to push to the Cloud.",
116-
"donePushing": "Done pushing ‘{0}’.",
117-
"connected": "Connected",
118-
"offline": "Offline",
119-
"profilePicture": "Profile picture"
120-
},
121-
"board": {
122-
"installManually": "Install Manually",
123-
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
124-
"configDialogTitle": "Select Other Board & Port",
125-
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
126-
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
127-
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
128-
"showAllAvailablePorts": "Shows all available ports when enabled",
129-
"programmer": "Programmer",
130-
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
131-
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
132-
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
133-
"reselectLater": "Reselect later",
134-
"noneSelected": "No boards selected.",
135-
"noPortsSelected": "No ports selected for board: '{0}'.",
136-
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
137-
"openBoardsConfig": "Select other board and port…",
138-
"boardListItem": "{0} at {1}",
139-
"selectBoardForInfo": "Please select a board to obtain board info.",
140-
"platformMissing": "The platform for the selected '{0}' board is not installed.",
141-
"selectPortForInfo": "Please select a port to obtain board info.",
142-
"boardInfo": "Board Info",
143-
"board": "Board{0}",
144-
"port": "Port{0}",
145-
"getBoardInfo": "Get Board Info",
146-
"inSketchbook": " (in Sketchbook)"
147-
},
148-
"boardsManager": "Boards Manager",
149-
"about": {
150-
"label": "About {0}",
151-
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
152-
},
153-
"contributions": {
154-
"addFile": "Add File",
155-
"replaceTitle": "Replace",
156-
"fileAdded": "One file added to the sketch."
157-
},
158-
"replaceMsg": "Replace the existing version of {0}?",
159-
"library": {
160-
"addZip": "Add .ZIP Library...",
161-
"zipLibrary": "Library",
162-
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
163-
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
164-
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
165-
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
166-
"include": "Include Library",
167-
"manageLibraries": "Manage Libraries...",
168-
"arduinoLibraries": "Arduino libraries",
169-
"contributedLibraries": "Contributed libraries",
170-
"title": "Library Manager",
171-
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
172-
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
173-
"installOneMissingDependency": "Would you like to install the missing dependency?",
174-
"installMissingDependencies": "Would you like to install all the missing dependencies?",
175-
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
176-
"installAll": "Install all",
177-
"installOnly": "Install {0} only",
178-
"installedSuccessfully": "Successfully installed library {0}:{1}",
179-
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
180-
},
181-
"selectZip": "Select a zip file containing the library you'd like to add",
182-
"sketch": {
183-
"archiveSketch": "Archive Sketch",
184-
"saveSketchAs": "Save sketch folder as...",
185-
"createdArchive": "Created archive '{0}'.",
186-
"new": "New",
187-
"openRecent": "Open Recent",
188-
"showFolder": "Show Sketch Folder",
189-
"sketch": "Sketch",
190-
"moving": "Moving",
191-
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
192-
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
193-
"saveFolderAs": "Save sketch folder as...",
194-
"sketchbook": "Sketchbook",
195-
"upload": "Upload",
196-
"uploadUsingProgrammer": "Upload Using Programmer",
197-
"userFieldsNotFoundError": "Can't find user fields for connected board",
198-
"doneUploading": "Done uploading.",
199-
"configureAndUpload": "Configure And Upload",
200-
"verifyOrCompile": "Verify/Compile",
201-
"exportBinary": "Export Compiled Binary",
202-
"verify": "Verify",
203-
"doneCompiling": "Done compiling.",
204-
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
205-
"openSketchInNewWindow": "Open Sketch in New Window",
206-
"openFolder": "Open Folder",
207-
"titleLocalSketchbook": "Local Sketchbook",
208-
"titleSketchbook": "Sketchbook",
209-
"close": "Are you sure you want to close the sketch?"
210-
},
211-
"bootloader": {
212-
"burnBootloader": "Burn Bootloader",
213-
"doneBurningBootloader": "Done burning bootloader."
214-
},
215-
"editor": {
216-
"copyForForum": "Copy for Forum (Markdown)",
217-
"commentUncomment": "Comment/Uncomment",
218-
"increaseIndent": "Increase Indent",
219-
"decreaseIndent": "Decrease Indent",
220-
"increaseFontSize": "Increase Font Size",
221-
"decreaseFontSize": "Decrease Font Size",
222-
"autoFormat": "Auto Format"
223-
},
224-
"examples": {
225-
"menu": "Examples",
226-
"couldNotInitializeExamples": "Could not initialize built-in examples.",
227-
"builtInExamples": "Built-in examples",
228-
"customLibrary": "Examples from Custom Libraries",
229-
"for": "Examples for {0}",
230-
"forAny": "Examples for any board"
231-
},
232-
"help": {
233-
"search": "Search on Arduino.cc",
234-
"keyword": "Type a keyword",
235-
"gettingStarted": "Getting Started",
236-
"environment": "Environment",
237-
"troubleshooting": "Troubleshooting",
238-
"reference": "Reference",
239-
"findInReference": "Find in Reference",
240-
"faq": "Frequently Asked Questions",
241-
"visit": "Visit Arduino.cc",
242-
"privacyPolicy": "Privacy Policy"
243-
},
244-
"certificate": {
245-
"uploadRootCertificates": "Upload SSL Root Certificates",
246-
"openContext": "Open context",
247-
"remove": "Remove",
248-
"upload": "Upload",
249-
"addURL": "Add URL to fetch SSL certificate",
250-
"enterURL": "Enter URL",
251-
"selectCertificateToUpload": "1. Select certificate to upload",
252-
"addNew": "Add New",
253-
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
254-
"uploadingCertificates": "Uploading certificates.",
255-
"certificatesUploaded": "Certificates uploaded.",
256-
"uploadFailed": "Upload failed. Please try again.",
257-
"selectBoard": "Select a board...",
258-
"boardAtPort": "{0} at {1}",
259-
"noSupportedBoardConnected": "No supported board connected"
260-
},
261-
"firmware": {
262-
"updater": "WiFi101 / WiFiNINA Firmware Updater",
263-
"selectBoard": "Select Board",
264-
"checkUpdates": "Check Updates",
265-
"selectVersion": "Select firmware version",
266-
"install": "Install",
267-
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
268-
"installingFirmware": "Installing firmware.",
269-
"successfullyInstalled": "Firmware successfully installed.",
270-
"failedInstall": "Installation failed. Please try again."
271-
},
272-
"dialog": {
273-
"dontAskAgain": "Don't ask again"
274-
},
275-
"userFields": {
276-
"cancel": "Cancel",
277-
"upload": "Upload"
278-
},
279-
"serial": {
280-
"toggleTimestamp": "Toggle Timestamp",
281-
"autoscroll": "Autoscroll",
282-
"timestamp": "Timestamp",
283-
"noLineEndings": "No Line Ending",
284-
"newLine": "New Line",
285-
"carriageReturn": "Carriage Return",
286-
"newLineCarriageReturn": "Both NL & CR",
287-
"notConnected": "Not connected. Select a board and a port to connect automatically.",
288-
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
289-
"connectionBusy": "Connection failed. Serial port is busy: {0}",
290-
"disconnected": "Disconnected {0} from {1}.",
291-
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
292-
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
293-
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
294-
},
295-
"component": {
296-
"uninstall": "Uninstall",
297-
"uninstallMsg": "Do you want to uninstall {0}?",
298-
"by": "by",
299-
"version": "Version {0}",
300-
"moreInfo": "More info",
301-
"install": "INSTALL",
302-
"filterSearch": "Filter your search..."
303-
},
304-
"electron": {
305-
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
306-
"unsavedChanges": "Any unsaved changes will not be saved."
307-
},
308-
"compile": {
309-
"error": "Compilation error: {0}"
310-
},
311-
"upload": {
312-
"error": "{0} error: {1}"
313-
},
314-
"burnBootloader": {
315-
"error": "Error while burning the bootloader: {0}"
316-
}
2+
"arduino": {
3+
"about": {
4+
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}",
5+
"label": "About {0}"
3176
},
318-
"theia": {
319-
"core": {
320-
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
321-
"offline": "Offline",
322-
"daemonOffline": "CLI Daemon Offline",
323-
"cannotConnectBackend": "Cannot connect to the backend.",
324-
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
325-
},
326-
"debug": {
327-
"start": "Start...",
328-
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
329-
"startError": "There was an error starting the debug session, check the logs for more details."
330-
},
331-
"editor": {
332-
"unsavedTitle": "Unsaved – {0}"
333-
},
334-
"messages": {
335-
"expand": "Expand",
336-
"collapse": "Collapse"
337-
},
338-
"workspace": {
339-
"fileNewName": "Name for new file",
340-
"invalidFilename": "Invalid filename.",
341-
"invalidExtension": ".{0} is not a valid extension",
342-
"newFileName": "New name for file",
343-
"deleteCurrentSketch": "Do you want to delete the current sketch?",
344-
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
345-
}
7+
"board": {
8+
"board": "Board{0}",
9+
"boardInfo": "Board Info",
10+
"boardListItem": "{0} at {1}",
11+
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
12+
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
13+
"configDialogTitle": "Select Other Board & Port",
14+
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
15+
"getBoardInfo": "Get Board Info",
16+
"inSketchbook": " (in Sketchbook)",
17+
"installManually": "Install Manually",
18+
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
19+
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
20+
"noPortsSelected": "No ports selected for board: '{0}'.",
21+
"noneSelected": "No boards selected.",
22+
"openBoardsConfig": "Select other board and port…",
23+
"platformMissing": "The platform for the selected '{0}' board is not installed.",
24+
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
25+
"port": "Port{0}",
26+
"programmer": "Programmer",
27+
"reselectLater": "Reselect later",
28+
"selectBoardForInfo": "Please select a board to obtain board info.",
29+
"selectPortForInfo": "Please select a port to obtain board info.",
30+
"showAllAvailablePorts": "Shows all available ports when enabled",
31+
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
32+
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}"
33+
},
34+
"boardsManager": "Boards Manager",
35+
"bootloader": {
36+
"burnBootloader": "Burn Bootloader",
37+
"doneBurningBootloader": "Done burning bootloader."
38+
},
39+
"burnBootloader": {
40+
"error": "Error while burning the bootloader: {0}"
41+
},
42+
"certificate": {
43+
"addNew": "Add New",
44+
"addURL": "Add URL to fetch SSL certificate",
45+
"boardAtPort": "{0} at {1}",
46+
"certificatesUploaded": "Certificates uploaded.",
47+
"enterURL": "Enter URL",
48+
"noSupportedBoardConnected": "No supported board connected",
49+
"openContext": "Open context",
50+
"remove": "Remove",
51+
"selectBoard": "Select a board...",
52+
"selectCertificateToUpload": "1. Select certificate to upload",
53+
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
54+
"upload": "Upload",
55+
"uploadFailed": "Upload failed. Please try again.",
56+
"uploadRootCertificates": "Upload SSL Root Certificates",
57+
"uploadingCertificates": "Uploading certificates."
34658
},
34759
"cloud": {
348-
"GoToCloud": "GO TO CLOUD"
60+
"chooseSketchVisibility": "Choose visibility of your Sketch:",
61+
"cloudSketchbook": "Cloud Sketchbook",
62+
"connected": "Connected",
63+
"continue": "Continue",
64+
"donePulling": "Done pulling ‘{0}’.",
65+
"donePushing": "Done pushing ‘{0}’.",
66+
"embed": "Embed:",
67+
"emptySketchbook": "Your Sketchbook is empty",
68+
"learnMore": "Learn more",
69+
"link": "Link:",
70+
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
71+
"offline": "Offline",
72+
"openInCloudEditor": "Open in Cloud Editor",
73+
"options": "Options...",
74+
"privateVisibility": "Private. Only you can view the Sketch.",
75+
"profilePicture": "Profile picture",
76+
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
77+
"pull": "Pull",
78+
"pullFirst": "You have to pull first to be able to push to the Cloud.",
79+
"pullSketch": "Pull Sketch",
80+
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
81+
"push": "Push",
82+
"pushSketch": "Push Sketch",
83+
"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.",
84+
"remote": "Remote",
85+
"share": "Share...",
86+
"shareSketch": "Share Sketch",
87+
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
88+
"signIn": "SIGN IN",
89+
"signInToCloud": "Sign in to Arduino Cloud",
90+
"signOut": "Sign Out",
91+
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
92+
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
93+
},
94+
"common": {
95+
"later": "Later",
96+
"loseChanges": "If you don't save, your changes will be lost.",
97+
"noBoardSelected": "No board selected",
98+
"notConnected": "[not connected]",
99+
"offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.",
100+
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
101+
"processing": "Processing",
102+
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
103+
"selectBoard": "Select Board",
104+
"selectedOn": "on {0}",
105+
"serialMonitor": "Serial Monitor",
106+
"unknown": "Unknown"
107+
},
108+
"compile": {
109+
"error": "Compilation error: {0}"
110+
},
111+
"component": {
112+
"by": "by",
113+
"filterSearch": "Filter your search...",
114+
"install": "INSTALL",
115+
"moreInfo": "More info",
116+
"uninstall": "Uninstall",
117+
"uninstallMsg": "Do you want to uninstall {0}?",
118+
"version": "Version {0}"
119+
},
120+
"contributions": {
121+
"addFile": "Add File",
122+
"fileAdded": "One file added to the sketch.",
123+
"replaceTitle": "Replace"
124+
},
125+
"debug": {
126+
"debugWithMessage": "Debug - {0}",
127+
"debuggingNotSupported": "Debugging is not supported by '{0}'",
128+
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
129+
"optimizeForDebugging": "Optimize for Debugging"
130+
},
131+
"dialog": {
132+
"dontAskAgain": "Don't ask again"
133+
},
134+
"editor": {
135+
"autoFormat": "Auto Format",
136+
"commentUncomment": "Comment/Uncomment",
137+
"copyForForum": "Copy for Forum (Markdown)",
138+
"decreaseFontSize": "Decrease Font Size",
139+
"decreaseIndent": "Decrease Indent",
140+
"increaseFontSize": "Increase Font Size",
141+
"increaseIndent": "Increase Indent"
142+
},
143+
"electron": {
144+
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
145+
"unsavedChanges": "Any unsaved changes will not be saved."
146+
},
147+
"examples": {
148+
"builtInExamples": "Built-in examples",
149+
"couldNotInitializeExamples": "Could not initialize built-in examples.",
150+
"customLibrary": "Examples from Custom Libraries",
151+
"for": "Examples for {0}",
152+
"forAny": "Examples for any board",
153+
"menu": "Examples"
154+
},
155+
"firmware": {
156+
"checkUpdates": "Check Updates",
157+
"failedInstall": "Installation failed. Please try again.",
158+
"install": "Install",
159+
"installingFirmware": "Installing firmware.",
160+
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
161+
"selectBoard": "Select Board",
162+
"selectVersion": "Select firmware version",
163+
"successfullyInstalled": "Firmware successfully installed.",
164+
"updater": "WiFi101 / WiFiNINA Firmware Updater"
165+
},
166+
"help": {
167+
"environment": "Environment",
168+
"faq": "Frequently Asked Questions",
169+
"findInReference": "Find in Reference",
170+
"gettingStarted": "Getting Started",
171+
"keyword": "Type a keyword",
172+
"privacyPolicy": "Privacy Policy",
173+
"reference": "Reference",
174+
"search": "Search on Arduino.cc",
175+
"troubleshooting": "Troubleshooting",
176+
"visit": "Visit Arduino.cc"
177+
},
178+
"ide-updater": {
179+
"closeAndInstallButton": "Close and Install",
180+
"closeToInstallNotice": "Close the software and install the update on your machine.",
181+
"downloadButton": "Download",
182+
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
183+
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
184+
"goToDownloadButton": "Go To Download",
185+
"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.",
186+
"ideUpdaterDialog": "Software Update",
187+
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
188+
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE",
189+
"notNowButton": "Not now",
190+
"skipVersionButton": "Skip Version",
191+
"updateAvailable": "Update Available",
192+
"versionDownloaded": "Arduino IDE {0} has been downloaded."
193+
},
194+
"library": {
195+
"addZip": "Add .ZIP Library...",
196+
"arduinoLibraries": "Arduino libraries",
197+
"contributedLibraries": "Contributed libraries",
198+
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
199+
"include": "Include Library",
200+
"installAll": "Install all",
201+
"installMissingDependencies": "Would you like to install all the missing dependencies?",
202+
"installOneMissingDependency": "Would you like to install the missing dependency?",
203+
"installOnly": "Install {0} only",
204+
"installedSuccessfully": "Successfully installed library {0}:{1}",
205+
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
206+
"manageLibraries": "Manage Libraries...",
207+
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
208+
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
209+
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
210+
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
211+
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
212+
"title": "Library Manager",
213+
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
214+
"zipLibrary": "Library"
215+
},
216+
"menu": {
217+
"sketch": "Sketch",
218+
"tools": "Tools"
219+
},
220+
"preferences": {
221+
"additionalManagerURLs": "Additional Boards Manager URLs",
222+
"auth.audience": "The OAuth2 audience.",
223+
"auth.clientID": "The OAuth2 client ID.",
224+
"auth.domain": "The OAuth2 domain.",
225+
"auth.registerUri": "The URI used to register a new user.",
226+
"automatic": "Automatic",
227+
"board.certificates": "List of certificates that can be uploaded to boards",
228+
"browse": "Browse",
229+
"choose": "Choose",
230+
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
231+
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
232+
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
233+
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
234+
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
235+
"compile": "compile",
236+
"compile.verbose": "True for verbose compile output. False by default",
237+
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
238+
"compilerWarnings": "Compiler warnings",
239+
"editorFontSize": "Editor font size",
240+
"editorQuickSuggestions": "Editor Quick Suggestions",
241+
"enterAdditionalURLs": "Enter additional URLs, one for each row",
242+
"files.inside.sketches": "Show files inside Sketches",
243+
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
244+
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
245+
"interfaceScale": "Interface scale",
246+
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
247+
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
248+
"invalid.theme": "Invalid theme.",
249+
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
250+
"manualProxy": "Manual proxy configuration",
251+
"network": "Network",
252+
"newSketchbookLocation": "Select new sketchbook location",
253+
"noProxy": "No proxy",
254+
"showVerbose": "Show verbose output during",
255+
"sketchbook.location": "Sketchbook location",
256+
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
257+
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
258+
"upload": "upload",
259+
"upload.verbose": "True for verbose upload output. False by default.",
260+
"verifyAfterUpload": "Verify code after upload",
261+
"window.autoScale": "True if the user interface automatically scales with the font size.",
262+
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity."
263+
},
264+
"replaceMsg": "Replace the existing version of {0}?",
265+
"selectZip": "Select a zip file containing the library you'd like to add",
266+
"serial": {
267+
"autoscroll": "Autoscroll",
268+
"carriageReturn": "Carriage Return",
269+
"connectionBusy": "Connection failed. Serial port is busy: {0}",
270+
"disconnected": "Disconnected {0} from {1}.",
271+
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
272+
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
273+
"newLine": "New Line",
274+
"newLineCarriageReturn": "Both NL & CR",
275+
"noLineEndings": "No Line Ending",
276+
"notConnected": "Not connected. Select a board and a port to connect automatically.",
277+
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
278+
"timestamp": "Timestamp",
279+
"toggleTimestamp": "Toggle Timestamp",
280+
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
281+
},
282+
"sketch": {
283+
"archiveSketch": "Archive Sketch",
284+
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
285+
"close": "Are you sure you want to close the sketch?",
286+
"configureAndUpload": "Configure And Upload",
287+
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
288+
"createdArchive": "Created archive '{0}'.",
289+
"doneCompiling": "Done compiling.",
290+
"doneUploading": "Done uploading.",
291+
"exportBinary": "Export Compiled Binary",
292+
"moving": "Moving",
293+
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
294+
"new": "New",
295+
"openFolder": "Open Folder",
296+
"openRecent": "Open Recent",
297+
"openSketchInNewWindow": "Open Sketch in New Window",
298+
"saveFolderAs": "Save sketch folder as...",
299+
"saveSketchAs": "Save sketch folder as...",
300+
"showFolder": "Show Sketch Folder",
301+
"sketch": "Sketch",
302+
"sketchbook": "Sketchbook",
303+
"titleLocalSketchbook": "Local Sketchbook",
304+
"titleSketchbook": "Sketchbook",
305+
"upload": "Upload",
306+
"uploadUsingProgrammer": "Upload Using Programmer",
307+
"userFieldsNotFoundError": "Can't find user fields for connected board",
308+
"verify": "Verify",
309+
"verifyOrCompile": "Verify/Compile"
310+
},
311+
"upload": {
312+
"error": "{0} error: {1}"
313+
},
314+
"userFields": {
315+
"cancel": "Cancel",
316+
"upload": "Upload"
317+
}
318+
},
319+
"cloud": {
320+
"GoToCloud": "GO TO CLOUD"
321+
},
322+
"theia": {
323+
"core": {
324+
"cannotConnectBackend": "Cannot connect to the backend.",
325+
"cannotConnectDaemon": "Cannot connect to the CLI daemon.",
326+
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
327+
"daemonOffline": "CLI Daemon Offline",
328+
"offline": "Offline"
329+
},
330+
"debug": {
331+
"start": "Start...",
332+
"startError": "There was an error starting the debug session, check the logs for more details.",
333+
"typeNotSupported": "The debug session type \"{0}\" is not supported."
334+
},
335+
"editor": {
336+
"unsavedTitle": "Unsaved – {0}"
337+
},
338+
"messages": {
339+
"collapse": "Collapse",
340+
"expand": "Expand"
341+
},
342+
"workspace": {
343+
"deleteCurrentSketch": "Do you want to delete the current sketch?",
344+
"fileNewName": "Name for new file",
345+
"invalidExtension": ".{0} is not a valid extension",
346+
"invalidFilename": "Invalid filename.",
347+
"newFileName": "New name for file",
348+
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
349349
}
350+
}
350351
}

0 commit comments

Comments
 (0)
Please sign in to comment.