|
18 | 18 | "configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
19 | 19 | "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
20 | 20 | "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?",
|
21 |
| - "disconnected": "Disconnected", |
| 21 | + "editBoardsConfig": "Edit Board and Port...", |
22 | 22 | "getBoardInfo": "Get Board Info",
|
23 | 23 | "inSketchbook": " (in Sketchbook)",
|
24 | 24 | "installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
25 | 25 | "noBoardsFound": "No boards found for \"{0}\"",
|
26 |
| - "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?", |
27 | 26 | "noNativeSerialPort": "Native serial port, can't obtain info.",
|
28 | 27 | "noPortsDiscovered": "No ports discovered",
|
29 |
| - "noPortsSelected": "No ports selected for board: '{0}'.", |
30 | 28 | "nonSerialPort": "Non-serial port, can't obtain info.",
|
31 |
| - "noneSelected": "Geen bord gekies nie.", |
32 | 29 | "openBoardsConfig": "Kies ander bord en poort...",
|
33 | 30 | "pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
34 | 31 | "port": "Port{0}",
|
35 |
| - "portLabel": "Port: {0}", |
36 | 32 | "ports": "ports",
|
37 | 33 | "programmer": "Programeerder",
|
38 | 34 | "reselectLater": "Herselekteer later",
|
| 35 | + "revertBoardsConfig": "Use '{0}' discovered on '{1}'", |
39 | 36 | "searchBoard": "Search board",
|
40 | 37 | "selectBoard": "Kies Bord",
|
41 | 38 | "selectPortForInfo": "Please select a port to obtain board info.",
|
|
44 | 41 | "succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
45 | 42 | "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
46 | 43 | "typeOfPorts": "{0} ports",
|
| 44 | + "unconfirmedBoard": "Unconfirmed board", |
47 | 45 | "unknownBoard": "Unknown board"
|
48 | 46 | },
|
49 | 47 | "boardsManager": "Boards Manager",
|
|
215 | 213 | "optimizeForDebugging": "Geoptimaliseerd vir ontfouting",
|
216 | 214 | "sketchIsNotCompiled": "Sketch '{0}' must be verified before starting a debug session. Please verify the sketch and start debugging again. Do you want to verify the sketch now?"
|
217 | 215 | },
|
| 216 | + "developer": { |
| 217 | + "clearBoardList": "Clear the Board List History", |
| 218 | + "clearBoardsConfig": "Clear the Board and Port Selection", |
| 219 | + "dumpBoardList": "Dump the Board List" |
| 220 | + }, |
218 | 221 | "dialog": {
|
219 | 222 | "dontAskAgain": "Don't ask again"
|
220 | 223 | },
|
|
230 | 233 | "previousError": "Previous Error",
|
231 | 234 | "revealError": "Reveal Error"
|
232 | 235 | },
|
233 |
| - "electron": { |
234 |
| - "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.", |
235 |
| - "unsavedChanges": "Enige ongestoorde veranderinge sal nie gestoor word nie." |
236 |
| - }, |
237 | 236 | "examples": {
|
238 | 237 | "builtInExamples": "Built-in examples",
|
239 | 238 | "couldNotInitializeExamples": "Could not initialize built-in examples.",
|
|
251 | 250 | "selectBoard": "Kies Bord",
|
252 | 251 | "selectVersion": "Select firmware version",
|
253 | 252 | "successfullyInstalled": "Firmware successfully installed.",
|
254 |
| - "updater": "WiFi101 / WiFiNINA Firmware Updater" |
| 253 | + "updater": "Firmware Updater" |
255 | 254 | },
|
256 | 255 | "help": {
|
257 | 256 | "environment": "Environment",
|
|
282 | 281 | "updateAvailable": "Update Available",
|
283 | 282 | "versionDownloaded": "Arduino IDE {0} has been downloaded."
|
284 | 283 | },
|
| 284 | + "installable": { |
| 285 | + "libraryInstallFailed": "Failed to install library: '{0}{1}'.", |
| 286 | + "platformInstallFailed": "Failed to install platform: '{0}{1}'." |
| 287 | + }, |
285 | 288 | "library": {
|
286 | 289 | "addZip": "Add .ZIP Library...",
|
287 | 290 | "arduinoLibraries": "Arduino libraries",
|
|
381 | 384 | "language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
382 | 385 | "language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
383 | 386 | "manualProxy": "Manual proxy configuration",
|
| 387 | + "monitor": { |
| 388 | + "dockPanel": "The area of the application shell where the _{0}_ widget will reside. It is either \"bottom\" or \"right\". It defaults to \"{1}\"." |
| 389 | + }, |
384 | 390 | "network": "Netwerk",
|
385 | 391 | "newSketchbookLocation": "Select new sketchbook location",
|
386 | 392 | "noCliConfig": "Could not load the CLI configuration",
|
|
428 | 434 | "sketch": {
|
429 | 435 | "archiveSketch": "Archive Sketch",
|
430 | 436 | "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
431 |
| - "close": "Are you sure you want to close the sketch?", |
432 | 437 | "compile": "Compiling sketch...",
|
433 | 438 | "configureAndUpload": "Configure and Upload",
|
434 | 439 | "createdArchive": "Created archive '{0}'.",
|
|
478 | 483 | "currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
|
479 | 484 | "dark": "Dark",
|
480 | 485 | "deprecated": "{0} (deprecated)",
|
481 |
| - "hc": "High Contrast", |
| 486 | + "hc": "Dark High Contrast", |
| 487 | + "hcLight": "Light High Contrast", |
482 | 488 | "light": "Light",
|
483 | 489 | "user": "{0} (user)"
|
484 | 490 | },
|
|
0 commit comments