diff --git a/i18n/af.json b/i18n/af.json new file mode 100644 index 000000000..165edfe15 --- /dev/null +++ b/i18n/af.json @@ -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 {0}:{1} needs another dependency currently not installed:", + "needsMultipleDependencies": "The library {0}:{1} 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" + } +} diff --git a/i18n/ar.json b/i18n/ar.json index 68a285407..8e4ac6a7a 100644 --- a/i18n/ar.json +++ b/i18n/ar.json @@ -14,6 +14,22 @@ "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": "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": "Sketch", "tools": "ادوات" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "compile", "upload": "upload", "verifyAfterUpload": "Verify code after upload", - "checkForUpdates": "افحص التحديثات عند التشغيل", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "تدبير عناوين اللوحات الإضافية", "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?", "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 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.", "showAllAvailablePorts": "Shows all available ports when enabled", "programmer": "Programmer", @@ -173,7 +188,7 @@ "showFolder": "Show Sketch Folder", "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": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Visit Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Select Board", "checkUpdates": "Check Updates", "selectVersion": "Select firmware version", "install": "تنصيب", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "carriageReturn": "اعادة الحمل", "newLineCarriageReturn": "كلاهما 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}'", + "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}.", diff --git a/i18n/bg.json b/i18n/bg.json index 2995dac6c..4c7137e93 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "Искате ли да запазите промените в тази скица, преди да затворите?", "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": { "sketch": "Скица", "tools": "Инструменти" @@ -31,7 +47,7 @@ "upload.verbose": "True за подробен изход за качване. False по подразбиране.", "window.autoScale": "True , ако потребителският интерфейс автоматично се мащабира с размера на шрифта.", "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": "Списък със сертификати, които могат да бъдат качени на платката", "sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.", "cloud.enabled": "True , ако функциите за синхронизиране на скицата са активирани. По подразбиране е true.", @@ -55,7 +71,6 @@ "compile": "компилиране", "upload": "качване", "verifyAfterUpload": "Потвърдете кода след качване", - "checkForUpdates": "Проверете за актуализации при стартиране", "editorQuickSuggestions": "Бързи предложения на редактора", "additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки", "noProxy": "Без прокси", @@ -108,7 +123,7 @@ "installNow": "Ядрото „{0} {1}“ трябва да бъде инсталирано за текущо избраната платка „{2}“. Искате ли да го инсталирате сега?", "configDialogTitle": "Изберете друга платка и порт", "configDialog1": "Изберете както платка, така и порт, ако искате да качите скица.", - "configDialog2": "Ако изберете само платка, ще можете само да компилирате, но не и да качвате скицата си.", + "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.", "pleasePickBoard": "Моля, изберете платка, свързана към порта, който сте избрали.", "showAllAvailablePorts": "Показва всички налични портове, когато е активиран", "programmer": "Програматор", @@ -173,7 +188,7 @@ "showFolder": "Показване на папка за скици", "sketch": "Скица", "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}“ вече съществува. Не може да се отвори скица.", "saveFolderAs": "Запазете папката със скица като...", "sketchbook": "Скицник", @@ -223,7 +238,8 @@ "reference": "Референция", "findInReference": "Намерете в Референцията", "faq": "Често задавани въпроси", - "visit": "Посетете Arduino.cc" + "visit": "Посетете Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Качете SSL коренни сертификати", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "Няма свързана поддържана платка" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Обновяване на фърмуера", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Изберете платка", "checkUpdates": "Проверете актуализации", "selectVersion": "Изберете версия на фърмуера", "install": "Инсталирай", "overwriteSketch": "Инсталацията ще презапише скицата на платката.", "installingFirmware": "Инсталиране на фърмуер.", - "successfullyInstalled": "Фърмуерът е инсталиран успешно.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Неуспешно инсталиране. Моля, опитайте отново." }, "dialog": { @@ -269,7 +285,7 @@ "carriageReturn": "Carriage Return", "newLineCarriageReturn": "Както NL, така и CR", "notConnected": "Няма връзка. Изберете платка и порт за автоматично свързване.", - "message": "Съобщение ({0} + Enter, за да изпратите съобщение до „{1}“ на „{2}“", + "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "connectionBusy": "Свързването е неуспешно. Серийният порт е зает: {0}", "disconnected": "Прекъснато е връзката на {0} с {1}.", "unexpectedError": "Неочаквана грешка. Повторно свързване на {0} на порт {1}.", diff --git a/i18n/de.json b/i18n/de.json index 97790b888..083109638 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -3,7 +3,7 @@ "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. ", "noBoardSelected": "Kein Board ausgewählt", - "selectedOn": "bei {0}", + "selectedOn": "an {0}", "notConnected": "[keine Verbindung]", "serialMonitor": "Serieller Monitor", "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", "processing": "Verarbeiten", "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": { "sketch": "Sketch", @@ -31,7 +47,7 @@ "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.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.", "sketchbook.showAllFiles": "Wahr, um alle Dateien im Sketch anzuzeigen. Standardmäßig Falsch.", "cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.", @@ -55,7 +71,6 @@ "compile": "Kompilieren", "upload": "Hochladen", "verifyAfterUpload": "Code nach Hochladen überprüfen ", - "checkForUpdates": "Beim Start nach Updates suchen", "editorQuickSuggestions": "Schnelle Editor Vorschläge", "additionalManagerURLs": "Zusätzliche Boardverwalter-URLs", "noProxy": "Kein Proxy", @@ -85,7 +100,7 @@ "share": "Teilen....", "remote": "Remote", "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", "syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.", "learnMore": "Mehr erfahren", @@ -173,7 +188,7 @@ "showFolder": "Zeige Sketch Ordner", "sketch": "Sketch", "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.", "saveFolderAs": "Sketch Ordner speichern als...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Referenz", "findInReference": "Referenzsuche", "faq": "Häufig gestellte Fragen", - "visit": "Besuche Arduino.cc" + "visit": "Besuche Arduino.cc", + "privacyPolicy": "Datenschutzbestimmungen" }, "certificate": { "uploadRootCertificates": "SSL Root Zertifikat hochladen", @@ -243,7 +259,7 @@ "noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Aktualisierer", + "updater": "WiFi101 / WiFiNINA Firmware Aktualisierer", "selectBoard": "Board auswählen", "checkUpdates": "Nach Updates Suchen", "selectVersion": "Firmware Version wählen", @@ -269,7 +285,7 @@ "carriageReturn": "Zeilenumbruch", "newLineCarriageReturn": "Sowohl NL als auch CR", "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}", "disconnected": "{0} von {1} getrennt.", "unexpectedError": "100%match\nUnerwarteter Fehler. {0} wird am Port {1} erneut verbunden.", diff --git a/i18n/el.json b/i18n/el.json index 81cd609ff..b8c5f7899 100644 --- a/i18n/el.json +++ b/i18n/el.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "Θέτε να αποθηκεύσετε τις αλλαγές σε αυτο το σχέδιο πριν κλείσετε; ", "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": { "sketch": "Σχέδιο", "tools": "Εργαλεία" @@ -31,7 +47,7 @@ "upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.", "window.autoScale": "Αληθές αν η διεπαφή χρήστη κλιμακλωνεται αυτόματα μαζί με το μέγεθος γραμματοσειράς.", "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": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες", "sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.", "cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.", @@ -55,8 +71,7 @@ "compile": "μεταγλώττιση", "upload": "ανέβασμα", "verifyAfterUpload": "Επιβεβαίωση κώδικα μετά το ανέβασμα", - "checkForUpdates": "Έλεγχος ενημερώσεων κατά την εκκίνηση", - "editorQuickSuggestions": "Editor Quick Suggestions", + "editorQuickSuggestions": "Επιμελιτής γρήγορων προτάσεων", "additionalManagerURLs": "Πρόσθετοι Σύνδεσμοι Διαχειριστή Πλακετών", "noProxy": "No proxy", "manualProxy": "Manual proxy configuration", @@ -108,7 +123,7 @@ "installNow": "Ο πυρήνας \"{0} {1}\" πρέπει να εγκατασταθεί για την επιλεγμένη πλακέτα {2}. Θέλεις να την εγκαταστήσεις τώρα;", "configDialogTitle": "Επιλέξτε Άλλη Πλακέτα & Θύρα", "configDialog1": "Επίλεξε και Πλακέτα και Θύρα αν θέλεις να ανεβάσεις ένα σχέδιο.", - "configDialog2": "Αν επιλέξεις μονο Πλακέτα θα μπορείς να κάνεις μόνο μεταγγλώτιση, αλλά οχι να ανεβάσεις το σχέδιο.", + "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.", "pleasePickBoard": "Πσρακαλώ επίλεξε μια πλακέτα που συνδέθηκε στην θύρα που έχεις επιλέξει.", "showAllAvailablePorts": "Εμφανίζει όλες τις διαθέσιμες θύρες όταν είναι ενεργοποιημένο.", "programmer": "Προγραμματιστής", @@ -136,30 +151,30 @@ "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." + "addFile": "Προσθήκη αρχείου", + "replaceTitle": "Αντικατάσταση", + "fileAdded": "Ένα αρχείο προστέθηκε στον κώδικα." }, "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", + "addZip": "Προσθέστε μια βιβλιοθήκη μορφής .ZIP", + "zipLibrary": "Διαχειριστής βιβλιοθήκης", + "overwriteExistingLibrary": "Θέλετε να αντικαταστήσετε αυτή τη βιβλιοθήκη;", + "successfullyInstalledZipLibrary": "Επιτυχής εγκατάσταση βιβλιοθήκης απο το αρχείο {0}", + "namedLibraryAlreadyExists": "Μια βιβλιοθήκη με όνομα {0} υπάρχει ήδη. Θέλετε να γίνει αντικατάσταση;", + "libraryAlreadyExists": "Μια βιβλιοθήκη υπάρχει ήδη. Θέλετε να την αντικαταστήσετε;", + "include": "Συμπεριλάβετε βιβλιοθήκη", + "manageLibraries": "Διαχείριση βιβλιοθηκών...", + "arduinoLibraries": "Βιβλιοθήκες Arduino", "contributedLibraries": "Contributed libraries", - "title": "Library Manager", + "title": "Διαχειριστής βιβλιοθηκών", "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", "needsMultipleDependencies": "The library {0}:{1} 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", + "installAll": "Εγκατάσταση όλων", + "installOnly": "Εγκατάσταση {0} μόνο", "installedSuccessfully": "Successfully installed library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}" }, @@ -168,27 +183,27 @@ "archiveSketch": "Archive Sketch", "saveSketchAs": "Save sketch folder as...", "createdArchive": "Created archive '{0}'.", - "new": "New", - "openRecent": "Open Recent", + "new": "Νέο", + "openRecent": "Άνοιγμα πρόσφατου", "showFolder": "Show Sketch Folder", - "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", - "upload": "Upload", - "uploadUsingProgrammer": "Upload Using Programmer", + "upload": "Ανέβασμα", + "uploadUsingProgrammer": "Ανέβασμα μέσω προγραμματιστή", "userFieldsNotFoundError": "Can't find user fields for connected board", - "doneUploading": "Done uploading.", + "doneUploading": "Ολοκλήρωση ανεβάσματος", "configureAndUpload": "Configure And Upload", - "verifyOrCompile": "Verify/Compile", + "verifyOrCompile": "Επικύρωση", "exportBinary": "Export Compiled Binary", - "verify": "Verify", + "verify": "Επαλήθευση", "doneCompiling": "Done compiling.", "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "openSketchInNewWindow": "Open Sketch in New Window", - "openFolder": "Open Folder", + "openFolder": "Άνοιγμα φακέλου", "titleLocalSketchbook": "Local Sketchbook", "titleSketchbook": "Sketchbook", "close": "Are you sure you want to close the sketch?" @@ -207,33 +222,34 @@ "autoFormat": "Auto Format" }, "examples": { - "menu": "Examples", + "menu": "Παραδείγματα", "couldNotInitializeExamples": "Could not initialize built-in examples.", "builtInExamples": "Built-in examples", "customLibrary": "Examples from Custom Libraries", - "for": "Examples for {0}", + "for": "Παραδείγματα για {0}", "forAny": "Examples for any board" }, "help": { - "search": "Search on Arduino.cc", + "search": "Αναζήτηση στο Arduino.cc", "keyword": "Type a keyword", "gettingStarted": "Getting Started", - "environment": "Environment", + "environment": "Περιβάλλον", "troubleshooting": "Troubleshooting", "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Επίσκεψη Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", "openContext": "Open context", - "remove": "Remove", - "upload": "Upload", + "remove": "Αφαίρεση", + "upload": "Ανέβασμα", "addURL": "Add URL to fetch SSL certificate", "enterURL": "Enter URL", "selectCertificateToUpload": "1. Select certificate to upload", - "addNew": "Add New", + "addNew": "Προσθήκη Νέου", "selectDestinationBoardToUpload": "2. Select destination board and upload certificate", "uploadingCertificates": "Uploading certificates.", "certificatesUploaded": "Certificates uploaded.", @@ -243,46 +259,46 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", - "selectBoard": "Select Board", + "updater": "WiFi101 / WiFiNINA Firmware Updater", + "selectBoard": "Επιλογή Πλακέτας", "checkUpdates": "Check Updates", "selectVersion": "Select firmware version", - "install": "Install", + "install": "Εγκατάσταση", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { "dontAskAgain": "Don't ask again" }, "userFields": { - "cancel": "Cancel", - "upload": "Upload" + "cancel": "Ακύρωση", + "upload": "Ανέβασμα" }, "serial": { "toggleTimestamp": "Toggle Timestamp", "autoscroll": "Autoscroll", "timestamp": "Timestamp", "noLineEndings": "No Line Ending", - "newLine": "New Line", + "newLine": "Νέα γραμμή", "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}'", + "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}.", + "unexpectedError": "Απρόσμενο σφάλμα. Επανασύνδεση {0} στην θύρα {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", + "uninstall": "Απεγκατάσταση", "uninstallMsg": "Do you want to uninstall {0}?", - "by": "by", - "version": "Version {0}", - "moreInfo": "More info", - "install": "INSTALL", + "by": "από", + "version": "Έκδοση {0}", + "moreInfo": "Περισσότερες πληροφορίες", + "install": "ΕΓΚΑΤΑΣΤΑΣΗ", "filterSearch": "Filter your search..." }, "electron": { @@ -290,10 +306,10 @@ "unsavedChanges": "Οι μη αποθηκευμένες αλλαγές θα χαθούν." }, "compile": { - "error": "Compilation error: {0}" + "error": "Σφάλμα μεταγλώττισης: {0}" }, "upload": { - "error": "{0} error: {1}" + "error": "{0} σφάλμα: {1}" }, "burnBootloader": { "error": "Error while burning the bootloader: {0}" @@ -320,11 +336,11 @@ "collapse": "Ελαχιστοποίηση" }, "workspace": { - "fileNewName": "Name for new file", - "invalidFilename": "Invalid filename.", + "fileNewName": "Όνομα για το νεό αρχείο", + "invalidFilename": "Μη-έγκυρο όνομα αρχείου", "invalidExtension": ".{0} is not a valid extension", "newFileName": "Νέο όνομα για το αρχείο", - "deleteCurrentSketch": "Do you want to delete the current sketch?", + "deleteCurrentSketch": "Θέλεις να διαγράψεις το υπάρχον σχέδιο;", "sketchDirectoryError": "Υπήρξε ένα λάθος κατά τη δημιουργία του φακέλου. Για περισσότερες λεπτομέρειες δείτε το αρχείο καταγραφής. Η εφαρμογή πιθανόν δε θα δουλέψει όπως αναμένεται." } }, diff --git a/i18n/es.json b/i18n/es.json index 852e69220..d8634062e 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -14,12 +14,28 @@ "saveChangesToSketch": "¿Deseas guardar los cambios en este código antes de cerrar?", "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": { "sketch": "Programa", "tools": "Herramientas" }, "debug": { - "optimizeForDebugging": "Optimize for Debugging", + "optimizeForDebugging": "Optimizar para depuración", "debugWithMessage": "Debug - {0}", "noPlatformInstalledFor": "La plataforma no está instalada para '{0}'", "debuggingNotSupported": "La depuracion no esta soportada por '{0}'" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -47,7 +63,7 @@ "sketchbook.location": "Sketchbook location", "browse": "Explorar", "files.inside.sketches": "Show files inside Sketches", - "editorFontSize": "Editor font size", + "editorFontSize": "Tamaño de letra del editor", "interfaceScale": "Interface scale", "showVerbose": "Show verbose output during", "compilerWarnings": "Compiler warnings", @@ -55,14 +71,13 @@ "compile": "Compliar", "upload": "Subir", "verifyAfterUpload": "Verificar código después de subir", - "checkForUpdates": "Comprobar actualizaciones al iniciar", "editorQuickSuggestions": "Sugerencias rápidas del editor", "additionalManagerURLs": "Gestor de URLs Adicionales de Tarjetas", - "noProxy": "No proxy", - "manualProxy": "Manual proxy configuration", + "noProxy": "No hay proxy", + "manualProxy": "Configuración manual del proxy", "newSketchbookLocation": "Select new sketchbook location", - "choose": "Choose", - "enterAdditionalURLs": "Enter additional URLs, one for each row", + "choose": "Elija", + "enterAdditionalURLs": "Introduzca otras URLs, una por fila", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "invalid.sketchbook.location": "Invalid sketchbook location: {0}", "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.", "donePushing": "Done pushing ‘{0}’.", "connected": "Conectado", - "offline": "Offline", + "offline": "Desconectado", "profilePicture": "Foto de perfil" }, "board": { "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?", - "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.", - "configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.", - "pleasePickBoard": "Please pick a board connected to the port you have selected.", + "configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.", + "pleasePickBoard": "Por favor, elija una placa conectada al puerto que haya seleccionado.", "showAllAvailablePorts": "Shows all available ports when enabled", "programmer": "Programador", "succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}", @@ -119,11 +134,11 @@ "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…", + "openBoardsConfig": "Seleccione otra placa y puerto...", "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.", - "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", "board": "Board{0}", "port": "Port{0}", @@ -137,10 +152,10 @@ }, "contributions": { "addFile": "Añadir fichero...", - "replaceTitle": "Replace", + "replaceTitle": "Reemplazar", "fileAdded": "One file added to the sketch." }, - "replaceMsg": "Replace the existing version of {0}?", + "replaceMsg": "¿Sustituir la versión existente de {0}?", "library": { "addZip": "Añadir biblioteca .ZIP...", "zipLibrary": "Library", @@ -158,8 +173,8 @@ "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", + "installAll": "Instalar todo", + "installOnly": "Instalar {0} solamente", "installedSuccessfully": "Successfully installed library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}" }, @@ -169,11 +184,11 @@ "saveSketchAs": "Save sketch folder as...", "createdArchive": "Created archive '{0}'.", "new": "New", - "openRecent": "Open Recent", + "openRecent": "Abierto recientemente", "showFolder": "Show Sketch Folder", "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": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visitar Arduino.cc" + "visit": "Visitar Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Select Board", "checkUpdates": "Check Updates", "selectVersion": "Select firmware version", "install": "Instalar", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "carriageReturn": "Retorno de carro", "newLineCarriageReturn": "Ambos 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}'", + "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}.", diff --git a/i18n/eu.json b/i18n/eu.json index e96d6ef93..a98cf79f5 100644 --- a/i18n/eu.json +++ b/i18n/eu.json @@ -3,7 +3,7 @@ "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.", "noBoardSelected": "Plakarik ez da hautatu", - "selectedOn": "on {0}", + "selectedOn": "Non: {0}", "notConnected": "[konektatu gabe]", "serialMonitor": "Serieko monitorea", "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?", "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": { "sketch": "Programa", "tools": "Tresnak" @@ -21,28 +37,28 @@ "debug": { "optimizeForDebugging": "Optimizatu arazketarako", "debugWithMessage": "Araztu - {0}", - "noPlatformInstalledFor": "Platform is not installed for '{0}'", - "debuggingNotSupported": "Debugging is not supported by '{0}'" + "noPlatformInstalledFor": "Plataforma ez dago instalatuta honentzat: '{0}'", + "debuggingNotSupported": "Ez dauka arazketarako euskarririk: '{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.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.", - "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.", + "language.log": "Egia Arduino Language Server-ek egunkari-fitxategiak sortu behar baditu programaren karpetan. Bestela, gezurra. Lehenetsia gezurra da.", + "compile.verbose": "Egia konpilazioaren irteera xehatua izateko. Lehenetsia Gezurra.", + "compile.warnings": "gcc-ri ze abisu maila erabili esaten dio. 'None' da lehenetsia", + "upload.verbose": "Egia kargaren irteera xehatua izateko. Lehenetsia Gezurra.", + "window.autoScale": "Egia erabiltzaile interfazea letra-tamainarekin automatikoki eskalatzen bada.", + "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.updateChannel": "Eguneratzea ze argitalpen kanaletik hartu behar den. 'stable' argitalpen egonkorra da, 'nightly' garapeneko azken eraikitzea.", + "board.certificates": "Plaketara kargatu daitezkeen ziurtagirien zerrenda", + "sketchbook.showAllFiles": "Egia programaren barruko programa-fitxategi guztiak erakusteko. Lehenetsia gezurra da.", + "cloud.enabled": "Egia programaren sinkronizazio-funtzioak gaituta badaude. Lehenetsia egia da.", + "cloud.pull.warn": "Egia bada erabiltzaileek abisua jasoko dute programa bat hodeitik kargatu aurretik. Lehenetsia egia da.", + "cloud.push.warn": "Egia bada erabiltzaileek abisua jasoko dute programa bat hodeian gorde aurretik. Lehenetsia egia da.", + "cloud.pushpublic.warn": "Egia bada erabiltzaileek abisua jasoko dute programa publiko bat hodeian gorde aurretik. Lehenetsia egia da.", + "cloud.sketchSyncEnpoint": "Zerbitzari batean programak gorde eta kargatzeko amaiera-puntua. Lehenetsia Arduino Cloud API da.", "auth.clientID": "OAuth2 bezeroaren IDa", "auth.domain": "OAuth2 domeinua.", "auth.audience": "OAuth2 audientzia.", - "auth.registerUri": "The URI used to register a new user.", + "auth.registerUri": "Erabiltzaile berri bat erregistratzeko erabilitako URIa.", "network": "Sarea", "sketchbook.location": "Programa bildumaren kokalekua", "browse": "Arakatu", @@ -55,7 +71,6 @@ "compile": "konpilazioa", "upload": "karga", "verifyAfterUpload": "Egiaztatu kodea kargatu ondoren", - "checkForUpdates": "Egiaztatu eguneratzerik baden abioan", "editorQuickSuggestions": "Editorearen iradokizun azkarrak", "additionalManagerURLs": "Plaka kudeatzaile gehigarrien URLak:", "noProxy": "Proxyrik ez", @@ -66,64 +81,64 @@ "unofficialBoardSupport": "Egin klik ofizialak ez diren plaken laguntza-URL zerrenda ikusteko", "invalid.sketchbook.location": "Programa bildumaren kokaleku baliogabea: {0}", "invalid.editorFontSize": "Editorearen letra-tamaina baliogabea. Osoko zenbaki positibo bat izan behar du.", - "invalid.theme": "Invalid theme." + "invalid.theme": "Itxura baliogabea." }, "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.", + "signIn": "HASI SAIOA", + "signOut": "Amaitu saioa", + "chooseSketchVisibility": "Aukeratu zure programaren ikusgaitasuna:", + "privateVisibility": "Pribatua. Zuk soilik ikus dezakezu programa.", + "publicVisibility": "Publikoa. Esteka duen edozeinek ikus dezake programa.", "link": "Esteka:", - "embed": "Embed:", + "embed": "Kapsulatu:", "cloudSketchbook": "Hodeiko programa bilduma", "shareSketch": "Partekatu programa", "showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma", - "pullSketch": "Pull Sketch", + "pullSketch": "Gorde hodeian", "openInCloudEditor": "Ireki hodeiko editorean", "options": "Aukerak...", "share": "Partekatu...", - "remote": "Remote", + "remote": "Urrunekoa", "emptySketchbook": "Zure programa bilduma hutsik dago", - "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.", - "signInToCloud": "Sign in to Arduino Cloud", - "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", + "visitArduinoCloud": "Bisitatu Arduino Cloud hodeiko programak sortzeko.", + "signInToCloud": "Hasi saioa Arduino Cloud-en", + "syncEditSketches": "Sinkronizatu eta editatu zure Arduino Cloud-eko programak", "learnMore": "Ikasi gehiago", "continue": "Jarraitu", - "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}’.", + "pushSketch": "Kargatu hodeitik", + "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": "Ekarri hodeitik", + "pullSketchMsg": "Programa hau Hodeitik kargatzeak bertsio lokala gainidatziko du. Ziur zaude jarraitu nahi duzula?", + "donePulling": "Hodeitik kargatzea burututa: '{0}'.", + "notYetPulled": "Ezin da Hodeian gorde. Ez da Hodeitik kargatu oraindik.", + "push": "Gorde hodeian", + "pullFirst": "Lehenengo Hodeitik kargatu behar duzu, gero Hodeian gorde ahal izateko.", + "donePushing": "Hodeian gordetzea burututa: '{0}'.", "connected": "Konektatuta", - "offline": "Offline", - "profilePicture": "Profile picture" + "offline": "Lineaz kanpo", + "profilePicture": "Profileko irudia" }, "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 just 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?", + "installManually": "Instalatu eskuz", + "installNow": "\"{0} {1}\" nukleoa instalatu behar da unean hautatutako \"{2}\" plakarentzat. Orain instalatu nahi duzu?", + "configDialogTitle": "Hautatu beste plaka eta ataka bat", + "configDialog1": "Hautatu plaka bat eta ataka bat programa bat kargatu nahi baduzu.", + "configDialog2": "Plaka bakarrik hautatzen baduzu, programa konpilatu ahal izango duzu, baina ez kargatu.", + "pleasePickBoard": "Aukeratu hautatu duzun atakara konektatutako plaka bat.", + "showAllAvailablePorts": "Gaituta dagoenean erabilgarri dauden ataka guztiak erakusten ditu", + "programmer": "Programatzailea", + "succesfullyInstalledPlatform": "{0}:{1} plataforma behar bezala instalatu da", + "succesfullyUninstalledPlatform": "{0}:{1} plataforma behar bezala desinstalatu da", + "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": "Hautatu berriz geroago", + "noneSelected": "Plakarik ez da hautatu", + "noPortsSelected": "Ez da atakarik hautatu plakarentzat: '{0}'", + "noFQBN": "FQBN ez dago erabilgarri hautatutako \"{0}\" plakarentzat. Dagokion nukleoa instalatuta daukazu?", "openBoardsConfig": "Hautatu beste plaka eta ataka bat...", - "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.", + "boardListItem": "{0} hemen: {1}", + "selectBoardForInfo": "Hautatu plaka bat plakaren informazioa eskuratzeko.", + "platformMissing": "Hautatutako '{0}' plakarentzako plataforma ez dago instalatuta.", + "selectPortForInfo": "Hautatu ataka bat plakaren informazioa eskuratzeko.", "boardInfo": "Plakaren informazioa", "board": "{0} plaka", "port": "{0} ataka", @@ -132,74 +147,74 @@ }, "boardsManager": "Plaka kudeatzailea", "about": { - "label": "About {0}", - "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}" + "label": "{0}ri buruz", + "detail": "Bertsioa: {0}\nData: {1}{2}\nCLI bertsioa: {3}{4} [{5}]\n\n{6}" }, "contributions": { "addFile": "Gehitu fitxategia", "replaceTitle": "Ordezkatu", "fileAdded": "Fitxategi bat gehitu da programara." }, - "replaceMsg": "Replace the existing version of {0}?", + "replaceMsg": "Lehendik dagoen {0} bertsioa ordezkatu?", "library": { "addZip": "Gehitu .ZIP liburutegia...", "zipLibrary": "Liburutegia", - "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", + "overwriteExistingLibrary": "Lehendik dagoen liburutegia gainidatzi nahi duzu?", + "successfullyInstalledZipLibrary": "Liburutegia behar bezala instalatu da {0} artxibotik", + "namedLibraryAlreadyExists": "{0} izeneko liburutegi-karpeta bat badago dagoeneko. Gainidatzi nahi duzu?", + "libraryAlreadyExists": "Liburutegi bat badago dagoeneko. Gainidatzi nahi duzu?", + "include": "Hartu barne liburutegia", "manageLibraries": "Kudeatu liburutegiak...", "arduinoLibraries": "Arduino liburutegiak", - "contributedLibraries": "Contributed libraries", + "contributedLibraries": "Hirugarrengoen liburutegiak", "title": "Liburutegi kudeatzailea", - "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", - "needsMultipleDependencies": "The library {0}:{1} 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}" + "needsOneDependency": "{0}:{1} liburutegiak instalatu gabeko beste mendekotasun bat behar du:", + "needsMultipleDependencies": "{0}:{1} liburutegiak instalatu gabeko beste mendekotasun batzuk behar ditu:", + "installOneMissingDependency": "Falta den mendekotasuna instalatu nahi duzu?", + "installMissingDependencies": "Falta diren mendekotasun guztiak instalatu nahi dituzu?", + "dependenciesForLibrary": "{0} liburutegiaren mendekotasunak: {1}", + "installAll": "Instalatu guztiak", + "installOnly": "Instalatu {0} bakarrik", + "installedSuccessfully": "{0}:{1} liburutegia behar bezala instalatu da", + "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": { "archiveSketch": "Artxibatu programa", "saveSketchAs": "Gorde programen karpeta honela...", "createdArchive": "'{0}' artxiboa sortu da.", "new": "Berria", - "openRecent": "Open Recent", - "showFolder": "Show Sketch Folder", + "openRecent": "Ireki azkenaldikoa", + "showFolder": "Erakutsi programen karpeta", "sketch": "Programa", - "moving": "Moving", - "movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{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...", + "moving": "Lekuz aldatzen", + "movingMsg": "\"{0}\" fitxategiak \"{1}\" izeneko programa-karpetaren barruan egon behar du.\nSortu karpeta, eraman fitxategia bertara eta jarraitu?", + "cantOpen": "\"{0}\" izeneko karpeta badago dagoeneko. Ezin da programa ireki.", + "saveFolderAs": "Gorde programen karpeta honela...", "sketchbook": "Programa bilduma", "upload": "Kargatu", - "uploadUsingProgrammer": "Upload Using Programmer", - "userFieldsNotFoundError": "Can't find user fields for connected board", - "doneUploading": "Done uploading.", + "uploadUsingProgrammer": "Kargatu programatzailea erabiliz", + "userFieldsNotFoundError": "Ezin dira erabiltzaile eremuak aurkitu konektatutako plakarentzat", + "doneUploading": "Karga burutu da.", "configureAndUpload": "Konfiguratu eta kargatu", "verifyOrCompile": "Egiaztatu/Konpilatu", "exportBinary": "Esportatu konpilatutako bitarra", "verify": "Egiaztatu", - "doneCompiling": "Done compiling.", - "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", - "openSketchInNewWindow": "Open Sketch in New Window", + "doneCompiling": "Konpilazioa burutu da.", + "couldNotConnectToSerial": "Ezin izan da serieko atakara berriz konektatu. {0}", + "openSketchInNewWindow": "Ireki programa leiho berrian", "openFolder": "Ireki karpeta", "titleLocalSketchbook": "Programa bilduma lokala", "titleSketchbook": "Programa bilduma", "close": "Ziur zaude programa itxi nahi duzula?" }, "bootloader": { - "burnBootloader": "Burn Bootloader", - "doneBurningBootloader": "Done burning bootloader." + "burnBootloader": "Kargatu abiarazte-kudeatzailea", + "doneBurningBootloader": "Abiarazte-kudeatzailearen karga burutu da." }, "editor": { "copyForForum": "Kopiatu fororako (Markdown)", - "commentUncomment": "Comment/Uncomment", + "commentUncomment": "Iruzkindu/Desiruzkindu", "increaseIndent": "Handitu koska", "decreaseIndent": "Txikiagotu koska", "increaseFontSize": "Handitu letra-tamaina", @@ -208,53 +223,54 @@ }, "examples": { "menu": "Adibideak", - "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" + "couldNotInitializeExamples": "Ezin izan dira hasieratu integratutako adibideak.", + "builtInExamples": "Integratutako adibideak", + "customLibrary": "Liburutegi pertsonalizatuetako adibideak", + "for": "Honen adibideak: {0}", + "forAny": "Edozein plakarentzako adibideak" }, "help": { - "search": "Search on Arduino.cc", - "keyword": "Type a keyword", - "gettingStarted": "Getting Started", + "search": "Bilatu Arduino.cc-n", + "keyword": "Idatzi gako-hitz bat", + "gettingStarted": "Erabiltzen hasi", "environment": "Ingurunea", - "troubleshooting": "Troubleshooting", + "troubleshooting": "Arazoak konpontzen", "reference": "Erreferentzia", "findInReference": "Bilatu erreferentzian", - "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "faq": "Maiz egindako galderak", + "visit": "Bisitatu Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { - "uploadRootCertificates": "Upload SSL Root Certificates", + "uploadRootCertificates": "Kargatu SSL erro-ziurtagiriak", "openContext": "Ireki testuingurua", "remove": "Kendu", "upload": "Kargatu", - "addURL": "Add URL to fetch SSL certificate", - "enterURL": "Enter URL", - "selectCertificateToUpload": "1. Select certificate to upload", + "addURL": "Gehitu URLa SSL ziurtagiria eskuratzeko", + "enterURL": "Idatzi URLa", + "selectCertificateToUpload": "1. Hautatu ziurtagiria kargatzeko", "addNew": "Gehitu berria", - "selectDestinationBoardToUpload": "2. Select destination board and upload certificate", + "selectDestinationBoardToUpload": "2. Hautatu helburuko plaka eta kargatu ziurtagiria", "uploadingCertificates": "Ziurtagiriak kargatzen.", "certificatesUploaded": "Ziurtagiriak kargatuta.", - "uploadFailed": "Upload failed. Please try again.", + "uploadFailed": "Kargak huts egin du. Mesedez saiatu berriro.", "selectBoard": "Hautatu plaka bat...", - "boardAtPort": "{0} at {1}", - "noSupportedBoardConnected": "No supported board connected" + "boardAtPort": "{0} hemen: {1}", + "noSupportedBoardConnected": "Ez dago euskarridun plakarik konektatuta" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA firmware eguneratzailea", "selectBoard": "Hautatu plaka", - "checkUpdates": "Egiaztatu eguneraketak", + "checkUpdates": "Egiaztatu eguneratzeak", "selectVersion": "Hautatu firmware bertsioa", "install": "Instalatu", - "overwriteSketch": "Installation will overwrite the Sketch on the board.", - "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", - "failedInstall": "Installation failed. Please try again." + "overwriteSketch": "Instalazioak plakako programa gainidatziko du.", + "installingFirmware": "Firmwarea instalatzen.", + "successfullyInstalled": "Firmwarea behar bezala instalatu da.", + "failedInstall": "Instalazioak huts egin du. Mesedez saiatu berriro." }, "dialog": { - "dontAskAgain": "Don't ask again" + "dontAskAgain": "Ez galdetu berriro" }, "userFields": { "cancel": "Utzi", @@ -262,55 +278,55 @@ }, "serial": { "toggleTimestamp": "Txandakatu denbora-zigilua", - "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..." + "autoscroll": "Korritze automatikoa", + "timestamp": "Denbora-zigilua", + "noLineEndings": "Lerro amaierarik ez", + "newLine": "Lerro berria", + "carriageReturn": "Orga-itzulera", + "newLineCarriageReturn": "NL & CR biak", + "notConnected": "Ez dago konektatuta. Hautatu plaka eta ataka automatikoki konektatzeko.", + "message": "Mezua ({0} + Enter honi mezua bidaltzeko: '{1}' hemen: '{2}')", + "connectionBusy": "Konexioak huts egin du. Serieko ataka lanpetuta dago: {0}", + "disconnected": "{0} deskonektatu da hemendik: {1}.", + "unexpectedError": "Ustekabeko errorea. {0} berriz konektatzen {1} atakan.", + "failedReconnect": "Huts egin du {0} serieko atakara berriz konektatzeko 10 saiakeraren ondoren. {1} serieko ataka lanpetuta dago.", + "reconnect": "Berriz konektatuko da {0} {1} atakan {2} segundo barru..." }, "component": { "uninstall": "Desinstalatu", - "uninstallMsg": "Do you want to uninstall {0}?", - "by": "by", + "uninstallMsg": "{0} desinstalatu nahi duzu?", + "by": "Egilea:", "version": "{0} bertsioa", "moreInfo": "Informazio gehiago", "install": "INSTALATU", - "filterSearch": "Filter your search..." + "filterSearch": "Iragazi zure bilaketa..." }, "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." + "couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.", + "unsavedChanges": "Gorde gabeko aldaketak galduko dira." }, "compile": { - "error": "Compilation error: {0}" + "error": "Konpilazio-errorea: {0}" }, "upload": { - "error": "{0} error: {1}" + "error": "{0} errorea: {1}" }, "burnBootloader": { - "error": "Error while burning the bootloader: {0}" + "error": "Errorea abiarazte-kudeatzailea kargatzean: {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." + "couldNotSave": "Ezin izan da programa gorde. Kopiatu gorde gabeko zure lana zure testu-editore gogokoenera eta berrabiarazi IDEa.", + "offline": "Lineaz kanpo", + "daemonOffline": "CLI daemon-a lineaz kanpo", + "cannotConnectBackend": "Ezin izan da atzeko aldera konektatu.", + "cannotConnectDaemon": "Ezin izan da CLI daemon-era konektatu." }, "debug": { "start": "Hasi...", - "typeNotSupported": "The debug session type \"{0}\" is not supported.", - "startError": "There was an error starting the debug session, check the logs for more details." + "typeNotSupported": "\"{0}\" motako arazketa saioak ez du euskarririk.", + "startError": "Errore bat gertatu da arazketa saioa hastean. Ikusi egunkariak xehetasun gehiagorako." }, "editor": { "unsavedTitle": "Gorde gabe – {0}" @@ -322,10 +338,10 @@ "workspace": { "fileNewName": "Fitxategi berriaren izena", "invalidFilename": "Fitxategi-izen baliogabea.", - "invalidExtension": ".{0} is not a valid extension", + "invalidExtension": "{0} ez da baliozko luzapen bat.", "newFileName": "Fitxategiaren izen berria", - "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." + "deleteCurrentSketch": "Uneko programa ezabatu nahi duzu?", + "sketchDirectoryError": "Errore bat gertatu da programaren direktorioa sortzean. Ikusi egunkaria xehetasun gehiagorako. Aplikazioak ez du espero bezala funtzionatuko." } }, "cloud": { diff --git a/i18n/fa.json b/i18n/fa.json index a3fd2c1b2..c929e1618 100644 --- a/i18n/fa.json +++ b/i18n/fa.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "Do you want to save changes to this sketch before closing?", "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": { "sketch": "Sketch", "tools": "ابزار ها" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "compile", "upload": "آپلود", "verifyAfterUpload": "تائید کد بعد از آپلود", - "checkForUpdates": "Check for updates on startup", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "Additional Boards Manager URLs", "noProxy": "No proxy", @@ -77,14 +92,14 @@ "link": "لینک:", "embed": "Embed:", "cloudSketchbook": "Cloud Sketchbook", - "shareSketch": "Share Sketch", + "shareSketch": "اشتراک طرح", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "pullSketch": "Pull Sketch", - "openInCloudEditor": "Open in Cloud Editor", + "openInCloudEditor": "در ویرایشگر ابری باز کن", "options": "تنظیمات...", "share": "اشتراک گذاری...", "remote": "Remote", - "emptySketchbook": "Your Sketchbook is empty", + "emptySketchbook": "طرح شما خالی است", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.", "signInToCloud": "Sign in to Arduino Cloud", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", @@ -99,19 +114,19 @@ "push": "Push", "pullFirst": "You have to pull first to be able to push to the Cloud.", "donePushing": "Done pushing ‘{0}’.", - "connected": "Connected", + "connected": "متصل", "offline": "آفلاین", "profilePicture": "عکس پروفایل" }, "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?", - "configDialogTitle": "Select Other Board & Port", + "configDialogTitle": "انتخاب یک بورد و پورت دیگر", "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.", "showAllAvailablePorts": "Shows all available ports when enabled", - "programmer": "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?", @@ -142,17 +157,17 @@ }, "replaceMsg": "Replace the existing version of {0}?", "library": { - "addZip": "Add .ZIP Library...", + "addZip": "اضافه کتابخانه ی .zip شده", "zipLibrary": "کتابخانه", "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", + "include": "اضافه کتابخانه", + "manageLibraries": "مدیریت کتابخانه ها...", + "arduinoLibraries": "کتابخانه های آردوینو", "contributedLibraries": "Contributed libraries", - "title": "Library Manager", + "title": "اداره کتابخانه ها", "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:", "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", "sketch": { - "archiveSketch": "Archive Sketch", + "archiveSketch": "آرشیو طرح", "saveSketchAs": "Save sketch folder as...", "createdArchive": "Created archive '{0}'.", - "new": "New", - "openRecent": "Open Recent", + "new": "جدید", + "openRecent": "باز کردن آخرین ها", "showFolder": "Show Sketch Folder", - "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Visit Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Select Board", "checkUpdates": "Check Updates", "selectVersion": "Select firmware version", "install": "نصب", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "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}'", + "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}.", @@ -280,9 +296,9 @@ "uninstall": "Uninstall", "uninstallMsg": "Do you want to uninstall {0}?", "by": "by", - "version": "Version {0}", - "moreInfo": "More info", - "install": "INSTALL", + "version": "ورژن {0}", + "moreInfo": "اطلاعات بیشتر", + "install": "نصب", "filterSearch": "Filter your search..." }, "electron": { diff --git a/i18n/fil.json b/i18n/fil.json index 085ea6284..0c58b3b9b 100644 --- a/i18n/fil.json +++ b/i18n/fil.json @@ -14,6 +14,22 @@ "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. " }, + "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": "Sketch", "tools": "Mga Tools" @@ -31,7 +47,7 @@ "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.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.", "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.", @@ -55,7 +71,6 @@ "compile": "compile", "upload": "upload", "verifyAfterUpload": "Verify code after upload", - "checkForUpdates": "Check for updates on startup", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "Additional Boards Manager URLs", "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?", "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 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.", "showAllAvailablePorts": "Shows all available ports when enabled", "programmer": "Programmer", @@ -173,7 +188,7 @@ "showFolder": "Show Sketch Folder", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Visit Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Select Board", "checkUpdates": "Check Updates", "selectVersion": "Select firmware version", "install": "Install", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "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}'", + "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}.", diff --git a/i18n/fr.json b/i18n/fr.json index 81ddf2ac7..f03d3fddf 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -1,12 +1,12 @@ { "arduino": { "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.", - "selectedOn": "sur [0]", + "selectedOn": "sur {0}", "notConnected": "[hors ligne]", "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", "selectBoard": "Selectionner une carte", "unknown": "Inconnu", @@ -14,14 +14,30 @@ "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." }, + "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": { "sketch": "Croquis", "tools": "Outils" }, "debug": { "optimizeForDebugging": "Optimisé pour le déboggage.", - "debugWithMessage": "Débogage - [0]", - "noPlatformInstalledFor": "la plateforme n'est pas installée pour '{0}'", + "debugWithMessage": "Débogage - {0}", + "noPlatformInstalledFor": "La plateforme n'est pas installée pour '{0}'", "debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'" }, "preferences": { @@ -31,7 +47,7 @@ "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.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.", "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.", @@ -55,7 +71,6 @@ "compile": "compiler", "upload": "téléverser", "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", "additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires", "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 ?", "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.", - "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é.", "showAllAvailablePorts": "Affiche les ports disponibles quand activer.", "programmer": "Programmeur", @@ -223,7 +238,8 @@ "reference": "Référence", "findInReference": "Trouver dans Référence", "faq": "Questions fréquemment posées", - "visit": "Visitez Arduino.cc" + "visit": "Visitez Arduino.cc", + "privacyPolicy": "Politique de confidentialité" }, "certificate": { "uploadRootCertificates": "Téléverser les certificats racine SSL", diff --git a/i18n/he.json b/i18n/he.json index bdcd9967f..98f2bb330 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -14,6 +14,22 @@ "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": "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": "Sketch", "tools": "כלים" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "compile", "upload": "upload", "verifyAfterUpload": "Verify code after upload", - "checkForUpdates": "Check for updates on startup", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "Additional Boards Manager URLs", "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?", "configDialogTitle": "בחר לוח ופורט אחר...", "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.", "showAllAvailablePorts": "הצג את כל הפורטים הזמינים כשמופעל", "programmer": "Programmer", @@ -173,7 +188,7 @@ "showFolder": "Show Sketch Folder", "sketch": "Sketch", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "שאלות נפוצות", - "visit": "בקר ב Arduino.cc" + "visit": "בקר ב Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "בחר לוח", "checkUpdates": "בדוק עדכונים", "selectVersion": "Select firmware version", "install": "התקן", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "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}'", + "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "connectionBusy": "Connection failed. Serial port is busy: {0}", "disconnected": "{0} נותק מ {1}.", "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.", diff --git a/i18n/hu.json b/i18n/hu.json index 6ee173062..5a93f805d 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -14,6 +14,22 @@ "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. " }, + "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": "Sketch", "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.", "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. ", - "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", "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. ", @@ -55,7 +71,6 @@ "compile": "fordítás", "upload": "feltöltés", "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", "additionalManagerURLs": "Kiegészítő alaplapok URL-jei", "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? ", "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. ", - "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. ", "showAllAvailablePorts": "Elérhető portok mutatása - ha engedélyezett", "programmer": "Programozó", @@ -173,7 +188,7 @@ "showFolder": "Vázlat-/sketch-mappa megjelenítése", "sketch": "Vázlat/sketch", "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. ", "saveFolderAs": "Vázlat-/sketch-mappa mentése másként... ", "sketchbook": "Vázlatfüzet/sketchbook ", @@ -223,7 +238,8 @@ "reference": "Referencia ", "findInReference": "Keresse meg a Referenciákban", "faq": "Gyakran ismételt kérdések", - "visit": "Arduino.cc meglátogatása" + "visit": "Arduino.cc meglátogatása", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "SSL gyökér-/root-tanúsítványok feltöltése ", @@ -269,7 +285,7 @@ "carriageReturn": "Kocsi vissza", "newLineCarriageReturn": "Mindkettő: Új sor és Kocsi vissza - NL&CR", "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.", "disconnected": "Megszakadt a/az {0} és a/az {1} kapcsolata. ", "unexpectedError": "Váratlan hiba. A/az {0} újracsatlakozása a/az {1} porton. ", diff --git a/i18n/it.json b/i18n/it.json index 2b771b266..f2b3e5418 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -7,13 +7,29 @@ "notConnected": "[non connesso]", "serialMonitor": "Monitor seriale", "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", "unknown": "Sconosciuto", "processing": "In elaborazione", "saveChangesToSketch": "Vuoi salvare i cambiamenti a questo sketch prima di chiudere?", "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": { "sketch": "Sketch", "tools": "Strumenti" @@ -31,7 +47,7 @@ "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": "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", "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.", @@ -55,7 +71,6 @@ "compile": "compilazione", "upload": "caricamento", "verifyAfterUpload": "Verifica il codice dopo il caricamento", - "checkForUpdates": "Controlla aggiornamenti all'avvio", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "URL aggiuntive per il Gestore schede", "noProxy": "Nessun proxy", @@ -72,7 +87,7 @@ "signIn": "SIGN IN", "signOut": "Sign Out", "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.", "link": "Link:", "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?", "configDialogTitle": "Seleziona un'altra scheda o porta", "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.", "showAllAvailablePorts": "Shows all available ports when enabled", "programmer": "Programmatore", @@ -145,7 +160,7 @@ "addZip": "Aggiungi libreria da file .ZIP...", "zipLibrary": "Libreria", "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?", "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?", "include": "Includi Libreria", @@ -173,7 +188,7 @@ "showFolder": "Mostra la cartella dello Sketch", "sketch": "Sketch", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Riferimenti", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Visit Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Seleziona la scheda", "checkUpdates": "Verifica aggiornamenti", "selectVersion": "Selezione la versione del firmware", "install": "Installa", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installazione del firmware", - "successfullyInstalled": "Firmware installato con successo", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installazione fallita. Riprova" }, "dialog": { @@ -269,7 +285,7 @@ "carriageReturn": "Ritorno carrello (CR)", "newLineCarriageReturn": "Entrambi 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}'", + "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}.", diff --git a/i18n/ja.json b/i18n/ja.json index 2b40c248f..a5eeb2126 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -3,332 +3,348 @@ "common": { "offlineIndicator": "オフラインのようです。 インターネットに接続していないと、Arduino CLIが必要なリソースをダウンロードできず、誤動作を引き起こす可能性があります。 インターネットに接続して、アプリケーションを再起動してください。", "noBoardSelected": "ボード未選択", - "selectedOn": "on {0}", + "selectedOn": "{0}の", "notConnected": "[未接続]", "serialMonitor": "シリアルモニタ", - "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?", - "later": "Later", + "oldFormat": "'{0}'はまだ古い`.pde`形式を使用しています。新しい`.ino`拡張子に切り替えますか?", + "later": "後で", "selectBoard": "ボードを選択", "unknown": "不明", - "processing": "Processing", + "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": "Arduino IDEのアップデートがありますが、自動でダウンロードしてインストールすることはできません。ダウンロードページに移動して、そこから最新版をダウンロードしてください。", + "goToDownloadButton": "ダウンロードに移動", + "ideUpdaterDialog": "ソフトウェア・アップデート", + "noUpdatesAvailable": "Arduino IDEに最近のアップデートはありません" + }, "menu": { "sketch": "スケッチ", "tools": "ツール" }, "debug": { "optimizeForDebugging": "デバッグに最適化", - "debugWithMessage": "Debug - {0}", - "noPlatformInstalledFor": "Platform is not installed for '{0}'", - "debuggingNotSupported": "Debugging is not supported by '{0}'" + "debugWithMessage": "デバッグ - {0}", + "noPlatformInstalledFor": "'{0}'用にプラットフォームがインストールされていません。", + "debuggingNotSupported": "デバッグは'{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", + "language.log": "Arduino Language Serverがスケッチフォルダにログファイルを生成した方がよい場合はtrue。それ以外はfalse。デフォルトではfalse。", + "compile.verbose": "コンパイル時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。", "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.", + "upload.verbose": "書き込み時に詳細な出力を行うにはtrueを指定。デフォルトではfalse。", + "window.autoScale": "ユーザーインターフェイスをフォントサイズに合わせて自動的に拡大縮小させるにはtrueを指定。", "window.zoomLevel": "ウィンドウの拡大率を調整します。元のサイズは0で、数値を上(例:1)か下(例:-1)に変えるごとに20%拡大率が変わります。小数を入力して、拡大率をより細かく調整することもできます。", - "ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.", - "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.", + "ide.updateChannel": "アップデート元のリリースチャンネル。stableは安定版リリース、nightlyは最新の開発用ビルドです。", + "board.certificates": "ボードに書き込みできる証明書の一覧", + "sketchbook.showAllFiles": "スケッチ内のすべてのスケッチファイルを表示するにはtrueを指定。デフォルトではfalse。", + "cloud.enabled": "スケッチの同期機能が有効な場合にはtrueを指定。デフォルトではtrue。", + "cloud.pull.warn": "クラウドスケッチをプルする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。", + "cloud.push.warn": "クラウドスケッチをプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。", + "cloud.pushpublic.warn": "パブリックスケッチをクラウドにプッシュする前に、ユーザーに警告を表示するにはtrueを指定。デフォルトではtrue。", + "cloud.sketchSyncEnpoint": "バックエンドからスケッチをプッシュ/プルするために使用されるエンドポイント。デフォルトではArduino Cloud APIを指します。", + "auth.clientID": "OAuth2クライアントID。", + "auth.domain": "OAuth2ドメイン。", + "auth.audience": "OAuth2オーディエンス。", + "auth.registerUri": "新規ユーザーの登録用URI。", "network": "ネットワーク", "sketchbook.location": "スケッチブックの場所", "browse": "参照", - "files.inside.sketches": "Show files inside Sketches", + "files.inside.sketches": "スケッチ内のファイルを表示", "editorFontSize": "エディターのフォントサイズ", "interfaceScale": "インターフェイスのスケール", - "showVerbose": "Show verbose output during", + "showVerbose": "より詳細な情報を表示する", "compilerWarnings": "コンパイラの警告", "automatic": "自動", - "compile": "compile", + "compile": "コンパイル", "upload": "書き込み", - "verifyAfterUpload": "Verify code after upload", - "checkForUpdates": "起動時に最新バージョンの有無をチェックする", + "verifyAfterUpload": "書き込み後にコードを検証する", "editorQuickSuggestions": "エディターのクイックサジェスト", "additionalManagerURLs": "追加のボードマネージャのURL", "noProxy": "プロキシなし", "manualProxy": "手動プロキシ設定", "newSketchbookLocation": "新しいスケッチブックの場所を選択", "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." + "enterAdditionalURLs": "追加のURLを1行ずつ入力", + "unofficialBoardSupport": "クリックして非公式ボードをサポートするURLのリストを表示", + "invalid.sketchbook.location": "スケッチブックの場所が無効です: {0}", + "invalid.editorFontSize": "エディタのフォントサイズが無効です。正の整数でなければなりません。", + "invalid.theme": "無効なテーマです。" }, "cloud": { "signIn": "サインイン", "signOut": "サインアウト", - "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:", + "chooseSketchVisibility": "スケッチの可視性を選択:", + "privateVisibility": "プライベート。自分だけがスケッチを見られる。", + "publicVisibility": "パブリック。リンクを知る誰でもスケッチを見られる。", + "link": "リンク:", + "embed": "埋め込み:", "cloudSketchbook": "クラウドスケッチブック", "shareSketch": "スケッチを共有", - "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", - "pullSketch": "Pull Sketch", + "showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示", + "pullSketch": "スケッチをプルする", "openInCloudEditor": "クラウドエディタで開く", "options": "オプション…", "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", + "remote": "リモート", + "emptySketchbook": "スケッチブックは空です", + "visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する", + "signInToCloud": "Arduino Cloudにサインインする", + "syncEditSketches": "Arduinoクラウドスケッチの同期と編集", + "learnMore": "詳細はこちら", + "continue": "続ける", "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": "プル", - "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.", + "pullSketchMsg": "このスケッチをクラウドからプルするとローカル版が上書きされます。本当に続行しますか?", + "donePulling": "‘{0}’のプルが完了しました。", + "notYetPulled": "クラウドにプッシュできません。まだプルされていません。", "push": "プッシュ", - "pullFirst": "You have to pull first to be able to push to the Cloud.", - "donePushing": "Done pushing ‘{0}’.", + "pullFirst": "クラウドにプッシュできるようにするには、まずプルしなければなりません。", + "donePushing": "‘{0}’のプッシュが完了しました。", "connected": "接続済み", "offline": "オフライン", - "profilePicture": "Profile picture" + "profilePicture": "プロフィール画像" }, "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?", + "installManually": "手動でインストール", + "installNow": "現在選択されているボード\"{2}\"用にコア\"{0} {1}\"をインストールする必要があります。今すぐインストールしますか?", "configDialogTitle": "他のボードとポートを選択", - "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.", - "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.", + "configDialog1": "スケッチを書き込みたい場合には、ボードとポートの両方を選択してください。", + "configDialog2": "ボードのみを選択した場合、コンパイルはできますが、スケッチの書き込みはできません。", + "pleasePickBoard": "選択したポートに接続されているボードを選んでください。", + "showAllAvailablePorts": "有効な場合、利用可能なすべてのポートを表示", + "programmer": "書き込み装置", + "succesfullyInstalledPlatform": "プラットフォーム{0}:{1}のインストールに成功しました", + "succesfullyUninstalledPlatform": "プラットフォーム{0}:{1}のアンインストールに成功しました", + "couldNotFindPreviouslySelected": "インストールされているプラットフォーム'{1}'で、以前に選択したボード'{0}'が見つかりませんでした。使用したいボードを手動で選択し直してください。今すぐ選択し直しますか?", + "reselectLater": "後で選択しなおす", + "noneSelected": "ボード未選択です。", + "noPortsSelected": "ボード用に選択されたポートがありません: '{0}'.", + "noFQBN": "選択されたボード\"{0}\"にはFQBNがありません。対応するコアをインストール済みですか?", + "openBoardsConfig": "他のボードとポートを選択…", + "boardListItem": "{1}の{0}", + "selectBoardForInfo": "ボード情報を得るには、ボードを選択してください。", + "platformMissing": "選択したボード'{0}'用のプラットフォームがインストールされていません。", + "selectPortForInfo": "ボード情報を得るには、ポートを選択してください。", "boardInfo": "ボード情報", - "board": "Board{0}", - "port": "Port{0}", + "board": "ボード{0}", + "port": "ポート{0}", "getBoardInfo": "ボード情報を取得", - "inSketchbook": " (in Sketchbook)" + "inSketchbook": "(スケッチブック内)" }, "boardsManager": "ボードマネージャ", "about": { - "label": "About {0}", - "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}" + "label": "{0}について", + "detail": "バージョン: {0}\n日付: {1}{2}\nCLIバージョン: {3}{4} [{5}]\n\n{6}" }, "contributions": { "addFile": "ファイルを追加...", - "replaceTitle": "Replace", - "fileAdded": "One file added to the sketch." + "replaceTitle": "置換", + "fileAdded": "スケッチにファイルが1つ追加されました。" }, - "replaceMsg": "Replace the existing version of {0}?", + "replaceMsg": "{0}の既存のバージョンを置き換えますか?", "library": { "addZip": ".ZIP形式のライブラリをインストール...", "zipLibrary": "ライブラリ", - "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?", + "overwriteExistingLibrary": "既存のライブラリを上書きしますか?", + "successfullyInstalledZipLibrary": "アーカイブ{0}からライブラリのインストールに成功しました。", + "namedLibraryAlreadyExists": "{0}という名前のライブラリフォルダはすでに存在しています。上書きしますか?", + "libraryAlreadyExists": "ライブラリはすでに存在しています。上書きしますか?", "include": "ライブラリをインクルード", "manageLibraries": "ライブラリを管理...", - "arduinoLibraries": "Arduino libraries", - "contributedLibraries": "Contributed libraries", + "arduinoLibraries": "Arduinoライブラリ", + "contributedLibraries": "提供されたライブラリ", "title": "ライブラリマネージャー", - "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", - "needsMultipleDependencies": "The library {0}:{1} 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}" + "needsOneDependency": "ライブラリ{0}:{1}には、現在インストールされていない別の依存関係が必要です:", + "needsMultipleDependencies": "ライブラリ{0}:{1}には、現在インストールされていない複数の依存関係が必要です:", + "installOneMissingDependency": "不足している依存関係をインストールしますか?", + "installMissingDependencies": "不足している全ての依存関係をインストールしますか?", + "dependenciesForLibrary": "ライブラリ{0}:{1}の依存関係", + "installAll": "全てをインストール", + "installOnly": "{0}のみインストール", + "installedSuccessfully": "ライブラリ{0}:{1}のインストールに成功しました。", + "uninstalledSuccessfully": "ライブラリ{0}:{1}のアンインストールに成功しました。" }, - "selectZip": "Select a zip file containing the library you'd like to add", + "selectZip": "追加したいライブラリの入ったZIPファイルを選択", "sketch": { "archiveSketch": "スケッチをアーカイブする", - "saveSketchAs": "Save sketch folder as...", - "createdArchive": "Created archive '{0}'.", - "new": "New", + "saveSketchAs": "スケッチを別名で保存…", + "createdArchive": "アーカイブ'{0}'を作成しました。", + "new": "新規", "openRecent": "最近使った項目を開く", - "showFolder": "Show Sketch Folder", - "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?", + "showFolder": "スケッチフォルダを表示", + "sketch": "スケッチ", + "moving": "移動", + "movingMsg": "ファイル\"{0}\"は、\"{1}\"という名前のスケッチフォルダの中にあることが必要です。\nこのフォルダを作成し、ファイルを移動させ、継続しますか?", "cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。", - "saveFolderAs": "Save sketch folder as...", + "saveFolderAs": "スケッチフォルダを別名で保存…", "sketchbook": "スケッチブック", - "upload": "Upload", + "upload": "書き込み", "uploadUsingProgrammer": "書き込み装置を使って書き込む", - "userFieldsNotFoundError": "Can't find user fields for connected board", + "userFieldsNotFoundError": "接続されたボードのユーザーフィールドが見つかりません。", "doneUploading": "書き込み完了", - "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?" + "configureAndUpload": "構成と書き込み", + "verifyOrCompile": "検証・コンパイル", + "exportBinary": "コンパイル済みバイナリをエクスポート", + "verify": "検証", + "doneCompiling": "コンパイル完了。", + "couldNotConnectToSerial": "シリアルポートに再接続できませんでした。 {0}", + "openSketchInNewWindow": "新規ウィンドウでスケッチを開く", + "openFolder": "フォルダを開く", + "titleLocalSketchbook": "ローカルスケッチブック", + "titleSketchbook": "スケッチブック", + "close": "本当にスケッチを閉じますか?" }, "bootloader": { "burnBootloader": "ブートローダを書き込む", - "doneBurningBootloader": "Done burning bootloader." + "doneBurningBootloader": "ブートローダの書き込みが完了しました。" }, "editor": { - "copyForForum": "Copy for Forum (Markdown)", + "copyForForum": "フォーラム用にコピー(Markdown)", "commentUncomment": "コメント化・復帰", - "increaseIndent": "Increase Indent", - "decreaseIndent": "Decrease Indent", - "increaseFontSize": "Increase Font Size", + "increaseIndent": "インデントを増やす", + "decreaseIndent": "インデントを減らす", + "increaseFontSize": "フォントサイズを大きく", "decreaseFontSize": "フォントサイズを小さく", "autoFormat": "自動整形" }, "examples": { - "menu": "Examples", - "couldNotInitializeExamples": "Could not initialize built-in examples.", - "builtInExamples": "内蔵のスケッチ例", - "customLibrary": "Examples from Custom Libraries", - "for": "Examples for {0}", - "forAny": "Examples for any board" + "menu": "スケッチ例", + "couldNotInitializeExamples": "付属のスケッチ例を初期化できませんでした。", + "builtInExamples": "付属のスケッチ例", + "customLibrary": "カスタムライブラリのスケッチ例", + "for": "{0}用のスケッチ例", + "forAny": "あらゆるボード用のスケッチ例" }, "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" + "search": "Arduino.ccで検索", + "keyword": "キーワードを入力", + "gettingStarted": "はじめに", + "environment": "環境", + "troubleshooting": "トラブルシューティング", + "reference": "リファレンス", + "findInReference": "リファレンスで検索", + "faq": "よくある質問", + "visit": "Arduino.ccウェブサイトを開く", + "privacyPolicy": "プライバシーポリシー" }, "certificate": { - "uploadRootCertificates": "Upload SSL Root Certificates", - "openContext": "Open context", - "remove": "Remove", + "uploadRootCertificates": "SSLルート証明書を書き込み", + "openContext": "コンテキストを開く", + "remove": "削除", "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" + "addURL": "SSL証明書を取得するためのURLを追加", + "enterURL": "URLを入力", + "selectCertificateToUpload": "1. 書き込む証明書を選択", + "addNew": "新規追加", + "selectDestinationBoardToUpload": "2. 目的のボードを選択して証明書を書き込む", + "uploadingCertificates": "証明書を書き込み中。", + "certificatesUploaded": "証明書を書き込みました。", + "uploadFailed": "書き込みに失敗しました。もう一度試してください。", + "selectBoard": "ボードを選択…", + "boardAtPort": "{1}の{0}", + "noSupportedBoardConnected": "対応するボードが接続されていません" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", - "selectBoard": "Select Board", - "checkUpdates": "Check Updates", - "selectVersion": "Select firmware version", + "updater": "WiFi101 / WiFiNINAファームウェア・アップデータ", + "selectBoard": "ボードを選択", + "checkUpdates": "アップデートを確認", + "selectVersion": "ファームウェアのバージョンを選択", "install": "インストール", - "overwriteSketch": "Installation will overwrite the Sketch on the board.", - "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", - "failedInstall": "Installation failed. Please try again." + "overwriteSketch": "インストールによりボード上のスケッチを上書きします。", + "installingFirmware": "ファームウェアをインストール中。", + "successfullyInstalled": "ファームウェアのインストールに成功しました。", + "failedInstall": "インストールに失敗しました。もう一度試してください。" }, "dialog": { - "dontAskAgain": "Don't ask again" + "dontAskAgain": "次回から表示しない" }, "userFields": { - "cancel": "Cancel", + "cancel": "キャンセル", "upload": "マイコンボードに書き込む" }, "serial": { - "toggleTimestamp": "Toggle Timestamp", + "toggleTimestamp": "タイムスタンプを表示・非表示", "autoscroll": "自動スクロール", - "timestamp": "Timestamp", + "timestamp": "タイムスタンプ", "noLineEndings": "改行なし", "newLine": "LFのみ", "carriageReturn": "CRのみ", "newLineCarriageReturn": "CRおよびLF", - "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..." + "notConnected": "接続されていません。自動的に接続するには、ボードとポートを選択してください。", + "message": "メッセージ('{2}'の'{1}'にメッセージを送信するには{0} + Enter)", + "connectionBusy": "接続に失敗しました。シリアルポートがビジー状態です: {0}", + "disconnected": "{1}から{0}を切断しました。", + "unexpectedError": "予期せぬエラーが発生しました。ポート{1}の{0}に再接続中です。", + "failedReconnect": "10回連続で試しましたが、{0}をシリアルポートに再接続できませんでした。シリアルポート{1}はビジー状態です。", + "reconnect": "{2}秒後に{0}を{1}に再接続します…" }, "component": { - "uninstall": "Uninstall", - "uninstallMsg": "Do you want to uninstall {0}?", + "uninstall": "アンインストール", + "uninstallMsg": "{0}をアンインストールしますか?", "by": "by", "version": "バージョン{0}", - "moreInfo": "More info", + "moreInfo": "詳細情報", "install": "インストール", "filterSearch": "検索をフィルタ…" }, "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." + "couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。", + "unsavedChanges": "未保存の変更は保存されません。" }, "compile": { - "error": "Compilation error: {0}" + "error": "コンパイルエラー: {0}" }, "upload": { - "error": "{0} error: {1}" + "error": "{0} エラー: {1}" }, "burnBootloader": { - "error": "Error while burning the bootloader: {0}" + "error": "ブートローダの書き込み中にエラーが発生しました: {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." + "couldNotSave": "スケッチを保存できませんでした。保存されていない作業内容を好きなテキストエディタにコピーして、IDEを再起動してください。", + "offline": "オフライン", + "daemonOffline": "CLI Daemonはオフラインです", + "cannotConnectBackend": "バックエンドに接続できません。", + "cannotConnectDaemon": "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." + "start": "開始…", + "typeNotSupported": "デバッグセッションのタイプ\"{0}\"はサポートされていません。", + "startError": "デバッグセッションの開始時にエラーが発生しました。詳細はログを確認してください。" }, "editor": { - "unsavedTitle": "Unsaved – {0}" + "unsavedTitle": "未保存 – {0}" }, "messages": { - "expand": "Expand", - "collapse": "Collapse" + "expand": "展開する", + "collapse": "折り畳む" }, "workspace": { - "fileNewName": "Name for new file", - "invalidFilename": "Invalid filename.", + "fileNewName": "新しいファイルの名前", + "invalidFilename": "無効なファイル名です。", "invalidExtension": "拡張子「.{0}」は、使えません。", - "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." + "newFileName": "ファイルの新しい名前", + "deleteCurrentSketch": "現在のスケッチを削除しますか?", + "sketchDirectoryError": "スケッチディレクトリの作成中にエラーが発生しました。詳細はログを参照してください。アプリケーションはおそらく期待通りに動作しないでしょう。" } }, "cloud": { - "GoToCloud": "GO TO CLOUD" + "GoToCloud": "クラウドへ" } } diff --git a/i18n/ko.json b/i18n/ko.json new file mode 100644 index 000000000..e64f10a91 --- /dev/null +++ b/i18n/ko.json @@ -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 {0}:{1} needs another dependency currently not installed:", + "needsMultipleDependencies": "The library {0}:{1} 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" + } +} diff --git a/i18n/my_MM.json b/i18n/my_MM.json index 563460b93..1ec4f02bd 100644 --- a/i18n/my_MM.json +++ b/i18n/my_MM.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "မပိတ်မီ ပြောင်းလဲမှုများသိမ်းဆည်းလိုပါသလား။", "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": { "sketch": "ကုတ်ဖိုင်လ်ဆိုင်ရာ", "tools": "ကိရိယာများ" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "စက်ဘာသာပြန်", "upload": "အပ်လုတ်တင်", "verifyAfterUpload": "အပ်လုတ်တင်ပြီးလျှင်ကုတ်ကိုစစ်ဆေးပါ", - "checkForUpdates": "စတင်စဉ်တွင် အပ်ဒိတ်ရှိ၊ မရှိ စစ်ဆေးပါ", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "Additional Boards Manager URLs", "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?", "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 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.", "showAllAvailablePorts": "အမှန်ခြစ်ထားပါက ရရှိနိုင်သောကွန်ရက်ဆိပ်ကမ်းအားလုံးပြမည်", "programmer": "ပရိုဂရမ်မာ", @@ -173,7 +188,7 @@ "showFolder": "ကုတ်ပုံကြမ်းဖိုလ်ဒါပြမည်", "sketch": "ကုတ်ပုံကြမ်း", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Visit Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "ဘုတ်ရွေးချယ်မည်", "checkUpdates": "အပ်ဒိတ်စစ်မည်", "selectVersion": "Select firmware version", "install": "တပ်ဆင်မည်", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "carriageReturn": "လက်နှိပ်စက်အတံပြန်အက္ခရာ", "newLineCarriageReturn": "စာကြောင်းအသစ်နှင့်လက်နှိပ်စက်အတံပြန်အက္ခရာနှစ်ခုလုံး", "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}", "disconnected": "Disconnected {0} from {1}.", "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.", diff --git a/i18n/ne.json b/i18n/ne.json index f8282a21f..ddf9a3a37 100644 --- a/i18n/ne.json +++ b/i18n/ne.json @@ -14,6 +14,22 @@ "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": "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": "Sketch", "tools": "Tools" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "compile", "upload": "upload", "verifyAfterUpload": "Verify code after upload", - "checkForUpdates": "Check for updates on startup", "editorQuickSuggestions": "Editor Quick Suggestions", "additionalManagerURLs": "Additional Boards Manager URLs", "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?", "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 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.", "showAllAvailablePorts": "Shows all available ports when enabled", "programmer": "Programmer", @@ -173,7 +188,7 @@ "showFolder": "Show Sketch Folder", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Visit Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Select Board", "checkUpdates": "Check Updates", "selectVersion": "Select firmware version", "install": "Install", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Installation failed. Please try again." }, "dialog": { @@ -269,7 +285,7 @@ "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}'", + "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}.", diff --git a/i18n/nl.json b/i18n/nl.json new file mode 100644 index 000000000..e68629e73 --- /dev/null +++ b/i18n/nl.json @@ -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 {0}:{1} heeft een andere afhankelijkheid nodig die momenteel niet is geïnstalleerd:", + "needsMultipleDependencies": "De bibliotheek {0}:{1} 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" + } +} diff --git a/i18n/pl.json b/i18n/pl.json index e0303f86a..4bdf10e96 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -14,8 +14,24 @@ "saveChangesToSketch": "Czy chcesz zapisać zmiany w tym sketchu przed zamknięciem?", "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": { - "sketch": "Sketch", + "sketch": "Szkic", "tools": "Narzędzia" }, "debug": { @@ -31,9 +47,9 @@ "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.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", - "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.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.", @@ -55,13 +71,12 @@ "compile": "kompilacja", "upload": "przesyłanie", "verifyAfterUpload": "Weryfikuj kod po przesłaniu", - "checkForUpdates": "Sprawdź aktualizacje podczas uruchamiania", "editorQuickSuggestions": "Editor Quick Suggestions", - "additionalManagerURLs": "Additional Boards Manager URLs", + "additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek", "noProxy": "No proxy", "manualProxy": "Konfiguracja ręczna proxy", "newSketchbookLocation": "Select new sketchbook location", - "choose": "Choose", + "choose": "Wybierz", "enterAdditionalURLs": "Wprowadź dodatkowe adresy URL, po jednym adresie w wierszu", "unofficialBoardSupport": "Click for a list of unofficial board support URLs", "invalid.sketchbook.location": "Invalid sketchbook location: {0}", @@ -71,18 +86,18 @@ "cloud": { "signIn": "ZALOGUJ SIĘ", "signOut": "Wyloguj się", - "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:", + "chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:", + "privateVisibility": "Prywatny. Tylko Ty możesz zobaczyć ten Szkic.", + "publicVisibility": "Publiczny. Każda osoba mająca link może zobaczyć ten Szkic.", + "link": "Odnośnik:", "embed": "Embed:", "cloudSketchbook": "Cloud Sketchbook", - "shareSketch": "Share Sketch", + "shareSketch": "Udostępnij Szkic", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "pullSketch": "Pull Sketch", "openInCloudEditor": "Otwórz w Cloud Editor", "options": "Opcje...", - "share": "Share...", + "share": "Udostępnij...", "remote": "Remote", "emptySketchbook": "Your Sketchbook is empty", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.", @@ -107,8 +122,8 @@ "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?", "configDialogTitle": "Wybierz inną płytkę i 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 just to compile, but not to upload your sketch.", + "configDialog1": "Wybierz płytkę oraz port, aby wgrać szkic.", + "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.", "showAllAvailablePorts": "Po włączeniu pokazuje wszystkie dostępne porty", "programmer": "Programator", @@ -130,7 +145,7 @@ "getBoardInfo": "Pobierz informacje o płytce", "inSketchbook": " (in Sketchbook)" }, - "boardsManager": "Boards Manager", + "boardsManager": "Menedżer Płytek", "about": { "label": "O {0}", "detail": "Wersja: {0}\nData: {1}{2}\nWersja CLI: {3}{4} [{5}]\n\n{6}" @@ -138,7 +153,7 @@ "contributions": { "addFile": "Dodaj plik", "replaceTitle": "Zamień", - "fileAdded": "One file added to the sketch." + "fileAdded": "Jeden plik dodany do szkicu." }, "replaceMsg": "Czy zamienić istniejącą wersję {0}?", "library": { @@ -152,7 +167,7 @@ "manageLibraries": "Zarządzaj bibliotekami...", "arduinoLibraries": "Biblioteki Arduino", "contributedLibraries": "Contributed libraries", - "title": "Library Manager", + "title": "Menedżer bibliotek", "needsOneDependency": "Biblioteka {0}:{1} wymaga innej zależności, która obecnie nie jest zainstalowana:", "needsMultipleDependencies": "Biblioteka {0}:{1} wymaga innych zależności, które obecnie nie są zainstalowane:", "installOneMissingDependency": "Czy chcesz zainstalować brakującą zależność?", @@ -171,9 +186,9 @@ "new": "Nowy", "openRecent": "Otwórz ostatnie", "showFolder": "Show Sketch Folder", - "sketch": "Sketch", + "sketch": "Szkic", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", @@ -187,7 +202,7 @@ "verify": "Weryfikuj", "doneCompiling": "Kompilacja zakończona.", "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", "titleLocalSketchbook": "Local Sketchbook", "titleSketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Reference", "findInReference": "Find in Reference", "faq": "Najczęściej zadawane pytania", - "visit": "Odwiedź Arduino.cc" + "visit": "Odwiedź Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Wybierz płytkę", "checkUpdates": "Sprawdź uaktualnienia", "selectVersion": "Select firmware version", "install": "Zainstaluj", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie." }, "dialog": { @@ -268,8 +284,8 @@ "newLine": "Nowa linia", "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}'", + "notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.", + "message": "Message ({0} + Enter to send message to '{1}' on '{2}')", "connectionBusy": "Połączenie nie powiodło się. Port szeregowy jest zajęty: {0}", "disconnected": "Disconnected {0} from {1}.", "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.", diff --git a/i18n/pt.json b/i18n/pt.json index 03fe3639a..ba8bc1123 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "Deseja salvar as alterações neste sketch antes de fechar?", "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": { "sketch": "Rascunho", "tools": "Ferramentas" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "compilar", "upload": "enviar", "verifyAfterUpload": "Verificar o código após enviar", - "checkForUpdates": "Procurar por atualizações ao iniciar", "editorQuickSuggestions": "Dicas do editor", "additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas", "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?", "configDialogTitle": "Selecionar Outra Placa e Porta", "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.", "showAllAvailablePorts": "Mostrar todas as portas disponíveis quando habilitado", "programmer": "Programador/Gravador", @@ -173,7 +188,7 @@ "showFolder": "Mostrar a pasta de Sketches", "sketch": "Sketch", "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.", "saveFolderAs": "Salvar a pasta de sketch como...", "sketchbook": "Sketchbook", @@ -223,7 +238,8 @@ "reference": "Referência", "findInReference": "Encontrar em Referência", "faq": "Perguntas Frequentes", - "visit": "Visitar Arduino.cc" + "visit": "Visitar Arduino.cc", + "privacyPolicy": "Política de Privacidade " }, "certificate": { "uploadRootCertificates": "Enviar certificado Raiz SSL", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "Nenhuma placa compatível conectada" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Atualizador de Firmware", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Selecionar Placa", "checkUpdates": "Verificar Atualizações", "selectVersion": "Selecione a versão do firmware", "install": "Instalar", "overwriteSketch": "A instalação substituirá o sketch na placa.", "installingFirmware": "Instalando firmware.", - "successfullyInstalled": "Firmware instalado com sucesso.", + "successfullyInstalled": "Firmware instalado com sucesso. ", "failedInstall": "A instalação falhou. Por favor, tente novamente." }, "dialog": { @@ -269,7 +285,7 @@ "carriageReturn": "Retorno de linha", "newLineCarriageReturn": "Nova linha e retorno de linha", "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}", "disconnected": "Desconectado {0} de {1}.", "unexpectedError": "Erro inesperado. Reconectando {0} na porta {1}.", diff --git a/i18n/ro.json b/i18n/ro.json index 25a099ff0..da56a21bc 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "Vrei să salvezi modificările făcute schiței înainte de a închide?", "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": { "sketch": "Schița", "tools": "Unelte" @@ -31,49 +47,48 @@ "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.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.", - "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.", + "ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.", + "board.certificates": "Lista de certificate ce pot fi încarcate pe plăcile de dezvoltare", + "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": "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.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", + "auth.clientID": "ID-ul de client OAuth2.", + "auth.domain": "Domeniul OAuth2.", + "auth.audience": "Audiența OAuth2.", + "auth.registerUri": "URI folosit pentru a înregistra un utilizator nou.", + "network": "Rețea", "sketchbook.location": "Sketchbook location", - "browse": "Browse", + "browse": "Selectează", "files.inside.sketches": "Show files inside Sketches", "editorFontSize": "Editor font size", - "interfaceScale": "Interface scale", + "interfaceScale": "Scala de interfață", "showVerbose": "Show verbose output during", "compilerWarnings": "Compiler warnings", - "automatic": "Automatic", - "compile": "compile", - "upload": "upload", - "verifyAfterUpload": "Verify code after upload", - "checkForUpdates": "Check for updates on startup", - "editorQuickSuggestions": "Editor Quick Suggestions", + "automatic": "Automat", + "compile": "compila", + "upload": "încarcă", + "verifyAfterUpload": "Verifică codul după încarcare", + "editorQuickSuggestions": "Sugestii rapide în Editor", "additionalManagerURLs": "Additional Boards Manager URLs", - "noProxy": "No proxy", - "manualProxy": "Manual proxy configuration", + "noProxy": "Fără proxy", + "manualProxy": "Configurare manuală proxy", "newSketchbookLocation": "Select new sketchbook location", - "choose": "Choose", - "enterAdditionalURLs": "Enter additional URLs, one for each row", + "choose": "Selectează", + "enterAdditionalURLs": "Introduce URL-uri noi, câte unul pe fiecare rând", "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", + "signIn": "CONECTARE", + "signOut": "Deconectare", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "privateVisibility": "Private. Only you can view the Sketch.", - "publicVisibility": "Public. Anyone with the link can view the Sketch.", + "privateVisibility": "Privat. Numai tu poți vedea Schița.", + "publicVisibility": "Public. Oricine are link-ul poate vedea Schița.", "link": "Link:", "embed": "Embed:", "cloudSketchbook": "Cloud Sketchbook", @@ -81,15 +96,15 @@ "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "pullSketch": "Pull Sketch", "openInCloudEditor": "Open in Cloud Editor", - "options": "Options...", - "share": "Share...", - "remote": "Remote", + "options": "Opțiuni...", + "share": "Partajați...", + "remote": "La distanță ", "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", + "learnMore": "Învață mai mult", + "continue": "Continuă", "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", @@ -99,57 +114,57 @@ "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" + "connected": "Conectat", + "offline": "Deconectat", + "profilePicture": "Poză de profil" }, "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?", "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 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.", "showAllAvailablePorts": "Shows all available ports when enabled", - "programmer": "Programmer", + "programmer": "Programator", "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", + "reselectLater": "Re-selectează mai târziu", "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}", + "boardListItem": "{0} la {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}", + "port": "Portul{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}" + "label": "Despre {0}", + "detail": "Versiunea: {0}\nData: {1}{2}\nVersiunea CLI : {3}{4} [{5}]\n\n{6}" }, "contributions": { - "addFile": "Add File", - "replaceTitle": "Replace", + "addFile": "Adaugă Fișier", + "replaceTitle": "Înlocuiește", "fileAdded": "One file added to the sketch." }, "replaceMsg": "Replace the existing version of {0}?", "library": { "addZip": "Add .ZIP Library...", - "zipLibrary": "Library", + "zipLibrary": "Librărie", "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...", + "include": "Include Librăria", + "manageLibraries": "Gestionare Librării ", "arduinoLibraries": "Arduino libraries", "contributedLibraries": "Contributed libraries", "title": "Library Manager", @@ -158,8 +173,8 @@ "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", + "installAll": "Instalează tot", + "installOnly": "Instalează doar {0}", "installedSuccessfully": "Successfully installed library {0}:{1}", "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}" }, @@ -168,27 +183,27 @@ "archiveSketch": "Archive Sketch", "saveSketchAs": "Save sketch folder as...", "createdArchive": "Created archive '{0}'.", - "new": "New", - "openRecent": "Open Recent", + "new": "Nou", + "openRecent": "Deschide Recente", "showFolder": "Show Sketch Folder", "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.", "saveFolderAs": "Save sketch folder as...", "sketchbook": "Sketchbook", - "upload": "Upload", + "upload": "Încărcați", "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", + "verify": "Verifică", "doneCompiling": "Done compiling.", "couldNotConnectToSerial": "Could not reconnect to serial port. {0}", "openSketchInNewWindow": "Open Sketch in New Window", - "openFolder": "Open Folder", + "openFolder": "Deschide Folder", "titleLocalSketchbook": "Local Sketchbook", "titleSketchbook": "Sketchbook", "close": "Are you sure you want to close the sketch?" @@ -207,7 +222,7 @@ "autoFormat": "Auto Format" }, "examples": { - "menu": "Examples", + "menu": "Exemple", "couldNotInitializeExamples": "Could not initialize built-in examples.", "builtInExamples": "Built-in examples", "customLibrary": "Examples from Custom Libraries", @@ -215,21 +230,22 @@ "forAny": "Examples for any board" }, "help": { - "search": "Search on Arduino.cc", + "search": "Caută pe Arduino.cc", "keyword": "Type a keyword", "gettingStarted": "Getting Started", - "environment": "Environment", + "environment": "Mediu de lucru", "troubleshooting": "Troubleshooting", "reference": "Reference", "findInReference": "Find in Reference", "faq": "Frequently Asked Questions", - "visit": "Visit Arduino.cc" + "visit": "Vizitează Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Upload SSL Root Certificates", "openContext": "Open context", "remove": "Remove", - "upload": "Upload", + "upload": "Încărcare", "addURL": "Add URL to fetch SSL certificate", "enterURL": "Enter URL", "selectCertificateToUpload": "1. Select certificate to upload", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "No supported board connected" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Updater", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Selectează Placa", "checkUpdates": "Verifică Versiunile", "selectVersion": "Select firmware version", "install": "Instalează", "overwriteSketch": "Installation will overwrite the Sketch on the board.", "installingFirmware": "Installing firmware.", - "successfullyInstalled": "Firmware succesfully installed.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Instalarea a eșuat. Te rugăm să încerci din nou." }, "dialog": { @@ -267,9 +283,9 @@ "noLineEndings": "No Line Ending", "newLine": "Linie Nouă", "carriageReturn": "Carriage Return", - "newLineCarriageReturn": "Both NL & CR", + "newLineCarriageReturn": "NL și CR", "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}", "disconnected": "Deconectat {0} de la {1}.", "unexpectedError": "Eroare neașteptată. Reconectare {0} pe portul {1}.", @@ -302,7 +318,7 @@ "theia": { "core": { "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", "cannotConnectBackend": "Cannot connect to the backend.", "cannotConnectDaemon": "Cannot connect to the CLI daemon." diff --git a/i18n/ru.json b/i18n/ru.json index 40639d26a..6af622273 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -3,17 +3,33 @@ "common": { "offlineIndicator": "Похоже, у Вас нет подключения к Интернету. Без подключения к Интернету Arduino CLI не сможет загрузить необходимые ресурсы и упадет. Подключитесь к Интернету и перезапустите приложение.", "noBoardSelected": "Плата не выбрана", - "selectedOn": "on {0}", + "selectedOn": "вкл. {0}", "notConnected": "[не подключено].", "serialMonitor": "Монитор порта", "oldFormat": "'{0}' использует старый формат `.pde`. Хотите сконвертировать в новый формат `.ino`?", "later": "Позже", "selectBoard": "Выбрать плату", "unknown": "Неизвестно", - "processing": "Processing", + "processing": "Обработка", "saveChangesToSketch": "Сохранить изменения в этом скетче перед закрытием?", "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": { "sketch": "Скетч", "tools": "Инструменты" @@ -27,11 +43,11 @@ "preferences": { "language.log": "True - сервер Arduino Language будет создавать файлы журнала в папке скетча. В противном случае - false. По умолчанию - 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.", "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.", - "ide.autoUpdate": "True - автоматическая проверка обновлений включена. IDE будет проверять наличие обновлений периодически в автоматическом режиме.", + "window.zoomLevel": "Отрегулируйте уровень масштабирования окна. Оригинальный размер равен 0 и каждое изменение выше (например, 1) или ниже (например, -1) представляет собой масштабирование на 20% больше или меньше. Вы также можете войти в десятичные, чтобы настроить уровень масштабирования с более тонкой гранулярностью.", + "ide.updateChannel": "Release channel - это канал для обновлений. «stable» - это стабильный выпуск, «Nightly» - это последняя сборка.", "board.certificates": "Список сертификатов, которые могут быть загружены в платы", "sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.", "cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.", @@ -55,17 +71,16 @@ "compile": "компиляции", "upload": "выгрузке на плату", "verifyAfterUpload": "Проверять содержимое памяти платы после загрузки", - "checkForUpdates": "Проверять обновления при запуске", "editorQuickSuggestions": "Быстрые подсказки в редакторе", "additionalManagerURLs": "Дополнительные ссылки для Менеджера плат", "noProxy": "Не использовать прокси-сервер", "manualProxy": "Ручная настройка параметров прокси-сервера", "newSketchbookLocation": "Выбрать новое расположение для альбома со скетчами", - "choose": "Choose", + "choose": "Выбрать", "enterAdditionalURLs": "Введите дополнительные URL, по одному в каждой строке", - "unofficialBoardSupport": "Click for a list of unofficial board support URLs", + "unofficialBoardSupport": "Список URL-адресов поддержки неофициальных плат", "invalid.sketchbook.location": "Неправильный путь к альбому со скетчами: {0}", - "invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.", + "invalid.editorFontSize": "Неверный размер шрифта редактора. Это должно быть положительное целое число.", "invalid.theme": "Неверная тема." }, "cloud": { @@ -83,7 +98,7 @@ "openInCloudEditor": "Открыть в облачном редакторе", "options": "Параметры...", "share": "Поделиться...", - "remote": "Remote", + "remote": "Удаленный", "emptySketchbook": "Ваш альбом пуст", "visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке.", "signInToCloud": "Войдите в Arduino Cloud", @@ -99,28 +114,28 @@ "push": "Push", "pullFirst": "You have to pull first to be able to push to the Cloud.", "donePushing": "Done pushing ‘{0}’.", - "connected": "Connected", - "offline": "Offline", + "connected": "Подключено", + "offline": "Не подключено", "profilePicture": "Фотография профиля" }, "board": { "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": "Выберите другую плату и порт", "configDialog1": "Выберите плату и порт, если Вы хотите загрузить скетч в плату.", - "configDialog2": "If you only select a Board you will be able just 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", + "configDialog2": "Если вы выбираете только плату, вы сможете компилировать, но не загружать свой скетч.", + "pleasePickBoard": "Пожалуйста, выберите плату, подключенную к выбранному вами порту.", + "showAllAvailablePorts": "Показать все доступные порты при включении", "programmer": "Программатор", "succesfullyInstalledPlatform": "Платформа установлена успешно {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": "Выборать позже", "noneSelected": "Плата не выбрана.", "noPortsSelected": "Не выбраны порты для платы: '{0}'.", "noFQBN": "FQBN недоступен для выбранной платы \"{0}\". Проверьте наличие необходимого ядра.", "openBoardsConfig": "Выберите другую плату и порт...", - "boardListItem": "{0} at {1}", + "boardListItem": "{0} в {1}", "selectBoardForInfo": "Пожалуйста, выберите плату в меню инструментов для получения информации с платы.", "platformMissing": "Платформа для выбранной платы '{0}' не установлена.", "selectPortForInfo": "Пожалуйста, выберите порт в меню инструментов для получения информации с платы.", @@ -153,8 +168,8 @@ "arduinoLibraries": "Библиотеки Arduino", "contributedLibraries": "Сторонние библиотеки", "title": "Управление библиотеками", - "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:", - "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:", + "needsOneDependency": "Нужная библиотеке {0}: {1} другая зависимость в настоящее время не установлена:", + "needsMultipleDependencies": "Нужные библиотеке {0}: {1} некоторые другие зависимости в настоящее время не установлены:", "installOneMissingDependency": "Установить недостающую зависимость?", "installMissingDependencies": "Установить все недостающие зависимости?", "dependenciesForLibrary": "Зависимости для библиотеки {0}:{1}", @@ -172,14 +187,14 @@ "openRecent": "Открыть предыдущий", "showFolder": "Показать папку скетча", "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?", + "moving": "Переместить", + "movingMsg": "Файл «{0}» должен быть в папке с именем скетча «{1}». \nСоздать эту папку, переместить файл и продолжить?", "cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.", "saveFolderAs": "Сохранить папку со скетчем как...", "sketchbook": "Альбом", "upload": "Загрузить на плату", "uploadUsingProgrammer": "Загрузить на плату при помощи программатора", - "userFieldsNotFoundError": "Can't find user fields for connected board", + "userFieldsNotFoundError": "Не могу найти пользовательские поля для подключенной платы", "doneUploading": "Загрузка завершена.", "configureAndUpload": "Настроить и загрузить", "verifyOrCompile": "Проверить/Скомпилировать", @@ -223,19 +238,20 @@ "reference": "Справочник по функциям", "findInReference": "Найти в справочнике", "faq": "Часто задаваемые вопросы", - "visit": "Перейти на сайт Arduino.cc" + "visit": "Перейти на сайт Arduino.cc", + "privacyPolicy": "Privacy Policy" }, "certificate": { "uploadRootCertificates": "Загрузка корневого сертификата SSL", "openContext": "Открыть контекст", - "remove": "Remove", + "remove": "Удалить", "upload": "Загрузка", "addURL": "Добавление URL для получения SSL-сертификата", "enterURL": "Введите URL", "selectCertificateToUpload": "1. Выберите сертификат для загрузки", - "addNew": "Add New", - "selectDestinationBoardToUpload": "2. Select destination board and upload certificate", - "uploadingCertificates": "Uploading certificates.", + "addNew": "Новый", + "selectDestinationBoardToUpload": "2. Выберите плату назначения и загрузите сертификат", + "uploadingCertificates": "Загрузка сертификатов.", "certificatesUploaded": "Сертификаты зугружены.", "uploadFailed": "Загрузка не удалась. Повторите попытку.", "selectBoard": "Выберите плату...", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "Не подключено ни одной поддерживаемой платы" }, "firmware": { - "updater": "Обновление прошивки WiFi101 / WiFiNINA", + "updater": "WiFi101 / WiFiNINA Firmware Updater", "selectBoard": "Выбор платы", "checkUpdates": "Проверить наличие обновлений", - "selectVersion": "Select firmware version", + "selectVersion": "Выберите версию прошивки", "install": "Установка", - "overwriteSketch": "Installation will overwrite the Sketch on the board.", + "overwriteSketch": "Установка перезаписывает скетч на плате.", "installingFirmware": "Установка прошивки.", - "successfullyInstalled": "Прошивка успешно установлена.", + "successfullyInstalled": "Firmware successfully installed.", "failedInstall": "Не удалось установить прошивку. Повторите попытку." }, "dialog": { @@ -261,24 +277,24 @@ "upload": "Загрузка" }, "serial": { - "toggleTimestamp": "Toggle Timestamp", + "toggleTimestamp": "Переключить отметку времени", "autoscroll": "Автопрокрутка", - "timestamp": "Timestamp", + "timestamp": "Время отметки", "noLineEndings": "Нет конца строки", "newLine": "Новая строка", "carriageReturn": "CR Возврат каретки", "newLineCarriageReturn": "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}'", + "notConnected": "Нет соединения. Выберите плату и порт для автоматического подключения.", + "message": "Сообщение ({0} + Enter, чтобы отправить сообщение для '{1}' на '{2}')", "connectionBusy": "Не удалось подключиться. Последовательный порт занят: {0}", - "disconnected": "Disconnected {0} from {1}.", - "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.", + "disconnected": "Отключен {0} от {1}", + "unexpectedError": "Непредвиденная ошибка. Переподключение {0} на порту {1}.", "failedReconnect": "Не удалось переподключиться {0} к последовательному порту после 10 попыток. Последовательный порт {1} занят.", - "reconnect": "Reconnecting {0} to {1} in {2} seconds..." + "reconnect": "Переподключение {0} к {1} в {2} секунды..." }, "component": { "uninstall": "Удалить", - "uninstallMsg": "Do you want to uninstall {0}?", + "uninstallMsg": "Вы хотите удалить {0}?", "by": "by", "version": "Версия {0}", "moreInfo": "Дополнительная информация", @@ -286,14 +302,14 @@ "filterSearch": "Отфильтровать результаты поиска..." }, "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." + "couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.", + "unsavedChanges": "Любые не сохраненные изменения не будут сохранены." }, "compile": { "error": "Ошибка компиляции: {0}" }, "upload": { - "error": "{0} error: {1}" + "error": "{0} ошибка: {1}" }, "burnBootloader": { "error": "Ошибка при прошивке бутлоадера: {0}" @@ -301,15 +317,15 @@ }, "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", + "couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.", + "offline": "Не подключено", + "daemonOffline": "CLI демон не подключен", "cannotConnectBackend": "Невозможно подключиться к бэкенду.", "cannotConnectDaemon": "Невозможно подключиться к фоновому процессу CLI." }, "debug": { "start": "Запуск...", - "typeNotSupported": "The debug session type \"{0}\" is not supported.", + "typeNotSupported": "Тип сеанса отладки «{0}» не поддерживается.", "startError": "Произошла ошибка при запуске отладочной сессии, просмотрите журнал для получения дополнительной информации." }, "editor": { @@ -325,10 +341,10 @@ "invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.", "newFileName": "Новое имя файла", "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": { - "GoToCloud": "GO TO CLOUD" + "GoToCloud": "Переход в облако" } } diff --git a/i18n/tr.json b/i18n/tr.json index 0002d7b4f..3c604b42f 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -14,6 +14,22 @@ "saveChangesToSketch": "Kapatmadan önce bu eskizdeki değişiklikleri kaydetmek istiyor musunuz?", "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": { "sketch": "Eskiz", "tools": "Araçlar" @@ -31,7 +47,7 @@ "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.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", "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.", @@ -55,7 +71,6 @@ "compile": "derle", "upload": "yükle", "verifyAfterUpload": "Yüklemeden sonra kodu doğrula", - "checkForUpdates": "Açılışta güncellemeleri kontrol et", "editorQuickSuggestions": "Editör Hızlı Önerileri", "additionalManagerURLs": "Ek Kart Yöneticisi URL'leri", "noProxy": "Vekil yok", @@ -223,7 +238,8 @@ "reference": "Başvuru", "findInReference": "Başvuruda Bul", "faq": "Sıkça Sorulan Sorular", - "visit": "Arduino.cc'yi Ziyaret Et" + "visit": "Arduino.cc'yi Ziyaret Et", + "privacyPolicy": "Gizlilik Politikası" }, "certificate": { "uploadRootCertificates": "SSL Kök Sertifikalarını Yükle", @@ -243,7 +259,7 @@ "noSupportedBoardConnected": "Bağlı desteklenen kart yok" }, "firmware": { - "updater": "WiFi101 / WiFiNINA Firmware Güncelleyici", + "updater": "WiFi101 / WiFiNINA Firmware Güncelleyici", "selectBoard": "Kart Seç", "checkUpdates": "Güncellemeleri Kontrol Et", "selectVersion": "Firmware versiyonunu seç", @@ -269,7 +285,7 @@ "carriageReturn": "Satır Başı", "newLineCarriageReturn": "NL ve CR ile Birlikte", "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}", "disconnected": "{1} bağlantısı koptu {0}.", "unexpectedError": "Beklenmeyen hata. Yeniden bağlanılıyor {0} / {1}.", diff --git a/i18n/zh.json b/i18n/zh.json index 75491ecc2..850552c41 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -3,23 +3,39 @@ "common": { "offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。", "noBoardSelected": "没有选择开发板", - "selectedOn": "关于{0}", + "selectedOn": "on {0}", "notConnected": "[没有连接]", "serialMonitor": "串口监视器", "oldFormat": "{0}仍然使用旧的.pde格式。是否要切换到新的.ino扩展?", "later": "之后", "selectBoard": "选择开发板", "unknown": "未知", - "processing": "处理", + "processing": "正在处理中", "saveChangesToSketch": "是否要在关闭前保存对此项目所做的更改?", "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": { "sketch": "项目", "tools": "工具" }, "debug": { - "optimizeForDebugging": "优化调试", + "optimizeForDebugging": "调试优化", "debugWithMessage": "调试 - {0}", "noPlatformInstalledFor": "{0}平台未安装", "debuggingNotSupported": "{0}不支持调试" @@ -31,39 +47,38 @@ "upload.verbose": "True则输出详细上传信息。默认情况下为False。", "window.autoScale": "True则用户界面随字体大小自动缩放。", "window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为0,大于(例如1)或小于(例如-1)的每个增量表示放大或缩小20%。输入小数可以更精细的调整缩放级别。", - "ide.autoUpdate": "True则启用自动更新。IDE将定期检查更新。", + "ide.updateChannel": "在发布频道中获取更新信息。'stable是稳定的版本,nightly是最新的开发版本。", "board.certificates": "可上传到开发板的证书列表", "sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。", "cloud.enabled": "True则启用项目同步功能。默认为true。", - "cloud.pull.warn": "True则在拉取云项目之前警告用户。默认为true。", - "cloud.push.warn": "True则在推送云项目之前警告用户。默认为true。", - "cloud.pushpublic.warn": "True则将公开项目推送到云中之前警告用户。默认为true。", - "cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino云API。", + "cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。", + "cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。", + "cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。", + "cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino Cloud API。", "auth.clientID": "OAuth2客户端ID", "auth.domain": "OAuth2域", "auth.audience": "OAuth2 受众。", - "auth.registerUri": "用于注册新用户的网址。", + "auth.registerUri": "用于注册新用户的地址。", "network": "网络", "sketchbook.location": "项目文件夹地址", "browse": "浏览", - "files.inside.sketches": "在项目中显示文件", + "files.inside.sketches": "显示项目中的文件夹", "editorFontSize": "编辑器字体大小", "interfaceScale": "界面比例", - "showVerbose": "显示过程的详细输出", + "showVerbose": "显示详细输出", "compilerWarnings": "编译器警告", "automatic": " 自动调整", "compile": "编译", "upload": "上传", "verifyAfterUpload": "上传后验证代码", - "checkForUpdates": "启动时检查更新", "editorQuickSuggestions": "编辑快速建议", - "additionalManagerURLs": "附加开发板管理器网址", + "additionalManagerURLs": "其他开发板管理器地址", "noProxy": "无代理", "manualProxy": "手动配置代理", "newSketchbookLocation": "选择新的项目文件夹地址", "choose": "选择", - "enterAdditionalURLs": "输入其他网址,每行一个。", - "unofficialBoardSupport": "点击获取支持的非官方开发板网址列表", + "enterAdditionalURLs": "输入其他地址,每行一个。", + "unofficialBoardSupport": "点击获取支持的非官方开发板地址列表", "invalid.sketchbook.location": "无效的项目文件夹地址:{0}", "invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。", "invalid.theme": "无效的主题。" @@ -80,26 +95,26 @@ "shareSketch": "共享项目", "showHideRemoveSketchbook": "显示/隐藏远程项目文件夹", "pullSketch": "拉取项目", - "openInCloudEditor": "在云编辑器打开", + "openInCloudEditor": "在Cloud编辑器打开", "options": "选项。。。", "share": "共享。。。", "remote": "远程", "emptySketchbook": "你的项目文件夹是空的", - "visitArduinoCloud": "访问Arduino云以创建云项目。", - "signInToCloud": "登录Arduino云", - "syncEditSketches": "同步和编辑Arduino云项目", + "visitArduinoCloud": "访问Arduino Cloud以创建云项目。", + "signInToCloud": "登录Arduino Cloud", + "syncEditSketches": "同步和编辑Arduino Cloud项目", "learnMore": "查看更多", "continue": "继续", "pushSketch": "推送项目", "pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。", "pull": "拉取", - "pullSketchMsg": "从云中拉取此项目将覆盖其本地项目。你确定要继续吗?", + "pullSketchMsg": "从Cloud中拉取此项目将覆盖其本地项目。你确定要继续吗?", "donePulling": "已完成拉取{0}。", - "notYetPulled": "无法推送到云。未被拉取。", + "notYetPulled": "无法推送到Cloud。未被拉取。", "push": "推送", - "pullFirst": "你必须先拉取才能推送到云。", + "pullFirst": "你必须先拉取才能推送到Cloud。", "donePushing": "已完成推送{0}。", - "connected": "连接", + "connected": "已连接", "offline": "离线", "profilePicture": "资料图片" }, @@ -108,16 +123,16 @@ "installNow": "必须为当前选定的{2}开发板板安装{0}{1}内核。你想现在安装吗?", "configDialogTitle": "选择其他开发板和端口", "configDialog1": "如果要上传项目,请选择开发板和端口。", - "configDialog2": "如果你只选择开发板,那么只能编译,不能上传项目。", + "configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。", "pleasePickBoard": "请选择要连接的开发板。", "showAllAvailablePorts": "启用时显示所有可用端口", "programmer": "编程器", - "succesfullyInstalledPlatform": "已成功安装平台{0}:{1}", - "succesfullyUninstalledPlatform": "已成功卸载平台{0}:{1}", - "couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动重新选择要使用的开发板。你想现在重新选择它吗?", + "succesfullyInstalledPlatform": "已成功安装平台{0}:{1}", + "succesfullyUninstalledPlatform": "已成功卸载平台{0}:{1}", + "couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动选择要使用的开发板。你想现在重新选择它吗?", "reselectLater": "稍后重新选择", "noneSelected": "未选择任何开发板。", - "noPortsSelected": "没有为开发板{0}选择端口。", + "noPortsSelected": "没有为开发板选择端口:{0}。", "noFQBN": "FQBN不可用于所选开发板{0}。你是否安装了相应的内核?", "openBoardsConfig": "选择其他开发板和端口。。。", "boardListItem": "{0} 在 {1}", @@ -142,7 +157,7 @@ }, "replaceMsg": "是否替换{0}的现有版本?", "library": { - "addZip": "添加 .ZIP 库...", + "addZip": "添加 .ZIP 库。。。", "zipLibrary": "库", "overwriteExistingLibrary": "是否覆盖现有的库?", "successfullyInstalledZipLibrary": "已从{0}存档成功安装库", @@ -153,15 +168,15 @@ "arduinoLibraries": "arduino库", "contributedLibraries": "贡献库", "title": "库管理", - "needsOneDependency": "库{0}:{1}需要一些未安装的依赖:", - "needsMultipleDependencies": "库{0}:{1}需要一些未安装的依赖:", + "needsOneDependency": "库{0}:{1}需要一些未安装的依赖:", + "needsMultipleDependencies": "库{0}:{1}需要一些未安装的依赖:", "installOneMissingDependency": "是否安装缺少的依赖?", "installMissingDependencies": "是否安装所有缺少的依赖?", "dependenciesForLibrary": "库{0}的依赖:{1}", "installAll": "全部安装", "installOnly": "仅安装{0}", - "installedSuccessfully": "已成功安装库{0}:{1}", - "uninstalledSuccessfully": "已成功卸载库{0}:{1}" + "installedSuccessfully": "已成功安装库{0}:{1}", + "uninstalledSuccessfully": "已成功卸载库{0}:{1}" }, "selectZip": "选择包含要添加的库的zip文件", "sketch": { @@ -173,8 +188,8 @@ "showFolder": "显示项目文件夹", "sketch": "项目", "moving": "移动", - "movingMsg": "文件{0}需要在{1}的项目文件夹中。\n创建此文件夹,移动文件,然后继续?", - "cantOpen": "文件夹\"{0}\"已存在。无法打开项目。", + "movingMsg": "文件{0}需要位于{1}项目文件夹中。\n创建此文件夹,移动文件,然后继续?", + "cantOpen": "文件夹{0}已存在。无法打开项目。", "saveFolderAs": "将项目文件夹另存为。。。", "sketchbook": "项目文件夹", "upload": "上传", @@ -204,7 +219,7 @@ "decreaseIndent": "减少缩进", "increaseFontSize": "放大字体", "decreaseFontSize": "减小字号", - "autoFormat": "自动格式化" + "autoFormat": "自动排版" }, "examples": { "menu": "示例", @@ -223,15 +238,16 @@ "reference": "参考", "findInReference": "在参考文件寻找", "faq": "常见问题", - "visit": "访问Arduino.cc" + "visit": "访问Arduino.cc", + "privacyPolicy": "隐私政策" }, "certificate": { - "uploadRootCertificates": "上传SSL证书", + "uploadRootCertificates": "上传SSL根证书", "openContext": "打开上下文", "remove": "删除", "upload": "上传", - "addURL": "添加网址以获取SSL证书", - "enterURL": "输入网址", + "addURL": "添加地址以获取SSL根证书", + "enterURL": "输入地址", "selectCertificateToUpload": "1.选择要上传的证书", "addNew": "添加新的", "selectDestinationBoardToUpload": "2.选择开发板并上传证书", @@ -243,14 +259,14 @@ "noSupportedBoardConnected": "未连接受支持的开发板" }, "firmware": { - "updater": "WiFi101/WiFiNINA固件更新程序", + "updater": "WiFi101 / WiFiNINA固件更新程序", "selectBoard": "选择开发板", "checkUpdates": "检查更新", "selectVersion": "选择固件版本", "install": "安装", "overwriteSketch": "安装将覆盖开发板上的项目。", "installingFirmware": "安装固件", - "successfullyInstalled": "固件已成功安装。", + "successfullyInstalled": "固件成功安装", "failedInstall": "安装失败。请再试一次。" }, "dialog": { @@ -267,9 +283,9 @@ "noLineEndings": "没有结束符", "newLine": "换行", "carriageReturn": "回车", - "newLineCarriageReturn": "NL 和 CR", - "notConnected": "没有连接。选择要自动连接的开发板和端口。", - "message": "消息({0} + Enter 将消息发送到{2}上的{1}", + "newLineCarriageReturn": "两者都是NL和CR", + "notConnected": "未连接。选择要自动连接的开发板和端口。", + "message": "消息({0}+Enter将消息发送到{2}上的{1})", "connectionBusy": "连接失败。串行端口被占用:{0}", "disconnected": "已断开{0}与{1}的连接。", "unexpectedError": "意外错误。正在重新连接端口{1}上的{0}。", @@ -279,11 +295,11 @@ "component": { "uninstall": "卸载", "uninstallMsg": "是否要卸载{0}?", - "by": "通过", + "by": "by", "version": "版本 {0}", "moreInfo": "更多信息", "install": "安装", - "filterSearch": "对搜索进行过滤..." + "filterSearch": "对搜索进行过滤。。。" }, "electron": { "couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。", @@ -303,9 +319,9 @@ "core": { "couldNotSave": "无法保存项目。请将未保存的工作复制到您喜爱的文本编辑器中,然后重新启动IDE。", "offline": "离线", - "daemonOffline": "CLI进程离线", + "daemonOffline": "CLI守护进程离线", "cannotConnectBackend": "无法连接后台。", - "cannotConnectDaemon": "无法连接CLI进程。" + "cannotConnectDaemon": "无法连接CLI守护进程。" }, "debug": { "start": "开始。。。", @@ -322,13 +338,13 @@ "workspace": { "fileNewName": "新文件的名称", "invalidFilename": "无效的文件名。", - "invalidExtension": "“.{0}”不是有效扩展名", + "invalidExtension": ".{0}不是有效扩展名", "newFileName": "文件的新名称", "deleteCurrentSketch": "是否要删除当前项目?", - "sketchDirectoryError": "创建项目目录时出错。有关更多详细信息,请参阅日志。应用程序可能无法按预期工作。" + "sketchDirectoryError": "新建项目目录时出错。有关详细信息,请参阅日志。应用程序可能无法按预期工作。" } }, "cloud": { - "GoToCloud": "前往云" + "GoToCloud": "前往CLOUD" } } diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json new file mode 100644 index 000000000..7c43dc28a --- /dev/null +++ b/i18n/zh_TW.json @@ -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 {0}:{1} needs another dependency currently not installed:", + "needsMultipleDependencies": "The library {0}:{1} 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" + } +}