|
8 | 8 | "board": "Board{0}",
|
9 | 9 | "boardConfigDialogTitle": "Select Other Board and Port",
|
10 | 10 | "boardInfo": "Board Info",
|
| 11 | + "boards": "boards", |
11 | 12 | "configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
12 | 13 | "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
13 | 14 | "couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
|
14 | 15 | "disconnected": "Disconnected",
|
15 | 16 | "getBoardInfo": "Get Board Info",
|
16 | 17 | "inSketchbook": " (in Sketchbook)",
|
17 | 18 | "installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
| 19 | + "noBoardsFound": "No boards found for \"{0}\"", |
18 | 20 | "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
19 | 21 | "noPortsDiscovered": "No ports discovered",
|
20 | 22 | "noPortsSelected": "No ports selected for board: '{0}'.",
|
|
24 | 26 | "pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
25 | 27 | "port": "Port{0}",
|
26 | 28 | "portLabel": "Port: {0}",
|
| 29 | + "ports": "ports", |
27 | 30 | "programmer": "Programeerder",
|
28 | 31 | "reselectLater": "Herselekteer later",
|
29 | 32 | "searchBoard": "Search board",
|
30 | 33 | "selectBoard": "Kies Bord",
|
31 | 34 | "selectBoardForInfo": "Please select a board to obtain board info.",
|
32 | 35 | "selectPortForInfo": "Please select a port to obtain board info.",
|
33 | 36 | "showAllAvailablePorts": "Shows all available ports when enabled",
|
| 37 | + "showAllPorts": "Show all ports", |
34 | 38 | "succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
35 |
| - "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}" |
| 39 | + "succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}", |
| 40 | + "typeOfPorts": "{0} ports" |
36 | 41 | },
|
37 | 42 | "boardsManager": "Boards Manager",
|
38 | 43 | "boardsType": {
|
|
85 | 90 | "donePushing": "Done pushing ‘{0}’.",
|
86 | 91 | "embed": "Embed:",
|
87 | 92 | "emptySketchbook": "Jou Sketsboek is leeg",
|
| 93 | + "goToCloud": "Go to Cloud", |
88 | 94 | "learnMore": "Learn more",
|
89 | 95 | "link": "Skakel:",
|
90 | 96 | "notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
|
139 | 145 | "boardsIncluded": "Boards included in this package:",
|
140 | 146 | "by": "by",
|
141 | 147 | "filterSearch": "Filter your search...",
|
142 |
| - "install": "INSTALLEER", |
| 148 | + "install": "Install", |
| 149 | + "installed": "Installed", |
143 | 150 | "moreInfo": "Meer inligting",
|
144 | 151 | "uninstall": "Uninstall",
|
145 | 152 | "uninstallMsg": "Do you want to uninstall {0}?",
|
|
148 | 155 | "contributions": {
|
149 | 156 | "addFile": "Add File",
|
150 | 157 | "fileAdded": "Een lêer by skets gevoeg",
|
| 158 | + "plotter": { |
| 159 | + "couldNotOpen": "Couldn't open serial plotter" |
| 160 | + }, |
151 | 161 | "replaceTitle": "Vervang"
|
152 | 162 | },
|
| 163 | + "core": { |
| 164 | + "compilerWarnings": { |
| 165 | + "all": "All", |
| 166 | + "default": "Default", |
| 167 | + "more": "More", |
| 168 | + "none": "None" |
| 169 | + } |
| 170 | + }, |
153 | 171 | "coreContribution": {
|
154 | 172 | "copyError": "Copy error messages",
|
155 | 173 | "noBoardSelected": "No board selected. Please select your Arduino board from the Tools > Board menu."
|
|
236 | 254 | "addZip": "Add .ZIP Library...",
|
237 | 255 | "arduinoLibraries": "Arduino libraries",
|
238 | 256 | "contributedLibraries": "Contributed libraries",
|
239 |
| - "dependenciesForLibrary": "Dependencies for library {0}:{1}", |
240 | 257 | "include": "Include Library",
|
241 |
| - "installAll": "Install all", |
| 258 | + "installAll": "Install All", |
| 259 | + "installLibraryDependencies": "Install library dependencies", |
242 | 260 | "installMissingDependencies": "Would you like to install all the missing dependencies?",
|
243 | 261 | "installOneMissingDependency": "Would you like to install the missing dependency?",
|
244 |
| - "installOnly": "Install {0} only", |
| 262 | + "installWithoutDependencies": "Install without dependencies", |
245 | 263 | "installedSuccessfully": "Successfully installed library {0}:{1}",
|
246 | 264 | "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
247 | 265 | "manageLibraries": "Manage Libraries...",
|
|
281 | 299 | "unableToCloseWebSocket": "Unable to close websocket",
|
282 | 300 | "unableToConnectToWebSocket": "Unable to connect to websocket"
|
283 | 301 | },
|
| 302 | + "portProtocol": { |
| 303 | + "network": "Netwerk", |
| 304 | + "serial": "Serial" |
| 305 | + }, |
284 | 306 | "preferences": {
|
285 | 307 | "additionalManagerURLs": "Additional Boards Manager URLs",
|
286 | 308 | "auth.audience": "Die OAuth2 gehoor.",
|
|
320 | 342 | "network": "Netwerk",
|
321 | 343 | "newSketchbookLocation": "Select new sketchbook location",
|
322 | 344 | "noProxy": "No proxy",
|
| 345 | + "proxySettings": { |
| 346 | + "hostname": "Host name", |
| 347 | + "password": "Password", |
| 348 | + "port": "Port number", |
| 349 | + "username": "Username" |
| 350 | + }, |
323 | 351 | "showVerbose": "Wys ontfoutings uitset tydens",
|
324 | 352 | "sketchbook.location": "Sketsboek ligging",
|
325 | 353 | "sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
|
350 | 378 | "cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
351 | 379 | "close": "Are you sure you want to close the sketch?",
|
352 | 380 | "compile": "Compiling sketch...",
|
353 |
| - "configureAndUpload": "Configure And Upload", |
| 381 | + "configureAndUpload": "Configure and Upload", |
354 | 382 | "createdArchive": "Created archive '{0}'.",
|
355 | 383 | "doneCompiling": "Done compiling.",
|
356 | 384 | "doneUploading": "Done uploading.",
|
|
381 | 409 | "dismissSurvey": "Don't show again",
|
382 | 410 | "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."
|
383 | 411 | },
|
| 412 | + "updateIndexes": { |
| 413 | + "updateIndexes": "Update Indexes", |
| 414 | + "updateLibraryIndex": "Update Library Index", |
| 415 | + "updatePackageIndex": "Update Package Index" |
| 416 | + }, |
384 | 417 | "upload": {
|
385 | 418 | "error": "{0} error: {1}"
|
386 | 419 | },
|
|
390 | 423 | "upload": "Upload"
|
391 | 424 | }
|
392 | 425 | },
|
393 |
| - "cloud": { |
394 |
| - "GoToCloud": "GAAN NA WOLK" |
395 |
| - }, |
396 | 426 | "theia": {
|
397 | 427 | "core": {
|
398 | 428 | "cannotConnectBackend": "Cannot connect to the backend.",
|
|
0 commit comments