mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-27 05:06:42 +00:00
Updated translation files (#768)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0db119d7ba
commit
1969e292f0
350
i18n/af.json
Normal file
350
i18n/af.json
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "Dit lyk of jy van af lyn is. Sonder 'n internetverbinding kan die Arduino CLI moontlik nie die nodige hulpbronne aflaai nie en kan dit wanfunksionering veroorsaak. Koppel asseblief aan die internet en herbegin die toepassing.",
|
||||||
|
"noBoardSelected": "Geen bord geselekteer",
|
||||||
|
"selectedOn": "aan {0}",
|
||||||
|
"notConnected": "[nie gekoppel]",
|
||||||
|
"serialMonitor": "Seriaal Monitor",
|
||||||
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
|
"later": "Later",
|
||||||
|
"selectBoard": "Kies Bord",
|
||||||
|
"unknown": "Onbekend",
|
||||||
|
"processing": "Verwerking",
|
||||||
|
"saveChangesToSketch": "Wil jy veranderinge aan hierdie skets stoor voordat jy toemaak?",
|
||||||
|
"loseChanges": "As jy nie stoor nie, sal jou veranderinge verlore gaan."
|
||||||
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Skets",
|
||||||
|
"tools": "Gereedskap"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Geoptimaliseerd vir ontfouting",
|
||||||
|
"debugWithMessage": "Ontfouting {0}",
|
||||||
|
"noPlatformInstalledFor": "Platform is nie geïnstalleer vir ' {0} '",
|
||||||
|
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
||||||
|
"compile.verbose": "True for verbose compile output. False by default",
|
||||||
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
|
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
||||||
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
|
"auth.clientID": "The OAuth2 client ID.",
|
||||||
|
"auth.domain": "Die OAuth2 domein.",
|
||||||
|
"auth.audience": "Die OAuth2 gehoor.",
|
||||||
|
"auth.registerUri": "Die URI wat gebruik word vir nuwe registrasies.",
|
||||||
|
"network": "Netwerk",
|
||||||
|
"sketchbook.location": "Sketsboek ligging",
|
||||||
|
"browse": "Snuffel",
|
||||||
|
"files.inside.sketches": "Toon lêers binne in Sketse aan",
|
||||||
|
"editorFontSize": "Editor lettertipe grootte",
|
||||||
|
"interfaceScale": "Koppelvlak skaal",
|
||||||
|
"showVerbose": "Wys ontfoutings uitset tydens",
|
||||||
|
"compilerWarnings": "Compiler warnings",
|
||||||
|
"automatic": "Automaties",
|
||||||
|
"compile": "saamstel",
|
||||||
|
"upload": "oplaai",
|
||||||
|
"verifyAfterUpload": "Verifieer kode na oplaai ",
|
||||||
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
|
"noProxy": "No proxy",
|
||||||
|
"manualProxy": "Manual proxy configuration",
|
||||||
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
|
"choose": "Kies",
|
||||||
|
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
||||||
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
|
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
||||||
|
"invalid.theme": "Invalid theme."
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"signIn": "TEKEN AAN",
|
||||||
|
"signOut": "Teken Uit",
|
||||||
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
|
"privateVisibility": "Private. Only you can view the Sketch.",
|
||||||
|
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
||||||
|
"link": "Skakel:",
|
||||||
|
"embed": "Embed:",
|
||||||
|
"cloudSketchbook": "Wolk Skets",
|
||||||
|
"shareSketch": "Share Sketch",
|
||||||
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
|
"pullSketch": "Pull Sketch",
|
||||||
|
"openInCloudEditor": "Open in Cloud Editor",
|
||||||
|
"options": "Opsies...",
|
||||||
|
"share": "Deel...",
|
||||||
|
"remote": "Remote",
|
||||||
|
"emptySketchbook": "Jou Sketsboek is leeg",
|
||||||
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
|
"learnMore": "Learn more",
|
||||||
|
"continue": "Continue",
|
||||||
|
"pushSketch": "Push Sketch",
|
||||||
|
"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.",
|
||||||
|
"pull": "Pull",
|
||||||
|
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
||||||
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
|
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||||
|
"push": "Push",
|
||||||
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
|
"connected": "Connected",
|
||||||
|
"offline": "Aflyn",
|
||||||
|
"profilePicture": "Profiel foto"
|
||||||
|
},
|
||||||
|
"board": {
|
||||||
|
"installManually": "Install Manually",
|
||||||
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
|
"programmer": "Programeerder",
|
||||||
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
|
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
||||||
|
"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?",
|
||||||
|
"reselectLater": "Herselekteer later",
|
||||||
|
"noneSelected": "No boards selected.",
|
||||||
|
"noPortsSelected": "No ports selected for board: '{0}'.",
|
||||||
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
|
"openBoardsConfig": "Kies ander bord en poort...",
|
||||||
|
"boardListItem": "{0} by {1}",
|
||||||
|
"selectBoardForInfo": "Please select a board to obtain board info.",
|
||||||
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
|
"selectPortForInfo": "Please select a port to obtain board info.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Vervang",
|
||||||
|
"fileAdded": "Een lêer by skets gevoeg"
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "Skets",
|
||||||
|
"moving": "Moving",
|
||||||
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
|
"sketchbook": "Sketchbook",
|
||||||
|
"upload": "Upload",
|
||||||
|
"uploadUsingProgrammer": "Upload Using Programmer",
|
||||||
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
|
"doneUploading": "Done uploading.",
|
||||||
|
"configureAndUpload": "Configure And Upload",
|
||||||
|
"verifyOrCompile": "Verify/Compile",
|
||||||
|
"exportBinary": "Export Compiled Binary",
|
||||||
|
"verify": "Verify",
|
||||||
|
"doneCompiling": "Done compiling.",
|
||||||
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
|
"openFolder": "Open Folder",
|
||||||
|
"titleLocalSketchbook": "Local Sketchbook",
|
||||||
|
"titleSketchbook": "Sketchbook",
|
||||||
|
"close": "Are you sure you want to close the sketch?"
|
||||||
|
},
|
||||||
|
"bootloader": {
|
||||||
|
"burnBootloader": "Burn Bootloader",
|
||||||
|
"doneBurningBootloader": "Done burning bootloader."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"copyForForum": "Copy for Forum (Markdown)",
|
||||||
|
"commentUncomment": "Comment/Uncomment",
|
||||||
|
"increaseIndent": "Increase Indent",
|
||||||
|
"decreaseIndent": "Decrease Indent",
|
||||||
|
"increaseFontSize": "Increase Font Size",
|
||||||
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
|
"autoFormat": "Auto Format"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"menu": "Examples",
|
||||||
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
|
"builtInExamples": "Built-in examples",
|
||||||
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
|
"for": "Examples for {0}",
|
||||||
|
"forAny": "Examples for any board"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Search on Arduino.cc",
|
||||||
|
"keyword": "Type a keyword",
|
||||||
|
"gettingStarted": "Getting Started",
|
||||||
|
"environment": "Environment",
|
||||||
|
"troubleshooting": "Troubleshooting",
|
||||||
|
"reference": "Reference",
|
||||||
|
"findInReference": "Find in Reference",
|
||||||
|
"faq": "Frequently Asked Questions",
|
||||||
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
"openContext": "Open context",
|
||||||
|
"remove": "Remove",
|
||||||
|
"upload": "Upload",
|
||||||
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
|
"enterURL": "Enter URL",
|
||||||
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
|
"addNew": "Add New",
|
||||||
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
|
"uploadingCertificates": "Uploading certificates.",
|
||||||
|
"certificatesUploaded": "Certificates uploaded.",
|
||||||
|
"uploadFailed": "Upload failed. Please try again.",
|
||||||
|
"selectBoard": "Select a board...",
|
||||||
|
"boardAtPort": "{0} by {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
|
"selectBoard": "Kies Bord",
|
||||||
|
"checkUpdates": "Check Updates",
|
||||||
|
"selectVersion": "Select firmware version",
|
||||||
|
"install": "Install",
|
||||||
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
|
"installingFirmware": "Installing firmware.",
|
||||||
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
|
"failedInstall": "Installation failed. Please try again."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Don't ask again"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"upload": "Upload"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
|
"autoscroll": "Autoscroll",
|
||||||
|
"timestamp": "Tydstempel",
|
||||||
|
"noLineEndings": "No Line Ending",
|
||||||
|
"newLine": "Nuwe lyn",
|
||||||
|
"carriageReturn": "Wagterugkeer",
|
||||||
|
"newLineCarriageReturn": "Beide NL & CR",
|
||||||
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
|
"connectionBusy": "Konneksie het gevaal. Seriaal poort is besig: {0}",
|
||||||
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
||||||
|
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"uninstall": "Uninstall",
|
||||||
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
|
"by": "by",
|
||||||
|
"version": "Weergawe {0}",
|
||||||
|
"moreInfo": "Meer inligting",
|
||||||
|
"install": "INSTALLEER",
|
||||||
|
"filterSearch": "Filter your search..."
|
||||||
|
},
|
||||||
|
"electron": {
|
||||||
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
|
"unsavedChanges": "Enige ongestoorde veranderinge sal nie gestoor word nie."
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"error": "Compilation error: {0}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"error": "{0} error: {1}"
|
||||||
|
},
|
||||||
|
"burnBootloader": {
|
||||||
|
"error": "Error while burning the bootloader: {0}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"theia": {
|
||||||
|
"core": {
|
||||||
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
|
"offline": "Aflyn",
|
||||||
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
|
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"start": "Begin...",
|
||||||
|
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
||||||
|
"startError": "There was an error starting the debug session, check the logs for more details."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"unsavedTitle": "Unsaved – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "Expand",
|
||||||
|
"collapse": "Collapse"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Naam vir nuwe lêer",
|
||||||
|
"invalidFilename": "Ongeldige lêernaam",
|
||||||
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
|
"newFileName": "Nuwe naam vir lêer",
|
||||||
|
"deleteCurrentSketch": "Wil jy die huidige skets uitvee?",
|
||||||
|
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"GoToCloud": "GAAN NA WOLK"
|
||||||
|
}
|
||||||
|
}
|
32
i18n/ar.json
32
i18n/ar.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "If you don't save, your changes will be lost."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "ادوات"
|
"tools": "ادوات"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compile",
|
"compile": "compile",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
"checkForUpdates": "افحص التحديثات عند التشغيل",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "تدبير عناوين اللوحات الإضافية",
|
"additionalManagerURLs": "تدبير عناوين اللوحات الإضافية",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programmer",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
|
"cantOpen": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Select Board",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Check Updates",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "تنصيب",
|
"install": "تنصيب",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "اعادة الحمل",
|
"carriageReturn": "اعادة الحمل",
|
||||||
"newLineCarriageReturn": "كلاهما NL & CR",
|
"newLineCarriageReturn": "كلاهما NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
32
i18n/bg.json
32
i18n/bg.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Искате ли да запазите промените в тази скица, преди да затворите?",
|
"saveChangesToSketch": "Искате ли да запазите промените в тази скица, преди да затворите?",
|
||||||
"loseChanges": "Ако не запазите, промените ви ще бъдат загубени."
|
"loseChanges": "Ако не запазите, промените ви ще бъдат загубени."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Скица",
|
"sketch": "Скица",
|
||||||
"tools": "Инструменти"
|
"tools": "Инструменти"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True за подробен изход за качване. False по подразбиране.",
|
"upload.verbose": "True за подробен изход за качване. False по подразбиране.",
|
||||||
"window.autoScale": "True , ако потребителският интерфейс автоматично се мащабира с размера на шрифта.",
|
"window.autoScale": "True , ако потребителският интерфейс автоматично се мащабира с размера на шрифта.",
|
||||||
"window.zoomLevel": "Регулирайте нивото на увеличение на прозореца. Оригиналният размер е 0 и всяко увеличение над (напр. 1) или под (напр. -1) представлява увеличение с 20% по-голямо или по-малко. Можете също да въведете десетични знаци, за да регулирате нивото на увеличение по-финно.",
|
"window.zoomLevel": "Регулирайте нивото на увеличение на прозореца. Оригиналният размер е 0 и всяко увеличение над (напр. 1) или под (напр. -1) представлява увеличение с 20% по-голямо или по-малко. Можете също да въведете десетични знаци, за да регулирате нивото на увеличение по-финно.",
|
||||||
"ide.autoUpdate": "True, за да активирате автоматичните проверки за актуализация. IDE ще проверява за актуализации автоматично и периодично.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Списък със сертификати, които могат да бъдат качени на платката",
|
"board.certificates": "Списък със сертификати, които могат да бъдат качени на платката",
|
||||||
"sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.",
|
"sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.",
|
||||||
"cloud.enabled": "True , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.",
|
"cloud.enabled": "True , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "компилиране",
|
"compile": "компилиране",
|
||||||
"upload": "качване",
|
"upload": "качване",
|
||||||
"verifyAfterUpload": "Потвърдете кода след качване",
|
"verifyAfterUpload": "Потвърдете кода след качване",
|
||||||
"checkForUpdates": "Проверете за актуализации при стартиране",
|
|
||||||
"editorQuickSuggestions": "Бързи предложения на редактора",
|
"editorQuickSuggestions": "Бързи предложения на редактора",
|
||||||
"additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки",
|
"additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки",
|
||||||
"noProxy": "Без прокси",
|
"noProxy": "Без прокси",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "Ядрото „{0} {1}“ трябва да бъде инсталирано за текущо избраната платка „{2}“. Искате ли да го инсталирате сега?",
|
"installNow": "Ядрото „{0} {1}“ трябва да бъде инсталирано за текущо избраната платка „{2}“. Искате ли да го инсталирате сега?",
|
||||||
"configDialogTitle": "Изберете друга платка и порт",
|
"configDialogTitle": "Изберете друга платка и порт",
|
||||||
"configDialog1": "Изберете както платка, така и порт, ако искате да качите скица.",
|
"configDialog1": "Изберете както платка, така и порт, ако искате да качите скица.",
|
||||||
"configDialog2": "Ако изберете само платка, ще можете само да компилирате, но не и да качвате скицата си.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Моля, изберете платка, свързана към порта, който сте избрали.",
|
"pleasePickBoard": "Моля, изберете платка, свързана към порта, който сте избрали.",
|
||||||
"showAllAvailablePorts": "Показва всички налични портове, когато е активиран",
|
"showAllAvailablePorts": "Показва всички налични портове, когато е активиран",
|
||||||
"programmer": "Програматор",
|
"programmer": "Програматор",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Показване на папка за скици",
|
"showFolder": "Показване на папка за скици",
|
||||||
"sketch": "Скица",
|
"sketch": "Скица",
|
||||||
"moving": "Преместване",
|
"moving": "Преместване",
|
||||||
"movingMsg": "Файлът „{0}“ трябва да бъде в папка на скица, наречена „{1}“.\nСъздай тази папка, премести файла и продължи?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "Папка с име „{0}“ вече съществува. Не може да се отвори скица.",
|
"cantOpen": "Папка с име „{0}“ вече съществува. Не може да се отвори скица.",
|
||||||
"saveFolderAs": "Запазете папката със скица като...",
|
"saveFolderAs": "Запазете папката със скица като...",
|
||||||
"sketchbook": "Скицник",
|
"sketchbook": "Скицник",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Референция",
|
"reference": "Референция",
|
||||||
"findInReference": "Намерете в Референцията",
|
"findInReference": "Намерете в Референцията",
|
||||||
"faq": "Често задавани въпроси",
|
"faq": "Често задавани въпроси",
|
||||||
"visit": "Посетете Arduino.cc"
|
"visit": "Посетете Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Качете SSL коренни сертификати",
|
"uploadRootCertificates": "Качете SSL коренни сертификати",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "Няма свързана поддържана платка"
|
"noSupportedBoardConnected": "Няма свързана поддържана платка"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Обновяване на фърмуера",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Изберете платка",
|
"selectBoard": "Изберете платка",
|
||||||
"checkUpdates": "Проверете актуализации",
|
"checkUpdates": "Проверете актуализации",
|
||||||
"selectVersion": "Изберете версия на фърмуера",
|
"selectVersion": "Изберете версия на фърмуера",
|
||||||
"install": "Инсталирай",
|
"install": "Инсталирай",
|
||||||
"overwriteSketch": "Инсталацията ще презапише скицата на платката.",
|
"overwriteSketch": "Инсталацията ще презапише скицата на платката.",
|
||||||
"installingFirmware": "Инсталиране на фърмуер.",
|
"installingFirmware": "Инсталиране на фърмуер.",
|
||||||
"successfullyInstalled": "Фърмуерът е инсталиран успешно.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Неуспешно инсталиране. Моля, опитайте отново."
|
"failedInstall": "Неуспешно инсталиране. Моля, опитайте отново."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Както NL, така и CR",
|
"newLineCarriageReturn": "Както NL, така и CR",
|
||||||
"notConnected": "Няма връзка. Изберете платка и порт за автоматично свързване.",
|
"notConnected": "Няма връзка. Изберете платка и порт за автоматично свързване.",
|
||||||
"message": "Съобщение ({0} + Enter, за да изпратите съобщение до „{1}“ на „{2}“",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Свързването е неуспешно. Серийният порт е зает: {0}",
|
"connectionBusy": "Свързването е неуспешно. Серийният порт е зает: {0}",
|
||||||
"disconnected": "Прекъснато е връзката на {0} с {1}.",
|
"disconnected": "Прекъснато е връзката на {0} с {1}.",
|
||||||
"unexpectedError": "Неочаквана грешка. Повторно свързване на {0} на порт {1}.",
|
"unexpectedError": "Неочаквана грешка. Повторно свързване на {0} на порт {1}.",
|
||||||
|
34
i18n/de.json
34
i18n/de.json
@ -3,7 +3,7 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"offlineIndicator": "Anscheinend bist du offline. Ohne eine aktive Internetverbindung kann das Arduino CLI nicht die nötigen Ressourcen herunterladen, was zu Problemen führen kann. Bitte überprüfe deine Internetverbindung und starte das Programm neu. ",
|
"offlineIndicator": "Anscheinend bist du offline. Ohne eine aktive Internetverbindung kann das Arduino CLI nicht die nötigen Ressourcen herunterladen, was zu Problemen führen kann. Bitte überprüfe deine Internetverbindung und starte das Programm neu. ",
|
||||||
"noBoardSelected": "Kein Board ausgewählt",
|
"noBoardSelected": "Kein Board ausgewählt",
|
||||||
"selectedOn": "bei {0}",
|
"selectedOn": "an {0}",
|
||||||
"notConnected": "[keine Verbindung]",
|
"notConnected": "[keine Verbindung]",
|
||||||
"serialMonitor": "Serieller Monitor",
|
"serialMonitor": "Serieller Monitor",
|
||||||
"oldFormat": "Der Sketch '{0}' verwendet noch das alte '.pde' Format. Möchtest du auf die neuere '.ino' Endung wechseln?",
|
"oldFormat": "Der Sketch '{0}' verwendet noch das alte '.pde' Format. Möchtest du auf die neuere '.ino' Endung wechseln?",
|
||||||
@ -12,7 +12,23 @@
|
|||||||
"unknown": "unbekannt",
|
"unknown": "unbekannt",
|
||||||
"processing": "Verarbeiten",
|
"processing": "Verarbeiten",
|
||||||
"saveChangesToSketch": "Änderungen zu diesem Sketch vor dem Schließen sichern?",
|
"saveChangesToSketch": "Änderungen zu diesem Sketch vor dem Schließen sichern?",
|
||||||
"loseChanges": "Wenn du nicht sicherst, werden deine Änderungen gelöscht."
|
"loseChanges": "Wenn du nicht speicherst, werden deine Änderungen gelöscht."
|
||||||
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Fehler bei der Suche nach IDE Updates{0}",
|
||||||
|
"notNowButton": "Später",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} wurde heruntergeladen",
|
||||||
|
"closeToInstallNotice": "Schließe die Software und installiere das Update auf deinem Computer",
|
||||||
|
"closeAndInstallButton": "Schließen und Installieren",
|
||||||
|
"downloadingNotice": "Die neueste Version der Arduino IDE wird heruntergeladen",
|
||||||
|
"updateAvailable": "Update Verfügbar",
|
||||||
|
"newVersionAvailable": "Eine neue Version der Arduino IDE ({0}) ist zum Download verfügbar",
|
||||||
|
"skipVersionButton": "Version Überspringen",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "Eine Update für die Arduino IDE ist verfügbar, konnte aber nicht automatisch heruntergeladen und installiert werden. Bitte gehen sie zur Download-Seite und laden sie dort die neueste Version herunter",
|
||||||
|
"goToDownloadButton": "Zum Download Wechseln",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "Es gibt keine neuen Updates für die Arduino IDE"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "Wahr für ausführliche Ausgaben während dem Hochladen. Standardmäßig Falsch.",
|
"upload.verbose": "Wahr für ausführliche Ausgaben während dem Hochladen. Standardmäßig Falsch.",
|
||||||
"window.autoScale": "Ist wahr, wenn die Benutzeroberfläche automatisch mit der Schriftgröße skaliert wird.",
|
"window.autoScale": "Ist wahr, wenn die Benutzeroberfläche automatisch mit der Schriftgröße skaliert wird.",
|
||||||
"window.zoomLevel": "Stelle die Zoomstufe des Fensters ein. Der Standardwert ist 0, jede Vergrößerung (z.B.: 1) oder Verringerung (z.B.: -1) um eins steht für 20% Vergrößerung bzw. Verkleinerung des Fensters. Du kannst auch Kommazahlen eingeben, um die Zoomstufe feiner einzustellen.\n ",
|
"window.zoomLevel": "Stelle die Zoomstufe des Fensters ein. Der Standardwert ist 0, jede Vergrößerung (z.B.: 1) oder Verringerung (z.B.: -1) um eins steht für 20% Vergrößerung bzw. Verkleinerung des Fensters. Du kannst auch Kommazahlen eingeben, um die Zoomstufe feiner einzustellen.\n ",
|
||||||
"ide.autoUpdate": "Wahr, um automatisch auf Updates zu überprüfen. Die IDE wird automatisch regelmäßig auf Updates prüfen.",
|
"ide.updateChannel": "Von welchem Kannal die Updates kommen sollen. 'stabil' ist die stabile Version, 'nächtlich' ist die neueste Entwicklerversion",
|
||||||
"board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.",
|
"board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.",
|
||||||
"sketchbook.showAllFiles": "Wahr, um alle Dateien im Sketch anzuzeigen. Standardmäßig Falsch.",
|
"sketchbook.showAllFiles": "Wahr, um alle Dateien im Sketch anzuzeigen. Standardmäßig Falsch.",
|
||||||
"cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.",
|
"cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "Kompilieren",
|
"compile": "Kompilieren",
|
||||||
"upload": "Hochladen",
|
"upload": "Hochladen",
|
||||||
"verifyAfterUpload": "Code nach Hochladen überprüfen ",
|
"verifyAfterUpload": "Code nach Hochladen überprüfen ",
|
||||||
"checkForUpdates": "Beim Start nach Updates suchen",
|
|
||||||
"editorQuickSuggestions": "Schnelle Editor Vorschläge",
|
"editorQuickSuggestions": "Schnelle Editor Vorschläge",
|
||||||
"additionalManagerURLs": "Zusätzliche Boardverwalter-URLs",
|
"additionalManagerURLs": "Zusätzliche Boardverwalter-URLs",
|
||||||
"noProxy": "Kein Proxy",
|
"noProxy": "Kein Proxy",
|
||||||
@ -85,7 +100,7 @@
|
|||||||
"share": "Teilen....",
|
"share": "Teilen....",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Dein Sketchbook ist leer",
|
"emptySketchbook": "Dein Sketchbook ist leer",
|
||||||
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen.",
|
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen.",
|
||||||
"signInToCloud": "Anmelden zur Arduino Cloud",
|
"signInToCloud": "Anmelden zur Arduino Cloud",
|
||||||
"syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.",
|
"syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.",
|
||||||
"learnMore": "Mehr erfahren",
|
"learnMore": "Mehr erfahren",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Zeige Sketch Ordner",
|
"showFolder": "Zeige Sketch Ordner",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Übertragen...",
|
"moving": "Übertragen...",
|
||||||
"movingMsg": "Die Datei \"{0}\" muss sich in einem Sketch Ordner \"{1}\" befinden.\nDiesen Ordner erstellen, Datei verschieben und fortfahren?",
|
"movingMsg": "Die Datei \"{0}\" muss sich in einen Sketch Ordner \"{1}\" befinden.\nOrdner erstellen, Datei verschieben und fortfahren?",
|
||||||
"cantOpen": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.",
|
"cantOpen": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.",
|
||||||
"saveFolderAs": "Sketch Ordner speichern als...",
|
"saveFolderAs": "Sketch Ordner speichern als...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Referenz",
|
"reference": "Referenz",
|
||||||
"findInReference": "Referenzsuche",
|
"findInReference": "Referenzsuche",
|
||||||
"faq": "Häufig gestellte Fragen",
|
"faq": "Häufig gestellte Fragen",
|
||||||
"visit": "Besuche Arduino.cc"
|
"visit": "Besuche Arduino.cc",
|
||||||
|
"privacyPolicy": "Datenschutzbestimmungen"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "SSL Root Zertifikat hochladen",
|
"uploadRootCertificates": "SSL Root Zertifikat hochladen",
|
||||||
@ -243,7 +259,7 @@
|
|||||||
"noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen"
|
"noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Aktualisierer",
|
"updater": "WiFi101 / WiFiNINA Firmware Aktualisierer",
|
||||||
"selectBoard": "Board auswählen",
|
"selectBoard": "Board auswählen",
|
||||||
"checkUpdates": "Nach Updates Suchen",
|
"checkUpdates": "Nach Updates Suchen",
|
||||||
"selectVersion": "Firmware Version wählen",
|
"selectVersion": "Firmware Version wählen",
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Zeilenumbruch",
|
"carriageReturn": "Zeilenumbruch",
|
||||||
"newLineCarriageReturn": "Sowohl NL als auch CR",
|
"newLineCarriageReturn": "Sowohl NL als auch CR",
|
||||||
"notConnected": "Nicht verbunden. Wählen Sie ein Board und einen Port, um automatisch zu verbinden.",
|
"notConnected": "Nicht verbunden. Wählen Sie ein Board und einen Port, um automatisch zu verbinden.",
|
||||||
"message": "Nachricht ({0} + Enter, um Nachricht an '{1}' auf '{2}' zu senden",
|
"message": "Nachricht ({0} + Enter, um Nachricht an '{1}' auf '{2}') zu senden",
|
||||||
"connectionBusy": "Verbindung fehlgeschlagen. Serieller port ist belegt: {0}",
|
"connectionBusy": "Verbindung fehlgeschlagen. Serieller port ist belegt: {0}",
|
||||||
"disconnected": "{0} von {1} getrennt.",
|
"disconnected": "{0} von {1} getrennt.",
|
||||||
"unexpectedError": "100%match\nUnerwarteter Fehler. {0} wird am Port {1} erneut verbunden.",
|
"unexpectedError": "100%match\nUnerwarteter Fehler. {0} wird am Port {1} erneut verbunden.",
|
||||||
|
128
i18n/el.json
128
i18n/el.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Θέτε να αποθηκεύσετε τις αλλαγές σε αυτο το σχέδιο πριν κλείσετε; ",
|
"saveChangesToSketch": "Θέτε να αποθηκεύσετε τις αλλαγές σε αυτο το σχέδιο πριν κλείσετε; ",
|
||||||
"loseChanges": "Αν δεν αποθηκεύσετε, οι αλλαγές σας θα χαθούν."
|
"loseChanges": "Αν δεν αποθηκεύσετε, οι αλλαγές σας θα χαθούν."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Σχέδιο",
|
"sketch": "Σχέδιο",
|
||||||
"tools": "Εργαλεία"
|
"tools": "Εργαλεία"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.",
|
"upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.",
|
||||||
"window.autoScale": "Αληθές αν η διεπαφή χρήστη κλιμακλωνεται αυτόματα μαζί με το μέγεθος γραμματοσειράς.",
|
"window.autoScale": "Αληθές αν η διεπαφή χρήστη κλιμακλωνεται αυτόματα μαζί με το μέγεθος γραμματοσειράς.",
|
||||||
"window.zoomLevel": "Ρύθμιση του επιπέδου μεγέθυνσης του παραθύρου. Το αρχικό μέγεθος ειναι 0 και κάθε αύξηση (π.χ. 1) ή μείωση (π.χ. -1) αναπαριστά μεγέθυνση 20% μεγαλύτερη ή μικρότερη. Μπορούν να εισαχθούν και δεκαδικά για προσαρμογή της μεγέθυνσης με μεγαλύτερη λεπτομέρεια.",
|
"window.zoomLevel": "Ρύθμιση του επιπέδου μεγέθυνσης του παραθύρου. Το αρχικό μέγεθος ειναι 0 και κάθε αύξηση (π.χ. 1) ή μείωση (π.χ. -1) αναπαριστά μεγέθυνση 20% μεγαλύτερη ή μικρότερη. Μπορούν να εισαχθούν και δεκαδικά για προσαρμογή της μεγέθυνσης με μεγαλύτερη λεπτομέρεια.",
|
||||||
"ide.autoUpdate": "Αληθές για ενεργοποίηση αυτομάτων ελέγχων ενημερώσεων. Το IDE θα ελέγχει για ενημερώσεις αυτόματα και τακτικά.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες",
|
"board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες",
|
||||||
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
||||||
"cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.",
|
"cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.",
|
||||||
@ -55,8 +71,7 @@
|
|||||||
"compile": "μεταγλώττιση",
|
"compile": "μεταγλώττιση",
|
||||||
"upload": "ανέβασμα",
|
"upload": "ανέβασμα",
|
||||||
"verifyAfterUpload": "Επιβεβαίωση κώδικα μετά το ανέβασμα",
|
"verifyAfterUpload": "Επιβεβαίωση κώδικα μετά το ανέβασμα",
|
||||||
"checkForUpdates": "Έλεγχος ενημερώσεων κατά την εκκίνηση",
|
"editorQuickSuggestions": "Επιμελιτής γρήγορων προτάσεων",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
|
||||||
"additionalManagerURLs": "Πρόσθετοι Σύνδεσμοι Διαχειριστή Πλακετών",
|
"additionalManagerURLs": "Πρόσθετοι Σύνδεσμοι Διαχειριστή Πλακετών",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Manual proxy configuration",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "Ο πυρήνας \"{0} {1}\" πρέπει να εγκατασταθεί για την επιλεγμένη πλακέτα {2}. Θέλεις να την εγκαταστήσεις τώρα;",
|
"installNow": "Ο πυρήνας \"{0} {1}\" πρέπει να εγκατασταθεί για την επιλεγμένη πλακέτα {2}. Θέλεις να την εγκαταστήσεις τώρα;",
|
||||||
"configDialogTitle": "Επιλέξτε Άλλη Πλακέτα & Θύρα",
|
"configDialogTitle": "Επιλέξτε Άλλη Πλακέτα & Θύρα",
|
||||||
"configDialog1": "Επίλεξε και Πλακέτα και Θύρα αν θέλεις να ανεβάσεις ένα σχέδιο.",
|
"configDialog1": "Επίλεξε και Πλακέτα και Θύρα αν θέλεις να ανεβάσεις ένα σχέδιο.",
|
||||||
"configDialog2": "Αν επιλέξεις μονο Πλακέτα θα μπορείς να κάνεις μόνο μεταγγλώτιση, αλλά οχι να ανεβάσεις το σχέδιο.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Πσρακαλώ επίλεξε μια πλακέτα που συνδέθηκε στην θύρα που έχεις επιλέξει.",
|
"pleasePickBoard": "Πσρακαλώ επίλεξε μια πλακέτα που συνδέθηκε στην θύρα που έχεις επιλέξει.",
|
||||||
"showAllAvailablePorts": "Εμφανίζει όλες τις διαθέσιμες θύρες όταν είναι ενεργοποιημένο.",
|
"showAllAvailablePorts": "Εμφανίζει όλες τις διαθέσιμες θύρες όταν είναι ενεργοποιημένο.",
|
||||||
"programmer": "Προγραμματιστής",
|
"programmer": "Προγραμματιστής",
|
||||||
@ -136,30 +151,30 @@
|
|||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Add File",
|
"addFile": "Προσθήκη αρχείου",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "Αντικατάσταση",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "Ένα αρχείο προστέθηκε στον κώδικα."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Add .ZIP Library...",
|
"addZip": "Προσθέστε μια βιβλιοθήκη μορφής .ZIP",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "Διαχειριστής βιβλιοθήκης",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Θέλετε να αντικαταστήσετε αυτή τη βιβλιοθήκη;",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Επιτυχής εγκατάσταση βιβλιοθήκης απο το αρχείο {0}",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "Μια βιβλιοθήκη με όνομα {0} υπάρχει ήδη. Θέλετε να γίνει αντικατάσταση;",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "Μια βιβλιοθήκη υπάρχει ήδη. Θέλετε να την αντικαταστήσετε;",
|
||||||
"include": "Include Library",
|
"include": "Συμπεριλάβετε βιβλιοθήκη",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "Διαχείριση βιβλιοθηκών...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Βιβλιοθήκες Arduino",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Contributed libraries",
|
||||||
"title": "Library Manager",
|
"title": "Διαχειριστής βιβλιοθηκών",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Εγκατάσταση όλων",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Εγκατάσταση {0} μόνο",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
},
|
},
|
||||||
@ -168,27 +183,27 @@
|
|||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"new": "New",
|
"new": "Νέο",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Άνοιγμα πρόσφατου",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Σχέδιο",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
"upload": "Upload",
|
"upload": "Ανέβασμα",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "Ανέβασμα μέσω προγραμματιστή",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Ολοκλήρωση ανεβάσματος",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Επικύρωση",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"verify": "Verify",
|
"verify": "Επαλήθευση",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Άνοιγμα φακέλου",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Local Sketchbook",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Sketchbook",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "Are you sure you want to close the sketch?"
|
||||||
@ -207,33 +222,34 @@
|
|||||||
"autoFormat": "Auto Format"
|
"autoFormat": "Auto Format"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "Παραδείγματα",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
"builtInExamples": "Built-in examples",
|
"builtInExamples": "Built-in examples",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
"for": "Examples for {0}",
|
"for": "Παραδείγματα για {0}",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "Examples for any board"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Αναζήτηση στο Arduino.cc",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "Type a keyword",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Getting Started",
|
||||||
"environment": "Environment",
|
"environment": "Περιβάλλον",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "Troubleshooting",
|
||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Επίσκεψη Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"openContext": "Open context",
|
"openContext": "Open context",
|
||||||
"remove": "Remove",
|
"remove": "Αφαίρεση",
|
||||||
"upload": "Upload",
|
"upload": "Ανέβασμα",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "Enter URL",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
"addNew": "Add New",
|
"addNew": "Προσθήκη Νέου",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "Uploading certificates.",
|
||||||
"certificatesUploaded": "Certificates uploaded.",
|
"certificatesUploaded": "Certificates uploaded.",
|
||||||
@ -243,46 +259,46 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Επιλογή Πλακέτας",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Check Updates",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Install",
|
"install": "Εγκατάσταση",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "Don't ask again"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Ακύρωση",
|
||||||
"upload": "Upload"
|
"upload": "Ανέβασμα"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Timestamp",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"newLine": "New Line",
|
"newLine": "Νέα γραμμή",
|
||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Απρόσμενο σφάλμα. Επανασύνδεση {0} στην θύρα {1}",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Uninstall",
|
"uninstall": "Απεγκατάσταση",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
"by": "by",
|
"by": "από",
|
||||||
"version": "Version {0}",
|
"version": "Έκδοση {0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "Περισσότερες πληροφορίες",
|
||||||
"install": "INSTALL",
|
"install": "ΕΓΚΑΤΑΣΤΑΣΗ",
|
||||||
"filterSearch": "Filter your search..."
|
"filterSearch": "Filter your search..."
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
@ -290,10 +306,10 @@
|
|||||||
"unsavedChanges": "Οι μη αποθηκευμένες αλλαγές θα χαθούν."
|
"unsavedChanges": "Οι μη αποθηκευμένες αλλαγές θα χαθούν."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "Σφάλμα μεταγλώττισης: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} σφάλμα: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Error while burning the bootloader: {0}"
|
||||||
@ -320,11 +336,11 @@
|
|||||||
"collapse": "Ελαχιστοποίηση"
|
"collapse": "Ελαχιστοποίηση"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Όνομα για το νεό αρχείο",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Μη-έγκυρο όνομα αρχείου",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"newFileName": "Νέο όνομα για το αρχείο",
|
"newFileName": "Νέο όνομα για το αρχείο",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "Θέλεις να διαγράψεις το υπάρχον σχέδιο;",
|
||||||
"sketchDirectoryError": "Υπήρξε ένα λάθος κατά τη δημιουργία του φακέλου. Για περισσότερες λεπτομέρειες δείτε το αρχείο καταγραφής. Η εφαρμογή πιθανόν δε θα δουλέψει όπως αναμένεται."
|
"sketchDirectoryError": "Υπήρξε ένα λάθος κατά τη δημιουργία του φακέλου. Για περισσότερες λεπτομέρειες δείτε το αρχείο καταγραφής. Η εφαρμογή πιθανόν δε θα δουλέψει όπως αναμένεται."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
66
i18n/es.json
66
i18n/es.json
@ -14,12 +14,28 @@
|
|||||||
"saveChangesToSketch": "¿Deseas guardar los cambios en este código antes de cerrar?",
|
"saveChangesToSketch": "¿Deseas guardar los cambios en este código antes de cerrar?",
|
||||||
"loseChanges": "Si no guardas, perderás los cambios."
|
"loseChanges": "Si no guardas, perderás los cambios."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Programa",
|
"sketch": "Programa",
|
||||||
"tools": "Herramientas"
|
"tools": "Herramientas"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "Optimizar para depuración",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"noPlatformInstalledFor": "La plataforma no está instalada para '{0}'",
|
"noPlatformInstalledFor": "La plataforma no está instalada para '{0}'",
|
||||||
"debuggingNotSupported": "La depuracion no esta soportada por '{0}'"
|
"debuggingNotSupported": "La depuracion no esta soportada por '{0}'"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "Verdadero si la sincronización de código está activada. Valor verdadero por defecto.",
|
"cloud.enabled": "Verdadero si la sincronización de código está activada. Valor verdadero por defecto.",
|
||||||
@ -47,7 +63,7 @@
|
|||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"browse": "Explorar",
|
"browse": "Explorar",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "Tamaño de letra del editor",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "Interface scale",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
@ -55,14 +71,13 @@
|
|||||||
"compile": "Compliar",
|
"compile": "Compliar",
|
||||||
"upload": "Subir",
|
"upload": "Subir",
|
||||||
"verifyAfterUpload": "Verificar código después de subir",
|
"verifyAfterUpload": "Verificar código después de subir",
|
||||||
"checkForUpdates": "Comprobar actualizaciones al iniciar",
|
|
||||||
"editorQuickSuggestions": "Sugerencias rápidas del editor",
|
"editorQuickSuggestions": "Sugerencias rápidas del editor",
|
||||||
"additionalManagerURLs": "Gestor de URLs Adicionales de Tarjetas",
|
"additionalManagerURLs": "Gestor de URLs Adicionales de Tarjetas",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No hay proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Configuración manual del proxy",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
"choose": "Choose",
|
"choose": "Elija",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Introduzca otras URLs, una por fila",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
"invalid.editorFontSize": "Tamaño de fuente invalido. Debe ser un entero positivo.",
|
"invalid.editorFontSize": "Tamaño de fuente invalido. Debe ser un entero positivo.",
|
||||||
@ -100,16 +115,16 @@
|
|||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Conectado",
|
"connected": "Conectado",
|
||||||
"offline": "Offline",
|
"offline": "Desconectado",
|
||||||
"profilePicture": "Foto de perfil"
|
"profilePicture": "Foto de perfil"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Instalar manualmente",
|
"installManually": "Instalar manualmente",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Seleccione otra placa y puerto",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Por favor, elija una placa conectada al puerto que haya seleccionado.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programador",
|
"programmer": "Programador",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
@ -119,11 +134,11 @@
|
|||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "No boards selected.",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "No ports selected for board: '{0}'.",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "Seleccione otra placa y puerto...",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} at {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Por favor, seleccione una placa para obtener información sobre ella.",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Por favor, seleccione un puerto para obtener información sobre la placa.",
|
||||||
"boardInfo": "Obtén información de la placa",
|
"boardInfo": "Obtén información de la placa",
|
||||||
"board": "Board{0}",
|
"board": "Board{0}",
|
||||||
"port": "Port{0}",
|
"port": "Port{0}",
|
||||||
@ -137,10 +152,10 @@
|
|||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Añadir fichero...",
|
"addFile": "Añadir fichero...",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "Reemplazar",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "One file added to the sketch."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "¿Sustituir la versión existente de {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Añadir biblioteca .ZIP...",
|
"addZip": "Añadir biblioteca .ZIP...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "Library",
|
||||||
@ -158,8 +173,8 @@
|
|||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Instalar todo",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Instalar {0} solamente",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
},
|
},
|
||||||
@ -169,11 +184,11 @@
|
|||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"new": "New",
|
"new": "New",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Abierto recientemente",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.",
|
"cantOpen": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visitar Arduino.cc"
|
"visit": "Visitar Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Select Board",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Check Updates",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Instalar",
|
"install": "Instalar",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Retorno de carro",
|
"carriageReturn": "Retorno de carro",
|
||||||
"newLineCarriageReturn": "Ambos NL & CR",
|
"newLineCarriageReturn": "Ambos NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
320
i18n/eu.json
320
i18n/eu.json
@ -3,7 +3,7 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"offlineIndicator": "Deskonektatuta zaudela dirudi. Interneterako konexiorik gabe, baliteke Arduino CLI ez izatea gai beharrezko baliabideak deskargatzeko, eta funtzionamendu txarra eragin lezake. Mesedez, konektatu Internetera eta berrabiarazi aplikazioa.",
|
"offlineIndicator": "Deskonektatuta zaudela dirudi. Interneterako konexiorik gabe, baliteke Arduino CLI ez izatea gai beharrezko baliabideak deskargatzeko, eta funtzionamendu txarra eragin lezake. Mesedez, konektatu Internetera eta berrabiarazi aplikazioa.",
|
||||||
"noBoardSelected": "Plakarik ez da hautatu",
|
"noBoardSelected": "Plakarik ez da hautatu",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "Non: {0}",
|
||||||
"notConnected": "[konektatu gabe]",
|
"notConnected": "[konektatu gabe]",
|
||||||
"serialMonitor": "Serieko monitorea",
|
"serialMonitor": "Serieko monitorea",
|
||||||
"oldFormat": "'{0}' programak `.pde` formatu zaharra erabiltzen du oraindik. `.ino` luzapen berrira aldatu nahi duzu?",
|
"oldFormat": "'{0}' programak `.pde` formatu zaharra erabiltzen du oraindik. `.ino` luzapen berrira aldatu nahi duzu?",
|
||||||
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Programa honi egindako aldaketak gorde nahi dituzu itxi aurretik?",
|
"saveChangesToSketch": "Programa honi egindako aldaketak gorde nahi dituzu itxi aurretik?",
|
||||||
"loseChanges": "Ez baduzu gordetzen, aldaketak galduko dira."
|
"loseChanges": "Ez baduzu gordetzen, aldaketak galduko dira."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Orain ez",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} deskargatu da.",
|
||||||
|
"closeToInstallNotice": "Itxi softwarea eta instalatu eguneratzea zure makinan.",
|
||||||
|
"closeAndInstallButton": "Itxi eta instalatu",
|
||||||
|
"downloadingNotice": "Arduino IDEren azken bertsioa deskargatzen",
|
||||||
|
"updateAvailable": "Eguneratzea eskuragarri",
|
||||||
|
"newVersionAvailable": "Arduino IDEren bertsio berri bat ({0}) eskuragarri dago deskargatzeko.",
|
||||||
|
"skipVersionButton": "Saltatu bertsioa",
|
||||||
|
"downloadButton": "Software eguneratzea",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software eguneratzea",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Programa",
|
"sketch": "Programa",
|
||||||
"tools": "Tresnak"
|
"tools": "Tresnak"
|
||||||
@ -21,28 +37,28 @@
|
|||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimizatu arazketarako",
|
"optimizeForDebugging": "Optimizatu arazketarako",
|
||||||
"debugWithMessage": "Araztu - {0}",
|
"debugWithMessage": "Araztu - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "Plataforma ez dago instalatuta honentzat: '{0}'",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "Ez dauka arazketarako euskarririk: '{0}'"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "Egia Arduino Language Server-ek egunkari-fitxategiak sortu behar baditu programaren karpetan. Bestela, gezurra. Lehenetsia gezurra da.",
|
||||||
"compile.verbose": "True for verbose compile output. False by default",
|
"compile.verbose": "Egia konpilazioaren irteera xehatua izateko. Lehenetsia Gezurra.",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "gcc-ri ze abisu maila erabili esaten dio. 'None' da lehenetsia",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "Egia erabiltzaile interfazea letra-tamainarekin automatikoki eskalatzen bada.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Doitu leihoaren zoom maila. Jatorrizko tamaina 0 da eta goraka (1) edo beheraka (-1) egindako aldaketa bakoitzak zooma %20 handitzea edo txikiagotzea eragiten du. Zoom maila zehaztasun handiagoarekin doitzeko zenbaki hamartarrak erabili ditzakezu.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Eguneratzea ze argitalpen kanaletik hartu behar den. 'stable' argitalpen egonkorra da, 'nightly' garapeneko azken eraikitzea.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "Egia programaren barruko programa-fitxategi guztiak erakusteko. Lehenetsia gezurra da.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "Egia programaren sinkronizazio-funtzioak gaituta badaude. Lehenetsia egia da.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "Egia bada erabiltzaileek abisua jasoko dute programa bat hodeitik kargatu aurretik. Lehenetsia egia da.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "Egia bada erabiltzaileek abisua jasoko dute programa bat hodeian gorde aurretik. Lehenetsia egia da.",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "Egia bada erabiltzaileek abisua jasoko dute programa publiko bat hodeian gorde aurretik. Lehenetsia egia da.",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "Zerbitzari batean programak gorde eta kargatzeko amaiera-puntua. Lehenetsia Arduino Cloud API da.",
|
||||||
"auth.clientID": "OAuth2 bezeroaren IDa",
|
"auth.clientID": "OAuth2 bezeroaren IDa",
|
||||||
"auth.domain": "OAuth2 domeinua.",
|
"auth.domain": "OAuth2 domeinua.",
|
||||||
"auth.audience": "OAuth2 audientzia.",
|
"auth.audience": "OAuth2 audientzia.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "Erabiltzaile berri bat erregistratzeko erabilitako URIa.",
|
||||||
"network": "Sarea",
|
"network": "Sarea",
|
||||||
"sketchbook.location": "Programa bildumaren kokalekua",
|
"sketchbook.location": "Programa bildumaren kokalekua",
|
||||||
"browse": "Arakatu",
|
"browse": "Arakatu",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "konpilazioa",
|
"compile": "konpilazioa",
|
||||||
"upload": "karga",
|
"upload": "karga",
|
||||||
"verifyAfterUpload": "Egiaztatu kodea kargatu ondoren",
|
"verifyAfterUpload": "Egiaztatu kodea kargatu ondoren",
|
||||||
"checkForUpdates": "Egiaztatu eguneratzerik baden abioan",
|
|
||||||
"editorQuickSuggestions": "Editorearen iradokizun azkarrak",
|
"editorQuickSuggestions": "Editorearen iradokizun azkarrak",
|
||||||
"additionalManagerURLs": "Plaka kudeatzaile gehigarrien URLak:",
|
"additionalManagerURLs": "Plaka kudeatzaile gehigarrien URLak:",
|
||||||
"noProxy": "Proxyrik ez",
|
"noProxy": "Proxyrik ez",
|
||||||
@ -66,64 +81,64 @@
|
|||||||
"unofficialBoardSupport": "Egin klik ofizialak ez diren plaken laguntza-URL zerrenda ikusteko",
|
"unofficialBoardSupport": "Egin klik ofizialak ez diren plaken laguntza-URL zerrenda ikusteko",
|
||||||
"invalid.sketchbook.location": "Programa bildumaren kokaleku baliogabea: {0}",
|
"invalid.sketchbook.location": "Programa bildumaren kokaleku baliogabea: {0}",
|
||||||
"invalid.editorFontSize": "Editorearen letra-tamaina baliogabea. Osoko zenbaki positibo bat izan behar du.",
|
"invalid.editorFontSize": "Editorearen letra-tamaina baliogabea. Osoko zenbaki positibo bat izan behar du.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Itxura baliogabea."
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "HASI SAIOA",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Amaitu saioa",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Aukeratu zure programaren ikusgaitasuna:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Pribatua. Zuk soilik ikus dezakezu programa.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Publikoa. Esteka duen edozeinek ikus dezake programa.",
|
||||||
"link": "Esteka:",
|
"link": "Esteka:",
|
||||||
"embed": "Embed:",
|
"embed": "Kapsulatu:",
|
||||||
"cloudSketchbook": "Hodeiko programa bilduma",
|
"cloudSketchbook": "Hodeiko programa bilduma",
|
||||||
"shareSketch": "Partekatu programa",
|
"shareSketch": "Partekatu programa",
|
||||||
"showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma",
|
"showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Gorde hodeian",
|
||||||
"openInCloudEditor": "Ireki hodeiko editorean",
|
"openInCloudEditor": "Ireki hodeiko editorean",
|
||||||
"options": "Aukerak...",
|
"options": "Aukerak...",
|
||||||
"share": "Partekatu...",
|
"share": "Partekatu...",
|
||||||
"remote": "Remote",
|
"remote": "Urrunekoa",
|
||||||
"emptySketchbook": "Zure programa bilduma hutsik dago",
|
"emptySketchbook": "Zure programa bilduma hutsik dago",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko.",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Hasi saioa Arduino Cloud-en",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sinkronizatu eta editatu zure Arduino Cloud-eko programak",
|
||||||
"learnMore": "Ikasi gehiago",
|
"learnMore": "Ikasi gehiago",
|
||||||
"continue": "Jarraitu",
|
"continue": "Jarraitu",
|
||||||
"pushSketch": "Push Sketch",
|
"pushSketch": "Kargatu hodeitik",
|
||||||
"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.",
|
"pushSketchMsg": "Hau programa publiko bat da. Hodeian gorde aurretik, ziurtatu isilpeko informazioa arduino_secrets.h fitxategietan definituta dagoela. Programa pribatu bihurtu dezakezu Partekatu paneletik.",
|
||||||
"pull": "Pull",
|
"pull": "Ekarri hodeitik",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "Programa hau Hodeitik kargatzeak bertsio lokala gainidatziko du. Ziur zaude jarraitu nahi duzula?",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Hodeitik kargatzea burututa: '{0}'.",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "Ezin da Hodeian gorde. Ez da Hodeitik kargatu oraindik.",
|
||||||
"push": "Push",
|
"push": "Gorde hodeian",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "Lehenengo Hodeitik kargatu behar duzu, gero Hodeian gorde ahal izateko.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Hodeian gordetzea burututa: '{0}'.",
|
||||||
"connected": "Konektatuta",
|
"connected": "Konektatuta",
|
||||||
"offline": "Offline",
|
"offline": "Lineaz kanpo",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Profileko irudia"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "Instalatu eskuz",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "\"{0} {1}\" nukleoa instalatu behar da unean hautatutako \"{2}\" plakarentzat. Orain instalatu nahi duzu?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Hautatu beste plaka eta ataka bat",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Hautatu plaka bat eta ataka bat programa bat kargatu nahi baduzu.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "Plaka bakarrik hautatzen baduzu, programa konpilatu ahal izango duzu, baina ez kargatu.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Aukeratu hautatu duzun atakara konektatutako plaka bat.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Gaituta dagoenean erabilgarri dauden ataka guztiak erakusten ditu",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programatzailea",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "{0}:{1} plataforma behar bezala instalatu da",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "{0}:{1} plataforma behar bezala desinstalatu da",
|
||||||
"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?",
|
"couldNotFindPreviouslySelected": "Ezin izan da aurkitu aurrez hautatutako '{0}' plaka instalatutako '{1}' plataforman. Hautatu berriz eskuz erabili nahi duzun plaka. Orain berriz hautatu nahi duzu?",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "Hautatu berriz geroago",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "Plakarik ez da hautatu",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "Ez da atakarik hautatu plakarentzat: '{0}'",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "FQBN ez dago erabilgarri hautatutako \"{0}\" plakarentzat. Dagokion nukleoa instalatuta daukazu?",
|
||||||
"openBoardsConfig": "Hautatu beste plaka eta ataka bat...",
|
"openBoardsConfig": "Hautatu beste plaka eta ataka bat...",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} hemen: {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Hautatu plaka bat plakaren informazioa eskuratzeko.",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "Hautatutako '{0}' plakarentzako plataforma ez dago instalatuta.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Hautatu ataka bat plakaren informazioa eskuratzeko.",
|
||||||
"boardInfo": "Plakaren informazioa",
|
"boardInfo": "Plakaren informazioa",
|
||||||
"board": "{0} plaka",
|
"board": "{0} plaka",
|
||||||
"port": "{0} ataka",
|
"port": "{0} ataka",
|
||||||
@ -132,74 +147,74 @@
|
|||||||
},
|
},
|
||||||
"boardsManager": "Plaka kudeatzailea",
|
"boardsManager": "Plaka kudeatzailea",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "{0}ri buruz",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "Bertsioa: {0}\nData: {1}{2}\nCLI bertsioa: {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Gehitu fitxategia",
|
"addFile": "Gehitu fitxategia",
|
||||||
"replaceTitle": "Ordezkatu",
|
"replaceTitle": "Ordezkatu",
|
||||||
"fileAdded": "Fitxategi bat gehitu da programara."
|
"fileAdded": "Fitxategi bat gehitu da programara."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Lehendik dagoen {0} bertsioa ordezkatu?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Gehitu .ZIP liburutegia...",
|
"addZip": "Gehitu .ZIP liburutegia...",
|
||||||
"zipLibrary": "Liburutegia",
|
"zipLibrary": "Liburutegia",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Lehendik dagoen liburutegia gainidatzi nahi duzu?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Liburutegia behar bezala instalatu da {0} artxibotik",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "{0} izeneko liburutegi-karpeta bat badago dagoeneko. Gainidatzi nahi duzu?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "Liburutegi bat badago dagoeneko. Gainidatzi nahi duzu?",
|
||||||
"include": "Include Library",
|
"include": "Hartu barne liburutegia",
|
||||||
"manageLibraries": "Kudeatu liburutegiak...",
|
"manageLibraries": "Kudeatu liburutegiak...",
|
||||||
"arduinoLibraries": "Arduino liburutegiak",
|
"arduinoLibraries": "Arduino liburutegiak",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Hirugarrengoen liburutegiak",
|
||||||
"title": "Liburutegi kudeatzailea",
|
"title": "Liburutegi kudeatzailea",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "<b>{0}:{1}</b> liburutegiak instalatu gabeko beste mendekotasun bat behar du:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "<b>{0}:{1}</b> liburutegiak instalatu gabeko beste mendekotasun batzuk behar ditu:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Falta den mendekotasuna instalatu nahi duzu?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Falta diren mendekotasun guztiak instalatu nahi dituzu?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "{0} liburutegiaren mendekotasunak: {1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Instalatu guztiak",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Instalatu {0} bakarrik",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "{0}:{1} liburutegia behar bezala instalatu da",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "{0}:{1} liburutegia behar bezala desinstalatu da"
|
||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "Hautatu gehitu nahi duzun liburutegia daukan zip fitxategia",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Artxibatu programa",
|
"archiveSketch": "Artxibatu programa",
|
||||||
"saveSketchAs": "Gorde programen karpeta honela...",
|
"saveSketchAs": "Gorde programen karpeta honela...",
|
||||||
"createdArchive": "'{0}' artxiboa sortu da.",
|
"createdArchive": "'{0}' artxiboa sortu da.",
|
||||||
"new": "Berria",
|
"new": "Berria",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Ireki azkenaldikoa",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Erakutsi programen karpeta",
|
||||||
"sketch": "Programa",
|
"sketch": "Programa",
|
||||||
"moving": "Moving",
|
"moving": "Lekuz aldatzen",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "\"{0}\" fitxategiak \"{1}\" izeneko programa-karpetaren barruan egon behar du.\nSortu karpeta, eraman fitxategia bertara eta jarraitu?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "\"{0}\" izeneko karpeta badago dagoeneko. Ezin da programa ireki.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Gorde programen karpeta honela...",
|
||||||
"sketchbook": "Programa bilduma",
|
"sketchbook": "Programa bilduma",
|
||||||
"upload": "Kargatu",
|
"upload": "Kargatu",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "Kargatu programatzailea erabiliz",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Ezin dira erabiltzaile eremuak aurkitu konektatutako plakarentzat",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Karga burutu da.",
|
||||||
"configureAndUpload": "Konfiguratu eta kargatu",
|
"configureAndUpload": "Konfiguratu eta kargatu",
|
||||||
"verifyOrCompile": "Egiaztatu/Konpilatu",
|
"verifyOrCompile": "Egiaztatu/Konpilatu",
|
||||||
"exportBinary": "Esportatu konpilatutako bitarra",
|
"exportBinary": "Esportatu konpilatutako bitarra",
|
||||||
"verify": "Egiaztatu",
|
"verify": "Egiaztatu",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Konpilazioa burutu da.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Ezin izan da serieko atakara berriz konektatu. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Ireki programa leiho berrian",
|
||||||
"openFolder": "Ireki karpeta",
|
"openFolder": "Ireki karpeta",
|
||||||
"titleLocalSketchbook": "Programa bilduma lokala",
|
"titleLocalSketchbook": "Programa bilduma lokala",
|
||||||
"titleSketchbook": "Programa bilduma",
|
"titleSketchbook": "Programa bilduma",
|
||||||
"close": "Ziur zaude programa itxi nahi duzula?"
|
"close": "Ziur zaude programa itxi nahi duzula?"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Burn Bootloader",
|
"burnBootloader": "Kargatu abiarazte-kudeatzailea",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "Abiarazte-kudeatzailearen karga burutu da."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"copyForForum": "Kopiatu fororako (Markdown)",
|
"copyForForum": "Kopiatu fororako (Markdown)",
|
||||||
"commentUncomment": "Comment/Uncomment",
|
"commentUncomment": "Iruzkindu/Desiruzkindu",
|
||||||
"increaseIndent": "Handitu koska",
|
"increaseIndent": "Handitu koska",
|
||||||
"decreaseIndent": "Txikiagotu koska",
|
"decreaseIndent": "Txikiagotu koska",
|
||||||
"increaseFontSize": "Handitu letra-tamaina",
|
"increaseFontSize": "Handitu letra-tamaina",
|
||||||
@ -208,53 +223,54 @@
|
|||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Adibideak",
|
"menu": "Adibideak",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Ezin izan dira hasieratu integratutako adibideak.",
|
||||||
"builtInExamples": "Built-in examples",
|
"builtInExamples": "Integratutako adibideak",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Liburutegi pertsonalizatuetako adibideak",
|
||||||
"for": "Examples for {0}",
|
"for": "Honen adibideak: {0}",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "Edozein plakarentzako adibideak"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Bilatu Arduino.cc-n",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "Idatzi gako-hitz bat",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Erabiltzen hasi",
|
||||||
"environment": "Ingurunea",
|
"environment": "Ingurunea",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "Arazoak konpontzen",
|
||||||
"reference": "Erreferentzia",
|
"reference": "Erreferentzia",
|
||||||
"findInReference": "Bilatu erreferentzian",
|
"findInReference": "Bilatu erreferentzian",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Maiz egindako galderak",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Bisitatu Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak",
|
||||||
"openContext": "Ireki testuingurua",
|
"openContext": "Ireki testuingurua",
|
||||||
"remove": "Kendu",
|
"remove": "Kendu",
|
||||||
"upload": "Kargatu",
|
"upload": "Kargatu",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "Gehitu URLa SSL ziurtagiria eskuratzeko",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "Idatzi URLa",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. Hautatu ziurtagiria kargatzeko",
|
||||||
"addNew": "Gehitu berria",
|
"addNew": "Gehitu berria",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. Hautatu helburuko plaka eta kargatu ziurtagiria",
|
||||||
"uploadingCertificates": "Ziurtagiriak kargatzen.",
|
"uploadingCertificates": "Ziurtagiriak kargatzen.",
|
||||||
"certificatesUploaded": "Ziurtagiriak kargatuta.",
|
"certificatesUploaded": "Ziurtagiriak kargatuta.",
|
||||||
"uploadFailed": "Upload failed. Please try again.",
|
"uploadFailed": "Kargak huts egin du. Mesedez saiatu berriro.",
|
||||||
"selectBoard": "Hautatu plaka bat...",
|
"selectBoard": "Hautatu plaka bat...",
|
||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{0} hemen: {1}",
|
||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "Ez dago euskarridun plakarik konektatuta"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA firmware eguneratzailea",
|
||||||
"selectBoard": "Hautatu plaka",
|
"selectBoard": "Hautatu plaka",
|
||||||
"checkUpdates": "Egiaztatu eguneraketak",
|
"checkUpdates": "Egiaztatu eguneratzeak",
|
||||||
"selectVersion": "Hautatu firmware bertsioa",
|
"selectVersion": "Hautatu firmware bertsioa",
|
||||||
"install": "Instalatu",
|
"install": "Instalatu",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Instalazioak plakako programa gainidatziko du.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Firmwarea instalatzen.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmwarea behar bezala instalatu da.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Instalazioak huts egin du. Mesedez saiatu berriro."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "Ez galdetu berriro"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Utzi",
|
"cancel": "Utzi",
|
||||||
@ -262,55 +278,55 @@
|
|||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Txandakatu denbora-zigilua",
|
"toggleTimestamp": "Txandakatu denbora-zigilua",
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Korritze automatikoa",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Denbora-zigilua",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "Lerro amaierarik ez",
|
||||||
"newLine": "New Line",
|
"newLine": "Lerro berria",
|
||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Orga-itzulera",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "NL & CR biak",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Ez dago konektatuta. Hautatu plaka eta ataka automatikoki konektatzeko.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Mezua ({0} + Enter honi mezua bidaltzeko: '{1}' hemen: '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Konexioak huts egin du. Serieko ataka lanpetuta dago: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "{0} deskonektatu da hemendik: {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Ustekabeko errorea. {0} berriz konektatzen {1} atakan.",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "Huts egin du {0} serieko atakara berriz konektatzeko 10 saiakeraren ondoren. {1} serieko ataka lanpetuta dago.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "Berriz konektatuko da {0} {1} atakan {2} segundo barru..."
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Desinstalatu",
|
"uninstall": "Desinstalatu",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "{0} desinstalatu nahi duzu?",
|
||||||
"by": "by",
|
"by": "Egilea:",
|
||||||
"version": "{0} bertsioa",
|
"version": "{0} bertsioa",
|
||||||
"moreInfo": "Informazio gehiago",
|
"moreInfo": "Informazio gehiago",
|
||||||
"install": "INSTALATU",
|
"install": "INSTALATU",
|
||||||
"filterSearch": "Filter your search..."
|
"filterSearch": "Iragazi zure bilaketa..."
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Gorde gabeko aldaketak galduko dira."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "Konpilazio-errorea: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} errorea: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Errorea abiarazte-kudeatzailea kargatzean: {0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.",
|
||||||
"offline": "Offline",
|
"offline": "Lineaz kanpo",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI daemon-a lineaz kanpo",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "Ezin izan da atzeko aldera konektatu.",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "Ezin izan da CLI daemon-era konektatu."
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Hasi...",
|
"start": "Hasi...",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "\"{0}\" motako arazketa saioak ez du euskarririk.",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details."
|
"startError": "Errore bat gertatu da arazketa saioa hastean. Ikusi egunkariak xehetasun gehiagorako."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Gorde gabe – {0}"
|
"unsavedTitle": "Gorde gabe – {0}"
|
||||||
@ -322,10 +338,10 @@
|
|||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Fitxategi berriaren izena",
|
"fileNewName": "Fitxategi berriaren izena",
|
||||||
"invalidFilename": "Fitxategi-izen baliogabea.",
|
"invalidFilename": "Fitxategi-izen baliogabea.",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": "{0} ez da baliozko luzapen bat.",
|
||||||
"newFileName": "Fitxategiaren izen berria",
|
"newFileName": "Fitxategiaren izen berria",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "Uneko programa ezabatu nahi duzu?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "Errore bat gertatu da programaren direktorioa sortzean. Ikusi egunkaria xehetasun gehiagorako. Aplikazioak ez du espero bezala funtzionatuko."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
|
70
i18n/fa.json
70
i18n/fa.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
"loseChanges": "اگر ذخیره نکنید، تغییراتتون اعمال نمی شوند."
|
"loseChanges": "اگر ذخیره نکنید، تغییراتتون اعمال نمی شوند."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "ابزار ها"
|
"tools": "ابزار ها"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compile",
|
"compile": "compile",
|
||||||
"upload": "آپلود",
|
"upload": "آپلود",
|
||||||
"verifyAfterUpload": "تائید کد بعد از آپلود",
|
"verifyAfterUpload": "تائید کد بعد از آپلود",
|
||||||
"checkForUpdates": "Check for updates on startup",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
@ -77,14 +92,14 @@
|
|||||||
"link": "لینک:",
|
"link": "لینک:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "اشتراک طرح",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "در ویرایشگر ابری باز کن",
|
||||||
"options": "تنظیمات...",
|
"options": "تنظیمات...",
|
||||||
"share": "اشتراک گذاری...",
|
"share": "اشتراک گذاری...",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "طرح شما خالی است",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
@ -99,19 +114,19 @@
|
|||||||
"push": "Push",
|
"push": "Push",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "متصل",
|
||||||
"offline": "آفلاین",
|
"offline": "آفلاین",
|
||||||
"profilePicture": "عکس پروفایل"
|
"profilePicture": "عکس پروفایل"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "دستی نصب کن",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "انتخاب یک بورد و پورت دیگر",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "برنامه ریز",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
||||||
"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?",
|
"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?",
|
||||||
@ -142,17 +157,17 @@
|
|||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Add .ZIP Library...",
|
"addZip": "اضافه کتابخانه ی .zip شده",
|
||||||
"zipLibrary": "کتابخانه",
|
"zipLibrary": "کتابخانه",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
"include": "Include Library",
|
"include": "اضافه کتابخانه",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "مدیریت کتابخانه ها...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "کتابخانه های آردوینو",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Contributed libraries",
|
||||||
"title": "Library Manager",
|
"title": "اداره کتابخانه ها",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
@ -165,15 +180,15 @@
|
|||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "آرشیو طرح",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"new": "New",
|
"new": "جدید",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "باز کردن آخرین ها",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "طرح",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Select Board",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Check Updates",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "نصب",
|
"install": "نصب",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
@ -280,9 +296,9 @@
|
|||||||
"uninstall": "Uninstall",
|
"uninstall": "Uninstall",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
"by": "by",
|
"by": "by",
|
||||||
"version": "Version {0}",
|
"version": "ورژن {0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "اطلاعات بیشتر",
|
||||||
"install": "INSTALL",
|
"install": "نصب",
|
||||||
"filterSearch": "Filter your search..."
|
"filterSearch": "Filter your search..."
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
|
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Gusto mo bang i-save ang mga pagbabago sa sketch na ito bago tuluyang isara? ",
|
"saveChangesToSketch": "Gusto mo bang i-save ang mga pagbabago sa sketch na ito bago tuluyang isara? ",
|
||||||
"loseChanges": "Kung hindi ka magsi-save, mawawala ang iyong mga binago. "
|
"loseChanges": "Kung hindi ka magsi-save, mawawala ang iyong mga binago. "
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Mga Tools"
|
"tools": "Mga Tools"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True para sa verbose upload output. Ito ay naka-false by default.",
|
"upload.verbose": "True para sa verbose upload output. Ito ay naka-false by default.",
|
||||||
"window.autoScale": "True kung nais mong awtomatikong mag-adjust ang scaling ng user interface depende sa laki ng font o letra sa screen.",
|
"window.autoScale": "True kung nais mong awtomatikong mag-adjust ang scaling ng user interface depende sa laki ng font o letra sa screen.",
|
||||||
"window.zoomLevel": "Baguhin ang lebel ng pagka-zoom ng window. Ang orihinal na laki ay 0 at bawat dagdag (halimbawa +1) o bawas (halimbawa -1) ay katumbas ng 20% na pagtaas o pagbaba sa zoom. Pwede kang mag-enter ng decimals para mas makontrol mo ang pag-adjust ng lebel ng zoom. ",
|
"window.zoomLevel": "Baguhin ang lebel ng pagka-zoom ng window. Ang orihinal na laki ay 0 at bawat dagdag (halimbawa +1) o bawas (halimbawa -1) ay katumbas ng 20% na pagtaas o pagbaba sa zoom. Pwede kang mag-enter ng decimals para mas makontrol mo ang pag-adjust ng lebel ng zoom. ",
|
||||||
"ide.autoUpdate": "True kung gusto mong awtomatikong maghanap ng updates. Ang IDE ay awtomatikong maghahanap ng updates pana-panahon. ",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.",
|
"board.certificates": "Listahan ng mga sertipikong maaaring ma-upload sa ma board.",
|
||||||
"sketchbook.showAllFiles": "True para ipakita lahat ng sketch files sa loob ng isang sketch. Ito ay false by default.",
|
"sketchbook.showAllFiles": "True para ipakita lahat ng sketch files sa loob ng isang sketch. Ito ay false by default.",
|
||||||
"cloud.enabled": "True kapag ang sketch sync function ay gumagana. Ito ay true by default.",
|
"cloud.enabled": "True kapag ang sketch sync function ay gumagana. Ito ay true by default.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compile",
|
"compile": "compile",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
"checkForUpdates": "Check for updates on startup",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programmer",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Select Board",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Check Updates",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Install",
|
"install": "Install",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
34
i18n/fr.json
34
i18n/fr.json
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"common": {
|
||||||
"offlineIndicator": "Il semblerais que vous êtes hors-ligne. Sans connexion internet, l'Arduino CLI sera incapable de télécharger les ressources nécessaire et de communiquer avec le cloud. Merci de vous reconnectez et de redémarrer l'application.",
|
"offlineIndicator": "Il semblerait que vous êtes déconnecté. Sans connexion internet la CLI d'Arduino pourrait ne pas être en mesure de télécharger les resources requises, ce qui pourrait provoquer des dysfonctionnements. Merci de vous connecter à Internet et de redémarrer l'application.",
|
||||||
"noBoardSelected": "Aucune carte sélectionnée.",
|
"noBoardSelected": "Aucune carte sélectionnée.",
|
||||||
"selectedOn": "sur [0]",
|
"selectedOn": "sur {0}",
|
||||||
"notConnected": "[hors ligne]",
|
"notConnected": "[hors ligne]",
|
||||||
"serialMonitor": "Moniteur série",
|
"serialMonitor": "Moniteur série",
|
||||||
"oldFormat": "Le \"[0]\" continue d'utiliser l'ancien format `.pde`. Souhaitez-vous utiliser le nouveau format `.ino`?",
|
"oldFormat": "Le '{0}' utilise toujours l'ancien format `.pde`. Souhaitez-vous utiliser le nouveau format `.ino`?",
|
||||||
"later": "Plus tard",
|
"later": "Plus tard",
|
||||||
"selectBoard": "Selectionner une carte",
|
"selectBoard": "Selectionner une carte",
|
||||||
"unknown": "Inconnu",
|
"unknown": "Inconnu",
|
||||||
@ -14,14 +14,30 @@
|
|||||||
"saveChangesToSketch": "Souhaitez-vous enregistrer les modifications apportées au croquis avant la fermeture ?",
|
"saveChangesToSketch": "Souhaitez-vous enregistrer les modifications apportées au croquis avant la fermeture ?",
|
||||||
"loseChanges": "Si vous n'enregistrez pas, les modifications apportées seront perdues."
|
"loseChanges": "Si vous n'enregistrez pas, les modifications apportées seront perdues."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Erreur lors de la vérification de la mise à jour de l'IDE Arduino.\n{0}",
|
||||||
|
"notNowButton": "Pas maintenant",
|
||||||
|
"versionDownloaded": "L'IDE Arduino {0} a été téléchargé.",
|
||||||
|
"closeToInstallNotice": "Fermez le logiciel et installez la mise à jour sur votre machine.",
|
||||||
|
"closeAndInstallButton": "Fermer et installer",
|
||||||
|
"downloadingNotice": "Téléchargement de la dernière version de l'IDE Arduino.",
|
||||||
|
"updateAvailable": "Mise à jour disponible",
|
||||||
|
"newVersionAvailable": "Une nouvelle version de l'IDE Arduino ({0}) est disponible en téléchargement.",
|
||||||
|
"skipVersionButton": "Ignorer la version",
|
||||||
|
"downloadButton": "Télécharger",
|
||||||
|
"goToDownloadPage": "Une mise à jour pour l'IDE Arduino est disponible, mais nous ne sommes pas en mesure de la télécharger et de l'installer automatiquement. Veuillez vous rendre sur la page de téléchargement et télécharger la dernière version à partir de là.",
|
||||||
|
"goToDownloadButton": "Aller au téléchargement",
|
||||||
|
"ideUpdaterDialog": "Mise à jour logicielle",
|
||||||
|
"noUpdatesAvailable": "Il n'y a pas de mises à jour récentes disponibles pour l'IDE Arduino"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Croquis",
|
"sketch": "Croquis",
|
||||||
"tools": "Outils"
|
"tools": "Outils"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimisé pour le déboggage.",
|
"optimizeForDebugging": "Optimisé pour le déboggage.",
|
||||||
"debugWithMessage": "Débogage - [0]",
|
"debugWithMessage": "Débogage - {0}",
|
||||||
"noPlatformInstalledFor": "la plateforme n'est pas installée pour '{0}'",
|
"noPlatformInstalledFor": "La plateforme n'est pas installée pour '{0}'",
|
||||||
"debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'"
|
"debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.",
|
"upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.",
|
||||||
"window.autoScale": "Vrai si l'interface utilisateur s'ajuste avec la taille de la police.",
|
"window.autoScale": "Vrai si l'interface utilisateur s'ajuste avec la taille de la police.",
|
||||||
"window.zoomLevel": "Ajuste le zoom de la fenêtre. La taille originale est 0 et chaque augmentation (par exemple 1) ou diminution (par exemple -1) représentent un zoom de plus ou moins 20 %. Vous pouvez également entrer des décimales pour ajuster plus finement le zoom. ",
|
"window.zoomLevel": "Ajuste le zoom de la fenêtre. La taille originale est 0 et chaque augmentation (par exemple 1) ou diminution (par exemple -1) représentent un zoom de plus ou moins 20 %. Vous pouvez également entrer des décimales pour ajuster plus finement le zoom. ",
|
||||||
"ide.autoUpdate": "Vrai pour activer les mise à jour automatiques. L'IDE va vérifier automatiquement et de manière périodique les mise à jour.",
|
"ide.updateChannel": "Canal de mise à jour à partir de 'stable' est la version stable, 'nightly' est la dernière version de développement.",
|
||||||
"board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.",
|
"board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.",
|
||||||
"sketchbook.showAllFiles": "Vrai pour montrer tous les fichiers croquis à l'intérieur du croquis. La valeur par défaut est faux.",
|
"sketchbook.showAllFiles": "Vrai pour montrer tous les fichiers croquis à l'intérieur du croquis. La valeur par défaut est faux.",
|
||||||
"cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.",
|
"cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compiler",
|
"compile": "compiler",
|
||||||
"upload": "téléverser",
|
"upload": "téléverser",
|
||||||
"verifyAfterUpload": "Vérifier le code après le téléversement",
|
"verifyAfterUpload": "Vérifier le code après le téléversement",
|
||||||
"checkForUpdates": "Vérifier les mises à jour au démarrage",
|
|
||||||
"editorQuickSuggestions": "Suggestion rapide pour l'éditeur",
|
"editorQuickSuggestions": "Suggestion rapide pour l'éditeur",
|
||||||
"additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires",
|
"additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires",
|
||||||
"noProxy": "Aucun proxy",
|
"noProxy": "Aucun proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "Le \"{0} {1}\" core doit être installé pour la carte sélectionnée \"{2}\". Souhaitez vous l'installer maintenant ?",
|
"installNow": "Le \"{0} {1}\" core doit être installé pour la carte sélectionnée \"{2}\". Souhaitez vous l'installer maintenant ?",
|
||||||
"configDialogTitle": "Sélectionner une autre carte et un autre port",
|
"configDialogTitle": "Sélectionner une autre carte et un autre port",
|
||||||
"configDialog1": "Sélectionnez une carte et un port si vous souhaitez téléverser un croquis.",
|
"configDialog1": "Sélectionnez une carte et un port si vous souhaitez téléverser un croquis.",
|
||||||
"configDialog2": "Si vous sélectionnez seulement une carte, vous pourrez seulement capable de compliquer votre croquis, mais pas de le téléverser.",
|
"configDialog2": "Si vous sélectionnez seulement une carte, vous pourrez compiler votre croquis, mais pas le téléverser.",
|
||||||
"pleasePickBoard": "Merci de sélectionner une carte connecté au port que vous avez sélectionné.",
|
"pleasePickBoard": "Merci de sélectionner une carte connecté au port que vous avez sélectionné.",
|
||||||
"showAllAvailablePorts": "Affiche les ports disponibles quand activer.",
|
"showAllAvailablePorts": "Affiche les ports disponibles quand activer.",
|
||||||
"programmer": "Programmeur",
|
"programmer": "Programmeur",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Référence",
|
"reference": "Référence",
|
||||||
"findInReference": "Trouver dans Référence",
|
"findInReference": "Trouver dans Référence",
|
||||||
"faq": "Questions fréquemment posées",
|
"faq": "Questions fréquemment posées",
|
||||||
"visit": "Visitez Arduino.cc"
|
"visit": "Visitez Arduino.cc",
|
||||||
|
"privacyPolicy": "Politique de confidentialité"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Téléverser les certificats racine SSL",
|
"uploadRootCertificates": "Téléverser les certificats racine SSL",
|
||||||
|
32
i18n/he.json
32
i18n/he.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "If you don't save, your changes will be lost."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "כלים"
|
"tools": "כלים"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compile",
|
"compile": "compile",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
"checkForUpdates": "Check for updates on startup",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "בחר לוח ופורט אחר...",
|
"configDialogTitle": "בחר לוח ופורט אחר...",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "הצג את כל הפורטים הזמינים כשמופעל",
|
"showAllAvailablePorts": "הצג את כל הפורטים הזמינים כשמופעל",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programmer",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "מעביר",
|
"moving": "מעביר",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "שאלות נפוצות",
|
"faq": "שאלות נפוצות",
|
||||||
"visit": "בקר ב Arduino.cc"
|
"visit": "בקר ב Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "בחר לוח",
|
"selectBoard": "בחר לוח",
|
||||||
"checkUpdates": "בדוק עדכונים",
|
"checkUpdates": "בדוק עדכונים",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "התקן",
|
"install": "התקן",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "{0} נותק מ {1}.",
|
"disconnected": "{0} נותק מ {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
28
i18n/hu.json
28
i18n/hu.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Menteni szeretnéd a vázlat módosításait a bezárás előtt? ",
|
"saveChangesToSketch": "Menteni szeretnéd a vázlat módosításait a bezárás előtt? ",
|
||||||
"loseChanges": "Ha nem mented, akkor a módosítások elvesznek. "
|
"loseChanges": "Ha nem mented, akkor a módosítások elvesznek. "
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Eszközök"
|
"tools": "Eszközök"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "Kipipálva: a részletes feltöltési üzenetek kiírása a képernyőre. Alapértelmezés szerint hamis/nincs kipipálva.",
|
"upload.verbose": "Kipipálva: a részletes feltöltési üzenetek kiírása a képernyőre. Alapértelmezés szerint hamis/nincs kipipálva.",
|
||||||
"window.autoScale": "Kipipálva, ha a felhasználói felület automatikusan méreteződik a betűmérettel együtt. ",
|
"window.autoScale": "Kipipálva, ha a felhasználói felület automatikusan méreteződik a betűmérettel együtt. ",
|
||||||
"window.zoomLevel": "Ablak nagyítási szintjének megadása. Az eredeti méret: 0, és minden lépés növelése (pl. 1) vagy csökkentése (pl. -1) 20%-kal nagyobb vagy kisebb nagyítást jelent. Tizedesjegyeket is meg lehet adni a nagyítási szint finomabb beállításához. ",
|
"window.zoomLevel": "Ablak nagyítási szintjének megadása. Az eredeti méret: 0, és minden lépés növelése (pl. 1) vagy csökkentése (pl. -1) 20%-kal nagyobb vagy kisebb nagyítást jelent. Tizedesjegyeket is meg lehet adni a nagyítási szint finomabb beállításához. ",
|
||||||
"ide.autoUpdate": "Kipipálva: engedélyezi az automatikus frissítést. A keretrendszer automatikusan és rendszeresen ellenőrzi a megjelenő frissítéseket.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Az alaplapokra feltölthető tanúsítványok listája",
|
"board.certificates": "Az alaplapokra feltölthető tanúsítványok listája",
|
||||||
"sketchbook.showAllFiles": "Kipipálva: az összes vázlatfájl/sketch megjelenítése a vázlaton/sketch-en belül. Alapértelmezés szerint: nincs kipipálva.",
|
"sketchbook.showAllFiles": "Kipipálva: az összes vázlatfájl/sketch megjelenítése a vázlaton/sketch-en belül. Alapértelmezés szerint: nincs kipipálva.",
|
||||||
"cloud.enabled": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ",
|
"cloud.enabled": "Kipipálva: a vázlat/sketch-szinkronizálás engedélyezve van. Alapértelmezés: kipipálva. ",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "fordítás",
|
"compile": "fordítás",
|
||||||
"upload": "feltöltés",
|
"upload": "feltöltés",
|
||||||
"verifyAfterUpload": "Kód ellenőrzése feltöltés után",
|
"verifyAfterUpload": "Kód ellenőrzése feltöltés után",
|
||||||
"checkForUpdates": "Frissítések ellenőrzése a program indításakor",
|
|
||||||
"editorQuickSuggestions": "Szerkesztői gyorstippek",
|
"editorQuickSuggestions": "Szerkesztői gyorstippek",
|
||||||
"additionalManagerURLs": "Kiegészítő alaplapok URL-jei",
|
"additionalManagerURLs": "Kiegészítő alaplapok URL-jei",
|
||||||
"noProxy": "Nincs proxy",
|
"noProxy": "Nincs proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "A \"{0} {1}\" támogatást telepíteni kell az aktuálisan kiválasztott \"{2}\" alaplaphoz. Most szeretnéd telepíteni? ",
|
"installNow": "A \"{0} {1}\" támogatást telepíteni kell az aktuálisan kiválasztott \"{2}\" alaplaphoz. Most szeretnéd telepíteni? ",
|
||||||
"configDialogTitle": "Egyéb Alaplap és Port választása",
|
"configDialogTitle": "Egyéb Alaplap és Port választása",
|
||||||
"configDialog1": "Válassz ki egy alaplapot és egy portot is - csak ekkor lehetséges a feltöltés. ",
|
"configDialog1": "Válassz ki egy alaplapot és egy portot is - csak ekkor lehetséges a feltöltés. ",
|
||||||
"configDialog2": "Ha csak az alaplap van kiválasztva, akkor csak lefordítani lehet a vázlatot/sketch-et - feltölteni az alaplapra nem.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Válassz alaplapot, amely a kiválasztott porthoz csatlakozik. ",
|
"pleasePickBoard": "Válassz alaplapot, amely a kiválasztott porthoz csatlakozik. ",
|
||||||
"showAllAvailablePorts": "Elérhető portok mutatása - ha engedélyezett",
|
"showAllAvailablePorts": "Elérhető portok mutatása - ha engedélyezett",
|
||||||
"programmer": "Programozó",
|
"programmer": "Programozó",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Vázlat-/sketch-mappa megjelenítése",
|
"showFolder": "Vázlat-/sketch-mappa megjelenítése",
|
||||||
"sketch": "Vázlat/sketch",
|
"sketch": "Vázlat/sketch",
|
||||||
"moving": "Mozgatás",
|
"moving": "Mozgatás",
|
||||||
"movingMsg": "A/az {0} fájlnak egy {1} nevű vázlat-/sketch-mappában kell lennie. Létrehozzam ezt a mappát, áthelyezzem a fájlt, és folytassam a műveletet?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "Már létezik a/az {0} nevű mappa. A vázlat/sketch nem nyitható meg. ",
|
"cantOpen": "Már létezik a/az {0} nevű mappa. A vázlat/sketch nem nyitható meg. ",
|
||||||
"saveFolderAs": "Vázlat-/sketch-mappa mentése másként... ",
|
"saveFolderAs": "Vázlat-/sketch-mappa mentése másként... ",
|
||||||
"sketchbook": "Vázlatfüzet/sketchbook ",
|
"sketchbook": "Vázlatfüzet/sketchbook ",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Referencia ",
|
"reference": "Referencia ",
|
||||||
"findInReference": "Keresse meg a Referenciákban",
|
"findInReference": "Keresse meg a Referenciákban",
|
||||||
"faq": "Gyakran ismételt kérdések",
|
"faq": "Gyakran ismételt kérdések",
|
||||||
"visit": "Arduino.cc meglátogatása"
|
"visit": "Arduino.cc meglátogatása",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ",
|
"uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ",
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Kocsi vissza",
|
"carriageReturn": "Kocsi vissza",
|
||||||
"newLineCarriageReturn": "Mindkettő: Új sor és Kocsi vissza - NL&CR",
|
"newLineCarriageReturn": "Mindkettő: Új sor és Kocsi vissza - NL&CR",
|
||||||
"notConnected": "Nincs kapcsolat. Válassz ki egy alaplapot és egy portot az automatikus csatlakozáshoz. ",
|
"notConnected": "Nincs kapcsolat. Válassz ki egy alaplapot és egy portot az automatikus csatlakozáshoz. ",
|
||||||
"message": "Üzenet ({0} + Enter az üzenet elküldéséhez az {1} itt: {2}",
|
"message": "Üzenet ({0} + Enter az üzenet elküldéséhez az {1} itt: {2})",
|
||||||
"connectionBusy": "Kapcsolat nem jött létre. A {0} soros port foglalt.",
|
"connectionBusy": "Kapcsolat nem jött létre. A {0} soros port foglalt.",
|
||||||
"disconnected": "Megszakadt a/az {0} és a/az {1} kapcsolata. ",
|
"disconnected": "Megszakadt a/az {0} és a/az {1} kapcsolata. ",
|
||||||
"unexpectedError": "Váratlan hiba. A/az {0} újracsatlakozása a/az {1} porton. ",
|
"unexpectedError": "Váratlan hiba. A/az {0} újracsatlakozása a/az {1} porton. ",
|
||||||
|
38
i18n/it.json
38
i18n/it.json
@ -7,13 +7,29 @@
|
|||||||
"notConnected": "[non connesso]",
|
"notConnected": "[non connesso]",
|
||||||
"serialMonitor": "Monitor seriale",
|
"serialMonitor": "Monitor seriale",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
"later": "Dopo",
|
"later": "Salta",
|
||||||
"selectBoard": "Seleziona Scheda",
|
"selectBoard": "Seleziona Scheda",
|
||||||
"unknown": "Sconosciuto",
|
"unknown": "Sconosciuto",
|
||||||
"processing": "In elaborazione",
|
"processing": "In elaborazione",
|
||||||
"saveChangesToSketch": "Vuoi salvare i cambiamenti a questo sketch prima di chiudere?",
|
"saveChangesToSketch": "Vuoi salvare i cambiamenti a questo sketch prima di chiudere?",
|
||||||
"loseChanges": "Se non salvi, tutti i cambiamenti saranno persi."
|
"loseChanges": "Se non salvi, tutti i cambiamenti saranno persi."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Strumenti"
|
"tools": "Strumenti"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Regola il livello di zoom della finestra. La dimensione originale è 0 e ogni incremento sopra (es. 1) o sotto (es. -1) rappresenta lo zoom del 20% in più o in meno. Puoi anche inserire i decimali per regolare il livello di zoom con una granularità più fine.",
|
"window.zoomLevel": "Regola il livello di zoom della finestra. La dimensione originale è 0 e ogni incremento sopra (es. 1) o sotto (es. -1) rappresenta lo zoom del 20% in più o in meno. Puoi anche inserire i decimali per regolare il livello di zoom con una granularità più fine.",
|
||||||
"ide.autoUpdate": "Vero per abilitare i controlli automatici degli aggiornamenti. L'IDE controllerà gli aggiornamenti periodicamente in automatico.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Lista dei certificati che possono essere caricati nelle schede",
|
"board.certificates": "Lista dei certificati che possono essere caricati nelle schede",
|
||||||
"sketchbook.showAllFiles": "Vero per mostrare tutti i file relativi contenuti all'interno dello sketch. L'opzione predefinita è falso.",
|
"sketchbook.showAllFiles": "Vero per mostrare tutti i file relativi contenuti all'interno dello sketch. L'opzione predefinita è falso.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compilazione",
|
"compile": "compilazione",
|
||||||
"upload": "caricamento",
|
"upload": "caricamento",
|
||||||
"verifyAfterUpload": "Verifica il codice dopo il caricamento",
|
"verifyAfterUpload": "Verifica il codice dopo il caricamento",
|
||||||
"checkForUpdates": "Controlla aggiornamenti all'avvio",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
||||||
"noProxy": "Nessun proxy",
|
"noProxy": "Nessun proxy",
|
||||||
@ -72,7 +87,7 @@
|
|||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sign Out",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Privato. Solo tu potrai vedere lo sketch.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
||||||
"link": "Link:",
|
"link": "Link:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Seleziona un'altra scheda o porta",
|
"configDialogTitle": "Seleziona un'altra scheda o porta",
|
||||||
"configDialog1": "Seleziona una scheda ed una porta se vuoi inviare lo sketch.",
|
"configDialog1": "Seleziona una scheda ed una porta se vuoi inviare lo sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmatore",
|
"programmer": "Programmatore",
|
||||||
@ -145,7 +160,7 @@
|
|||||||
"addZip": "Aggiungi libreria da file .ZIP...",
|
"addZip": "Aggiungi libreria da file .ZIP...",
|
||||||
"zipLibrary": "Libreria",
|
"zipLibrary": "Libreria",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "La libreria è stata installata con successo dalla cartella {0}",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
"include": "Includi Libreria",
|
"include": "Includi Libreria",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Mostra la cartella dello Sketch",
|
"showFolder": "Mostra la cartella dello Sketch",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Spostando",
|
"moving": "Spostando",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "Una cartella di nome \"{0}\" esiste già. Impossibile aprire lo sketch.",
|
"cantOpen": "Una cartella di nome \"{0}\" esiste già. Impossibile aprire lo sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Riferimenti",
|
"reference": "Riferimenti",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Seleziona la scheda",
|
"selectBoard": "Seleziona la scheda",
|
||||||
"checkUpdates": "Verifica aggiornamenti",
|
"checkUpdates": "Verifica aggiornamenti",
|
||||||
"selectVersion": "Selezione la versione del firmware",
|
"selectVersion": "Selezione la versione del firmware",
|
||||||
"install": "Installa",
|
"install": "Installa",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installazione del firmware",
|
"installingFirmware": "Installazione del firmware",
|
||||||
"successfullyInstalled": "Firmware installato con successo",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installazione fallita. Riprova"
|
"failedInstall": "Installazione fallita. Riprova"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Ritorno carrello (CR)",
|
"carriageReturn": "Ritorno carrello (CR)",
|
||||||
"newLineCarriageReturn": "Entrambi NL & CR",
|
"newLineCarriageReturn": "Entrambi NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
408
i18n/ja.json
408
i18n/ja.json
@ -3,332 +3,348 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"offlineIndicator": "オフラインのようです。 インターネットに接続していないと、Arduino CLIが必要なリソースをダウンロードできず、誤動作を引き起こす可能性があります。 インターネットに接続して、アプリケーションを再起動してください。",
|
"offlineIndicator": "オフラインのようです。 インターネットに接続していないと、Arduino CLIが必要なリソースをダウンロードできず、誤動作を引き起こす可能性があります。 インターネットに接続して、アプリケーションを再起動してください。",
|
||||||
"noBoardSelected": "ボード未選択",
|
"noBoardSelected": "ボード未選択",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "{0}の",
|
||||||
"notConnected": "[未接続]",
|
"notConnected": "[未接続]",
|
||||||
"serialMonitor": "シリアルモニタ",
|
"serialMonitor": "シリアルモニタ",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "'{0}'はまだ古い`.pde`形式を使用しています。新しい`.ino`拡張子に切り替えますか?",
|
||||||
"later": "Later",
|
"later": "後で",
|
||||||
"selectBoard": "ボードを選択",
|
"selectBoard": "ボードを選択",
|
||||||
"unknown": "不明",
|
"unknown": "不明",
|
||||||
"processing": "Processing",
|
"processing": "処理中",
|
||||||
"saveChangesToSketch": "閉じる前に、このスケッチへの変更を保存しますか?",
|
"saveChangesToSketch": "閉じる前に、このスケッチへの変更を保存しますか?",
|
||||||
"loseChanges": "保存しないと、変更が失われます。"
|
"loseChanges": "保存しないと、変更が失われます。"
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Arduino IDEの更新を確認中にエラーが発生しました。\n{0}",
|
||||||
|
"notNowButton": "今はしない",
|
||||||
|
"versionDownloaded": "Arduino IDE {0}がダウンロードされました。",
|
||||||
|
"closeToInstallNotice": "ソフトウェアを終了してアップデートをインストールする。",
|
||||||
|
"closeAndInstallButton": "終了してインストール",
|
||||||
|
"downloadingNotice": "Arduino IDEの最新版をダウンロード中です。",
|
||||||
|
"updateAvailable": "アップデートがあります",
|
||||||
|
"newVersionAvailable": "新しいバージョンのArduino IDE({0})をダウンロードできます。",
|
||||||
|
"skipVersionButton": "バージョンをスキップ",
|
||||||
|
"downloadButton": "ダウンロード",
|
||||||
|
"goToDownloadPage": "Arduino IDEのアップデートがありますが、自動でダウンロードしてインストールすることはできません。ダウンロードページに移動して、そこから最新版をダウンロードしてください。",
|
||||||
|
"goToDownloadButton": "ダウンロードに移動",
|
||||||
|
"ideUpdaterDialog": "ソフトウェア・アップデート",
|
||||||
|
"noUpdatesAvailable": "Arduino IDEに最近のアップデートはありません"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "スケッチ",
|
"sketch": "スケッチ",
|
||||||
"tools": "ツール"
|
"tools": "ツール"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "デバッグに最適化",
|
"optimizeForDebugging": "デバッグに最適化",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "デバッグ - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "'{0}'用にプラットフォームがインストールされていません。",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "デバッグは'{0}'ではサポートされていません。"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "Arduino Language Serverがスケッチフォルダにログファイルを生成した方がよい場合はtrue。それ以外はfalse。デフォルトではfalse。",
|
||||||
"compile.verbose": "True for verbose compile output. False by default",
|
"compile.verbose": "コンパイル時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。",
|
||||||
"compile.warnings": "使用する警告レベルをgccに指示します。デフォルトでは「なし」です。",
|
"compile.warnings": "使用する警告レベルをgccに指示します。デフォルトでは「なし」です。",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "書き込み時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "ユーザーインターフェイスをフォントサイズに合わせて自動的に拡大縮小させるにはtrueを指定。",
|
||||||
"window.zoomLevel": "ウィンドウの拡大率を調整します。元のサイズは0で、数値を上(例:1)か下(例:-1)に変えるごとに20%拡大率が変わります。小数を入力して、拡大率をより細かく調整することもできます。",
|
"window.zoomLevel": "ウィンドウの拡大率を調整します。元のサイズは0で、数値を上(例:1)か下(例:-1)に変えるごとに20%拡大率が変わります。小数を入力して、拡大率をより細かく調整することもできます。",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "アップデート元のリリースチャンネル。stableは安定版リリース、nightlyは最新の開発用ビルドです。",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "ボードに書き込みできる証明書の一覧",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "スケッチの同期機能が有効な場合にはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "クラウドスケッチをプルする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "クラウドスケッチをプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "パブリックスケッチをクラウドにプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "バックエンドからスケッチをプッシュ/プルするために使用されるエンドポイント。デフォルトではArduino Cloud APIを指します。",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "OAuth2クライアントID。",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "OAuth2ドメイン。",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "OAuth2オーディエンス。",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "新規ユーザーの登録用URI。",
|
||||||
"network": "ネットワーク",
|
"network": "ネットワーク",
|
||||||
"sketchbook.location": "スケッチブックの場所",
|
"sketchbook.location": "スケッチブックの場所",
|
||||||
"browse": "参照",
|
"browse": "参照",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "スケッチ内のファイルを表示",
|
||||||
"editorFontSize": "エディターのフォントサイズ",
|
"editorFontSize": "エディターのフォントサイズ",
|
||||||
"interfaceScale": "インターフェイスのスケール",
|
"interfaceScale": "インターフェイスのスケール",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "より詳細な情報を表示する",
|
||||||
"compilerWarnings": "コンパイラの警告",
|
"compilerWarnings": "コンパイラの警告",
|
||||||
"automatic": "自動",
|
"automatic": "自動",
|
||||||
"compile": "compile",
|
"compile": "コンパイル",
|
||||||
"upload": "書き込み",
|
"upload": "書き込み",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "書き込み後にコードを検証する",
|
||||||
"checkForUpdates": "起動時に最新バージョンの有無をチェックする",
|
|
||||||
"editorQuickSuggestions": "エディターのクイックサジェスト",
|
"editorQuickSuggestions": "エディターのクイックサジェスト",
|
||||||
"additionalManagerURLs": "追加のボードマネージャのURL",
|
"additionalManagerURLs": "追加のボードマネージャのURL",
|
||||||
"noProxy": "プロキシなし",
|
"noProxy": "プロキシなし",
|
||||||
"manualProxy": "手動プロキシ設定",
|
"manualProxy": "手動プロキシ設定",
|
||||||
"newSketchbookLocation": "新しいスケッチブックの場所を選択",
|
"newSketchbookLocation": "新しいスケッチブックの場所を選択",
|
||||||
"choose": "選択",
|
"choose": "選択",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "追加のURLを1行ずつ入力",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "クリックして非公式ボードをサポートするURLのリストを表示",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "スケッチブックの場所が無効です: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "エディタのフォントサイズが無効です。正の整数でなければなりません。",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "無効なテーマです。"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "サインイン",
|
"signIn": "サインイン",
|
||||||
"signOut": "サインアウト",
|
"signOut": "サインアウト",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "スケッチの可視性を選択:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "プライベート。自分だけがスケッチを見られる。",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "パブリック。リンクを知る誰でもスケッチを見られる。",
|
||||||
"link": "Link:",
|
"link": "リンク:",
|
||||||
"embed": "Embed:",
|
"embed": "埋め込み:",
|
||||||
"cloudSketchbook": "クラウドスケッチブック",
|
"cloudSketchbook": "クラウドスケッチブック",
|
||||||
"shareSketch": "スケッチを共有",
|
"shareSketch": "スケッチを共有",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "スケッチをプルする",
|
||||||
"openInCloudEditor": "クラウドエディタで開く",
|
"openInCloudEditor": "クラウドエディタで開く",
|
||||||
"options": "オプション…",
|
"options": "オプション…",
|
||||||
"share": "共有...",
|
"share": "共有...",
|
||||||
"remote": "Remote",
|
"remote": "リモート",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "スケッチブックは空です",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Arduino Cloudにサインインする",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "詳細はこちら",
|
||||||
"continue": "Continue",
|
"continue": "続ける",
|
||||||
"pushSketch": "スケッチをプッシュする",
|
"pushSketch": "スケッチをプッシュする",
|
||||||
"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.",
|
"pushSketchMsg": "これはパブリックなスケッチです。プッシュする前に、すべての機密情報がarduino_secrets.hファイルで定義されていることを確認してください。共有パネルでスケッチをプライベートにできます。",
|
||||||
"pull": "プル",
|
"pull": "プル",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "このスケッチをクラウドからプルするとローカル版が上書きされます。本当に続行しますか?",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "‘{0}’のプルが完了しました。",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "クラウドにプッシュできません。まだプルされていません。",
|
||||||
"push": "プッシュ",
|
"push": "プッシュ",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "クラウドにプッシュできるようにするには、まずプルしなければなりません。",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "‘{0}’のプッシュが完了しました。",
|
||||||
"connected": "接続済み",
|
"connected": "接続済み",
|
||||||
"offline": "オフライン",
|
"offline": "オフライン",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "プロフィール画像"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "手動でインストール",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "現在選択されているボード\"{2}\"用にコア\"{0} {1}\"をインストールする必要があります。今すぐインストールしますか?",
|
||||||
"configDialogTitle": "他のボードとポートを選択",
|
"configDialogTitle": "他のボードとポートを選択",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "スケッチを書き込みたい場合には、ボードとポートの両方を選択してください。",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "ボードのみを選択した場合、コンパイルはできますが、スケッチの書き込みはできません。",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "選択したポートに接続されているボードを選んでください。",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "有効な場合、利用可能なすべてのポートを表示",
|
||||||
"programmer": "Programmer",
|
"programmer": "書き込み装置",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "プラットフォーム{0}:{1}のインストールに成功しました",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "プラットフォーム{0}:{1}のアンインストールに成功しました",
|
||||||
"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?",
|
"couldNotFindPreviouslySelected": "インストールされているプラットフォーム'{1}'で、以前に選択したボード'{0}'が見つかりませんでした。使用したいボードを手動で選択し直してください。今すぐ選択し直しますか?",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "後で選択しなおす",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "ボード未選択です。",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "ボード用に選択されたポートがありません: '{0}'.",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "選択されたボード\"{0}\"にはFQBNがありません。対応するコアをインストール済みですか?",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "他のボードとポートを選択…",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{1}の{0}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "ボード情報を得るには、ボードを選択してください。",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "選択したボード'{0}'用のプラットフォームがインストールされていません。",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "ボード情報を得るには、ポートを選択してください。",
|
||||||
"boardInfo": "ボード情報",
|
"boardInfo": "ボード情報",
|
||||||
"board": "Board{0}",
|
"board": "ボード{0}",
|
||||||
"port": "Port{0}",
|
"port": "ポート{0}",
|
||||||
"getBoardInfo": "ボード情報を取得",
|
"getBoardInfo": "ボード情報を取得",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": "(スケッチブック内)"
|
||||||
},
|
},
|
||||||
"boardsManager": "ボードマネージャ",
|
"boardsManager": "ボードマネージャ",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "{0}について",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "バージョン: {0}\n日付: {1}{2}\nCLIバージョン: {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "ファイルを追加...",
|
"addFile": "ファイルを追加...",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "置換",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "スケッチにファイルが1つ追加されました。"
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "{0}の既存のバージョンを置き換えますか?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": ".ZIP形式のライブラリをインストール...",
|
"addZip": ".ZIP形式のライブラリをインストール...",
|
||||||
"zipLibrary": "ライブラリ",
|
"zipLibrary": "ライブラリ",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "既存のライブラリを上書きしますか?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "アーカイブ{0}からライブラリのインストールに成功しました。",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "{0}という名前のライブラリフォルダはすでに存在しています。上書きしますか?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "ライブラリはすでに存在しています。上書きしますか?",
|
||||||
"include": "ライブラリをインクルード",
|
"include": "ライブラリをインクルード",
|
||||||
"manageLibraries": "ライブラリを管理...",
|
"manageLibraries": "ライブラリを管理...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Arduinoライブラリ",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "提供されたライブラリ",
|
||||||
"title": "ライブラリマネージャー",
|
"title": "ライブラリマネージャー",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "ライブラリ<b>{0}:{1}</b>には、現在インストールされていない別の依存関係が必要です:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "ライブラリ<b>{0}:{1}</b>には、現在インストールされていない複数の依存関係が必要です:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "不足している依存関係をインストールしますか?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "不足している全ての依存関係をインストールしますか?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "ライブラリ{0}:{1}の依存関係",
|
||||||
"installAll": "Install all",
|
"installAll": "全てをインストール",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "{0}のみインストール",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "ライブラリ{0}:{1}のインストールに成功しました。",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "ライブラリ{0}:{1}のアンインストールに成功しました。"
|
||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "追加したいライブラリの入ったZIPファイルを選択",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "スケッチをアーカイブする",
|
"archiveSketch": "スケッチをアーカイブする",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "スケッチを別名で保存…",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "アーカイブ'{0}'を作成しました。",
|
||||||
"new": "New",
|
"new": "新規",
|
||||||
"openRecent": "最近使った項目を開く",
|
"openRecent": "最近使った項目を開く",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "スケッチフォルダを表示",
|
||||||
"sketch": "Sketch",
|
"sketch": "スケッチ",
|
||||||
"moving": "Moving",
|
"moving": "移動",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "ファイル\"{0}\"は、\"{1}\"という名前のスケッチフォルダの中にあることが必要です。\nこのフォルダを作成し、ファイルを移動させ、継続しますか?",
|
||||||
"cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
|
"cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "スケッチフォルダを別名で保存…",
|
||||||
"sketchbook": "スケッチブック",
|
"sketchbook": "スケッチブック",
|
||||||
"upload": "Upload",
|
"upload": "書き込み",
|
||||||
"uploadUsingProgrammer": "書き込み装置を使って書き込む",
|
"uploadUsingProgrammer": "書き込み装置を使って書き込む",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "接続されたボードのユーザーフィールドが見つかりません。",
|
||||||
"doneUploading": "書き込み完了",
|
"doneUploading": "書き込み完了",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "構成と書き込み",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "検証・コンパイル",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "コンパイル済みバイナリをエクスポート",
|
||||||
"verify": "Verify",
|
"verify": "検証",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "コンパイル完了。",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "シリアルポートに再接続できませんでした。 {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "新規ウィンドウでスケッチを開く",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "フォルダを開く",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "ローカルスケッチブック",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "スケッチブック",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "本当にスケッチを閉じますか?"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "ブートローダを書き込む",
|
"burnBootloader": "ブートローダを書き込む",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "ブートローダの書き込みが完了しました。"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"copyForForum": "Copy for Forum (Markdown)",
|
"copyForForum": "フォーラム用にコピー(Markdown)",
|
||||||
"commentUncomment": "コメント化・復帰",
|
"commentUncomment": "コメント化・復帰",
|
||||||
"increaseIndent": "Increase Indent",
|
"increaseIndent": "インデントを増やす",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "インデントを減らす",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "フォントサイズを大きく",
|
||||||
"decreaseFontSize": "フォントサイズを小さく",
|
"decreaseFontSize": "フォントサイズを小さく",
|
||||||
"autoFormat": "自動整形"
|
"autoFormat": "自動整形"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "スケッチ例",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "付属のスケッチ例を初期化できませんでした。",
|
||||||
"builtInExamples": "内蔵のスケッチ例",
|
"builtInExamples": "付属のスケッチ例",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "カスタムライブラリのスケッチ例",
|
||||||
"for": "Examples for {0}",
|
"for": "{0}用のスケッチ例",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "あらゆるボード用のスケッチ例"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Arduino.ccで検索",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "キーワードを入力",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "はじめに",
|
||||||
"environment": "Environment",
|
"environment": "環境",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "トラブルシューティング",
|
||||||
"reference": "Reference",
|
"reference": "リファレンス",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "リファレンスで検索",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "よくある質問",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Arduino.ccウェブサイトを開く",
|
||||||
|
"privacyPolicy": "プライバシーポリシー"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "SSLルート証明書を書き込み",
|
||||||
"openContext": "Open context",
|
"openContext": "コンテキストを開く",
|
||||||
"remove": "Remove",
|
"remove": "削除",
|
||||||
"upload": "マイコンボードに書き込む",
|
"upload": "マイコンボードに書き込む",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "SSL証明書を取得するためのURLを追加",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "URLを入力",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. 書き込む証明書を選択",
|
||||||
"addNew": "Add New",
|
"addNew": "新規追加",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. 目的のボードを選択して証明書を書き込む",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "証明書を書き込み中。",
|
||||||
"certificatesUploaded": "Certificates uploaded.",
|
"certificatesUploaded": "証明書を書き込みました。",
|
||||||
"uploadFailed": "Upload failed. Please try again.",
|
"uploadFailed": "書き込みに失敗しました。もう一度試してください。",
|
||||||
"selectBoard": "Select a board...",
|
"selectBoard": "ボードを選択…",
|
||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{1}の{0}",
|
||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "対応するボードが接続されていません"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINAファームウェア・アップデータ",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "ボードを選択",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "アップデートを確認",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "ファームウェアのバージョンを選択",
|
||||||
"install": "インストール",
|
"install": "インストール",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "インストールによりボード上のスケッチを上書きします。",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "ファームウェアをインストール中。",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "ファームウェアのインストールに成功しました。",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "インストールに失敗しました。もう一度試してください。"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "次回から表示しない"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "キャンセル",
|
||||||
"upload": "マイコンボードに書き込む"
|
"upload": "マイコンボードに書き込む"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "タイムスタンプを表示・非表示",
|
||||||
"autoscroll": "自動スクロール",
|
"autoscroll": "自動スクロール",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "タイムスタンプ",
|
||||||
"noLineEndings": "改行なし",
|
"noLineEndings": "改行なし",
|
||||||
"newLine": "LFのみ",
|
"newLine": "LFのみ",
|
||||||
"carriageReturn": "CRのみ",
|
"carriageReturn": "CRのみ",
|
||||||
"newLineCarriageReturn": "CRおよびLF",
|
"newLineCarriageReturn": "CRおよびLF",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "接続されていません。自動的に接続するには、ボードとポートを選択してください。",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "メッセージ('{2}'の'{1}'にメッセージを送信するには{0} + Enter)",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "接続に失敗しました。シリアルポートがビジー状態です: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "{1}から{0}を切断しました。",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "予期せぬエラーが発生しました。ポート{1}の{0}に再接続中です。",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "10回連続で試しましたが、{0}をシリアルポートに再接続できませんでした。シリアルポート{1}はビジー状態です。",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "{2}秒後に{0}を{1}に再接続します…"
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Uninstall",
|
"uninstall": "アンインストール",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "{0}をアンインストールしますか?",
|
||||||
"by": "by",
|
"by": "by",
|
||||||
"version": "バージョン{0}",
|
"version": "バージョン{0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "詳細情報",
|
||||||
"install": "インストール",
|
"install": "インストール",
|
||||||
"filterSearch": "検索をフィルタ…"
|
"filterSearch": "検索をフィルタ…"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "未保存の変更は保存されません。"
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "コンパイルエラー: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} エラー: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "ブートローダの書き込み中にエラーが発生しました: {0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。",
|
||||||
"offline": "Offline",
|
"offline": "オフライン",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemonはオフラインです",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "バックエンドに接続できません。",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "CLI daemonに接続できません。"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "開始…",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "デバッグセッションのタイプ\"{0}\"はサポートされていません。",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details."
|
"startError": "デバッグセッションの開始時にエラーが発生しました。詳細はログを確認してください。"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Unsaved – {0}"
|
"unsavedTitle": "未保存 – {0}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"expand": "Expand",
|
"expand": "展開する",
|
||||||
"collapse": "Collapse"
|
"collapse": "折り畳む"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Name for new file",
|
"fileNewName": "新しいファイルの名前",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "無効なファイル名です。",
|
||||||
"invalidExtension": "拡張子「.{0}」は、使えません。",
|
"invalidExtension": "拡張子「.{0}」は、使えません。",
|
||||||
"newFileName": "New name for file",
|
"newFileName": "ファイルの新しい名前",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "現在のスケッチを削除しますか?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "スケッチディレクトリの作成中にエラーが発生しました。詳細はログを参照してください。アプリケーションはおそらく期待通りに動作しないでしょう。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "GO TO CLOUD"
|
"GoToCloud": "クラウドへ"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
350
i18n/ko.json
Normal file
350
i18n/ko.json
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "오프라인 상태인 것 같습니다. 인터넷 연결이 없으면 Arduino CLI가 필요한 리소스를 다운로드하지 못하고 오작동을 일으킬 수 있습니다. 인터넷에 연결하고 애플리케이션을 다시 시작해주세요.",
|
||||||
|
"noBoardSelected": "선택된 보드 없음",
|
||||||
|
"selectedOn": "{0} 켜기",
|
||||||
|
"notConnected": "[연결되지 않음]",
|
||||||
|
"serialMonitor": "시리얼 모니터",
|
||||||
|
"oldFormat": "'{0}' 파일은 오래된 `.pde` 확장자로 되어있어요. 새로운 `.ino` 확장자로 변경하시겠어요?",
|
||||||
|
"later": "나중에",
|
||||||
|
"selectBoard": "보드 선택",
|
||||||
|
"unknown": "알 수 없음",
|
||||||
|
"processing": "처리 중",
|
||||||
|
"saveChangesToSketch": "닫기 전에 이 스케치에 대한 변경 사항을 저장하시겠어요?",
|
||||||
|
"loseChanges": "저장하지 않을 경우 변경 사항이 손실됩니다."
|
||||||
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Arduino IDE의 업데이트를 확인하던 중에 오류가 발생했어요.\n{0}",
|
||||||
|
"notNowButton": "나중에",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} 버전이 다운로드 되었습니다. ",
|
||||||
|
"closeToInstallNotice": "소프트웨어를 닫고 장치에 업데이트를 설치해주세요.",
|
||||||
|
"closeAndInstallButton": "닫고 설치하기",
|
||||||
|
"downloadingNotice": "최신 버전의 Arduino IDE를 다운로드하고 있습니다.",
|
||||||
|
"updateAvailable": "업데이트 사용 가능",
|
||||||
|
"newVersionAvailable": "새로운 버전의 Arduino IDE ({0})를 다운로드할 수 있습니다.",
|
||||||
|
"skipVersionButton": "이 버전 건너뛰기",
|
||||||
|
"downloadButton": "다운로드",
|
||||||
|
"goToDownloadPage": "Ardunio IDE에 대한 업데이트가 있지만 자동으로 다운로드하고 설치할 수 없습니다. 다운로드 페이지에서 최신 버전을 다운로드 해주세요.",
|
||||||
|
"goToDownloadButton": "다운로드하러 가기",
|
||||||
|
"ideUpdaterDialog": "소프트웨어 업데이트",
|
||||||
|
"noUpdatesAvailable": "현재 Ardunio IDE는 최신 버전입니다"
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "스케치",
|
||||||
|
"tools": "도구"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optimize for Debugging",
|
||||||
|
"debugWithMessage": "디버그 - {0}",
|
||||||
|
"noPlatformInstalledFor": "'{0}'에 대한 플랫폼이 설치되어 있지 않습니다",
|
||||||
|
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
||||||
|
"compile.verbose": "True for verbose compile output. False by default",
|
||||||
|
"compile.warnings": "gcc에 사용할 경고 수준을 알려줍니다. 기본값은 '없음'입니다.",
|
||||||
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
|
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
||||||
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
|
"auth.clientID": "The OAuth2 client ID.",
|
||||||
|
"auth.domain": "The OAuth2 domain.",
|
||||||
|
"auth.audience": "The OAuth2 audience.",
|
||||||
|
"auth.registerUri": "The URI used to register a new user.",
|
||||||
|
"network": "Network",
|
||||||
|
"sketchbook.location": "Sketchbook location",
|
||||||
|
"browse": "Browse",
|
||||||
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
|
"editorFontSize": "Editor font size",
|
||||||
|
"interfaceScale": "Interface scale",
|
||||||
|
"showVerbose": "Show verbose output during",
|
||||||
|
"compilerWarnings": "Compiler warnings",
|
||||||
|
"automatic": "Automatic",
|
||||||
|
"compile": "compile",
|
||||||
|
"upload": "upload",
|
||||||
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
|
"noProxy": "No proxy",
|
||||||
|
"manualProxy": "Manual proxy configuration",
|
||||||
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
|
"choose": "Choose",
|
||||||
|
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
||||||
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
|
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
||||||
|
"invalid.theme": "Invalid theme."
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"signIn": "SIGN IN",
|
||||||
|
"signOut": "Sign Out",
|
||||||
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
|
"privateVisibility": "Private. Only you can view the Sketch.",
|
||||||
|
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
||||||
|
"link": "Link:",
|
||||||
|
"embed": "Embed:",
|
||||||
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
|
"shareSketch": "Share Sketch",
|
||||||
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
|
"pullSketch": "Pull Sketch",
|
||||||
|
"openInCloudEditor": "Open in Cloud Editor",
|
||||||
|
"options": "Options...",
|
||||||
|
"share": "Share...",
|
||||||
|
"remote": "Remote",
|
||||||
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
|
"learnMore": "Learn more",
|
||||||
|
"continue": "Continue",
|
||||||
|
"pushSketch": "Push Sketch",
|
||||||
|
"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.",
|
||||||
|
"pull": "Pull",
|
||||||
|
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
||||||
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
|
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||||
|
"push": "Push",
|
||||||
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
|
"connected": "Connected",
|
||||||
|
"offline": "Offline",
|
||||||
|
"profilePicture": "Profile picture"
|
||||||
|
},
|
||||||
|
"board": {
|
||||||
|
"installManually": "Install Manually",
|
||||||
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
|
"programmer": "Programmer",
|
||||||
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
|
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
||||||
|
"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?",
|
||||||
|
"reselectLater": "Reselect later",
|
||||||
|
"noneSelected": "No boards selected.",
|
||||||
|
"noPortsSelected": "No ports selected for board: '{0}'.",
|
||||||
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
|
"openBoardsConfig": "Select other board and port…",
|
||||||
|
"boardListItem": "{0} at {1}",
|
||||||
|
"selectBoardForInfo": "Please select a board to obtain board info.",
|
||||||
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
|
"selectPortForInfo": "Please select a port to obtain board info.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "스케치",
|
||||||
|
"moving": "Moving",
|
||||||
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
|
"sketchbook": "Sketchbook",
|
||||||
|
"upload": "Upload",
|
||||||
|
"uploadUsingProgrammer": "Upload Using Programmer",
|
||||||
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
|
"doneUploading": "Done uploading.",
|
||||||
|
"configureAndUpload": "Configure And Upload",
|
||||||
|
"verifyOrCompile": "Verify/Compile",
|
||||||
|
"exportBinary": "Export Compiled Binary",
|
||||||
|
"verify": "Verify",
|
||||||
|
"doneCompiling": "Done compiling.",
|
||||||
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
|
"openFolder": "Open Folder",
|
||||||
|
"titleLocalSketchbook": "Local Sketchbook",
|
||||||
|
"titleSketchbook": "Sketchbook",
|
||||||
|
"close": "Are you sure you want to close the sketch?"
|
||||||
|
},
|
||||||
|
"bootloader": {
|
||||||
|
"burnBootloader": "Burn Bootloader",
|
||||||
|
"doneBurningBootloader": "Done burning bootloader."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"copyForForum": "Copy for Forum (Markdown)",
|
||||||
|
"commentUncomment": "Comment/Uncomment",
|
||||||
|
"increaseIndent": "Increase Indent",
|
||||||
|
"decreaseIndent": "Decrease Indent",
|
||||||
|
"increaseFontSize": "Increase Font Size",
|
||||||
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
|
"autoFormat": "Auto Format"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"menu": "Examples",
|
||||||
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
|
"builtInExamples": "Built-in examples",
|
||||||
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
|
"for": "Examples for {0}",
|
||||||
|
"forAny": "Examples for any board"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Search on Arduino.cc",
|
||||||
|
"keyword": "Type a keyword",
|
||||||
|
"gettingStarted": "Getting Started",
|
||||||
|
"environment": "Environment",
|
||||||
|
"troubleshooting": "Troubleshooting",
|
||||||
|
"reference": "Reference",
|
||||||
|
"findInReference": "Find in Reference",
|
||||||
|
"faq": "Frequently Asked Questions",
|
||||||
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
"openContext": "Open context",
|
||||||
|
"remove": "Remove",
|
||||||
|
"upload": "Upload",
|
||||||
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
|
"enterURL": "Enter URL",
|
||||||
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
|
"addNew": "Add New",
|
||||||
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
|
"uploadingCertificates": "Uploading certificates.",
|
||||||
|
"certificatesUploaded": "Certificates uploaded.",
|
||||||
|
"uploadFailed": "Upload failed. Please try again.",
|
||||||
|
"selectBoard": "Select a board...",
|
||||||
|
"boardAtPort": "{0} at {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
|
"selectBoard": "보드 선택",
|
||||||
|
"checkUpdates": "Check Updates",
|
||||||
|
"selectVersion": "Select firmware version",
|
||||||
|
"install": "Install",
|
||||||
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
|
"installingFirmware": "Installing firmware.",
|
||||||
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
|
"failedInstall": "Installation failed. Please try again."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Don't ask again"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"upload": "Upload"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
|
"autoscroll": "Autoscroll",
|
||||||
|
"timestamp": "Timestamp",
|
||||||
|
"noLineEndings": "No Line Ending",
|
||||||
|
"newLine": "New Line",
|
||||||
|
"carriageReturn": "Carriage Return",
|
||||||
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
||||||
|
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"uninstall": "Uninstall",
|
||||||
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
|
"by": "by",
|
||||||
|
"version": "Version {0}",
|
||||||
|
"moreInfo": "More info",
|
||||||
|
"install": "INSTALL",
|
||||||
|
"filterSearch": "Filter your search..."
|
||||||
|
},
|
||||||
|
"electron": {
|
||||||
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
|
"unsavedChanges": "Any unsaved changes will not be saved."
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"error": "Compilation error: {0}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"error": "{0} error: {1}"
|
||||||
|
},
|
||||||
|
"burnBootloader": {
|
||||||
|
"error": "Error while burning the bootloader: {0}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"theia": {
|
||||||
|
"core": {
|
||||||
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
|
"offline": "Offline",
|
||||||
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
|
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"start": "Start...",
|
||||||
|
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
||||||
|
"startError": "There was an error starting the debug session, check the logs for more details."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"unsavedTitle": "Unsaved – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "Expand",
|
||||||
|
"collapse": "Collapse"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Name for new file",
|
||||||
|
"invalidFilename": "Invalid filename.",
|
||||||
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
|
"newFileName": "New name for file",
|
||||||
|
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
||||||
|
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"GoToCloud": "GO TO CLOUD"
|
||||||
|
}
|
||||||
|
}
|
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "မပိတ်မီ ပြောင်းလဲမှုများသိမ်းဆည်းလိုပါသလား။",
|
"saveChangesToSketch": "မပိတ်မီ ပြောင်းလဲမှုများသိမ်းဆည်းလိုပါသလား။",
|
||||||
"loseChanges": "မသိမ်းဆည်းပါက ပြောင်းလဲမှုအားလုံး ဆုံးရှုံးမည်။"
|
"loseChanges": "မသိမ်းဆည်းပါက ပြောင်းလဲမှုအားလုံး ဆုံးရှုံးမည်။"
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ",
|
"sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ",
|
||||||
"tools": "ကိရိယာများ"
|
"tools": "ကိရိယာများ"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "စက်ဘာသာပြန်",
|
"compile": "စက်ဘာသာပြန်",
|
||||||
"upload": "အပ်လုတ်တင်",
|
"upload": "အပ်လုတ်တင်",
|
||||||
"verifyAfterUpload": "အပ်လုတ်တင်ပြီးလျှင်ကုတ်ကိုစစ်ဆေးပါ",
|
"verifyAfterUpload": "အပ်လုတ်တင်ပြီးလျှင်ကုတ်ကိုစစ်ဆေးပါ",
|
||||||
"checkForUpdates": "စတင်စဉ်တွင် အပ်ဒိတ်ရှိ၊ မရှိ စစ်ဆေးပါ",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"noProxy": "ကြားခံကွန်ရက်မရှိ",
|
"noProxy": "ကြားခံကွန်ရက်မရှိ",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "အမှန်ခြစ်ထားပါက ရရှိနိုင်သောကွန်ရက်ဆိပ်ကမ်းအားလုံးပြမည်",
|
"showAllAvailablePorts": "အမှန်ခြစ်ထားပါက ရရှိနိုင်သောကွန်ရက်ဆိပ်ကမ်းအားလုံးပြမည်",
|
||||||
"programmer": "ပရိုဂရမ်မာ",
|
"programmer": "ပရိုဂရမ်မာ",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "ကုတ်ပုံကြမ်းဖိုလ်ဒါပြမည်",
|
"showFolder": "ကုတ်ပုံကြမ်းဖိုလ်ဒါပြမည်",
|
||||||
"sketch": "ကုတ်ပုံကြမ်း",
|
"sketch": "ကုတ်ပုံကြမ်း",
|
||||||
"moving": "ရွှေ့နေသည်",
|
"moving": "ရွှေ့နေသည်",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "ဘုတ်ရွေးချယ်မည်",
|
"selectBoard": "ဘုတ်ရွေးချယ်မည်",
|
||||||
"checkUpdates": "အပ်ဒိတ်စစ်မည်",
|
"checkUpdates": "အပ်ဒိတ်စစ်မည်",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "တပ်ဆင်မည်",
|
"install": "တပ်ဆင်မည်",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "လက်နှိပ်စက်အတံပြန်အက္ခရာ",
|
"carriageReturn": "လက်နှိပ်စက်အတံပြန်အက္ခရာ",
|
||||||
"newLineCarriageReturn": "စာကြောင်းအသစ်နှင့်လက်နှိပ်စက်အတံပြန်အက္ခရာနှစ်ခုလုံး",
|
"newLineCarriageReturn": "စာကြောင်းအသစ်နှင့်လက်နှိပ်စက်အတံပြန်အက္ခရာနှစ်ခုလုံး",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
32
i18n/ne.json
32
i18n/ne.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "If you don't save, your changes will be lost."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Tools"
|
"tools": "Tools"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compile",
|
"compile": "compile",
|
||||||
"upload": "upload",
|
"upload": "upload",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
"checkForUpdates": "Check for updates on startup",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programmer",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Select Board",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Check Updates",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Install",
|
"install": "Install",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation failed. Please try again."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
350
i18n/nl.json
Normal file
350
i18n/nl.json
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "Je lijkt offline te zijn. Zonder een internetverbinding kan de Arduino CLI mogelijk niet de vereiste bronnen downloaden en dit kan storingen veroorzaken. Maak verbinding met het internet en start de applicatie opnieuw. ",
|
||||||
|
"noBoardSelected": "Geen bord geselecteerd",
|
||||||
|
"selectedOn": "aan {0}",
|
||||||
|
"notConnected": "[niet verbonden]",
|
||||||
|
"serialMonitor": "Seriële Monitor",
|
||||||
|
"oldFormat": "De '{0}' gebruikt nog steeds het oude '.pde' formaat. Wil je overstappen naar de nieuwe `.ino` extensie?",
|
||||||
|
"later": "Later",
|
||||||
|
"selectBoard": "Selecteer Bord",
|
||||||
|
"unknown": "Onbekend",
|
||||||
|
"processing": "Verwerken",
|
||||||
|
"saveChangesToSketch": "Wilt U de wijzigingen aan de schets bewaren voor afsluiten?",
|
||||||
|
"loseChanges": "Als u niet opslaat, gaan uw wijzigingen verloren."
|
||||||
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Fout bij het controleren op Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Niet nu",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} is gedownload.",
|
||||||
|
"closeToInstallNotice": "Sluit de software en installeer de update op je machine.",
|
||||||
|
"closeAndInstallButton": "Sluiten en installeren",
|
||||||
|
"downloadingNotice": "Download de nieuwste versie van de Arduino IDE.",
|
||||||
|
"updateAvailable": "Update beschikbaar",
|
||||||
|
"newVersionAvailable": "Een nieuwe versie van Arduino IDE ({0}) is beschikbaar om te downloaden.",
|
||||||
|
"skipVersionButton": "Versie overslaan",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "Er is een update voor de Arduino IDE beschikbaar, maar we zijn niet in staat om die automatisch te downloaden en te installeren. Ga naar de download pagina en download de nieuwste versie vanaf daar.",
|
||||||
|
"goToDownloadButton": "Ga naar Download",
|
||||||
|
"ideUpdaterDialog": "Software bijwerken",
|
||||||
|
"noUpdatesAvailable": "Er zijn geen recente updates beschikbaar voor de Arduino IDE"
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Schets",
|
||||||
|
"tools": "Hulpmiddelen"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optimaliseren voor foutopsporing",
|
||||||
|
"debugWithMessage": "Foutopsporing - {0}",
|
||||||
|
"noPlatformInstalledFor": "Platform is niet geïnstalleerd voor '{0}'",
|
||||||
|
"debuggingNotSupported": "Foutopsporing wordt niet ondersteund door '{0}'"
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"language.log": "Waar als de Arduino Taal Server log bestanden moet genereren in de schets map. Anders onwaar. Standaard ingesteld op onwaar.",
|
||||||
|
"compile.verbose": "Waar voor uitgebreide compileer uitvoer. Standaard onwaar",
|
||||||
|
"compile.warnings": "Vertelt gcc welk waarschuwingsniveau moet worden gebruikt. Standaard 'Geen'",
|
||||||
|
"upload.verbose": "Waar voor uitgebreide uploaduitvoer. Standaard onwaar.",
|
||||||
|
"window.autoScale": "Waar als de gebruikersinterface automatisch wordt geschaald met de lettergrootte.",
|
||||||
|
"window.zoomLevel": "Pas het zoomniveau van het venster aan. De oorspronkelijke grootte is 0 en elke stap hoger (bijv. 1) of lager (bijv. -1) staat voor 20% groter of kleiner zoomen. U kunt ook decimalen invoeren om het zoomniveau fijner in te stellen. ",
|
||||||
|
"ide.updateChannel": "Release kanaal om bijgewerkte versies van te krijgen. 'stable' is de stabiele release, 'nightly' is de laatste ontwikkel build.",
|
||||||
|
"board.certificates": "Lijst met certificaten die kunnen worden geüpload naar borden",
|
||||||
|
"sketchbook.showAllFiles": "Waar om al de schets bestanden in de schets weer te geven. Standaard ingesteld op onwaar.",
|
||||||
|
"cloud.enabled": "Waar als de schets synchronisatie functies zijn ingeschakeld. Standaard ingesteld op waar.",
|
||||||
|
"cloud.pull.warn": "Waar als de gebruiker verwittigd moet worden voor een cloud schets trekken. Standaard ingesteld op waar. ",
|
||||||
|
"cloud.push.warn": "Waar als gebruikers moeten worden gewaarschuwd voordat ze een cloud schets pushen. Standaard ingesteld op waar. ",
|
||||||
|
"cloud.pushpublic.warn": "Waar als gebruikers moeten worden gewaarschuwd voordat ze een openbare schets naar de cloud pushen. Standaard ingesteld op waar.",
|
||||||
|
"cloud.sketchSyncEnpoint": "Het eindpunt dat wordt gebruikt om schetsen van een backend te pushen en te trekken. Standaard verwijst het naar Arduino Cloud API.",
|
||||||
|
"auth.clientID": "De OAuth2 cliënt ID.",
|
||||||
|
"auth.domain": "Het OAuth2 Domein.",
|
||||||
|
"auth.audience": "Het OAuth2 publiek.",
|
||||||
|
"auth.registerUri": "De URI die is gebruikt om een nieuwe gebruiker te registreren.",
|
||||||
|
"network": "Netwerk",
|
||||||
|
"sketchbook.location": "Schetsboek locatie",
|
||||||
|
"browse": "Bladeren",
|
||||||
|
"files.inside.sketches": "Toon bestanden in Schetsen",
|
||||||
|
"editorFontSize": "Lettergrootte van editor",
|
||||||
|
"interfaceScale": "Interface schaal",
|
||||||
|
"showVerbose": "Uitgebreide uitvoer weergeven tijdens",
|
||||||
|
"compilerWarnings": "Compiler waarschuwingen",
|
||||||
|
"automatic": "Automatisch",
|
||||||
|
"compile": "compileren",
|
||||||
|
"upload": "uploaden",
|
||||||
|
"verifyAfterUpload": "Verifieer de code na het uploaden",
|
||||||
|
"editorQuickSuggestions": "Snelle suggesties in editor",
|
||||||
|
"additionalManagerURLs": "Bijkomende Borden Beheerder URL's",
|
||||||
|
"noProxy": "Geen proxy",
|
||||||
|
"manualProxy": "Manuele proxy configuratie",
|
||||||
|
"newSketchbookLocation": "Selecteer een nieuwe schetsboeklocatie.",
|
||||||
|
"choose": "Kies",
|
||||||
|
"enterAdditionalURLs": "Voer extra URL's in, één per rij",
|
||||||
|
"unofficialBoardSupport": "Klik voor een lijst met onofficiële borden ondersteuning URL's",
|
||||||
|
"invalid.sketchbook.location": "Ongeldige schetsboek locatie: {0}",
|
||||||
|
"invalid.editorFontSize": "Ongeldige lettergrootte voor editor. Het moet een positief geheel getal zijn.",
|
||||||
|
"invalid.theme": "Ongeldig Thema."
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"signIn": "INLOGGEN",
|
||||||
|
"signOut": "Uitloggen",
|
||||||
|
"chooseSketchVisibility": "Kies de zichtbaarheid van je Sketch:",
|
||||||
|
"privateVisibility": "Privaat. Alleen jij kunt de schets bekijken.",
|
||||||
|
"publicVisibility": "Openbaar. Iedereen met de link kan de Sketch bekijken.",
|
||||||
|
"link": "Koppeling:",
|
||||||
|
"embed": "Integreren:",
|
||||||
|
"cloudSketchbook": "Cload Schetsboek",
|
||||||
|
"shareSketch": "Schets Delen",
|
||||||
|
"showHideRemoveSketchbook": "Toon/verberg schetsboek op afstand",
|
||||||
|
"pullSketch": "Schets Trekken",
|
||||||
|
"openInCloudEditor": "Openen in Cloud Editor",
|
||||||
|
"options": "Opties...",
|
||||||
|
"share": "Delen...",
|
||||||
|
"remote": "Op Afstand",
|
||||||
|
"emptySketchbook": "Je schetsboek is leeg",
|
||||||
|
"visitArduinoCloud": "Bezoek Arduino Cloud om Cloud Sketches te maken.",
|
||||||
|
"signInToCloud": "Aanmelden bij Arduino Cloud",
|
||||||
|
"syncEditSketches": "Synchroniseer en bewerk uw Arduino Cloud Sketches",
|
||||||
|
"learnMore": "Leer meer",
|
||||||
|
"continue": "Doorgaan",
|
||||||
|
"pushSketch": "Push Schets",
|
||||||
|
"pushSketchMsg": "Dit is een openbare schets. Voordat u gaat pushen, moet u ervoor zorgen dat gevoelige informatie is gedefinieerd in arduino_secrets.h bestanden. U kunt een schets privé maken vanuit het deelvenster Delen.",
|
||||||
|
"pull": "Trek",
|
||||||
|
"pullSketchMsg": "Als u deze schets uit de cloud haalt, wordt de lokale versie overschreven. Weet je zeker dat je door wilt gaan?",
|
||||||
|
"donePulling": "Klaar met trekken van '{0}'.",
|
||||||
|
"notYetPulled": "Kan niet pushen naar Cloud. Het is nog niet getrokken.",
|
||||||
|
"push": "Push",
|
||||||
|
"pullFirst": "Je moet eerst trekken om naar de Cloud te kunnen pushen.",
|
||||||
|
"donePushing": "Klaar met pushen van '{0}'.",
|
||||||
|
"connected": "Verbonden",
|
||||||
|
"offline": "Offline",
|
||||||
|
"profilePicture": "Profiel afbeelding"
|
||||||
|
},
|
||||||
|
"board": {
|
||||||
|
"installManually": "Handmatig installeren",
|
||||||
|
"installNow": "De \"{0} {1}\" kern moet geïnstalleerd zijn om het huidige geselecteerde \"{2}\" bord. Wilt U dit nu installeren?",
|
||||||
|
"configDialogTitle": "Selecteer een ander Bord en Poort",
|
||||||
|
"configDialog1": "Selecteer een Bord en een Poort als U een schets wilt uploaden.",
|
||||||
|
"configDialog2": "Als je alleen een Board kiest, kun je wel compileren, maar niet je schets uploaden.",
|
||||||
|
"pleasePickBoard": "Gelieve een bord te selecteren dat verbonden is met de door U gekozen poort.",
|
||||||
|
"showAllAvailablePorts": "Toont alle beschikbare poorten indien ingeschakeld",
|
||||||
|
"programmer": "Programmeerapparaat",
|
||||||
|
"succesfullyInstalledPlatform": "Platform {0}:{1} succesvol geïnstalleerd",
|
||||||
|
"succesfullyUninstalledPlatform": "Platform {0}:{1} is succesvol verwijderd",
|
||||||
|
"couldNotFindPreviouslySelected": "Kon het voordien geselecteerde bord '{0}' in het geïnstalleerde platform '{1}' niet vinden. Gelieve manueel het bord te kiezen dat U wilt gebruiken. Wilt U het bord nu selecteren?",
|
||||||
|
"reselectLater": "Later opnieuw selecteren",
|
||||||
|
"noneSelected": "Geen borden geselecteerd.",
|
||||||
|
"noPortsSelected": "Geen poorten geselecteerd voor bord: '{0}'.",
|
||||||
|
"noFQBN": "De FQBN is niet beschikbaar voor het geselecteerde bord \"{0}\". Heeft U de bijhorende kern geïnstalleerd?",
|
||||||
|
"openBoardsConfig": "Selecteer een ander bord en poort...",
|
||||||
|
"boardListItem": "{0} bij {1}",
|
||||||
|
"selectBoardForInfo": "Selecteer een bord om bord informatie te bekomen.",
|
||||||
|
"platformMissing": "Het platform voor het geselecteerde '{0}' bord is niet geïnstalleerd.",
|
||||||
|
"selectPortForInfo": "Selecteer een poort om bord informatie te bekomen.",
|
||||||
|
"boardInfo": "Bord Informatie",
|
||||||
|
"board": "Bord{0}",
|
||||||
|
"port": "Poort{0}",
|
||||||
|
"getBoardInfo": "Verkrijg Bord Informatie",
|
||||||
|
"inSketchbook": "(in Schetsboek)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Borden Beheerder",
|
||||||
|
"about": {
|
||||||
|
"label": "Over {0}",
|
||||||
|
"detail": "Versie: {0}\nDatum: {1}{2}\nCLI versie: {3}{4} [{5}]\n\n{6} "
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Bestand Toevoegen",
|
||||||
|
"replaceTitle": "Vervangen",
|
||||||
|
"fileAdded": "Één bestand toegevoegd aan de schets."
|
||||||
|
},
|
||||||
|
"replaceMsg": "De bestaande versie van {0} vervangen?",
|
||||||
|
"library": {
|
||||||
|
"addZip": ".ZIP-bibliotheek toevoegen...",
|
||||||
|
"zipLibrary": "Bibliotheek",
|
||||||
|
"overwriteExistingLibrary": "Wilt u de bestaande bibliotheek overschrijven?",
|
||||||
|
"successfullyInstalledZipLibrary": "Succesvol bibliotheek uit {0} archief geïnstalleerd",
|
||||||
|
"namedLibraryAlreadyExists": "Er bestaat al een bibliotheek map met de naam {0}. Wil U het overschrijven?",
|
||||||
|
"libraryAlreadyExists": "Er bestaat al een bibliotheek. Wil U het overschrijven? ",
|
||||||
|
"include": "Bibliotheek Gebruiken",
|
||||||
|
"manageLibraries": "Bibliotheken Beheren...",
|
||||||
|
"arduinoLibraries": "Arduino Bibliotheken",
|
||||||
|
"contributedLibraries": "Bijgedragen bibliotheken",
|
||||||
|
"title": "Bibliotheken beheerder",
|
||||||
|
"needsOneDependency": "De bibliotheek <b>{0}:{1}</b> heeft een andere afhankelijkheid nodig die momenteel niet is geïnstalleerd:",
|
||||||
|
"needsMultipleDependencies": "De bibliotheek <b>{0}:{1}</b> heeft enkele andere afhankelijkheden nodig die momenteel niet zijn geïnstalleerd: ",
|
||||||
|
"installOneMissingDependency": "Wilt u de ontbrekende afhankelijkheid installeren?",
|
||||||
|
"installMissingDependencies": "Wilt u de ontbrekende afhankelijkheid installeren?",
|
||||||
|
"dependenciesForLibrary": "Afhankelijkheden voor bibliotheek {0}:{1}",
|
||||||
|
"installAll": "Alles installeren",
|
||||||
|
"installOnly": "Installeer enkel {0}",
|
||||||
|
"installedSuccessfully": "Bibliotheek {0}:{1} succesvol geïnstalleerd",
|
||||||
|
"uninstalledSuccessfully": "Bibliotheek {0}:{1} succesvol verwijdert"
|
||||||
|
},
|
||||||
|
"selectZip": "Selecteer een zipbestand met de bibliotheek die U wilt toevoegen",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archiveer Schets",
|
||||||
|
"saveSketchAs": "Sla de schetsmap op als...",
|
||||||
|
"createdArchive": "Archief '{0}' gemaakt.",
|
||||||
|
"new": "Nieuw",
|
||||||
|
"openRecent": "Recentelijk geopend",
|
||||||
|
"showFolder": "Schetsmap tonen",
|
||||||
|
"sketch": "Schets",
|
||||||
|
"moving": "Verplaatsten",
|
||||||
|
"movingMsg": "Het bestand \"{0}\" moet binnen een schetsmap met de naam \"{1}\" staan.\nMaak deze map, verplaats het bestand, en ga verder?",
|
||||||
|
"cantOpen": "Er bestaat al een map met de naam \"{0}\". Kan schets niet openen.",
|
||||||
|
"saveFolderAs": "Sla de schets map op als...",
|
||||||
|
"sketchbook": "Schetsboek",
|
||||||
|
"upload": "Uploaden",
|
||||||
|
"uploadUsingProgrammer": "Uploaden met behulp van Programmeerapparaat",
|
||||||
|
"userFieldsNotFoundError": "Kan gebruiker veld van verbonden bord niet vinden",
|
||||||
|
"doneUploading": "Klaar met uploaden.",
|
||||||
|
"configureAndUpload": "Configureren en uploaden",
|
||||||
|
"verifyOrCompile": "Verifiëren/Compileren",
|
||||||
|
"exportBinary": "Gecompileerd binair bestand exporteren",
|
||||||
|
"verify": "Verifiëren",
|
||||||
|
"doneCompiling": "Klaar met compileren.",
|
||||||
|
"couldNotConnectToSerial": "Kon niet opnieuw verbinding maken met seriële poort. {0}",
|
||||||
|
"openSketchInNewWindow": "Schets openen in nieuw venster",
|
||||||
|
"openFolder": "Map Openen",
|
||||||
|
"titleLocalSketchbook": "Lokaal schetsboek",
|
||||||
|
"titleSketchbook": "Schetsboek",
|
||||||
|
"close": "Weet je zeker dat je de schets wilt sluiten?"
|
||||||
|
},
|
||||||
|
"bootloader": {
|
||||||
|
"burnBootloader": "Bootloader branden",
|
||||||
|
"doneBurningBootloader": "Klaar met het branden van de bootloader."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"copyForForum": "Kopiëren voor Forum (Markdown)",
|
||||||
|
"commentUncomment": "Opmerking/Opmerking ongedaan maken",
|
||||||
|
"increaseIndent": "Inspringing vergroten",
|
||||||
|
"decreaseIndent": "Inspringing verkleinen",
|
||||||
|
"increaseFontSize": "Lettergrootte vergroten",
|
||||||
|
"decreaseFontSize": "Lettergrootte verkleinen",
|
||||||
|
"autoFormat": "Automatisch formaat"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"menu": "Voorbeelden",
|
||||||
|
"couldNotInitializeExamples": "Kan ingebouwde voorbeelden niet initialiseren.",
|
||||||
|
"builtInExamples": "Ingebouwde voorbeelden",
|
||||||
|
"customLibrary": "Voorbeelden uit Aangepaste Bibliotheken",
|
||||||
|
"for": "Voorbeelden voor {0}",
|
||||||
|
"forAny": "Voorbeelden voor elk bord"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Zoek op Arduino.cc",
|
||||||
|
"keyword": "Typ een trefwoord",
|
||||||
|
"gettingStarted": "Aan de Slag",
|
||||||
|
"environment": "Omgeving",
|
||||||
|
"troubleshooting": "Probleem oplossen",
|
||||||
|
"reference": "Naslagwerk",
|
||||||
|
"findInReference": "Zoeken in Naslagwerk",
|
||||||
|
"faq": "Veel Gestelde Vragen",
|
||||||
|
"visit": "Bezoek Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacybeleid"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "SSL-rootcertificaten uploaden",
|
||||||
|
"openContext": "Context openen",
|
||||||
|
"remove": "Verwijder",
|
||||||
|
"upload": "Uploaden",
|
||||||
|
"addURL": "URL toevoegen om SSL-certificaat op te halen",
|
||||||
|
"enterURL": "URL invoeren",
|
||||||
|
"selectCertificateToUpload": "1. Selecteer certificaat om te uploaden",
|
||||||
|
"addNew": "Nieuw toevoegen",
|
||||||
|
"selectDestinationBoardToUpload": "2. Selecteer bestemming bord en upload certificaat",
|
||||||
|
"uploadingCertificates": "Certificaten uploaden.",
|
||||||
|
"certificatesUploaded": "Certificaten geüpload.",
|
||||||
|
"uploadFailed": "Upload mislukt. Probeer het opnieuw.",
|
||||||
|
"selectBoard": "Selecteer een bord...",
|
||||||
|
"boardAtPort": "{0} bij {1}",
|
||||||
|
"noSupportedBoardConnected": "Geen ondersteund bord verbonden"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
|
"selectBoard": "Selecteer Bord",
|
||||||
|
"checkUpdates": "Zoek naar Updates",
|
||||||
|
"selectVersion": "Selecteer firmware versie",
|
||||||
|
"install": "Installeren",
|
||||||
|
"overwriteSketch": "Installatie zal de Schets op het bord overschrijven.",
|
||||||
|
"installingFirmware": "Firmware installeren.",
|
||||||
|
"successfullyInstalled": "Firmware succesvol geïnstalleerd.",
|
||||||
|
"failedInstall": "Installatie mislukt. Probeer het opnieuw."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Niet meer vragen"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Annuleer",
|
||||||
|
"upload": "Uploaden"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Tijdstempel omschakelen",
|
||||||
|
"autoscroll": "Automatisch scrollen",
|
||||||
|
"timestamp": "Tijdstempel",
|
||||||
|
"noLineEndings": "Geen RegelEinde",
|
||||||
|
"newLine": "Nieuwe Regel",
|
||||||
|
"carriageReturn": "Carriage Return",
|
||||||
|
"newLineCarriageReturn": "Zowel NL & CR",
|
||||||
|
"notConnected": "Niet verbonden. Kies een bord en een poort om automatisch te verbinden.",
|
||||||
|
"message": "Bericht ({0} + Enter om bericht te verzenden naar '{1}' op '{2}')",
|
||||||
|
"connectionBusy": "Verbinding mislukt. Seriële poort is bezet: {0}",
|
||||||
|
"disconnected": "Verbinding {0} met {1} verbroken.",
|
||||||
|
"unexpectedError": "Onverwachte fout. Opnieuw verbinding maken met {0} op poort {1}.",
|
||||||
|
"failedReconnect": "Kon na 10 opeenvolgende pogingen {0} niet opnieuw verbinden met seriële poort. De seriële poort {1} is bezet.",
|
||||||
|
"reconnect": "Opnieuw verbinding maken tussen {0} en {1} over {2} seconden..."
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"uninstall": "Verwijderen",
|
||||||
|
"uninstallMsg": "Wil je {0} verwijderen?",
|
||||||
|
"by": "door",
|
||||||
|
"version": "Versie {0}",
|
||||||
|
"moreInfo": "Meer informatie",
|
||||||
|
"install": "INSTALLEREN",
|
||||||
|
"filterSearch": "Filter je zoekopdracht..."
|
||||||
|
},
|
||||||
|
"electron": {
|
||||||
|
"couldNotSave": "Kan de schets niet opslaan. Kopieer uw niet-opgeslagen werk naar uw favoriete teksteditor en start de IDE opnieuw. ",
|
||||||
|
"unsavedChanges": "Niet opgeslagen wijzigingen worden niet opgeslagen."
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"error": "Compilatiefout: {0}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"error": "{0} fout: {1}"
|
||||||
|
},
|
||||||
|
"burnBootloader": {
|
||||||
|
"error": "Fout bij het branden van de bootloader: {0}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"theia": {
|
||||||
|
"core": {
|
||||||
|
"couldNotSave": "Kan de schets niet opslaan. Kopieer uw niet-opgeslagen werk naar uw favoriete teksteditor en start de IDE opnieuw. ",
|
||||||
|
"offline": "Offline",
|
||||||
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
|
"cannotConnectBackend": "Kan geen verbinding maken met het backend.",
|
||||||
|
"cannotConnectDaemon": "Kan geen verbinding maken met de CLI daemon."
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"start": "Start...",
|
||||||
|
"typeNotSupported": "Het foutopsporingssessietype \"{0}\" wordt niet ondersteund. ",
|
||||||
|
"startError": "Er is een fout opgetreden bij het starten van de foutopsporingssessie, controleer de logboeken voor meer details. "
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"unsavedTitle": "Niet opgeslagen – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "Uitvouwen",
|
||||||
|
"collapse": "Samenvouwen"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Naam voor nieuw bestand",
|
||||||
|
"invalidFilename": "Ongeldige bestandsnaam.",
|
||||||
|
"invalidExtension": ".{0} is geen geldige extensie",
|
||||||
|
"newFileName": "Nieuwe naam voor bestand",
|
||||||
|
"deleteCurrentSketch": "Wilt u de huidige schets verwijderen?",
|
||||||
|
"sketchDirectoryError": "Er is een fout opgetreden bij het maken van de schets map. Zie het logboek voor meer details. De applicatie zal waarschijnlijk niet werken zoals verwacht. "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"GoToCloud": "GA NAAR CLOUD"
|
||||||
|
}
|
||||||
|
}
|
66
i18n/pl.json
66
i18n/pl.json
@ -14,8 +14,24 @@
|
|||||||
"saveChangesToSketch": "Czy chcesz zapisać zmiany w tym sketchu przed zamknięciem?",
|
"saveChangesToSketch": "Czy chcesz zapisać zmiany w tym sketchu przed zamknięciem?",
|
||||||
"loseChanges": "Jeśli nie zapiszesz, zmiany zostaną utracone."
|
"loseChanges": "Jeśli nie zapiszesz, zmiany zostaną utracone."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Szkic",
|
||||||
"tools": "Narzędzia"
|
"tools": "Narzędzia"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
@ -31,9 +47,9 @@
|
|||||||
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
||||||
"window.autoScale": "Prawda, jeśli interfejs użytkownika skaluje się automatycznie z rozmiarem czcionki.",
|
"window.autoScale": "Prawda, jeśli interfejs użytkownika skaluje się automatycznie z rozmiarem czcionki.",
|
||||||
"window.zoomLevel": "Dostosuj poziom powiększenia okna. Oryginalny rozmiar to 0, a każdy przyrost powyżej (np. 1) lub poniżej (np. -1) oznacza odpowiednio powiększenie lub pomniejszenie o 20%. Możesz również wprowadzić ułamki dziesiętne, aby dostosować poziom powiększenia z większą dokładnością.",
|
"window.zoomLevel": "Dostosuj poziom powiększenia okna. Oryginalny rozmiar to 0, a każdy przyrost powyżej (np. 1) lub poniżej (np. -1) oznacza odpowiednio powiększenie lub pomniejszenie o 20%. Możesz również wprowadzić ułamki dziesiętne, aby dostosować poziom powiększenia z większą dokładnością.",
|
||||||
"ide.autoUpdate": "Prawda, aby włączyć automatyczne sprawdzanie aktualizacji. IDE będzie automatycznie i okresowo sprawdzać dostępność aktualizacji.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
||||||
"sketchbook.showAllFiles": "Prawda, aby wyświetlać wszystkie pliki ze sketcha. Fałsz jest wartością domyślną.",
|
"sketchbook.showAllFiles": "Prawda, aby wyświetlać wszystkie pliki ze szkicu. Fałsz jest wartością domyślną.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
@ -55,13 +71,12 @@
|
|||||||
"compile": "kompilacja",
|
"compile": "kompilacja",
|
||||||
"upload": "przesyłanie",
|
"upload": "przesyłanie",
|
||||||
"verifyAfterUpload": "Weryfikuj kod po przesłaniu",
|
"verifyAfterUpload": "Weryfikuj kod po przesłaniu",
|
||||||
"checkForUpdates": "Sprawdź aktualizacje podczas uruchamiania",
|
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
"manualProxy": "Konfiguracja ręczna proxy",
|
"manualProxy": "Konfiguracja ręczna proxy",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
"choose": "Choose",
|
"choose": "Wybierz",
|
||||||
"enterAdditionalURLs": "Wprowadź dodatkowe adresy URL, po jednym adresie w wierszu",
|
"enterAdditionalURLs": "Wprowadź dodatkowe adresy URL, po jednym adresie w wierszu",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
@ -71,18 +86,18 @@
|
|||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "ZALOGUJ SIĘ",
|
"signIn": "ZALOGUJ SIĘ",
|
||||||
"signOut": "Wyloguj się",
|
"signOut": "Wyloguj się",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Prywatny. Tylko Ty możesz zobaczyć ten Szkic.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Publiczny. Każda osoba mająca link może zobaczyć ten Szkic.",
|
||||||
"link": "Link:",
|
"link": "Odnośnik:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Udostępnij Szkic",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Otwórz w Cloud Editor",
|
"openInCloudEditor": "Otwórz w Cloud Editor",
|
||||||
"options": "Opcje...",
|
"options": "Opcje...",
|
||||||
"share": "Share...",
|
"share": "Udostępnij...",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
@ -107,8 +122,8 @@
|
|||||||
"installManually": "Zainstaluj ręcznie",
|
"installManually": "Zainstaluj ręcznie",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Wybierz inną płytkę i port",
|
"configDialogTitle": "Wybierz inną płytkę i port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Wybierz płytkę oraz port, aby wgrać szkic.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Wybierz płytkę podłączoną do wybranego portu.",
|
"pleasePickBoard": "Wybierz płytkę podłączoną do wybranego portu.",
|
||||||
"showAllAvailablePorts": "Po włączeniu pokazuje wszystkie dostępne porty",
|
"showAllAvailablePorts": "Po włączeniu pokazuje wszystkie dostępne porty",
|
||||||
"programmer": "Programator",
|
"programmer": "Programator",
|
||||||
@ -130,7 +145,7 @@
|
|||||||
"getBoardInfo": "Pobierz informacje o płytce",
|
"getBoardInfo": "Pobierz informacje o płytce",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": " (in Sketchbook)"
|
||||||
},
|
},
|
||||||
"boardsManager": "Boards Manager",
|
"boardsManager": "Menedżer Płytek",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "O {0}",
|
"label": "O {0}",
|
||||||
"detail": "Wersja: {0}\nData: {1}{2}\nWersja CLI: {3}{4} [{5}]\n\n{6}"
|
"detail": "Wersja: {0}\nData: {1}{2}\nWersja CLI: {3}{4} [{5}]\n\n{6}"
|
||||||
@ -138,7 +153,7 @@
|
|||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Dodaj plik",
|
"addFile": "Dodaj plik",
|
||||||
"replaceTitle": "Zamień",
|
"replaceTitle": "Zamień",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "Jeden plik dodany do szkicu."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Czy zamienić istniejącą wersję {0}?",
|
"replaceMsg": "Czy zamienić istniejącą wersję {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
@ -152,7 +167,7 @@
|
|||||||
"manageLibraries": "Zarządzaj bibliotekami...",
|
"manageLibraries": "Zarządzaj bibliotekami...",
|
||||||
"arduinoLibraries": "Biblioteki Arduino",
|
"arduinoLibraries": "Biblioteki Arduino",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Contributed libraries",
|
||||||
"title": "Library Manager",
|
"title": "Menedżer bibliotek",
|
||||||
"needsOneDependency": "Biblioteka <b>{0}:{1}</b> wymaga innej zależności, która obecnie nie jest zainstalowana:",
|
"needsOneDependency": "Biblioteka <b>{0}:{1}</b> wymaga innej zależności, która obecnie nie jest zainstalowana:",
|
||||||
"needsMultipleDependencies": "Biblioteka <b>{0}:{1}</b> wymaga innych zależności, które obecnie nie są zainstalowane:",
|
"needsMultipleDependencies": "Biblioteka <b>{0}:{1}</b> wymaga innych zależności, które obecnie nie są zainstalowane:",
|
||||||
"installOneMissingDependency": "Czy chcesz zainstalować brakującą zależność?",
|
"installOneMissingDependency": "Czy chcesz zainstalować brakującą zależność?",
|
||||||
@ -171,9 +186,9 @@
|
|||||||
"new": "Nowy",
|
"new": "Nowy",
|
||||||
"openRecent": "Otwórz ostatnie",
|
"openRecent": "Otwórz ostatnie",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Szkic",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -187,7 +202,7 @@
|
|||||||
"verify": "Weryfikuj",
|
"verify": "Weryfikuj",
|
||||||
"doneCompiling": "Kompilacja zakończona.",
|
"doneCompiling": "Kompilacja zakończona.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Otwórz szkic w nowym oknie.",
|
||||||
"openFolder": "Otwórz folder",
|
"openFolder": "Otwórz folder",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Local Sketchbook",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Najczęściej zadawane pytania",
|
"faq": "Najczęściej zadawane pytania",
|
||||||
"visit": "Odwiedź Arduino.cc"
|
"visit": "Odwiedź Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Wybierz płytkę",
|
"selectBoard": "Wybierz płytkę",
|
||||||
"checkUpdates": "Sprawdź uaktualnienia",
|
"checkUpdates": "Sprawdź uaktualnienia",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Zainstaluj",
|
"install": "Zainstaluj",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie."
|
"failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -268,8 +284,8 @@
|
|||||||
"newLine": "Nowa linia",
|
"newLine": "Nowa linia",
|
||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Połączenie nie powiodło się. Port szeregowy jest zajęty: {0}",
|
"connectionBusy": "Połączenie nie powiodło się. Port szeregowy jest zajęty: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
32
i18n/pt.json
32
i18n/pt.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Deseja salvar as alterações neste sketch antes de fechar?",
|
"saveChangesToSketch": "Deseja salvar as alterações neste sketch antes de fechar?",
|
||||||
"loseChanges": "Se você não salvar, as alterações serão perdidas. "
|
"loseChanges": "Se você não salvar, as alterações serão perdidas. "
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Erro ao verificar as atualizações do IDE do Arduino. {0}",
|
||||||
|
"notNowButton": "Agora não ",
|
||||||
|
"versionDownloaded": "O Arduino IDE {0} foi baixado. ",
|
||||||
|
"closeToInstallNotice": "Feche o software e instale a atualização em sua máquina. ",
|
||||||
|
"closeAndInstallButton": "Fechar e instalar ",
|
||||||
|
"downloadingNotice": "Baixando a versão mais recente do IDE do Arduino.",
|
||||||
|
"updateAvailable": "Atualização disponível",
|
||||||
|
"newVersionAvailable": "Uma nova versão do Arduino IDE ({0}) está disponível para download.",
|
||||||
|
"skipVersionButton": "Pular versão ",
|
||||||
|
"downloadButton": "Baixar",
|
||||||
|
"goToDownloadPage": "Uma atualização para o Arduino IDE está disponível, mas não podemos baixá-la e instalá-la automaticamente. Por favor, vá para a página de download e baixe a versão mais recente de lá. ",
|
||||||
|
"goToDownloadButton": "Ir Para Baixar",
|
||||||
|
"ideUpdaterDialog": "Atualização de software ",
|
||||||
|
"noUpdatesAvailable": "Não há atualizações recentes disponíveis para o Arduino IDE "
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Rascunho",
|
"sketch": "Rascunho",
|
||||||
"tools": "Ferramentas"
|
"tools": "Ferramentas"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.",
|
"upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.",
|
||||||
"window.autoScale": "Verdadeiro se a interface do usuário for dimensionada automaticamente com o tamanho da fonte.",
|
"window.autoScale": "Verdadeiro se a interface do usuário for dimensionada automaticamente com o tamanho da fonte.",
|
||||||
"window.zoomLevel": "Ajuste o nível de zoom da janela. O tamanho original é 0 e cada incremento acima (por exemplo, 1) ou abaixo (por exemplo, -1) representa um zoom 20% maior ou menor. Você também pode inserir decimais para ajustar o nível de zoom para uma maior precisão.",
|
"window.zoomLevel": "Ajuste o nível de zoom da janela. O tamanho original é 0 e cada incremento acima (por exemplo, 1) ou abaixo (por exemplo, -1) representa um zoom 20% maior ou menor. Você também pode inserir decimais para ajustar o nível de zoom para uma maior precisão.",
|
||||||
"ide.autoUpdate": "Verdadeiro para habilitar as verificações automáticas de atualização. A IDE verificará se há atualizações automáticas periodicamente.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "Lista de certificados que podem ser carregados nas placas",
|
"board.certificates": "Lista de certificados que podem ser carregados nas placas",
|
||||||
"sketchbook.showAllFiles": "Verdadeiro para mostrar todos os arquivos de sketch dentro do sketch. Falso é padrão.",
|
"sketchbook.showAllFiles": "Verdadeiro para mostrar todos os arquivos de sketch dentro do sketch. Falso é padrão.",
|
||||||
"cloud.enabled": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.",
|
"cloud.enabled": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "compilar",
|
"compile": "compilar",
|
||||||
"upload": "enviar",
|
"upload": "enviar",
|
||||||
"verifyAfterUpload": "Verificar o código após enviar",
|
"verifyAfterUpload": "Verificar o código após enviar",
|
||||||
"checkForUpdates": "Procurar por atualizações ao iniciar",
|
|
||||||
"editorQuickSuggestions": "Dicas do editor",
|
"editorQuickSuggestions": "Dicas do editor",
|
||||||
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
|
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
|
||||||
"noProxy": "Sem proxy",
|
"noProxy": "Sem proxy",
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"installNow": "O núcleo \"{0} {1}\" deve ser instalado para a placa \"{2}\" atualmente selecionada. Quer instalar agora?",
|
"installNow": "O núcleo \"{0} {1}\" deve ser instalado para a placa \"{2}\" atualmente selecionada. Quer instalar agora?",
|
||||||
"configDialogTitle": "Selecionar Outra Placa e Porta",
|
"configDialogTitle": "Selecionar Outra Placa e Porta",
|
||||||
"configDialog1": "Selecione uma placa e uma porta se quiser fazer o upload de um sketch.",
|
"configDialog1": "Selecione uma placa e uma porta se quiser fazer o upload de um sketch.",
|
||||||
"configDialog2": "Se você apenas selecionar a placa, poderá apenas compilar, mas não poderá fazer o upload de seu sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Escolha uma placa conectada à porta que você selecionou.",
|
"pleasePickBoard": "Escolha uma placa conectada à porta que você selecionou.",
|
||||||
"showAllAvailablePorts": "Mostrar todas as portas disponíveis quando habilitado",
|
"showAllAvailablePorts": "Mostrar todas as portas disponíveis quando habilitado",
|
||||||
"programmer": "Programador/Gravador",
|
"programmer": "Programador/Gravador",
|
||||||
@ -173,7 +188,7 @@
|
|||||||
"showFolder": "Mostrar a pasta de Sketches",
|
"showFolder": "Mostrar a pasta de Sketches",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Movendo",
|
"moving": "Movendo",
|
||||||
"movingMsg": "O arquivo \"{0}\" deve estar dentro de uma pasta de sketch chamada \"{1}\".\nCriar esta pasta, mover o arquivo e continuar?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
|
"cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
|
||||||
"saveFolderAs": "Salvar a pasta de sketch como...",
|
"saveFolderAs": "Salvar a pasta de sketch como...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Referência",
|
"reference": "Referência",
|
||||||
"findInReference": "Encontrar em Referência",
|
"findInReference": "Encontrar em Referência",
|
||||||
"faq": "Perguntas Frequentes",
|
"faq": "Perguntas Frequentes",
|
||||||
"visit": "Visitar Arduino.cc"
|
"visit": "Visitar Arduino.cc",
|
||||||
|
"privacyPolicy": "Política de Privacidade "
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Enviar certificado Raiz SSL",
|
"uploadRootCertificates": "Enviar certificado Raiz SSL",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "Nenhuma placa compatível conectada"
|
"noSupportedBoardConnected": "Nenhuma placa compatível conectada"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Atualizador de Firmware",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Selecionar Placa",
|
"selectBoard": "Selecionar Placa",
|
||||||
"checkUpdates": "Verificar Atualizações",
|
"checkUpdates": "Verificar Atualizações",
|
||||||
"selectVersion": "Selecione a versão do firmware",
|
"selectVersion": "Selecione a versão do firmware",
|
||||||
"install": "Instalar",
|
"install": "Instalar",
|
||||||
"overwriteSketch": "A instalação substituirá o sketch na placa.",
|
"overwriteSketch": "A instalação substituirá o sketch na placa.",
|
||||||
"installingFirmware": "Instalando firmware.",
|
"installingFirmware": "Instalando firmware.",
|
||||||
"successfullyInstalled": "Firmware instalado com sucesso.",
|
"successfullyInstalled": "Firmware instalado com sucesso. ",
|
||||||
"failedInstall": "A instalação falhou. Por favor, tente novamente."
|
"failedInstall": "A instalação falhou. Por favor, tente novamente."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Retorno de linha",
|
"carriageReturn": "Retorno de linha",
|
||||||
"newLineCarriageReturn": "Nova linha e retorno de linha",
|
"newLineCarriageReturn": "Nova linha e retorno de linha",
|
||||||
"notConnected": "Não conectado. Selecione uma placa e uma porta para conectar automaticamente.",
|
"notConnected": "Não conectado. Selecione uma placa e uma porta para conectar automaticamente.",
|
||||||
"message": "Mensagem ({0} + Enter para enviar mensagem para '{1}' em '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "A conexão falhou. A porta serial está ocupada: {0}",
|
"connectionBusy": "A conexão falhou. A porta serial está ocupada: {0}",
|
||||||
"disconnected": "Desconectado {0} de {1}.",
|
"disconnected": "Desconectado {0} de {1}.",
|
||||||
"unexpectedError": "Erro inesperado. Reconectando {0} na porta {1}.",
|
"unexpectedError": "Erro inesperado. Reconectando {0} na porta {1}.",
|
||||||
|
144
i18n/ro.json
144
i18n/ro.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Vrei să salvezi modificările făcute schiței înainte de a închide?",
|
"saveChangesToSketch": "Vrei să salvezi modificările făcute schiței înainte de a închide?",
|
||||||
"loseChanges": "Dacă nu salvezi, modificările se vor pierde."
|
"loseChanges": "Dacă nu salvezi, modificările se vor pierde."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "Not now",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Schița",
|
"sketch": "Schița",
|
||||||
"tools": "Unelte"
|
"tools": "Unelte"
|
||||||
@ -31,49 +47,48 @@
|
|||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "Adevărat pentru a afișa toate fișierele tip schița din interiorul schiței. Este fals în modul implicit.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "Adevărat dacă funcțile schiței sunt activate. Valoarea implictă este adevarată.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "ID-ul de client OAuth2.",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "Domeniul OAuth2.",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "Audiența OAuth2.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "URI folosit pentru a înregistra un utilizator nou.",
|
||||||
"network": "Network",
|
"network": "Rețea",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Sketchbook location",
|
||||||
"browse": "Browse",
|
"browse": "Selectează",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "Editor font size",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "Scala de interfață",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
"automatic": "Automatic",
|
"automatic": "Automat",
|
||||||
"compile": "compile",
|
"compile": "compila",
|
||||||
"upload": "upload",
|
"upload": "încarcă",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verifică codul după încarcare",
|
||||||
"checkForUpdates": "Check for updates on startup",
|
"editorQuickSuggestions": "Sugestii rapide în Editor",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
|
||||||
"additionalManagerURLs": "Additional Boards Manager URLs",
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "Fără proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Configurare manuală proxy",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
"choose": "Choose",
|
"choose": "Selectează",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Introduce URL-uri noi, câte unul pe fiecare rând",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Invalid theme."
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "CONECTARE",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Deconectare",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Privat. Numai tu poți vedea Schița.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Public. Oricine are link-ul poate vedea Schița.",
|
||||||
"link": "Link:",
|
"link": "Link:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
@ -81,15 +96,15 @@
|
|||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "Open in Cloud Editor",
|
||||||
"options": "Options...",
|
"options": "Opțiuni...",
|
||||||
"share": "Share...",
|
"share": "Partajați...",
|
||||||
"remote": "Remote",
|
"remote": "La distanță ",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "Învață mai mult",
|
||||||
"continue": "Continue",
|
"continue": "Continuă",
|
||||||
"pushSketch": "Push Sketch",
|
"pushSketch": "Push Sketch",
|
||||||
"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.",
|
"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.",
|
||||||
"pull": "Pull",
|
"pull": "Pull",
|
||||||
@ -99,57 +114,57 @@
|
|||||||
"push": "Push",
|
"push": "Push",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "Conectat",
|
||||||
"offline": "Offline",
|
"offline": "Deconectat",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Poză de profil"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "Instalează Manual",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programator",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
||||||
"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?",
|
"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?",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "Re-selectează mai târziu",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "No boards selected.",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "No ports selected for board: '{0}'.",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "Select other board and port…",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} la {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Please select a board to obtain board info.",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Please select a port to obtain board info.",
|
||||||
"boardInfo": "Board Info",
|
"boardInfo": "Board Info",
|
||||||
"board": "Board{0}",
|
"board": "Board{0}",
|
||||||
"port": "Port{0}",
|
"port": "Portul{0}",
|
||||||
"getBoardInfo": "Get Board Info",
|
"getBoardInfo": "Get Board Info",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": " (in Sketchbook)"
|
||||||
},
|
},
|
||||||
"boardsManager": "Boards Manager",
|
"boardsManager": "Boards Manager",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "Despre {0}",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "Versiunea: {0}\nData: {1}{2}\nVersiunea CLI : {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Add File",
|
"addFile": "Adaugă Fișier",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "Înlocuiește",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "One file added to the sketch."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Add .ZIP Library...",
|
"addZip": "Add .ZIP Library...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "Librărie",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
"include": "Include Library",
|
"include": "Include Librăria",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "Gestionare Librării ",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Arduino libraries",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Contributed libraries",
|
||||||
"title": "Library Manager",
|
"title": "Library Manager",
|
||||||
@ -158,8 +173,8 @@
|
|||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Instalează tot",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Instalează doar {0}",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
},
|
},
|
||||||
@ -168,27 +183,27 @@
|
|||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archive Sketch",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"new": "New",
|
"new": "Nou",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Deschide Recente",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
"upload": "Upload",
|
"upload": "Încărcați",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "Upload Using Programmer",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Verify/Compile",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
"verify": "Verify",
|
"verify": "Verifică",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Done compiling.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Deschide Folder",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Local Sketchbook",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Sketchbook",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "Are you sure you want to close the sketch?"
|
||||||
@ -207,7 +222,7 @@
|
|||||||
"autoFormat": "Auto Format"
|
"autoFormat": "Auto Format"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "Exemple",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
"builtInExamples": "Built-in examples",
|
"builtInExamples": "Built-in examples",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
@ -215,21 +230,22 @@
|
|||||||
"forAny": "Examples for any board"
|
"forAny": "Examples for any board"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Caută pe Arduino.cc",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "Type a keyword",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Getting Started",
|
||||||
"environment": "Environment",
|
"environment": "Mediu de lucru",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "Troubleshooting",
|
||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Vizitează Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
"openContext": "Open context",
|
"openContext": "Open context",
|
||||||
"remove": "Remove",
|
"remove": "Remove",
|
||||||
"upload": "Upload",
|
"upload": "Încărcare",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "Enter URL",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Selectează Placa",
|
"selectBoard": "Selectează Placa",
|
||||||
"checkUpdates": "Verifică Versiunile",
|
"checkUpdates": "Verifică Versiunile",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Instalează",
|
"install": "Instalează",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Installing firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Instalarea a eșuat. Te rugăm să încerci din nou."
|
"failedInstall": "Instalarea a eșuat. Te rugăm să încerci din nou."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -267,9 +283,9 @@
|
|||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "No Line Ending",
|
||||||
"newLine": "Linie Nouă",
|
"newLine": "Linie Nouă",
|
||||||
"carriageReturn": "Carriage Return",
|
"carriageReturn": "Carriage Return",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "NL și CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
"connectionBusy": "Conexiunea a eșuat. Portul Serial este ocupat: {0}",
|
"connectionBusy": "Conexiunea a eșuat. Portul Serial este ocupat: {0}",
|
||||||
"disconnected": "Deconectat {0} de la {1}.",
|
"disconnected": "Deconectat {0} de la {1}.",
|
||||||
"unexpectedError": "Eroare neașteptată. Reconectare {0} pe portul {1}.",
|
"unexpectedError": "Eroare neașteptată. Reconectare {0} pe portul {1}.",
|
||||||
@ -302,7 +318,7 @@
|
|||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
"offline": "Offline",
|
"offline": "Deconectat",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
||||||
|
114
i18n/ru.json
114
i18n/ru.json
@ -3,17 +3,33 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"offlineIndicator": "Похоже, у Вас нет подключения к Интернету. Без подключения к Интернету Arduino CLI не сможет загрузить необходимые ресурсы и упадет. Подключитесь к Интернету и перезапустите приложение.",
|
"offlineIndicator": "Похоже, у Вас нет подключения к Интернету. Без подключения к Интернету Arduino CLI не сможет загрузить необходимые ресурсы и упадет. Подключитесь к Интернету и перезапустите приложение.",
|
||||||
"noBoardSelected": "Плата не выбрана",
|
"noBoardSelected": "Плата не выбрана",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "вкл. {0}",
|
||||||
"notConnected": "[не подключено].",
|
"notConnected": "[не подключено].",
|
||||||
"serialMonitor": "Монитор порта",
|
"serialMonitor": "Монитор порта",
|
||||||
"oldFormat": "'{0}' использует старый формат `.pde`. Хотите сконвертировать в новый формат `.ino`?",
|
"oldFormat": "'{0}' использует старый формат `.pde`. Хотите сконвертировать в новый формат `.ino`?",
|
||||||
"later": "Позже",
|
"later": "Позже",
|
||||||
"selectBoard": "Выбрать плату",
|
"selectBoard": "Выбрать плату",
|
||||||
"unknown": "Неизвестно",
|
"unknown": "Неизвестно",
|
||||||
"processing": "Processing",
|
"processing": "Обработка",
|
||||||
"saveChangesToSketch": "Сохранить изменения в этом скетче перед закрытием?",
|
"saveChangesToSketch": "Сохранить изменения в этом скетче перед закрытием?",
|
||||||
"loseChanges": "Если не сохранить изменения - они будут потеряны."
|
"loseChanges": "Если не сохранить изменения - они будут потеряны."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Ошибка при проверке обновлений IDE Arduino.\n{0}",
|
||||||
|
"notNowButton": "Не сейчас",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} был загружен.",
|
||||||
|
"closeToInstallNotice": "Закройте программное обеспечение и установите обновление на вашем компьютере.",
|
||||||
|
"closeAndInstallButton": "Закрыть и установить",
|
||||||
|
"downloadingNotice": "Загрузка последней версии Arduino IDE.",
|
||||||
|
"updateAvailable": "Доступны обновления",
|
||||||
|
"newVersionAvailable": "Новая версия Arduino IDE ({0}) доступна для загрузки.",
|
||||||
|
"skipVersionButton": "Пропустить версию",
|
||||||
|
"downloadButton": "Скачать",
|
||||||
|
"goToDownloadPage": "Доступно обновление для Arduino IDE, но мы не можем загрузить и установить его автоматически. Пожалуйста, перейдите на страницу загрузки и оттуда загрузите последнюю версию.",
|
||||||
|
"goToDownloadButton": "Перейдите к скачиванию",
|
||||||
|
"ideUpdaterDialog": "Обновление программного обеспечения",
|
||||||
|
"noUpdatesAvailable": "Нет обновлений для Arduino IDE"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Скетч",
|
"sketch": "Скетч",
|
||||||
"tools": "Инструменты"
|
"tools": "Инструменты"
|
||||||
@ -27,11 +43,11 @@
|
|||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True - сервер Arduino Language будет создавать файлы журнала в папке скетча. В противном случае - false. По умолчанию - false.",
|
"language.log": "True - сервер Arduino Language будет создавать файлы журнала в папке скетча. В противном случае - false. По умолчанию - false.",
|
||||||
"compile.verbose": "True для подробного вывода компилятора. По умолчанию - false.",
|
"compile.verbose": "True для подробного вывода компилятора. По умолчанию - false.",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Уровень предупреждений GCC. По умолчанию 'None'.",
|
||||||
"upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.",
|
"upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.",
|
||||||
"window.autoScale": "True, если пользовательский интерфейс автоматически масштабируется в зависимости от размера шрифта.",
|
"window.autoScale": "True, если пользовательский интерфейс автоматически масштабируется в зависимости от размера шрифта.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "Отрегулируйте уровень масштабирования окна. Оригинальный размер равен 0 и каждое изменение выше (например, 1) или ниже (например, -1) представляет собой масштабирование на 20% больше или меньше. Вы также можете войти в десятичные, чтобы настроить уровень масштабирования с более тонкой гранулярностью.",
|
||||||
"ide.autoUpdate": "True - автоматическая проверка обновлений включена. IDE будет проверять наличие обновлений периодически в автоматическом режиме.",
|
"ide.updateChannel": "Release channel - это канал для обновлений. «stable» - это стабильный выпуск, «Nightly» - это последняя сборка.",
|
||||||
"board.certificates": "Список сертификатов, которые могут быть загружены в платы",
|
"board.certificates": "Список сертификатов, которые могут быть загружены в платы",
|
||||||
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
||||||
"cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.",
|
"cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.",
|
||||||
@ -55,17 +71,16 @@
|
|||||||
"compile": "компиляции",
|
"compile": "компиляции",
|
||||||
"upload": "выгрузке на плату",
|
"upload": "выгрузке на плату",
|
||||||
"verifyAfterUpload": "Проверять содержимое памяти платы после загрузки",
|
"verifyAfterUpload": "Проверять содержимое памяти платы после загрузки",
|
||||||
"checkForUpdates": "Проверять обновления при запуске",
|
|
||||||
"editorQuickSuggestions": "Быстрые подсказки в редакторе",
|
"editorQuickSuggestions": "Быстрые подсказки в редакторе",
|
||||||
"additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
|
"additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
|
||||||
"noProxy": "Не использовать прокси-сервер",
|
"noProxy": "Не использовать прокси-сервер",
|
||||||
"manualProxy": "Ручная настройка параметров прокси-сервера",
|
"manualProxy": "Ручная настройка параметров прокси-сервера",
|
||||||
"newSketchbookLocation": "Выбрать новое расположение для альбома со скетчами",
|
"newSketchbookLocation": "Выбрать новое расположение для альбома со скетчами",
|
||||||
"choose": "Choose",
|
"choose": "Выбрать",
|
||||||
"enterAdditionalURLs": "Введите дополнительные URL, по одному в каждой строке",
|
"enterAdditionalURLs": "Введите дополнительные URL, по одному в каждой строке",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Список URL-адресов поддержки неофициальных плат",
|
||||||
"invalid.sketchbook.location": "Неправильный путь к альбому со скетчами: {0}",
|
"invalid.sketchbook.location": "Неправильный путь к альбому со скетчами: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Неверный размер шрифта редактора. Это должно быть положительное целое число.",
|
||||||
"invalid.theme": "Неверная тема."
|
"invalid.theme": "Неверная тема."
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
@ -83,7 +98,7 @@
|
|||||||
"openInCloudEditor": "Открыть в облачном редакторе",
|
"openInCloudEditor": "Открыть в облачном редакторе",
|
||||||
"options": "Параметры...",
|
"options": "Параметры...",
|
||||||
"share": "Поделиться...",
|
"share": "Поделиться...",
|
||||||
"remote": "Remote",
|
"remote": "Удаленный",
|
||||||
"emptySketchbook": "Ваш альбом пуст",
|
"emptySketchbook": "Ваш альбом пуст",
|
||||||
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке.",
|
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке.",
|
||||||
"signInToCloud": "Войдите в Arduino Cloud",
|
"signInToCloud": "Войдите в Arduino Cloud",
|
||||||
@ -99,28 +114,28 @@
|
|||||||
"push": "Push",
|
"push": "Push",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "Подключено",
|
||||||
"offline": "Offline",
|
"offline": "Не подключено",
|
||||||
"profilePicture": "Фотография профиля"
|
"profilePicture": "Фотография профиля"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Установить вручную",
|
"installManually": "Установить вручную",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "Необходимо установить ядро «{0} {1}» для выбранной в данный момент «{2}» платы. Вы хотите установить его сейчас?",
|
||||||
"configDialogTitle": "Выберите другую плату и порт",
|
"configDialogTitle": "Выберите другую плату и порт",
|
||||||
"configDialog1": "Выберите плату и порт, если Вы хотите загрузить скетч в плату.",
|
"configDialog1": "Выберите плату и порт, если Вы хотите загрузить скетч в плату.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "Если вы выбираете только плату, вы сможете компилировать, но не загружать свой скетч.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Пожалуйста, выберите плату, подключенную к выбранному вами порту.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Показать все доступные порты при включении",
|
||||||
"programmer": "Программатор",
|
"programmer": "Программатор",
|
||||||
"succesfullyInstalledPlatform": "Платформа установлена успешно {0}:{1}",
|
"succesfullyInstalledPlatform": "Платформа установлена успешно {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Платформа успешно удалена {0}:{1}",
|
"succesfullyUninstalledPlatform": "Платформа успешно удалена {0}:{1}",
|
||||||
"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?",
|
"couldNotFindPreviouslySelected": "Не удалось найти ранее выбранную плату '{0}' в установленной платформе '{1}'.Пожалуйста, выберите плату которую хотите использовать вручную повторно. Вы хотите повторно выбрать её сейчас?",
|
||||||
"reselectLater": "Выборать позже",
|
"reselectLater": "Выборать позже",
|
||||||
"noneSelected": "Плата не выбрана.",
|
"noneSelected": "Плата не выбрана.",
|
||||||
"noPortsSelected": "Не выбраны порты для платы: '{0}'.",
|
"noPortsSelected": "Не выбраны порты для платы: '{0}'.",
|
||||||
"noFQBN": "FQBN недоступен для выбранной платы \"{0}\". Проверьте наличие необходимого ядра.",
|
"noFQBN": "FQBN недоступен для выбранной платы \"{0}\". Проверьте наличие необходимого ядра.",
|
||||||
"openBoardsConfig": "Выберите другую плату и порт...",
|
"openBoardsConfig": "Выберите другую плату и порт...",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} в {1}",
|
||||||
"selectBoardForInfo": "Пожалуйста, выберите плату в меню инструментов для получения информации с платы.",
|
"selectBoardForInfo": "Пожалуйста, выберите плату в меню инструментов для получения информации с платы.",
|
||||||
"platformMissing": "Платформа для выбранной платы '{0}' не установлена.",
|
"platformMissing": "Платформа для выбранной платы '{0}' не установлена.",
|
||||||
"selectPortForInfo": "Пожалуйста, выберите порт в меню инструментов для получения информации с платы.",
|
"selectPortForInfo": "Пожалуйста, выберите порт в меню инструментов для получения информации с платы.",
|
||||||
@ -153,8 +168,8 @@
|
|||||||
"arduinoLibraries": "Библиотеки Arduino",
|
"arduinoLibraries": "Библиотеки Arduino",
|
||||||
"contributedLibraries": "Сторонние библиотеки",
|
"contributedLibraries": "Сторонние библиотеки",
|
||||||
"title": "Управление библиотеками",
|
"title": "Управление библиотеками",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "Нужная библиотеке <b>{0}: {1} </b> другая зависимость в настоящее время не установлена:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "Нужные библиотеке <b> {0}: {1} </b> некоторые другие зависимости в настоящее время не установлены:",
|
||||||
"installOneMissingDependency": "Установить недостающую зависимость?",
|
"installOneMissingDependency": "Установить недостающую зависимость?",
|
||||||
"installMissingDependencies": "Установить все недостающие зависимости?",
|
"installMissingDependencies": "Установить все недостающие зависимости?",
|
||||||
"dependenciesForLibrary": "Зависимости для библиотеки {0}:{1}",
|
"dependenciesForLibrary": "Зависимости для библиотеки {0}:{1}",
|
||||||
@ -172,14 +187,14 @@
|
|||||||
"openRecent": "Открыть предыдущий",
|
"openRecent": "Открыть предыдущий",
|
||||||
"showFolder": "Показать папку скетча",
|
"showFolder": "Показать папку скетча",
|
||||||
"sketch": "Скетч",
|
"sketch": "Скетч",
|
||||||
"moving": "Moving",
|
"moving": "Переместить",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "Файл «{0}» должен быть в папке с именем скетча «{1}». \nСоздать эту папку, переместить файл и продолжить?",
|
||||||
"cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
|
"cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
|
||||||
"saveFolderAs": "Сохранить папку со скетчем как...",
|
"saveFolderAs": "Сохранить папку со скетчем как...",
|
||||||
"sketchbook": "Альбом",
|
"sketchbook": "Альбом",
|
||||||
"upload": "Загрузить на плату",
|
"upload": "Загрузить на плату",
|
||||||
"uploadUsingProgrammer": "Загрузить на плату при помощи программатора",
|
"uploadUsingProgrammer": "Загрузить на плату при помощи программатора",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Не могу найти пользовательские поля для подключенной платы",
|
||||||
"doneUploading": "Загрузка завершена.",
|
"doneUploading": "Загрузка завершена.",
|
||||||
"configureAndUpload": "Настроить и загрузить",
|
"configureAndUpload": "Настроить и загрузить",
|
||||||
"verifyOrCompile": "Проверить/Скомпилировать",
|
"verifyOrCompile": "Проверить/Скомпилировать",
|
||||||
@ -223,19 +238,20 @@
|
|||||||
"reference": "Справочник по функциям",
|
"reference": "Справочник по функциям",
|
||||||
"findInReference": "Найти в справочнике",
|
"findInReference": "Найти в справочнике",
|
||||||
"faq": "Часто задаваемые вопросы",
|
"faq": "Часто задаваемые вопросы",
|
||||||
"visit": "Перейти на сайт Arduino.cc"
|
"visit": "Перейти на сайт Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Загрузка корневого сертификата SSL",
|
"uploadRootCertificates": "Загрузка корневого сертификата SSL",
|
||||||
"openContext": "Открыть контекст",
|
"openContext": "Открыть контекст",
|
||||||
"remove": "Remove",
|
"remove": "Удалить",
|
||||||
"upload": "Загрузка",
|
"upload": "Загрузка",
|
||||||
"addURL": "Добавление URL для получения SSL-сертификата",
|
"addURL": "Добавление URL для получения SSL-сертификата",
|
||||||
"enterURL": "Введите URL",
|
"enterURL": "Введите URL",
|
||||||
"selectCertificateToUpload": "1. Выберите сертификат для загрузки",
|
"selectCertificateToUpload": "1. Выберите сертификат для загрузки",
|
||||||
"addNew": "Add New",
|
"addNew": "Новый",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. Выберите плату назначения и загрузите сертификат",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "Загрузка сертификатов.",
|
||||||
"certificatesUploaded": "Сертификаты зугружены.",
|
"certificatesUploaded": "Сертификаты зугружены.",
|
||||||
"uploadFailed": "Загрузка не удалась. Повторите попытку.",
|
"uploadFailed": "Загрузка не удалась. Повторите попытку.",
|
||||||
"selectBoard": "Выберите плату...",
|
"selectBoard": "Выберите плату...",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "Не подключено ни одной поддерживаемой платы"
|
"noSupportedBoardConnected": "Не подключено ни одной поддерживаемой платы"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "Обновление прошивки WiFi101 / WiFiNINA",
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
"selectBoard": "Выбор платы",
|
"selectBoard": "Выбор платы",
|
||||||
"checkUpdates": "Проверить наличие обновлений",
|
"checkUpdates": "Проверить наличие обновлений",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Выберите версию прошивки",
|
||||||
"install": "Установка",
|
"install": "Установка",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Установка перезаписывает скетч на плате.",
|
||||||
"installingFirmware": "Установка прошивки.",
|
"installingFirmware": "Установка прошивки.",
|
||||||
"successfullyInstalled": "Прошивка успешно установлена.",
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
"failedInstall": "Не удалось установить прошивку. Повторите попытку."
|
"failedInstall": "Не удалось установить прошивку. Повторите попытку."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -261,24 +277,24 @@
|
|||||||
"upload": "Загрузка"
|
"upload": "Загрузка"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Переключить отметку времени",
|
||||||
"autoscroll": "Автопрокрутка",
|
"autoscroll": "Автопрокрутка",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Время отметки",
|
||||||
"noLineEndings": "Нет конца строки",
|
"noLineEndings": "Нет конца строки",
|
||||||
"newLine": "Новая строка",
|
"newLine": "Новая строка",
|
||||||
"carriageReturn": "CR Возврат каретки",
|
"carriageReturn": "CR Возврат каретки",
|
||||||
"newLineCarriageReturn": "NL & CR",
|
"newLineCarriageReturn": "NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Нет соединения. Выберите плату и порт для автоматического подключения.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Сообщение ({0} + Enter, чтобы отправить сообщение для '{1}' на '{2}')",
|
||||||
"connectionBusy": "Не удалось подключиться. Последовательный порт занят: {0}",
|
"connectionBusy": "Не удалось подключиться. Последовательный порт занят: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Отключен {0} от {1}",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Непредвиденная ошибка. Переподключение {0} на порту {1}.",
|
||||||
"failedReconnect": "Не удалось переподключиться {0} к последовательному порту после 10 попыток. Последовательный порт {1} занят.",
|
"failedReconnect": "Не удалось переподключиться {0} к последовательному порту после 10 попыток. Последовательный порт {1} занят.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "Переподключение {0} к {1} в {2} секунды..."
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Удалить",
|
"uninstall": "Удалить",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "Вы хотите удалить {0}?",
|
||||||
"by": "by",
|
"by": "by",
|
||||||
"version": "Версия {0}",
|
"version": "Версия {0}",
|
||||||
"moreInfo": "Дополнительная информация",
|
"moreInfo": "Дополнительная информация",
|
||||||
@ -286,14 +302,14 @@
|
|||||||
"filterSearch": "Отфильтровать результаты поиска..."
|
"filterSearch": "Отфильтровать результаты поиска..."
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Любые не сохраненные изменения не будут сохранены."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Ошибка компиляции: {0}"
|
"error": "Ошибка компиляции: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} ошибка: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Ошибка при прошивке бутлоадера: {0}"
|
"error": "Ошибка при прошивке бутлоадера: {0}"
|
||||||
@ -301,15 +317,15 @@
|
|||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.",
|
||||||
"offline": "Offline",
|
"offline": "Не подключено",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI демон не подключен",
|
||||||
"cannotConnectBackend": "Невозможно подключиться к бэкенду.",
|
"cannotConnectBackend": "Невозможно подключиться к бэкенду.",
|
||||||
"cannotConnectDaemon": "Невозможно подключиться к фоновому процессу CLI."
|
"cannotConnectDaemon": "Невозможно подключиться к фоновому процессу CLI."
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Запуск...",
|
"start": "Запуск...",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "Тип сеанса отладки «{0}» не поддерживается.",
|
||||||
"startError": "Произошла ошибка при запуске отладочной сессии, просмотрите журнал для получения дополнительной информации."
|
"startError": "Произошла ошибка при запуске отладочной сессии, просмотрите журнал для получения дополнительной информации."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
@ -325,10 +341,10 @@
|
|||||||
"invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.",
|
"invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.",
|
||||||
"newFileName": "Новое имя файла",
|
"newFileName": "Новое имя файла",
|
||||||
"deleteCurrentSketch": "Вы хотите удалить текущий скетч?",
|
"deleteCurrentSketch": "Вы хотите удалить текущий скетч?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "Ошибка создания каталога скетча. Смотрите журнал для более подробной информации. Вероятно, приложение, не будет работать должным образом."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "GO TO CLOUD"
|
"GoToCloud": "Переход в облако"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
26
i18n/tr.json
26
i18n/tr.json
@ -14,6 +14,22 @@
|
|||||||
"saveChangesToSketch": "Kapatmadan önce bu eskizdeki değişiklikleri kaydetmek istiyor musunuz?",
|
"saveChangesToSketch": "Kapatmadan önce bu eskizdeki değişiklikleri kaydetmek istiyor musunuz?",
|
||||||
"loseChanges": "Kaydetmezseniz değişiklikleriniz kaybolacak."
|
"loseChanges": "Kaydetmezseniz değişiklikleriniz kaybolacak."
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Arduino IDE güncellemelerini kontrol ederken hata oluştu.{0}",
|
||||||
|
"notNowButton": "Şimdi değil",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} indirildi.",
|
||||||
|
"closeToInstallNotice": "Yazılımı kapatın ve güncellemeyi makinanıza yükleyin.",
|
||||||
|
"closeAndInstallButton": "Kapat ve Kur",
|
||||||
|
"downloadingNotice": "Arduino IDE'nin son sürümü indiriliyor.",
|
||||||
|
"updateAvailable": "Güncelleme Mevcut",
|
||||||
|
"newVersionAvailable": "Yeni sürüm Arduino IDE ({0}) indirilmeye hazır.",
|
||||||
|
"skipVersionButton": "Sürümü Atla",
|
||||||
|
"downloadButton": "İndir",
|
||||||
|
"goToDownloadPage": "Arduino IDE için bir güncelleme mevcut, ancak otomatik olarak indirip kuramadık. Lütfen indirme sayfasına gidin ve son sürümü oradan indirin.",
|
||||||
|
"goToDownloadButton": "İndirmeye Git",
|
||||||
|
"ideUpdaterDialog": "Yazılım Güncelleme",
|
||||||
|
"noUpdatesAvailable": "Arduino IDE için yeni bir güncelleme bulunmuyor"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Eskiz",
|
"sketch": "Eskiz",
|
||||||
"tools": "Araçlar"
|
"tools": "Araçlar"
|
||||||
@ -31,7 +47,7 @@
|
|||||||
"upload.verbose": " Ayrıntılı yükleme çıktısı için True. Varsayılan: False",
|
"upload.verbose": " Ayrıntılı yükleme çıktısı için True. Varsayılan: False",
|
||||||
"window.autoScale": "Kullanıcı arayüzü yazı tipi boyutu ile otomatik olarak ölçeklenecekse True",
|
"window.autoScale": "Kullanıcı arayüzü yazı tipi boyutu ile otomatik olarak ölçeklenecekse True",
|
||||||
"window.zoomLevel": "Pencerenin yakınlaştırma seviyesini ayarlar. Orijinal boyut 0'dır ve her yukarı artış (örn. 1) veya düşüş (örn. -1) %20 daha büyük veya daha küçük anlamına gelir. Aynı zamanda yakınlaştırma seviyesini daha hassas ayarlamak için ondalıklar da girebilirsiniz.",
|
"window.zoomLevel": "Pencerenin yakınlaştırma seviyesini ayarlar. Orijinal boyut 0'dır ve her yukarı artış (örn. 1) veya düşüş (örn. -1) %20 daha büyük veya daha küçük anlamına gelir. Aynı zamanda yakınlaştırma seviyesini daha hassas ayarlamak için ondalıklar da girebilirsiniz.",
|
||||||
"ide.autoUpdate": "Otomatik güncelleme kontrollerini açmak için True. IDE güncellemeleri otomatik ve periyodik olarak kontrol eder.",
|
"ide.updateChannel": "Güncelleme yapılacak dağıtım kanalı. 'stable' kararlı sürümdür, 'nightly' ise son geliştirme sürümüdür.",
|
||||||
"board.certificates": "Kartlara yüklenebilecek sertifikaların listesi",
|
"board.certificates": "Kartlara yüklenebilecek sertifikaların listesi",
|
||||||
"sketchbook.showAllFiles": "Tüm eskiz dosyalarını eskiz içinde görüntülemek için True. Varsayılan: false.",
|
"sketchbook.showAllFiles": "Tüm eskiz dosyalarını eskiz içinde görüntülemek için True. Varsayılan: false.",
|
||||||
"cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse True. Varsayılan: True.",
|
"cloud.enabled": "Eskiz eşitleme fonksiyonları etkinse True. Varsayılan: True.",
|
||||||
@ -55,7 +71,6 @@
|
|||||||
"compile": "derle",
|
"compile": "derle",
|
||||||
"upload": "yükle",
|
"upload": "yükle",
|
||||||
"verifyAfterUpload": "Yüklemeden sonra kodu doğrula",
|
"verifyAfterUpload": "Yüklemeden sonra kodu doğrula",
|
||||||
"checkForUpdates": "Açılışta güncellemeleri kontrol et",
|
|
||||||
"editorQuickSuggestions": "Editör Hızlı Önerileri",
|
"editorQuickSuggestions": "Editör Hızlı Önerileri",
|
||||||
"additionalManagerURLs": "Ek Kart Yöneticisi URL'leri",
|
"additionalManagerURLs": "Ek Kart Yöneticisi URL'leri",
|
||||||
"noProxy": "Vekil yok",
|
"noProxy": "Vekil yok",
|
||||||
@ -223,7 +238,8 @@
|
|||||||
"reference": "Başvuru",
|
"reference": "Başvuru",
|
||||||
"findInReference": "Başvuruda Bul",
|
"findInReference": "Başvuruda Bul",
|
||||||
"faq": "Sıkça Sorulan Sorular",
|
"faq": "Sıkça Sorulan Sorular",
|
||||||
"visit": "Arduino.cc'yi Ziyaret Et"
|
"visit": "Arduino.cc'yi Ziyaret Et",
|
||||||
|
"privacyPolicy": "Gizlilik Politikası"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "SSL Kök Sertifikalarını Yükle",
|
"uploadRootCertificates": "SSL Kök Sertifikalarını Yükle",
|
||||||
@ -243,7 +259,7 @@
|
|||||||
"noSupportedBoardConnected": "Bağlı desteklenen kart yok"
|
"noSupportedBoardConnected": "Bağlı desteklenen kart yok"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Güncelleyici",
|
"updater": "WiFi101 / WiFiNINA Firmware Güncelleyici",
|
||||||
"selectBoard": "Kart Seç",
|
"selectBoard": "Kart Seç",
|
||||||
"checkUpdates": "Güncellemeleri Kontrol Et",
|
"checkUpdates": "Güncellemeleri Kontrol Et",
|
||||||
"selectVersion": "Firmware versiyonunu seç",
|
"selectVersion": "Firmware versiyonunu seç",
|
||||||
@ -269,7 +285,7 @@
|
|||||||
"carriageReturn": "Satır Başı",
|
"carriageReturn": "Satır Başı",
|
||||||
"newLineCarriageReturn": "NL ve CR ile Birlikte",
|
"newLineCarriageReturn": "NL ve CR ile Birlikte",
|
||||||
"notConnected": "Bağlı değil. Otomatik olarak bağlanacak bir kart ve bir port seçin.",
|
"notConnected": "Bağlı değil. Otomatik olarak bağlanacak bir kart ve bir port seçin.",
|
||||||
"message": "Mesaj ({0} + Mesaj göndermek için Enter '{1}' / '{2}'",
|
"message": "Mesaj ({0} + Mesaj göndermek için Enter '{1}' / '{2}')",
|
||||||
"connectionBusy": "Bağlantı başarısız. Seri Port meşgul: {0}",
|
"connectionBusy": "Bağlantı başarısız. Seri Port meşgul: {0}",
|
||||||
"disconnected": "{1} bağlantısı koptu {0}.",
|
"disconnected": "{1} bağlantısı koptu {0}.",
|
||||||
"unexpectedError": "Beklenmeyen hata. Yeniden bağlanılıyor {0} / {1}.",
|
"unexpectedError": "Beklenmeyen hata. Yeniden bağlanılıyor {0} / {1}.",
|
||||||
|
120
i18n/zh.json
120
i18n/zh.json
@ -3,23 +3,39 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
||||||
"noBoardSelected": "没有选择开发板",
|
"noBoardSelected": "没有选择开发板",
|
||||||
"selectedOn": "关于{0}",
|
"selectedOn": "on {0}",
|
||||||
"notConnected": "[没有连接]",
|
"notConnected": "[没有连接]",
|
||||||
"serialMonitor": "串口监视器",
|
"serialMonitor": "串口监视器",
|
||||||
"oldFormat": "{0}仍然使用旧的.pde格式。是否要切换到新的.ino扩展?",
|
"oldFormat": "{0}仍然使用旧的.pde格式。是否要切换到新的.ino扩展?",
|
||||||
"later": "之后",
|
"later": "之后",
|
||||||
"selectBoard": "选择开发板",
|
"selectBoard": "选择开发板",
|
||||||
"unknown": "未知",
|
"unknown": "未知",
|
||||||
"processing": "处理",
|
"processing": "正在处理中",
|
||||||
"saveChangesToSketch": "是否要在关闭前保存对此项目所做的更改?",
|
"saveChangesToSketch": "是否要在关闭前保存对此项目所做的更改?",
|
||||||
"loseChanges": "如果不保存,所做的更改将丢失。"
|
"loseChanges": "如果不保存,所做的更改将丢失。"
|
||||||
},
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "检查Arduino IDE更新时出错。{0}",
|
||||||
|
"notNowButton": "不是现在",
|
||||||
|
"versionDownloaded": "Arduino IDE{0}已经下载。",
|
||||||
|
"closeToInstallNotice": "关闭软件并安装更新。",
|
||||||
|
"closeAndInstallButton": "关闭并安装",
|
||||||
|
"downloadingNotice": "正在下载Arduino IDE的最新版本。",
|
||||||
|
"updateAvailable": "IDE可更新。",
|
||||||
|
"newVersionAvailable": "新版本的Arduino IDE({0})可供下载。",
|
||||||
|
"skipVersionButton": "跳过这次版本更新",
|
||||||
|
"downloadButton": "下载",
|
||||||
|
"goToDownloadPage": "Arduino IDE可以更新,但我们无法自动下载和安装。请转到下载页面并下载最新版本手动安装。",
|
||||||
|
"goToDownloadButton": "去下载",
|
||||||
|
"ideUpdaterDialog": "软件更新",
|
||||||
|
"noUpdatesAvailable": "目前Arduino IDE没有可更新的版本。"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "项目",
|
"sketch": "项目",
|
||||||
"tools": "工具"
|
"tools": "工具"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "优化调试",
|
"optimizeForDebugging": "调试优化",
|
||||||
"debugWithMessage": "调试 - {0}",
|
"debugWithMessage": "调试 - {0}",
|
||||||
"noPlatformInstalledFor": "{0}平台未安装",
|
"noPlatformInstalledFor": "{0}平台未安装",
|
||||||
"debuggingNotSupported": "{0}不支持调试"
|
"debuggingNotSupported": "{0}不支持调试"
|
||||||
@ -31,39 +47,38 @@
|
|||||||
"upload.verbose": "True则输出详细上传信息。默认情况下为False。",
|
"upload.verbose": "True则输出详细上传信息。默认情况下为False。",
|
||||||
"window.autoScale": "True则用户界面随字体大小自动缩放。",
|
"window.autoScale": "True则用户界面随字体大小自动缩放。",
|
||||||
"window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为0,大于(例如1)或小于(例如-1)的每个增量表示放大或缩小20%。输入小数可以更精细的调整缩放级别。",
|
"window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为0,大于(例如1)或小于(例如-1)的每个增量表示放大或缩小20%。输入小数可以更精细的调整缩放级别。",
|
||||||
"ide.autoUpdate": "True则启用自动更新。IDE将定期检查更新。",
|
"ide.updateChannel": "在发布频道中获取更新信息。'stable是稳定的版本,nightly是最新的开发版本。",
|
||||||
"board.certificates": "可上传到开发板的证书列表",
|
"board.certificates": "可上传到开发板的证书列表",
|
||||||
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
||||||
"cloud.enabled": "True则启用项目同步功能。默认为true。",
|
"cloud.enabled": "True则启用项目同步功能。默认为true。",
|
||||||
"cloud.pull.warn": "True则在拉取云项目之前警告用户。默认为true。",
|
"cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。",
|
||||||
"cloud.push.warn": "True则在推送云项目之前警告用户。默认为true。",
|
"cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。",
|
||||||
"cloud.pushpublic.warn": "True则将公开项目推送到云中之前警告用户。默认为true。",
|
"cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。",
|
||||||
"cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino云API。",
|
"cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino Cloud API。",
|
||||||
"auth.clientID": "OAuth2客户端ID",
|
"auth.clientID": "OAuth2客户端ID",
|
||||||
"auth.domain": "OAuth2域",
|
"auth.domain": "OAuth2域",
|
||||||
"auth.audience": "OAuth2 受众。",
|
"auth.audience": "OAuth2 受众。",
|
||||||
"auth.registerUri": "用于注册新用户的网址。",
|
"auth.registerUri": "用于注册新用户的地址。",
|
||||||
"network": "网络",
|
"network": "网络",
|
||||||
"sketchbook.location": "项目文件夹地址",
|
"sketchbook.location": "项目文件夹地址",
|
||||||
"browse": "浏览",
|
"browse": "浏览",
|
||||||
"files.inside.sketches": "在项目中显示文件",
|
"files.inside.sketches": "显示项目中的文件夹",
|
||||||
"editorFontSize": "编辑器字体大小",
|
"editorFontSize": "编辑器字体大小",
|
||||||
"interfaceScale": "界面比例",
|
"interfaceScale": "界面比例",
|
||||||
"showVerbose": "显示过程的详细输出",
|
"showVerbose": "显示详细输出",
|
||||||
"compilerWarnings": "编译器警告",
|
"compilerWarnings": "编译器警告",
|
||||||
"automatic": " 自动调整",
|
"automatic": " 自动调整",
|
||||||
"compile": "编译",
|
"compile": "编译",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"verifyAfterUpload": "上传后验证代码",
|
"verifyAfterUpload": "上传后验证代码",
|
||||||
"checkForUpdates": "启动时检查更新",
|
|
||||||
"editorQuickSuggestions": "编辑快速建议",
|
"editorQuickSuggestions": "编辑快速建议",
|
||||||
"additionalManagerURLs": "附加开发板管理器网址",
|
"additionalManagerURLs": "其他开发板管理器地址",
|
||||||
"noProxy": "无代理",
|
"noProxy": "无代理",
|
||||||
"manualProxy": "手动配置代理",
|
"manualProxy": "手动配置代理",
|
||||||
"newSketchbookLocation": "选择新的项目文件夹地址",
|
"newSketchbookLocation": "选择新的项目文件夹地址",
|
||||||
"choose": "选择",
|
"choose": "选择",
|
||||||
"enterAdditionalURLs": "输入其他网址,每行一个。",
|
"enterAdditionalURLs": "输入其他地址,每行一个。",
|
||||||
"unofficialBoardSupport": "点击获取支持的非官方开发板网址列表",
|
"unofficialBoardSupport": "点击获取支持的非官方开发板地址列表",
|
||||||
"invalid.sketchbook.location": "无效的项目文件夹地址:{0}",
|
"invalid.sketchbook.location": "无效的项目文件夹地址:{0}",
|
||||||
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
||||||
"invalid.theme": "无效的主题。"
|
"invalid.theme": "无效的主题。"
|
||||||
@ -80,26 +95,26 @@
|
|||||||
"shareSketch": "共享项目",
|
"shareSketch": "共享项目",
|
||||||
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
|
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
|
||||||
"pullSketch": "拉取项目",
|
"pullSketch": "拉取项目",
|
||||||
"openInCloudEditor": "在云编辑器打开",
|
"openInCloudEditor": "在Cloud编辑器打开",
|
||||||
"options": "选项。。。",
|
"options": "选项。。。",
|
||||||
"share": "共享。。。",
|
"share": "共享。。。",
|
||||||
"remote": "远程",
|
"remote": "远程",
|
||||||
"emptySketchbook": "你的项目文件夹是空的",
|
"emptySketchbook": "你的项目文件夹是空的",
|
||||||
"visitArduinoCloud": "访问Arduino云以创建云项目。",
|
"visitArduinoCloud": "访问Arduino Cloud以创建云项目。",
|
||||||
"signInToCloud": "登录Arduino云",
|
"signInToCloud": "登录Arduino Cloud",
|
||||||
"syncEditSketches": "同步和编辑Arduino云项目",
|
"syncEditSketches": "同步和编辑Arduino Cloud项目",
|
||||||
"learnMore": "查看更多",
|
"learnMore": "查看更多",
|
||||||
"continue": "继续",
|
"continue": "继续",
|
||||||
"pushSketch": "推送项目",
|
"pushSketch": "推送项目",
|
||||||
"pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
"pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
||||||
"pull": "拉取",
|
"pull": "拉取",
|
||||||
"pullSketchMsg": "从云中拉取此项目将覆盖其本地项目。你确定要继续吗?",
|
"pullSketchMsg": "从Cloud中拉取此项目将覆盖其本地项目。你确定要继续吗?",
|
||||||
"donePulling": "已完成拉取{0}。",
|
"donePulling": "已完成拉取{0}。",
|
||||||
"notYetPulled": "无法推送到云。未被拉取。",
|
"notYetPulled": "无法推送到Cloud。未被拉取。",
|
||||||
"push": "推送",
|
"push": "推送",
|
||||||
"pullFirst": "你必须先拉取才能推送到云。",
|
"pullFirst": "你必须先拉取才能推送到Cloud。",
|
||||||
"donePushing": "已完成推送{0}。",
|
"donePushing": "已完成推送{0}。",
|
||||||
"connected": "连接",
|
"connected": "已连接",
|
||||||
"offline": "离线",
|
"offline": "离线",
|
||||||
"profilePicture": "资料图片"
|
"profilePicture": "资料图片"
|
||||||
},
|
},
|
||||||
@ -108,16 +123,16 @@
|
|||||||
"installNow": "必须为当前选定的{2}开发板板安装{0}{1}内核。你想现在安装吗?",
|
"installNow": "必须为当前选定的{2}开发板板安装{0}{1}内核。你想现在安装吗?",
|
||||||
"configDialogTitle": "选择其他开发板和端口",
|
"configDialogTitle": "选择其他开发板和端口",
|
||||||
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
||||||
"configDialog2": "如果你只选择开发板,那么只能编译,不能上传项目。",
|
"configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。",
|
||||||
"pleasePickBoard": "请选择要连接的开发板。",
|
"pleasePickBoard": "请选择要连接的开发板。",
|
||||||
"showAllAvailablePorts": "启用时显示所有可用端口",
|
"showAllAvailablePorts": "启用时显示所有可用端口",
|
||||||
"programmer": "编程器",
|
"programmer": "编程器",
|
||||||
"succesfullyInstalledPlatform": "已成功安装平台{0}:{1}",
|
"succesfullyInstalledPlatform": "已成功安装平台{0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "已成功卸载平台{0}:{1}",
|
"succesfullyUninstalledPlatform": "已成功卸载平台{0}:{1}",
|
||||||
"couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动重新选择要使用的开发板。你想现在重新选择它吗?",
|
"couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
||||||
"reselectLater": "稍后重新选择",
|
"reselectLater": "稍后重新选择",
|
||||||
"noneSelected": "未选择任何开发板。",
|
"noneSelected": "未选择任何开发板。",
|
||||||
"noPortsSelected": "没有为开发板{0}选择端口。",
|
"noPortsSelected": "没有为开发板选择端口:{0}。",
|
||||||
"noFQBN": "FQBN不可用于所选开发板{0}。你是否安装了相应的内核?",
|
"noFQBN": "FQBN不可用于所选开发板{0}。你是否安装了相应的内核?",
|
||||||
"openBoardsConfig": "选择其他开发板和端口。。。",
|
"openBoardsConfig": "选择其他开发板和端口。。。",
|
||||||
"boardListItem": "{0} 在 {1}",
|
"boardListItem": "{0} 在 {1}",
|
||||||
@ -142,7 +157,7 @@
|
|||||||
},
|
},
|
||||||
"replaceMsg": "是否替换{0}的现有版本?",
|
"replaceMsg": "是否替换{0}的现有版本?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "添加 .ZIP 库...",
|
"addZip": "添加 .ZIP 库。。。",
|
||||||
"zipLibrary": "库",
|
"zipLibrary": "库",
|
||||||
"overwriteExistingLibrary": "是否覆盖现有的库?",
|
"overwriteExistingLibrary": "是否覆盖现有的库?",
|
||||||
"successfullyInstalledZipLibrary": "已从{0}存档成功安装库",
|
"successfullyInstalledZipLibrary": "已从{0}存档成功安装库",
|
||||||
@ -153,15 +168,15 @@
|
|||||||
"arduinoLibraries": "arduino库",
|
"arduinoLibraries": "arduino库",
|
||||||
"contributedLibraries": "贡献库",
|
"contributedLibraries": "贡献库",
|
||||||
"title": "库管理",
|
"title": "库管理",
|
||||||
"needsOneDependency": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
"needsOneDependency": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
||||||
"needsMultipleDependencies": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
"needsMultipleDependencies": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
||||||
"installOneMissingDependency": "是否安装缺少的依赖?",
|
"installOneMissingDependency": "是否安装缺少的依赖?",
|
||||||
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
||||||
"dependenciesForLibrary": "库{0}的依赖:{1}",
|
"dependenciesForLibrary": "库{0}的依赖:{1}",
|
||||||
"installAll": "全部安装",
|
"installAll": "全部安装",
|
||||||
"installOnly": "仅安装{0}",
|
"installOnly": "仅安装{0}",
|
||||||
"installedSuccessfully": "已成功安装库{0}:{1}",
|
"installedSuccessfully": "已成功安装库{0}:{1}",
|
||||||
"uninstalledSuccessfully": "已成功卸载库{0}:{1}"
|
"uninstalledSuccessfully": "已成功卸载库{0}:{1}"
|
||||||
},
|
},
|
||||||
"selectZip": "选择包含要添加的库的zip文件",
|
"selectZip": "选择包含要添加的库的zip文件",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
@ -173,8 +188,8 @@
|
|||||||
"showFolder": "显示项目文件夹",
|
"showFolder": "显示项目文件夹",
|
||||||
"sketch": "项目",
|
"sketch": "项目",
|
||||||
"moving": "移动",
|
"moving": "移动",
|
||||||
"movingMsg": "文件{0}需要在{1}的项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
"movingMsg": "文件{0}需要位于{1}项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||||
"cantOpen": "文件夹\"{0}\"已存在。无法打开项目。",
|
"cantOpen": "文件夹{0}已存在。无法打开项目。",
|
||||||
"saveFolderAs": "将项目文件夹另存为。。。",
|
"saveFolderAs": "将项目文件夹另存为。。。",
|
||||||
"sketchbook": "项目文件夹",
|
"sketchbook": "项目文件夹",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
@ -204,7 +219,7 @@
|
|||||||
"decreaseIndent": "减少缩进",
|
"decreaseIndent": "减少缩进",
|
||||||
"increaseFontSize": "放大字体",
|
"increaseFontSize": "放大字体",
|
||||||
"decreaseFontSize": "减小字号",
|
"decreaseFontSize": "减小字号",
|
||||||
"autoFormat": "自动格式化"
|
"autoFormat": "自动排版"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "示例",
|
"menu": "示例",
|
||||||
@ -223,15 +238,16 @@
|
|||||||
"reference": "参考",
|
"reference": "参考",
|
||||||
"findInReference": "在参考文件寻找",
|
"findInReference": "在参考文件寻找",
|
||||||
"faq": "常见问题",
|
"faq": "常见问题",
|
||||||
"visit": "访问Arduino.cc"
|
"visit": "访问Arduino.cc",
|
||||||
|
"privacyPolicy": "隐私政策"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "上传SSL证书",
|
"uploadRootCertificates": "上传SSL根证书",
|
||||||
"openContext": "打开上下文",
|
"openContext": "打开上下文",
|
||||||
"remove": "删除",
|
"remove": "删除",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"addURL": "添加网址以获取SSL证书",
|
"addURL": "添加地址以获取SSL根证书",
|
||||||
"enterURL": "输入网址",
|
"enterURL": "输入地址",
|
||||||
"selectCertificateToUpload": "1.选择要上传的证书",
|
"selectCertificateToUpload": "1.选择要上传的证书",
|
||||||
"addNew": "添加新的",
|
"addNew": "添加新的",
|
||||||
"selectDestinationBoardToUpload": "2.选择开发板并上传证书",
|
"selectDestinationBoardToUpload": "2.选择开发板并上传证书",
|
||||||
@ -243,14 +259,14 @@
|
|||||||
"noSupportedBoardConnected": "未连接受支持的开发板"
|
"noSupportedBoardConnected": "未连接受支持的开发板"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101/WiFiNINA固件更新程序",
|
"updater": "WiFi101 / WiFiNINA固件更新程序",
|
||||||
"selectBoard": "选择开发板",
|
"selectBoard": "选择开发板",
|
||||||
"checkUpdates": "检查更新",
|
"checkUpdates": "检查更新",
|
||||||
"selectVersion": "选择固件版本",
|
"selectVersion": "选择固件版本",
|
||||||
"install": "安装",
|
"install": "安装",
|
||||||
"overwriteSketch": "安装将覆盖开发板上的项目。",
|
"overwriteSketch": "安装将覆盖开发板上的项目。",
|
||||||
"installingFirmware": "安装固件",
|
"installingFirmware": "安装固件",
|
||||||
"successfullyInstalled": "固件已成功安装。",
|
"successfullyInstalled": "固件成功安装",
|
||||||
"failedInstall": "安装失败。请再试一次。"
|
"failedInstall": "安装失败。请再试一次。"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -267,9 +283,9 @@
|
|||||||
"noLineEndings": "没有结束符",
|
"noLineEndings": "没有结束符",
|
||||||
"newLine": "换行",
|
"newLine": "换行",
|
||||||
"carriageReturn": "回车",
|
"carriageReturn": "回车",
|
||||||
"newLineCarriageReturn": "NL 和 CR",
|
"newLineCarriageReturn": "两者都是NL和CR",
|
||||||
"notConnected": "没有连接。选择要自动连接的开发板和端口。",
|
"notConnected": "未连接。选择要自动连接的开发板和端口。",
|
||||||
"message": "消息({0} + Enter 将消息发送到{2}上的{1}",
|
"message": "消息({0}+Enter将消息发送到{2}上的{1})",
|
||||||
"connectionBusy": "连接失败。串行端口被占用:{0}",
|
"connectionBusy": "连接失败。串行端口被占用:{0}",
|
||||||
"disconnected": "已断开{0}与{1}的连接。",
|
"disconnected": "已断开{0}与{1}的连接。",
|
||||||
"unexpectedError": "意外错误。正在重新连接端口{1}上的{0}。",
|
"unexpectedError": "意外错误。正在重新连接端口{1}上的{0}。",
|
||||||
@ -279,11 +295,11 @@
|
|||||||
"component": {
|
"component": {
|
||||||
"uninstall": "卸载",
|
"uninstall": "卸载",
|
||||||
"uninstallMsg": "是否要卸载{0}?",
|
"uninstallMsg": "是否要卸载{0}?",
|
||||||
"by": "通过",
|
"by": "by",
|
||||||
"version": "版本 {0}",
|
"version": "版本 {0}",
|
||||||
"moreInfo": "更多信息",
|
"moreInfo": "更多信息",
|
||||||
"install": "安装",
|
"install": "安装",
|
||||||
"filterSearch": "对搜索进行过滤..."
|
"filterSearch": "对搜索进行过滤。。。"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
||||||
@ -303,9 +319,9 @@
|
|||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "无法保存项目。请将未保存的工作复制到您喜爱的文本编辑器中,然后重新启动IDE。",
|
"couldNotSave": "无法保存项目。请将未保存的工作复制到您喜爱的文本编辑器中,然后重新启动IDE。",
|
||||||
"offline": "离线",
|
"offline": "离线",
|
||||||
"daemonOffline": "CLI进程离线",
|
"daemonOffline": "CLI守护进程离线",
|
||||||
"cannotConnectBackend": "无法连接后台。",
|
"cannotConnectBackend": "无法连接后台。",
|
||||||
"cannotConnectDaemon": "无法连接CLI进程。"
|
"cannotConnectDaemon": "无法连接CLI守护进程。"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "开始。。。",
|
"start": "开始。。。",
|
||||||
@ -322,13 +338,13 @@
|
|||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "新文件的名称",
|
"fileNewName": "新文件的名称",
|
||||||
"invalidFilename": "无效的文件名。",
|
"invalidFilename": "无效的文件名。",
|
||||||
"invalidExtension": "“.{0}”不是有效扩展名",
|
"invalidExtension": ".{0}不是有效扩展名",
|
||||||
"newFileName": "文件的新名称",
|
"newFileName": "文件的新名称",
|
||||||
"deleteCurrentSketch": "是否要删除当前项目?",
|
"deleteCurrentSketch": "是否要删除当前项目?",
|
||||||
"sketchDirectoryError": "创建项目目录时出错。有关更多详细信息,请参阅日志。应用程序可能无法按预期工作。"
|
"sketchDirectoryError": "新建项目目录时出错。有关详细信息,请参阅日志。应用程序可能无法按预期工作。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "前往云"
|
"GoToCloud": "前往CLOUD"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
350
i18n/zh_TW.json
Normal file
350
i18n/zh_TW.json
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.",
|
||||||
|
"noBoardSelected": "沒有選擇開發版",
|
||||||
|
"selectedOn": "on {0}",
|
||||||
|
"notConnected": "[未連接]",
|
||||||
|
"serialMonitor": "序列埠監控",
|
||||||
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
|
"later": "Later",
|
||||||
|
"selectBoard": "選擇開發版",
|
||||||
|
"unknown": "未知",
|
||||||
|
"processing": "Processing",
|
||||||
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
|
"loseChanges": "If you don't save, your changes will be lost."
|
||||||
|
},
|
||||||
|
"ide-updater": {
|
||||||
|
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||||
|
"notNowButton": "現在不要",
|
||||||
|
"versionDownloaded": "Arduino IDE {0} has been downloaded.",
|
||||||
|
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||||
|
"closeAndInstallButton": "Close and Install",
|
||||||
|
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||||
|
"updateAvailable": "Update Available",
|
||||||
|
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||||
|
"skipVersionButton": "Skip Version",
|
||||||
|
"downloadButton": "Download",
|
||||||
|
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||||
|
"goToDownloadButton": "Go To Download",
|
||||||
|
"ideUpdaterDialog": "Software Update",
|
||||||
|
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE"
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Sketch",
|
||||||
|
"tools": "Tools"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optimize for Debugging",
|
||||||
|
"debugWithMessage": "Debug - {0}",
|
||||||
|
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
||||||
|
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
||||||
|
"compile.verbose": "True for verbose compile output. False by default",
|
||||||
|
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
||||||
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
|
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
||||||
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
|
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
||||||
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
|
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
||||||
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
|
"auth.clientID": "The OAuth2 client ID.",
|
||||||
|
"auth.domain": "The OAuth2 domain.",
|
||||||
|
"auth.audience": "The OAuth2 audience.",
|
||||||
|
"auth.registerUri": "The URI used to register a new user.",
|
||||||
|
"network": "Network",
|
||||||
|
"sketchbook.location": "Sketchbook location",
|
||||||
|
"browse": "Browse",
|
||||||
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
|
"editorFontSize": "Editor font size",
|
||||||
|
"interfaceScale": "Interface scale",
|
||||||
|
"showVerbose": "Show verbose output during",
|
||||||
|
"compilerWarnings": "Compiler warnings",
|
||||||
|
"automatic": "Automatic",
|
||||||
|
"compile": "compile",
|
||||||
|
"upload": "upload",
|
||||||
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
|
"additionalManagerURLs": "Additional Boards Manager URLs",
|
||||||
|
"noProxy": "No proxy",
|
||||||
|
"manualProxy": "Manual proxy configuration",
|
||||||
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
|
"choose": "Choose",
|
||||||
|
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
||||||
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
|
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
||||||
|
"invalid.theme": "Invalid theme."
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"signIn": "SIGN IN",
|
||||||
|
"signOut": "Sign Out",
|
||||||
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
|
"privateVisibility": "Private. Only you can view the Sketch.",
|
||||||
|
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
||||||
|
"link": "Link:",
|
||||||
|
"embed": "Embed:",
|
||||||
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
|
"shareSketch": "Share Sketch",
|
||||||
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
|
"pullSketch": "Pull Sketch",
|
||||||
|
"openInCloudEditor": "Open in Cloud Editor",
|
||||||
|
"options": "Options...",
|
||||||
|
"share": "Share...",
|
||||||
|
"remote": "Remote",
|
||||||
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
|
"signInToCloud": "Sign in to Arduino Cloud",
|
||||||
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
|
"learnMore": "Learn more",
|
||||||
|
"continue": "Continue",
|
||||||
|
"pushSketch": "Push Sketch",
|
||||||
|
"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.",
|
||||||
|
"pull": "Pull",
|
||||||
|
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
||||||
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
|
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||||
|
"push": "Push",
|
||||||
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
|
"connected": "Connected",
|
||||||
|
"offline": "Offline",
|
||||||
|
"profilePicture": "Profile picture"
|
||||||
|
},
|
||||||
|
"board": {
|
||||||
|
"installManually": "Install Manually",
|
||||||
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
|
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||||
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
|
"programmer": "Programmer",
|
||||||
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
|
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
||||||
|
"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?",
|
||||||
|
"reselectLater": "Reselect later",
|
||||||
|
"noneSelected": "No boards selected.",
|
||||||
|
"noPortsSelected": "No ports selected for board: '{0}'.",
|
||||||
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
|
"openBoardsConfig": "Select other board and port…",
|
||||||
|
"boardListItem": "{0} at {1}",
|
||||||
|
"selectBoardForInfo": "Please select a board to obtain board info.",
|
||||||
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
|
"selectPortForInfo": "Please select a port to obtain board info.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "新增",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "Sketch",
|
||||||
|
"moving": "Moving",
|
||||||
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
|
"sketchbook": "Sketchbook",
|
||||||
|
"upload": "Upload",
|
||||||
|
"uploadUsingProgrammer": "Upload Using Programmer",
|
||||||
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
|
"doneUploading": "Done uploading.",
|
||||||
|
"configureAndUpload": "Configure And Upload",
|
||||||
|
"verifyOrCompile": "Verify/Compile",
|
||||||
|
"exportBinary": "Export Compiled Binary",
|
||||||
|
"verify": "Verify",
|
||||||
|
"doneCompiling": "Done compiling.",
|
||||||
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
|
"openFolder": "Open Folder",
|
||||||
|
"titleLocalSketchbook": "Local Sketchbook",
|
||||||
|
"titleSketchbook": "Sketchbook",
|
||||||
|
"close": "Are you sure you want to close the sketch?"
|
||||||
|
},
|
||||||
|
"bootloader": {
|
||||||
|
"burnBootloader": "Burn Bootloader",
|
||||||
|
"doneBurningBootloader": "Done burning bootloader."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"copyForForum": "Copy for Forum (Markdown)",
|
||||||
|
"commentUncomment": "Comment/Uncomment",
|
||||||
|
"increaseIndent": "Increase Indent",
|
||||||
|
"decreaseIndent": "Decrease Indent",
|
||||||
|
"increaseFontSize": "Increase Font Size",
|
||||||
|
"decreaseFontSize": "Decrease Font Size",
|
||||||
|
"autoFormat": "Auto Format"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"menu": "Examples",
|
||||||
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
|
"builtInExamples": "Built-in examples",
|
||||||
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
|
"for": "Examples for {0}",
|
||||||
|
"forAny": "Examples for any board"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Search on Arduino.cc",
|
||||||
|
"keyword": "Type a keyword",
|
||||||
|
"gettingStarted": "Getting Started",
|
||||||
|
"environment": "Environment",
|
||||||
|
"troubleshooting": "Troubleshooting",
|
||||||
|
"reference": "Reference",
|
||||||
|
"findInReference": "Find in Reference",
|
||||||
|
"faq": "Frequently Asked Questions",
|
||||||
|
"visit": "Visit Arduino.cc",
|
||||||
|
"privacyPolicy": "Privacy Policy"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
"openContext": "Open context",
|
||||||
|
"remove": "Remove",
|
||||||
|
"upload": "Upload",
|
||||||
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
|
"enterURL": "Enter URL",
|
||||||
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
|
"addNew": "Add New",
|
||||||
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
|
"uploadingCertificates": "Uploading certificates.",
|
||||||
|
"certificatesUploaded": "Certificates uploaded.",
|
||||||
|
"uploadFailed": "Upload failed. Please try again.",
|
||||||
|
"selectBoard": "Select a board...",
|
||||||
|
"boardAtPort": "{0} at {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
|
"selectBoard": "選擇開發版",
|
||||||
|
"checkUpdates": "Check Updates",
|
||||||
|
"selectVersion": "Select firmware version",
|
||||||
|
"install": "Install",
|
||||||
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
|
"installingFirmware": "Installing firmware.",
|
||||||
|
"successfullyInstalled": "Firmware successfully installed.",
|
||||||
|
"failedInstall": "Installation failed. Please try again."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Don't ask again"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"upload": "Upload"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
|
"autoscroll": "Autoscroll",
|
||||||
|
"timestamp": "Timestamp",
|
||||||
|
"noLineEndings": "No Line Ending",
|
||||||
|
"newLine": "New Line",
|
||||||
|
"carriageReturn": "Carriage Return",
|
||||||
|
"newLineCarriageReturn": "Both NL & CR",
|
||||||
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||||
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
|
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
||||||
|
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"uninstall": "Uninstall",
|
||||||
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
|
"by": "by",
|
||||||
|
"version": "Version {0}",
|
||||||
|
"moreInfo": "More info",
|
||||||
|
"install": "INSTALL",
|
||||||
|
"filterSearch": "Filter your search..."
|
||||||
|
},
|
||||||
|
"electron": {
|
||||||
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
|
"unsavedChanges": "Any unsaved changes will not be saved."
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"error": "Compilation error: {0}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"error": "{0} error: {1}"
|
||||||
|
},
|
||||||
|
"burnBootloader": {
|
||||||
|
"error": "Error while burning the bootloader: {0}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"theia": {
|
||||||
|
"core": {
|
||||||
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
|
"offline": "Offline",
|
||||||
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
|
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"start": "Start...",
|
||||||
|
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
||||||
|
"startError": "There was an error starting the debug session, check the logs for more details."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"unsavedTitle": "Unsaved – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "Expand",
|
||||||
|
"collapse": "Collapse"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Name for new file",
|
||||||
|
"invalidFilename": "Invalid filename.",
|
||||||
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
|
"newFileName": "New name for file",
|
||||||
|
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
||||||
|
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"GoToCloud": "GO TO CLOUD"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user