|
4 | 4 | "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}\n\n{4}",
|
5 | 5 | "label": "About {0}"
|
6 | 6 | },
|
| 7 | + "account": { |
| 8 | + "goToCloudEditor": "Go to Cloud Editor", |
| 9 | + "goToIoTCloud": "Go to IoT Cloud", |
| 10 | + "goToProfile": "Go to Profile", |
| 11 | + "menuTitle": "Arduino Cloud" |
| 12 | + }, |
7 | 13 | "board": {
|
8 | 14 | "board": "Board{0}",
|
9 | 15 | "boardConfigDialogTitle": "Select Other Board and Port",
|
|
83 | 89 | "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
84 | 90 | },
|
85 | 91 | "cloud": {
|
86 |
| - "account": "Account", |
87 | 92 | "chooseSketchVisibility": "Choose visibility of your Sketch:",
|
88 | 93 | "cloudSketchbook": "Wolk Skets",
|
89 | 94 | "connected": "Connected",
|
90 | 95 | "continue": "Continue",
|
91 |
| - "donePulling": "Done pulling ‘{0}’.", |
92 |
| - "donePushing": "Done pushing ‘{0}’.", |
| 96 | + "donePulling": "Done pulling '{0}'.", |
| 97 | + "donePushing": "Done pushing '{0}'.", |
93 | 98 | "embed": "Embed:",
|
94 | 99 | "emptySketchbook": "Jou Sketsboek is leeg",
|
95 | 100 | "goToCloud": "Go to Cloud",
|
|
155 | 160 | "component": {
|
156 | 161 | "boardsIncluded": "Boards included in this package:",
|
157 | 162 | "by": "by",
|
| 163 | + "clickToOpen": "Click to open in browser: {0}", |
158 | 164 | "filterSearch": "Filter your search...",
|
159 | 165 | "install": "Install",
|
160 |
| - "installed": "Installed", |
| 166 | + "installLatest": "Install Latest", |
| 167 | + "installVersion": "Install {0}", |
| 168 | + "installed": "{0} installed", |
161 | 169 | "moreInfo": "Meer inligting",
|
| 170 | + "otherVersions": "Other Versions", |
| 171 | + "remove": "Remove", |
| 172 | + "title": "{0} by {1}", |
162 | 173 | "uninstall": "Uninstall",
|
163 | 174 | "uninstallMsg": "Do you want to uninstall {0}?",
|
164 |
| - "version": "Weergawe {0}" |
| 175 | + "update": "Update" |
165 | 176 | },
|
166 | 177 | "configuration": {
|
167 | 178 | "cli": {
|
168 | 179 | "inaccessibleDirectory": "Could not access the sketchbook location at '{0}': {1}"
|
169 | 180 | }
|
170 | 181 | },
|
| 182 | + "connectionStatus": { |
| 183 | + "connectionLost": "Connection lost. Cloud sketch actions and updates won't be available." |
| 184 | + }, |
171 | 185 | "contributions": {
|
172 | 186 | "addFile": "Add File",
|
173 | 187 | "fileAdded": "Een lêer by skets gevoeg",
|
|
188 | 202 | "copyError": "Copy error messages",
|
189 | 203 | "noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
|
190 | 204 | },
|
| 205 | + "createCloudCopy": "Push Sketch to Cloud", |
191 | 206 | "daemon": {
|
192 | 207 | "restart": "Restart Daemon",
|
193 | 208 | "start": "Start Daemon",
|
|
313 | 328 | "tools": "Gereedskap"
|
314 | 329 | },
|
315 | 330 | "monitor": {
|
| 331 | + "alreadyConnectedError": "Could not connect to {0} {1} port. Already connected.", |
| 332 | + "baudRate": "{0} baud", |
| 333 | + "connectionFailedError": "Could not connect to {0} {1} port.", |
| 334 | + "connectionFailedErrorWithDetails": "{0} Could not connect to {1} {2} port.", |
| 335 | + "connectionTimeout": "Timeout. The IDE has not received the 'success' message from the monitor after successfully connecting to it", |
| 336 | + "missingConfigurationError": "Could not connect to {0} {1} port. The monitor configuration is missing.", |
| 337 | + "notConnectedError": "Not connected to {0} {1} port.", |
316 | 338 | "unableToCloseWebSocket": "Unable to close websocket",
|
317 | 339 | "unableToConnectToWebSocket": "Unable to connect to websocket"
|
318 | 340 | },
|
|
393 | 415 | "serial": {
|
394 | 416 | "autoscroll": "Autoscroll",
|
395 | 417 | "carriageReturn": "Wagterugkeer",
|
| 418 | + "connecting": "Connecting to '{0}' on '{1}'...", |
396 | 419 | "message": "Message (Enter to send message to '{0}' on '{1}')",
|
397 | 420 | "newLine": "Nuwe lyn",
|
398 | 421 | "newLineCarriageReturn": "Beide NL & CR",
|
|
414 | 437 | "editInvalidSketchFolderLocationQuestion": "Do you want to try saving the sketch to a different location?",
|
415 | 438 | "editInvalidSketchFolderQuestion": "Do you want to try saving the sketch with a different name?",
|
416 | 439 | "exportBinary": "Export Compiled Binary",
|
417 |
| - "invalidCloudSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.", |
| 440 | + "invalidCloudSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.", |
418 | 441 | "invalidSketchFolderLocationDetails": "You cannot save a sketch into a folder inside itself.",
|
419 | 442 | "invalidSketchFolderLocationMessage": "Invalid sketch folder location: '{0}'",
|
420 | 443 | "invalidSketchFolderNameMessage": "Invalid sketch folder name: '{0}'",
|
421 |
| - "invalidSketchName": "The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.", |
| 444 | + "invalidSketchName": "The name must start with a letter, number, or underscore, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters.", |
422 | 445 | "moving": "Moving",
|
423 | 446 | "movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
424 | 447 | "new": "New Sketch",
|
|
451 | 474 | "dismissSurvey": "Don't show again",
|
452 | 475 | "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."
|
453 | 476 | },
|
| 477 | + "theme": { |
| 478 | + "currentThemeNotFound": "Could not find the currently selected theme: {0}. Arduino IDE has picked a built-in theme compatible with the missing one.", |
| 479 | + "dark": "Dark", |
| 480 | + "deprecated": "{0} (deprecated)", |
| 481 | + "hc": "High Contrast", |
| 482 | + "light": "Light", |
| 483 | + "user": "{0} (user)" |
| 484 | + }, |
| 485 | + "title": { |
| 486 | + "cloud": "Cloud" |
| 487 | + }, |
454 | 488 | "updateIndexes": {
|
455 | 489 | "updateIndexes": "Update Indexes",
|
456 | 490 | "updateLibraryIndex": "Update Library Index",
|
|
483 | 517 | "couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
484 | 518 | "daemonOffline": "CLI Daemon Offline",
|
485 | 519 | "offline": "Aflyn",
|
| 520 | + "offlineText": "Aflyn", |
486 | 521 | "quitTitle": "Are you sure you want to quit?"
|
487 | 522 | },
|
488 | 523 | "editor": {
|
|
0 commit comments