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 015a217

Browse files
authoredJul 31, 2023
Updated translation files
1 parent 144df89 commit 015a217

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1177
-6947
lines changed
 

‎i18n/af.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,6 @@
230230
"previousError": "Previous Error",
231231
"revealError": "Reveal Error"
232232
},
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-
},
237233
"examples": {
238234
"builtInExamples": "Built-in examples",
239235
"couldNotInitializeExamples": "Could not initialize built-in examples.",
@@ -282,6 +278,10 @@
282278
"updateAvailable": "Update Available",
283279
"versionDownloaded": "Arduino IDE {0} has been downloaded."
284280
},
281+
"installable": {
282+
"libraryInstallFailed": "Failed to install library: '{0}{1}'.",
283+
"platformInstallFailed": "Failed to install platform: '{0}{1}'."
284+
},
285285
"library": {
286286
"addZip": "Add .ZIP Library...",
287287
"arduinoLibraries": "Arduino libraries",
@@ -381,6 +381,9 @@
381381
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
382382
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
383383
"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+
},
384387
"network": "Netwerk",
385388
"newSketchbookLocation": "Select new sketchbook location",
386389
"noCliConfig": "Could not load the CLI configuration",
@@ -428,7 +431,6 @@
428431
"sketch": {
429432
"archiveSketch": "Archive Sketch",
430433
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
431-
"close": "Are you sure you want to close the sketch?",
432434
"compile": "Compiling sketch...",
433435
"configureAndUpload": "Configure and Upload",
434436
"createdArchive": "Created archive '{0}'.",
@@ -478,7 +480,8 @@
478480
"currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.",
479481
"dark": "Dark",
480482
"deprecated": "{0} (deprecated)",
481-
"hc": "High Contrast",
483+
"hc": "Dark High Contrast",
484+
"hcLight": "Light High Contrast",
482485
"light": "Light",
483486
"user": "{0} (user)"
484487
},

‎i18n/ar.json

Lines changed: 145 additions & 142 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.