|
230 | 230 | "previousError": "Previous Error",
|
231 | 231 | "revealError": "Reveal Error"
|
232 | 232 | },
|
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 | 233 | "examples": {
|
238 | 234 | "builtInExamples": "Built-in examples",
|
239 | 235 | "couldNotInitializeExamples": "Could not initialize built-in examples.",
|
|
282 | 278 | "updateAvailable": "Update Available",
|
283 | 279 | "versionDownloaded": "Arduino IDE {0} has been downloaded."
|
284 | 280 | },
|
| 281 | + "installable": { |
| 282 | + "libraryInstallFailed": "Failed to install library: '{0}{1}'.", |
| 283 | + "platformInstallFailed": "Failed to install platform: '{0}{1}'." |
| 284 | + }, |
285 | 285 | "library": {
|
286 | 286 | "addZip": "Add .ZIP Library...",
|
287 | 287 | "arduinoLibraries": "Arduino libraries",
|
|
381 | 381 | "language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
382 | 382 | "language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
383 | 383 | "manualProxy": "Manual proxy configuration",
|
| 384 | + "monitor": { |
| 385 | + "dockPanel": "The area of the application shell where the _{0}_ widget will reside. It is either \"bottom\" or \"right\". It defaults to \"{1}\"." |
| 386 | + }, |
384 | 387 | "network": "Netwerk",
|
385 | 388 | "newSketchbookLocation": "Select new sketchbook location",
|
386 | 389 | "noCliConfig": "Could not load the CLI configuration",
|
|
428 | 431 | "sketch": {
|
429 | 432 | "archiveSketch": "Archive Sketch",
|
430 | 433 | "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
431 |
| - "close": "Are you sure you want to close the sketch?", |
432 | 434 | "compile": "Compiling sketch...",
|
433 | 435 | "configureAndUpload": "Configure and Upload",
|
434 | 436 | "createdArchive": "Created archive '{0}'.",
|
|
478 | 480 | "currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
|
479 | 481 | "dark": "Dark",
|
480 | 482 | "deprecated": "{0} (deprecated)",
|
481 |
| - "hc": "High Contrast", |
| 483 | + "hc": "Dark High Contrast", |
| 484 | + "hcLight": "Light High Contrast", |
482 | 485 | "light": "Light",
|
483 | 486 | "user": "{0} (user)"
|
484 | 487 | },
|
|
0 commit comments