Skip to content

Commit 2712a7b

Browse files
Updated translation files
1 parent 439cdfb commit 2712a7b

32 files changed

+1736
-392
lines changed

Diff for: i18n/af.json

+42-11
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,27 @@
5656
"uploadRootCertificates": "Upload SSL Root Certificates",
5757
"uploadingCertificates": "Uploading certificates."
5858
},
59+
"cli-error-parser": {
60+
"byteError": "The 'BYTE' keyword is no longer supported.",
61+
"byteMessage": "As of Arduino 1.0, the 'BYTE' keyword is no longer supported.\nPlease use Serial.write() instead.",
62+
"clientError": "The Client class has been renamed EthernetClient.",
63+
"clientMessage": "As of Arduino 1.0, the Client class in the Ethernet library has been renamed to EthernetClient.",
64+
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
65+
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?",
66+
"receiveError": "Wire.receive() has been renamed Wire.read().",
67+
"receiveMessage": "As of Arduino 1.0, the Wire.receive() function was renamed to Wire.read() for consistency with other libraries.",
68+
"sendError": "Wire.send() has been renamed Wire.write().",
69+
"sendMessage": "As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.",
70+
"serverError": "The Server class has been renamed EthernetServer.",
71+
"serverMessage": "As of Arduino 1.0, the Server class in the Ethernet library has been renamed to EthernetServer.",
72+
"spiError": "Please import the SPI library from the Sketch > Import Library menu.",
73+
"spiMessage": "As of Arduino 0019, the Ethernet library depends on the SPI library.\nYou appear to be using it or another library that depends on the SPI library.",
74+
"udpError": "The Udp class has been renamed EthernetUdp.",
75+
"udpMessage": "As of Arduino 1.0, the Udp class in the Ethernet library has been renamed to EthernetUdp."
76+
},
5977
"cloud": {
78+
"account": "Account",
6079
"chooseSketchVisibility": "Choose visibility of your Sketch:",
61-
"cloudSketchbook": "Wolk Skets",
6280
"connected": "Connected",
6381
"continue": "Continue",
6482
"donePulling": "Done pulling ‘{0}’.",
@@ -82,12 +100,14 @@
82100
"pushSketch": "Push Sketch",
83101
"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.",
84102
"remote": "Remote",
103+
"remoteSketchbook": "Remote Sketchbook",
85104
"share": "Deel...",
86105
"shareSketch": "Share Sketch",
87106
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
88107
"signIn": "TEKEN AAN",
89108
"signInToCloud": "Sign in to Arduino Cloud",
90109
"signOut": "Teken Uit",
110+
"sync": "Sync",
91111
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
92112
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
93113
},
@@ -120,6 +140,9 @@
120140
"fileAdded": "Een lêer by skets gevoeg",
121141
"replaceTitle": "Vervang"
122142
},
143+
"coreContribution": {
144+
"copyError": "Copy error messages"
145+
},
123146
"debug": {
124147
"debugWithMessage": "Ontfouting {0}",
125148
"debuggingNotSupported": "Debugging is not supported by '{0}'",
@@ -136,7 +159,9 @@
136159
"decreaseFontSize": "Decrease Font Size",
137160
"decreaseIndent": "Decrease Indent",
138161
"increaseFontSize": "Increase Font Size",
139-
"increaseIndent": "Increase Indent"
162+
"increaseIndent": "Increase Indent",
163+
"nextError": "Next Error",
164+
"previousError": "Previous Error"
140165
},
141166
"electron": {
142167
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
@@ -215,6 +240,10 @@
215240
"sketch": "Skets",
216241
"tools": "Gereedskap"
217242
},
243+
"monitor": {
244+
"unableToCloseWebSocket": "Unable to close websocket",
245+
"unableToConnectToWebSocket": "Unable to connect to websocket"
246+
},
218247
"preferences": {
219248
"additionalManagerURLs": "Additional Boards Manager URLs",
220249
"auth.audience": "Die OAuth2 gehoor.",
@@ -225,12 +254,15 @@
225254
"board.certificates": "List of certificates that can be uploaded to boards",
226255
"browse": "Snuffel",
227256
"choose": "Kies",
257+
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
228258
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
229259
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
230260
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
231261
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
232262
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
233263
"compile": "saamstel",
264+
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
265+
"compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.",
234266
"compile.verbose": "True for verbose compile output. False by default",
235267
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
236268
"compilerWarnings": "Compiler warnings",
@@ -252,6 +284,7 @@
252284
"showVerbose": "Wys ontfoutings uitset tydens",
253285
"sketchbook.location": "Sketsboek ligging",
254286
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
287+
"survey.notification": "True if users should be notified if a survey is available. True by default.",
255288
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
256289
"upload": "oplaai",
257290
"upload.verbose": "True for verbose upload output. False by default.",
@@ -264,25 +297,19 @@
264297
"serial": {
265298
"autoscroll": "Autoscroll",
266299
"carriageReturn": "Wagterugkeer",
267-
"connectionBusy": "Konneksie het gevaal. Seriaal poort is besig: {0}",
268-
"disconnected": "Disconnected {0} from {1}.",
269-
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
270300
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
271301
"newLine": "Nuwe lyn",
272302
"newLineCarriageReturn": "Beide NL & CR",
273303
"noLineEndings": "No Line Ending",
274304
"notConnected": "Not connected. Select a board and a port to connect automatically.",
275-
"reconnect": "Reconnecting {0} to {1} in {2} seconds...",
276305
"timestamp": "Tydstempel",
277-
"toggleTimestamp": "Toggle Timestamp",
278-
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}."
306+
"toggleTimestamp": "Toggle Timestamp"
279307
},
280308
"sketch": {
281309
"archiveSketch": "Archive Sketch",
282310
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
283311
"close": "Are you sure you want to close the sketch?",
284312
"configureAndUpload": "Configure And Upload",
285-
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
286313
"createdArchive": "Created archive '{0}'.",
287314
"doneCompiling": "Done compiling.",
288315
"doneUploading": "Done uploading.",
@@ -307,6 +334,11 @@
307334
"verify": "Verify",
308335
"verifyOrCompile": "Verify/Compile"
309336
},
337+
"survey": {
338+
"answerSurvey": "Answer survey",
339+
"dismissSurvey": "Don't show again",
340+
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
341+
},
310342
"upload": {
311343
"error": "{0} error: {1}"
312344
},
@@ -345,8 +377,7 @@
345377
"fileNewName": "Naam vir nuwe lêer",
346378
"invalidExtension": ".{0} is not a valid extension",
347379
"invalidFilename": "Ongeldige lêernaam",
348-
"newFileName": "Nuwe naam vir lêer",
349-
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
380+
"newFileName": "Nuwe naam vir lêer"
350381
}
351382
}
352383
}

0 commit comments

Comments
 (0)