|
56 | 56 | "uploadRootCertificates": "Upload SSL Root Certificates",
|
57 | 57 | "uploadingCertificates": "Uploading certificates."
|
58 | 58 | },
|
| 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 | + }, |
59 | 77 | "cloud": {
|
| 78 | + "account": "Account", |
60 | 79 | "chooseSketchVisibility": "Choose visibility of your Sketch:",
|
61 |
| - "cloudSketchbook": "Wolk Skets", |
62 | 80 | "connected": "Connected",
|
63 | 81 | "continue": "Continue",
|
64 | 82 | "donePulling": "Done pulling ‘{0}’.",
|
|
82 | 100 | "pushSketch": "Push Sketch",
|
83 | 101 | "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 | 102 | "remote": "Remote",
|
| 103 | + "remoteSketchbook": "Remote Sketchbook", |
85 | 104 | "share": "Deel...",
|
86 | 105 | "shareSketch": "Share Sketch",
|
87 | 106 | "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
88 | 107 | "signIn": "TEKEN AAN",
|
89 | 108 | "signInToCloud": "Sign in to Arduino Cloud",
|
90 | 109 | "signOut": "Teken Uit",
|
| 110 | + "sync": "Sync", |
91 | 111 | "syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
92 | 112 | "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
93 | 113 | },
|
|
120 | 140 | "fileAdded": "Een lêer by skets gevoeg",
|
121 | 141 | "replaceTitle": "Vervang"
|
122 | 142 | },
|
| 143 | + "coreContribution": { |
| 144 | + "copyError": "Copy error messages" |
| 145 | + }, |
123 | 146 | "debug": {
|
124 | 147 | "debugWithMessage": "Ontfouting {0}",
|
125 | 148 | "debuggingNotSupported": "Debugging is not supported by '{0}'",
|
|
136 | 159 | "decreaseFontSize": "Decrease Font Size",
|
137 | 160 | "decreaseIndent": "Decrease Indent",
|
138 | 161 | "increaseFontSize": "Increase Font Size",
|
139 |
| - "increaseIndent": "Increase Indent" |
| 162 | + "increaseIndent": "Increase Indent", |
| 163 | + "nextError": "Next Error", |
| 164 | + "previousError": "Previous Error" |
140 | 165 | },
|
141 | 166 | "electron": {
|
142 | 167 | "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
|
215 | 240 | "sketch": "Skets",
|
216 | 241 | "tools": "Gereedskap"
|
217 | 242 | },
|
| 243 | + "monitor": { |
| 244 | + "unableToCloseWebSocket": "Unable to close websocket", |
| 245 | + "unableToConnectToWebSocket": "Unable to connect to websocket" |
| 246 | + }, |
218 | 247 | "preferences": {
|
219 | 248 | "additionalManagerURLs": "Additional Boards Manager URLs",
|
220 | 249 | "auth.audience": "Die OAuth2 gehoor.",
|
|
225 | 254 | "board.certificates": "List of certificates that can be uploaded to boards",
|
226 | 255 | "browse": "Snuffel",
|
227 | 256 | "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.", |
228 | 258 | "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
229 | 259 | "cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
230 | 260 | "cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
231 | 261 | "cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
232 | 262 | "cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
233 | 263 | "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}'.", |
234 | 266 | "compile.verbose": "True for verbose compile output. False by default",
|
235 | 267 | "compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
236 | 268 | "compilerWarnings": "Compiler warnings",
|
|
252 | 284 | "showVerbose": "Wys ontfoutings uitset tydens",
|
253 | 285 | "sketchbook.location": "Sketsboek ligging",
|
254 | 286 | "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.", |
255 | 288 | "unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
256 | 289 | "upload": "oplaai",
|
257 | 290 | "upload.verbose": "True for verbose upload output. False by default.",
|
|
264 | 297 | "serial": {
|
265 | 298 | "autoscroll": "Autoscroll",
|
266 | 299 | "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.", |
270 | 300 | "message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
271 | 301 | "newLine": "Nuwe lyn",
|
272 | 302 | "newLineCarriageReturn": "Beide NL & CR",
|
273 | 303 | "noLineEndings": "No Line Ending",
|
274 | 304 | "notConnected": "Not connected. Select a board and a port to connect automatically.",
|
275 |
| - "reconnect": "Reconnecting {0} to {1} in {2} seconds...", |
276 | 305 | "timestamp": "Tydstempel",
|
277 |
| - "toggleTimestamp": "Toggle Timestamp", |
278 |
| - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}." |
| 306 | + "toggleTimestamp": "Toggle Timestamp" |
279 | 307 | },
|
280 | 308 | "sketch": {
|
281 | 309 | "archiveSketch": "Archive Sketch",
|
282 | 310 | "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
283 | 311 | "close": "Are you sure you want to close the sketch?",
|
284 | 312 | "configureAndUpload": "Configure And Upload",
|
285 |
| - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", |
286 | 313 | "createdArchive": "Created archive '{0}'.",
|
287 | 314 | "doneCompiling": "Done compiling.",
|
288 | 315 | "doneUploading": "Done uploading.",
|
|
307 | 334 | "verify": "Verify",
|
308 | 335 | "verifyOrCompile": "Verify/Compile"
|
309 | 336 | },
|
| 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 | + }, |
310 | 342 | "upload": {
|
311 | 343 | "error": "{0} error: {1}"
|
312 | 344 | },
|
|
345 | 377 | "fileNewName": "Naam vir nuwe lêer",
|
346 | 378 | "invalidExtension": ".{0} is not a valid extension",
|
347 | 379 | "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" |
350 | 381 | }
|
351 | 382 | }
|
352 | 383 | }
|
0 commit comments