mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-17 09:36:33 +00:00
Updated translation files
This commit is contained in:
parent
c064673ce1
commit
3c6e11832b
334
i18n/bg.json
Normal file
334
i18n/bg.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "Изглежда, че сте офлайн. Без интернет връзка, Arduino CLI може да не успее да изтегли необходимите ресурси и може да причини неизправност. Моля, свържете се с интернет и рестартирайте приложението.",
|
||||||
|
"noBoardSelected": "Не е избрана платка",
|
||||||
|
"selectedOn": "на {0}",
|
||||||
|
"notConnected": "[няма връзка]",
|
||||||
|
"serialMonitor": "Сериен Монитор",
|
||||||
|
"oldFormat": "„{0}“ все още използва стария формат .pde. Искате ли да преминете към новото разширение `.ino`?",
|
||||||
|
"later": "По-късно",
|
||||||
|
"selectBoard": "Изберете платка",
|
||||||
|
"unknown": "Неизвестно",
|
||||||
|
"processing": "Обработва се",
|
||||||
|
"saveChangesToSketch": "Искате ли да запазите промените в тази скица, преди да затворите?",
|
||||||
|
"loseChanges": "Ако не запазите, промените ви ще бъдат загубени."
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Скица",
|
||||||
|
"tools": "Инструменти"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Оптимизиране за отстраняване на грешки",
|
||||||
|
"debugWithMessage": "Отстраняване на грешки - {0}",
|
||||||
|
"noPlatformInstalledFor": "Платформата не е инсталирана за „{0}“",
|
||||||
|
"debuggingNotSupported": "Отстраняването на грешки не се поддържа от „{0}“"
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"language.log": "True, ако езиковият сървър на Arduino трябва да генерира лог файлове в папката за скици. В противен случай false. По подразбиране е false.",
|
||||||
|
"compile.verbose": "True за подробен изход за компилиране. False по подразбиране",
|
||||||
|
"compile.warnings": "Указва на gcc кое ниво на предупреждение да използва. По подразбиране е „None“.",
|
||||||
|
"upload.verbose": "True за подробен изход за качване. False по подразбиране.",
|
||||||
|
"window.autoScale": "True , ако потребителският интерфейс автоматично се мащабира с размера на шрифта.",
|
||||||
|
"window.zoomLevel": "Регулирайте нивото на увеличение на прозореца. Оригиналният размер е 0 и всяко увеличение над (напр. 1) или под (напр. -1) представлява увеличение с 20% по-голямо или по-малко. Можете също да въведете десетични знаци, за да регулирате нивото на увеличение по-финно.",
|
||||||
|
"ide.autoUpdate": "True, за да активирате автоматичните проверки за актуализация. IDE ще проверява за актуализации автоматично и периодично.",
|
||||||
|
"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 клиентски идентификатор.",
|
||||||
|
"auth.domain": "OAuth2 домейнът.",
|
||||||
|
"auth.audience": "OAuth2 аудиторията.",
|
||||||
|
"auth.registerUri": "URI, използван за регистриране на нов потребител.",
|
||||||
|
"network": "Мрежа",
|
||||||
|
"sketchbook.location": "Местоположение на скицника",
|
||||||
|
"browse": "Прегледай",
|
||||||
|
"files.inside.sketches": "Показване на файлове в Sketches",
|
||||||
|
"editorFontSize": "Размер на шрифта на редактора",
|
||||||
|
"interfaceScale": "Мащаб на интерфейса",
|
||||||
|
"showVerbose": "Показване на подробен изход по време на",
|
||||||
|
"compilerWarnings": "Компилационни предупреждения",
|
||||||
|
"automatic": "Автоматично",
|
||||||
|
"compile": "компилиране",
|
||||||
|
"upload": "качване",
|
||||||
|
"verifyAfterUpload": "Потвърдете кода след качване",
|
||||||
|
"checkForUpdates": "Проверете за актуализации при стартиране",
|
||||||
|
"editorQuickSuggestions": "Бързи предложения на редактора",
|
||||||
|
"additionalManagerURLs": "Допълнителни URL адреси на мениджър на платки",
|
||||||
|
"noProxy": "Без прокси",
|
||||||
|
"manualProxy": "Ръчна конфигурация на прокси",
|
||||||
|
"newSketchbookLocation": "Изберете местоположение за новата скицниката",
|
||||||
|
"choose": "Изберете",
|
||||||
|
"enterAdditionalURLs": "Въведете допълнителни URL адреси, по един за всеки ред",
|
||||||
|
"unofficialBoardSupport": "Щракнете за списък с неофициално поддържаните URL адреси на платки",
|
||||||
|
"invalid.sketchbook.location": "Невалидно местоположение на скицника: {0}",
|
||||||
|
"invalid.editorFontSize": "Невалиден размер на шрифта на редактора. Трябва да е положително цяло число.",
|
||||||
|
"invalid.theme": "Невалидна тема."
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"signIn": "ВПИШИ СЕ",
|
||||||
|
"signOut": "Отписване",
|
||||||
|
"chooseSketchVisibility": "Изберете видимост на вашата скица:",
|
||||||
|
"privateVisibility": "Частен. Само вие можете да видите скицата.",
|
||||||
|
"publicVisibility": "Обществени. Всеки с връзката може да види скицата.",
|
||||||
|
"link": "Връзка:",
|
||||||
|
"embed": "Вграждане:",
|
||||||
|
"cloudSketchbook": "Облачен скицник",
|
||||||
|
"shareSketch": "Споделете скица",
|
||||||
|
"showHideRemoveSketchbook": "Показване/скриване на отдалечен скицник",
|
||||||
|
"pullSketch": "Издърпайте скица",
|
||||||
|
"openInCloudEditor": "Отворете в Cloud Editor",
|
||||||
|
"options": "Настроики...",
|
||||||
|
"share": "Сподели...",
|
||||||
|
"remote": "Отдалечен",
|
||||||
|
"emptySketchbook": "Вашият Скицник е празен",
|
||||||
|
"visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици.",
|
||||||
|
"signInToCloud": "Влезте в Arduino Cloud",
|
||||||
|
"syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици",
|
||||||
|
"learnMore": "Научете повече",
|
||||||
|
"continue": "Продължи",
|
||||||
|
"pushSketch": "Изпрати скица",
|
||||||
|
"pushSketchMsg": "Това е публична скица. Преди да я изпратите, уверете се, че всяка чувствителна информация е дефинирана във файловете arduino_secrets.h. Можете да направите скица частна от панела за споделяне.",
|
||||||
|
"pull": "Изтегли",
|
||||||
|
"pullSketchMsg": "Изтеглянето на тази скица от облака ще презапише нейната локална версия. Сигурен ли си, че искаш да продължиш?",
|
||||||
|
"donePulling": "Изтеглянето на „{0}“ приключи.",
|
||||||
|
"notYetPulled": "Не може да се изпрати към облака. Още не е изтеглен.",
|
||||||
|
"push": "Изпрати",
|
||||||
|
"pullFirst": "Първо трябва да дръпнете, за да можете да изпратите към облака.",
|
||||||
|
"donePushing": "Изпращането на „{0}“ приключи.",
|
||||||
|
"connected": "Свързано",
|
||||||
|
"offline": "Офлайн",
|
||||||
|
"profilePicture": "Снимка на профила"
|
||||||
|
},
|
||||||
|
"board": {
|
||||||
|
"installManually": "Инсталирай ръчно",
|
||||||
|
"installNow": "Ядрото „{0} {1}“ трябва да бъде инсталирано за текущо избраната платка „{2}“. Искате ли да го инсталирате сега?",
|
||||||
|
"configDialogTitle": "Изберете друга платка и порт",
|
||||||
|
"configDialog1": "Изберете както платка, така и порт, ако искате да качите скица.",
|
||||||
|
"configDialog2": "Ако изберете само платка, ще можете само да компилирате, но не и да качвате скицата си.",
|
||||||
|
"pleasePickBoard": "Моля, изберете платка, свързана към порта, който сте избрали.",
|
||||||
|
"showAllAvailablePorts": "Показва всички налични портове, когато е активиран",
|
||||||
|
"programmer": "Програматор",
|
||||||
|
"succesfullyInstalledPlatform": "Успешно инсталирана платформа {0}:{1}",
|
||||||
|
"succesfullyUninstalledPlatform": "Успешно деинсталирана платформа {0}:{1}",
|
||||||
|
"couldNotFindPreviouslySelected": "Не можа да се намери по-рано избрана платка „{0}“ в инсталираната платформа „{1}“. Моля, изберете отново ръчно платката, която искате да използвате. Искате ли да я изберете отново сега?",
|
||||||
|
"reselectLater": "Изберете отново по-късно",
|
||||||
|
"noneSelected": "Няма избрани платка.",
|
||||||
|
"noPortsSelected": "Няма избрани портове за платка: „{0}“.",
|
||||||
|
"noFQBN": "FQBN не е наличен за избраната платка „{0}“. Имате ли инсталирано съответното ядро?",
|
||||||
|
"openBoardsConfig": "Изберете друга платка и порт...",
|
||||||
|
"boardListItem": "{0} в {1}",
|
||||||
|
"selectBoardForInfo": "Моля, изберете платка, за да получите информация за нея.",
|
||||||
|
"platformMissing": "Платформата за избраната платка „{0}“ не е инсталирана.",
|
||||||
|
"selectPortForInfo": "Моля, изберете порт, за да получите информация за платката.",
|
||||||
|
"boardInfo": "Информация за платка",
|
||||||
|
"board": "Платка{0}",
|
||||||
|
"port": "Порт{0}",
|
||||||
|
"getBoardInfo": "Вземи информация за платката",
|
||||||
|
"inSketchbook": "(в Скицника)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Мениджър на платки",
|
||||||
|
"about": {
|
||||||
|
"label": "Относно {0}",
|
||||||
|
"detail": "Версия: {0}\nДата: {1}{2}\nВерсия на CLI: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Добави файл",
|
||||||
|
"replaceTitle": "Замени",
|
||||||
|
"fileAdded": "Към скицата е добавен един файл."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Да се замени ли съществуващата версия на {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Добавяне на .ZIP библиотека...",
|
||||||
|
"zipLibrary": "Библиотека",
|
||||||
|
"overwriteExistingLibrary": "Искате ли да презапишете съществуващата библиотека?",
|
||||||
|
"successfullyInstalledZipLibrary": "Успешно инсталирана библиотека от {0} архив",
|
||||||
|
"namedLibraryAlreadyExists": "Библиотечна папка с име {0} вече съществува. Искате ли да я презапишете?",
|
||||||
|
"libraryAlreadyExists": "Библиотека вече съществува. Искате ли да я презапишете?",
|
||||||
|
"include": "Включи библиотека",
|
||||||
|
"manageLibraries": "Управление на библиотеки...",
|
||||||
|
"arduinoLibraries": "Arduino библиотеки",
|
||||||
|
"contributedLibraries": "Допринесени библиотеки",
|
||||||
|
"title": "Управител на библиотеки",
|
||||||
|
"needsOneDependency": "Библиотеката <b>{0}:{1}</b> се нуждае от друга зависимост, която в момента не е инсталирана:",
|
||||||
|
"needsMultipleDependencies": "Библиотеката <b>{0}:{1}</b> се нуждае от някои други зависимости, които в момента не са инсталирани:",
|
||||||
|
"installOneMissingDependency": "Искате ли да инсталирате липсващата зависимост?",
|
||||||
|
"installMissingDependencies": "Искате ли да инсталирате всички липсващи зависимости?",
|
||||||
|
"dependenciesForLibrary": "Зависимости за библиотека {0}:{1}",
|
||||||
|
"installAll": "Инсталирай всички",
|
||||||
|
"installOnly": "Инсталирайте само {0}",
|
||||||
|
"installedSuccessfully": "Успешно инсталирана библиотека {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Успешно деинсталирана библиотека {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Изберете zip файл, съдържащ библиотеката, която искате да добавите",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Архивирай скица",
|
||||||
|
"saveSketchAs": "Запазете папката със скици като...",
|
||||||
|
"createdArchive": "Създаден е архив „{0}“.",
|
||||||
|
"new": "Нов",
|
||||||
|
"openRecent": "Отвори Скорошен",
|
||||||
|
"showFolder": "Показване на папка за скици",
|
||||||
|
"sketch": "Скица",
|
||||||
|
"moving": "Преместване",
|
||||||
|
"movingMsg": "Файлът „{0}“ трябва да бъде в папка на скица, наречена „{1}“.\nСъздай тази папка, премести файла и продължи?",
|
||||||
|
"cantOpen": "Папка с име „{0}“ вече съществува. Не може да се отвори скица.",
|
||||||
|
"saveFolderAs": "Запазете папката със скица като...",
|
||||||
|
"sketchbook": "Скицник",
|
||||||
|
"upload": "Качване",
|
||||||
|
"uploadUsingProgrammer": "Качване с помощта на програмист",
|
||||||
|
"userFieldsNotFoundError": "Не мога да намеря потребителски полета за свързаната платка",
|
||||||
|
"doneUploading": "Качването приключи.",
|
||||||
|
"configureAndUpload": "Конфигуриране и качване",
|
||||||
|
"verifyOrCompile": "Проверете/компилирайте",
|
||||||
|
"exportBinary": "Експортиране на компилиран двоичен файл",
|
||||||
|
"verify": "Потвърдете",
|
||||||
|
"doneCompiling": "Готово е компилирането.",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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": "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.",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
448
i18n/de.json
448
i18n/de.json
@ -1,334 +1,334 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"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": "No board selected",
|
"noBoardSelected": "Kein Board ausgewählt",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "bei {0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[keine Verbindung]",
|
||||||
"serialMonitor": "Serieller Monitor",
|
"serialMonitor": "Serieller Monitor",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "Der Sketch '{0}' verwendet noch das alte '.pde' Format. Möchtest du auf die neuere '.ino' Endung wechseln?",
|
||||||
"later": "Later",
|
"later": "später",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Board wählen",
|
||||||
"unknown": "Unknown",
|
"unknown": "unbekannt",
|
||||||
"processing": "Processing",
|
"processing": "Verarbeiten",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Änderungen zu diesem Sketch vor dem Schließen sichern?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "Wenn du nicht sicherst, werden deine Änderungen gelöscht."
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Werkzeuge"
|
"tools": "Werkzeuge"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "Für Debugging optimieren",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "Die Platform für '{0}' ist nicht instaliert.",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "'{0}' unterstützt kein Debuggen"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "Wahr, wenn der Arduino Language Server Logfiles in den Sketch-Ordner schreiben soll. Sonst falsch. Standardeinstellung ist falsch.\n ",
|
||||||
"compile.verbose": "True for verbose compile output. False by default",
|
"compile.verbose": "Wahr für ausführliche Compilerausgaben. Standardmäßig Falsch",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Einstellung des Warnlevels für den GCC. Standardeinstellung ist 'None'.",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "Wahr für ausführliche Ausgaben während dem Hochladen. Standardmäßig Falsch.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "Ist wahr, wenn die Benutzeroberfläche automatisch mit der Schriftgröße skaliert wird.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "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": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.autoUpdate": "Wahr, um automatisch auf Updates zu überprüfen. Die IDE wird automatisch regelmäßig auf Updates prüfen.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "Liste der Zertifikate, welche zu den Boards hochgeladen werden können.",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "Wahr, um alle Dateien im Sketch anzuzeigen. Standardmäßig Falsch.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "Wahr, wenn die Sketch-Syncfunctionen aktiv sind. Standardeinstellung ist wahr.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "Wahr, wenn Benutzer vor dem Herunterladen eines Sketches aus der Cloud gewarnt werden sollen. Standardmäßig Wahr.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "Wahr, wenn Benutzer vor dem Hochladen eines Cloud-Sketches gewarnt werden sollen. Standardmäßig Wahr.",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "Wahr, wenn Benutzer vor dem Hochladen eines öffentlichen Sketches in die Cloud gewarnt werden sollen. Standardmäßig Wahr.",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "Der Endpunkt, um Sketches zu/von einem Backend zu laden. Standardeinstellung ist die Arduino Cloud API.",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "Die OAuth2 client ID.",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "Die OAuth2 Domain.",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "Das The OAuth2 Audience.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "Das URI hat einen neuen Benutzer registriert.",
|
||||||
"network": "Netzwerk",
|
"network": "Netzwerk",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Dateipfad des Sketchbooks",
|
||||||
"browse": "Durchsuchen",
|
"browse": "Durchsuchen",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Dateien im Sketch zeigen",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "Editor Schriftgröße",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "Fenster Skalierung",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Debug Informationen während",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Warnungen des Übersetzers",
|
||||||
"automatic": "Automatisch",
|
"automatic": "Automatisch",
|
||||||
"compile": "compile",
|
"compile": "Kompilieren",
|
||||||
"upload": "upload",
|
"upload": "Hochladen",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Code nach Hochladen überprüfen ",
|
||||||
"checkForUpdates": "Beim Start nach Updates suchen",
|
"checkForUpdates": "Beim Start nach Updates suchen",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Schnelle Editor Vorschläge",
|
||||||
"additionalManagerURLs": "Zusätzliche Boardverwalter-URLs",
|
"additionalManagerURLs": "Zusätzliche Boardverwalter-URLs",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "Kein Proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Manuelle Proxy Einstellung",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Wähle einen neuen Ort für das Sketchbook ",
|
||||||
"choose": "Choose",
|
"choose": "Wähle",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Füge zusätzliche URLs hinzu, jede Reihe einzeln",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Klicke hier für eine Liste von inoffiziell unterstützten Boards",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Ungültiger Sketchbook Speicherort: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Ungültige Editor Schriftgröße. Sie muss eine positive, ganze Zahl sein.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Ungültiges Erscheinungsbild"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "Anmelden",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Abmelden",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Wähle die Sichtbarkeit deines Sketches:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Private. Nur du siehst diesen Sketch.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Public. Jeder kann mit diesen Link den Sketch sehen.",
|
||||||
"link": "Link:",
|
"link": "Link:",
|
||||||
"embed": "Embed:",
|
"embed": "Einbetten:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Sketch teilen",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Zeige/Verstecke Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "Im Cloud Editor öffnen",
|
||||||
"options": "Options...",
|
"options": "Optionen....",
|
||||||
"share": "Share...",
|
"share": "Teilen....",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Dein Sketchbook ist leer",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Besuche Arduino Cloud um Cloud Sketche zu erstellen.",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Anmelden zur Arduino Cloud",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Synchronisiere und editiere deine Arduino Cloud Sketches.",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "Mehr erfahren",
|
||||||
"continue": "Continue",
|
"continue": "Fortfahren",
|
||||||
"pushSketch": "Push Sketch",
|
"pushSketch": "Push Sketch",
|
||||||
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
"pushSketchMsg": "Das ist ein öffentliches Sketch. Vor dem Pushen solltest du überprüfen, ob alle sensiblen Informationen in arduino_secrets.h definiert sind. Du kannst einen Sketch mit dem Teilen-Feld privat machen.",
|
||||||
"pull": "Pull",
|
"pull": "Pull",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "Wenn du diesen Sketch aus der Cloud lädst, wird die lokale Version überschrieben. Möchtest du fortfahren?",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Herunterladen von '{0}' erfolgreich.",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "Kann nicht in die Cloud geschoben werden. Es ist noch nicht heruntergeladen.",
|
||||||
"push": "Push",
|
"push": "Push",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "Du musst zuerst herunterladen, damit du in die Cloud schieben kannst.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Hochladen von '{0}' erfolgreich.",
|
||||||
"connected": "Connected",
|
"connected": "Verbunden",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Profilbild"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "Manuell installieren",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "Der \"{0} {1}\" Core muss für das ausgewählte \"{2}\" Board installiert werden. Jetzt installieren?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Andere Bords und Ports wählen",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Wählen Sie ein Board und einen Port, wenn Sie den Sketch hochladen möchten.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "Wenn Sie nur ein Board auswählen, werden Sie den Sketch nur kompilieren können, jedoch nicht hochladen.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Bitte wählen Sie das Board, welches am ausgewählten Port angeschlossen ist.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Zeige alle verfügbaren Ports, wenn aktiviert.",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programmer",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Plattform erfolgreich installiert {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "Plattform erfolgreich deinstalliert {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": "Zuvor gewähltes Board '{0}' wurde nicht in der installierten Plaftform '{1}' gefunden. Bitte Board erneut auswählen. Jetzt auswählen?",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "Später auswählen",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "Kein Board ausgewählt.",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "Kein Port für das Board : '{0}' ausgewählt.",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "Der FQBN ist für das gewählte Board \"{0}\" nicht verfügbar. Wurde der zugehörige Core installiert?",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "Wähle einen anderes Board und einen anderen Port...",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} bei {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Wähle ein Board für die Board-Informationen.",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "Die Plattform für das gewählte '{0}' Board ist nicht installiert.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Wähle ein Port, um Informationen über das Board zu erhalten.",
|
||||||
"boardInfo": "Boardinformationen",
|
"boardInfo": "Board-Informationen",
|
||||||
"board": "Board{0}",
|
"board": "Board{0}",
|
||||||
"port": "Port{0}",
|
"port": "Port{0}",
|
||||||
"getBoardInfo": "Get Board Info",
|
"getBoardInfo": "Board-Informationen abrufen",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": "(im Sketchbook)"
|
||||||
},
|
},
|
||||||
"boardsManager": "Boardverwalter",
|
"boardsManager": "Board-Verwaltung",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "Über {0}",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "Version: {0}\nDatum: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Datei hinzufügen...",
|
"addFile": "Datei hinzufügen...",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "Ersetzen",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "Eine Datei wurde zum Sketch hinzugefügt."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Existierende Version von {0} ersetzen?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": ".ZIP-Bibliothek hinzufügen...",
|
"addZip": ".ZIP-Bibliothek hinzufügen...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "Bibliothek",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Möchtest du die existierende Bibliothek überschreiben?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Bibliothek erfolgreich vom {0} Archiv installiert",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "Der Bibliothek-Ordner '{0}' existiert bereits. Überschreiben?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "Eine Bibliothek existiert bereits. Möchten sie diese überschreiben?",
|
||||||
"include": "Include Library",
|
"include": "Bibliothek einbinden",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "Bibliotheken verwalten...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Arduino Bibliotheken",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Bibliotheken, zu denen beigetragen wurde",
|
||||||
"title": "Library Manager",
|
"title": "Bibliotheksverwalter",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "Die Bibliothek <b>{0}:{1}</b> benötigt eine andere Abhängigkeit, welche derzeit nicht installiert ist:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "Die Bibliothek <b>{0}:{1}</b> benötigt ein paar andere Abhängigkeiten, die derzeit nicht installiert sind:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Möchten Sie die fehlende Ressource installieren?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Möchten Sie alle fehlenden Ressourcen installieren?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "Abhängigkeiten für die Bibliothek {0}:{1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Alle installieren",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Nur {0} installieren",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "Bibliothek {0}:{1} erfolgreich installiert",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "Bibliothek {0}:{1} erfolgreich deinstalliert"
|
||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "Wähle die ZIP-Datei, welche die hinzuzufügende Bibliothek enthält",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Sketch archivieren",
|
"archiveSketch": "Sketch archivieren",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Sketch Ordner speichern als...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Archiv '{0}' erstellt.",
|
||||||
"new": "New",
|
"new": "Neu",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Zuletzt geöffnet",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Zeige Sketch Ordner",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Übertragen...",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "Die Datei \"{0}\" muss sich in einem Sketch Ordner \"{1}\" befinden.\nDiesen Ordner erstellen, Datei verschieben und fortfahren?",
|
||||||
"cantOpen": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.",
|
"cantOpen": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Sketch Ordner speichern als...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
"upload": "Hochladen",
|
"upload": "Hochladen",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "Mit Programmer hochladen",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "User Fields für das angeschlossene Board nicht gefunden",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Hochladen erfolgreich! ",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Konfigurieren und hochladen",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Überprüfen/Kompilieren",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Kompilierte Binärdatei exportieren",
|
||||||
"verify": "Verify",
|
"verify": "Überprüfen",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Kompilieren erfolgreich!",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Verbindung zum seriellen Port fehlgeschlagen. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Sketch in neuen Fenster öffnen",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Ordner öffnen",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Lokales Sketchbook",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Sketchbook",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "Sind Sie sicher, dass Sie diesen Sketch schließen möchten?"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Bootloader brennen",
|
"burnBootloader": "Bootloader brennen",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "Bootloader erfolgreich gebrannt."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"copyForForum": "Für Forum kopieren (Markdown)",
|
"copyForForum": "Für Forum kopieren (Markdown)",
|
||||||
"commentUncomment": "Kommentieren/Kommentar aufheben",
|
"commentUncomment": "Kommentieren/Kommentar aufheben",
|
||||||
"increaseIndent": "Increase Indent",
|
"increaseIndent": "Einrückung erweitern",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Einrückung verringern ",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Schriftgröße vergrößern ",
|
||||||
"decreaseFontSize": "Schriftgröße verringern",
|
"decreaseFontSize": "Schrift verkleinern",
|
||||||
"autoFormat": "Automatische Formatierung"
|
"autoFormat": "automatisch Formatieren"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "Beispiele",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Mitgelieferte Beispiele konnten nicht initialisiert werden",
|
||||||
"builtInExamples": "Mitgelieferte Beispiele",
|
"builtInExamples": "Mitgelieferte Beispiele",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Beispiele aus eigenen Bibliotheken",
|
||||||
"for": "Examples for {0}",
|
"for": "Beispiele für {0}",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "Beispiele für jedes Board"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Suche auf Arduino.cc",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "Schlagwort eingeben",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Loslegen...",
|
||||||
"environment": "Environment",
|
"environment": "Umgebung",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "Fehlersuche",
|
||||||
"reference": "Reference",
|
"reference": "Referenz",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Referenzsuche",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Häufig gestellte Fragen",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Besuche Arduino.cc"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "SSL Root Zertifikat hochladen",
|
||||||
"openContext": "Open context",
|
"openContext": "Kontext öffnen",
|
||||||
"remove": "Remove",
|
"remove": "entfernen",
|
||||||
"upload": "Hochladen",
|
"upload": "Hochladen",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "URL hinzufügen, um das SSL-Zertifikat abzurufen",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "URL eingeben",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. Zertifikat zum hochladen auswählen",
|
||||||
"addNew": "Add New",
|
"addNew": "Neu hinzufügen",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. Zielboard wählen und Zertifikat hochladen",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "Zertifikate hochladen...",
|
||||||
"certificatesUploaded": "Certificates uploaded.",
|
"certificatesUploaded": "Die Zertifikate wurden erfolgreich hochgeladen.",
|
||||||
"uploadFailed": "Upload failed. Please try again.",
|
"uploadFailed": "Hochladen fehlgeschlagen. Bitte versuchen Sie es erneut.",
|
||||||
"selectBoard": "Select a board...",
|
"selectBoard": "Wähle ein Board...",
|
||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{0} bei {1}",
|
||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "Kein unterstütztes Board angeschlossen"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Firmware Aktualisierer",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Board auswählen",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Nach Updates Suchen",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Firmware Version wählen",
|
||||||
"install": "Installieren",
|
"install": "Installieren",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Die Installation wird den Sketch auf dem Board überschreiben.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Firmware wird installiert.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware wurde erfolgreich installiert.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Installation fehlgeschlagen. Bitte versuche es erneut "
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "Nicht noch einmal fragen"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "abbrechen",
|
||||||
"upload": "Hochladen"
|
"upload": "Hochladen"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Zeitstempel an/aus",
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Automatisch scrollen",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Zeitstempel",
|
||||||
"noLineEndings": "Kein Zeilenende",
|
"noLineEndings": "Kein Zeilenende",
|
||||||
"newLine": "Neue Zeile",
|
"newLine": "Neue Zeile",
|
||||||
"carriageReturn": "Zeilenumbruch (CR)",
|
"carriageReturn": "Zeilenumbruch",
|
||||||
"newLineCarriageReturn": "Sowohl NL als auch CR",
|
"newLineCarriageReturn": "Sowohl NL als auch CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Nicht verbunden. Wählen Sie ein Board und einen Port, um automatisch zu verbinden.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Nachricht ({0} + Enter, um Nachricht an '{1}' auf '{2}' zu senden",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Verbindung fehlgeschlagen. Serieller port ist belegt: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "{0} von {1} getrennt.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "100%match\nUnerwarteter Fehler. {0} wird am Port {1} erneut verbunden.",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "Verbindung von {0} zum seriellen Port nach 10 Versuchen abgebrochen. Der {1} serielle Port ist belegt..",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "Verbinde {0} erneut zu {1} in {2} Sekunden..."
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Uninstall",
|
"uninstall": "deinstalieren",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "Möchten Sie {0} deinstallieren?",
|
||||||
"by": "by",
|
"by": "von",
|
||||||
"version": "Version {0}",
|
"version": "Version {0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "Mehr Information",
|
||||||
"install": "Installieren",
|
"install": "Installieren",
|
||||||
"filterSearch": "Grenzen Sie Ihre Suche ein..."
|
"filterSearch": "Filtern Sie Ihre Suche..."
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Der Sketch konnte nicht gesichert werden. Bitte kopiere deine ungesicherte Arbeit in deinen bevorzugten Texteditor und starte die IDE neu.",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Alle ungesicherten Änderung werden nicht gespeichert."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "Fehler beim kompilieren: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} Fehler: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Fehler beim Brennen des Bootloaders: {0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Der Sketch konnte nicht gesichert werden. Bitte kopiere deine ungesicherte Arbeit in deinen bevorzugten Texteditor und starte die IDE neu.",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "Keine Verbindung zum Backend.",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "Keine Verbindung zum CLI Daemon."
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Start...",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "Die Debug Session vom Typ \"{0}\" wird nicht unterstützt.",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details."
|
"startError": "Es gab einen Fehler beim Start der Debug-Session. Überprüfe die Logs für mehr Informationen."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Unsaved – {0}"
|
"unsavedTitle": "Nicht gespeichert – {0}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"expand": "Expand",
|
"expand": "Ausklappen",
|
||||||
"collapse": "Collapse"
|
"collapse": "Einklappen"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Name für die neue Datei",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Ungültiger Dateiname. ",
|
||||||
"invalidExtension": "\".{0}\" ist keine gültige Dateierweiterung.",
|
"invalidExtension": "\".{0}\" ist keine gültige Dateierweiterung.",
|
||||||
"newFileName": "New name for file",
|
"newFileName": "Neuer Name für die Datei",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "Möchtest du den aktuellen Sketch löschen?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "Fehler beim Erstellen des Sketch-Ordners. Mehr Informationen siehe Log. Die Anwendung wird wahrscheinlich nicht wie erwartet funktionieren."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "GO TO CLOUD"
|
"GoToCloud": "Zur Cloud gehen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
334
i18n/el.json
Normal file
334
i18n/el.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "Φαίνεται πως είστε εκτός σύνδεσης. Χωρίς σύνδεση στο Internet, το Arduino CLI ίσως να μη μπορεί να κάνει λήψη των απαιτούμενων πόρων και να υπάρξει δυσλειτουργία. Παρακαλώ συνδεθείτε στο Internet και επανεκκινήστε την εφαρμογή.",
|
||||||
|
"noBoardSelected": "Δεν έχει επιλεχθεί πλακέτα",
|
||||||
|
"selectedOn": "στο {0}",
|
||||||
|
"notConnected": "[μη συνδεμένο]",
|
||||||
|
"serialMonitor": "Παρακολούθηση Σειριακής",
|
||||||
|
"oldFormat": "Το '{0}' χρησιμοποιεί ακόμα το παλιό '.pde' στυλ. Θέλετε να αλλάξετε στην νέα κατάληξη '.ino';",
|
||||||
|
"later": "Αργότερα",
|
||||||
|
"selectBoard": "Επιλογή Πλακέτας",
|
||||||
|
"unknown": "Άγνωστο",
|
||||||
|
"processing": "Επεξεργασία",
|
||||||
|
"saveChangesToSketch": "Θέτε να αποθηκεύσετε τις αλλαγές σε αυτο το σχέδιο πριν κλείσετε; ",
|
||||||
|
"loseChanges": "Αν δεν αποθηκεύσετε, οι αλλαγές σας θα χαθούν."
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Σχέδιο",
|
||||||
|
"tools": "Εργαλεία"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Βελτιστοποίηση για Αποσφαλμάτωση",
|
||||||
|
"debugWithMessage": "Αποσφαλμάτωση - {0}",
|
||||||
|
"noPlatformInstalledFor": "Δεν έχει εγκατασταθεί πλατφόρμα για '{0}'",
|
||||||
|
"debuggingNotSupported": "Δεν υποστιρίζεται αποσφαλμάτωση από '{0}'"
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"language.log": "Αληθές αν ο Arduino Language Server πρέπει να παράξει αρχεία κατάστασης στον φάκελο σχεδίου. Διαφορετικά, ψευδές. Είναι ψευδές απο προεπιλογή.",
|
||||||
|
"compile.verbose": "Αληθές για λεπτομερή έξοδο μεταγλώττισης. Ψευδές απο προεπιλογή.",
|
||||||
|
"compile.warnings": "Λέει στο gcc ποιο επίπεδο προειδοποίησης να χρησιμοποιήσει. Είναι 'None' απο προεπιλογή",
|
||||||
|
"upload.verbose": "Αληθές για λεπτομερή έξοδο ανεβάσματος. Ψευδές απο προεπιλογή.",
|
||||||
|
"window.autoScale": "Αληθές αν η διεπαφή χρήστη κλιμακλωνεται αυτόματα μαζί με το μέγεθος γραμματοσειράς.",
|
||||||
|
"window.zoomLevel": "Ρύθμιση του επιπέδου μεγέθυνσης του παραθύρου. Το αρχικό μέγεθος ειναι 0 και κάθε αύξηση (π.χ. 1) ή μείωση (π.χ. -1) αναπαριστά μεγέθυνση 20% μεγαλύτερη ή μικρότερη. Μπορούν να εισαχθούν και δεκαδικά για προσαρμογή της μεγέθυνσης με μεγαλύτερη λεπτομέρεια.",
|
||||||
|
"ide.autoUpdate": "Αληθές για ενεργοποίηση αυτομάτων ελέγχων ενημερώσεων. Το IDE θα ελέγχει για ενημερώσεις αυτόματα και τακτικά.",
|
||||||
|
"board.certificates": "Λίστα πιστοποιητικών που μπορούν να ανέβουν σε πλακέτες",
|
||||||
|
"sketchbook.showAllFiles": "Αληθές για εμφάνιση όλων των αρχείων σχεδίου μεσα στο σχέδιο. Είναι ψευδές απο προεπιλογή.",
|
||||||
|
"cloud.enabled": "Αληθές αν οι λειτουγίες συγχονισμού σχεδίου είναι ενεργοποιημένες. Προεπιλογή ως αληθές.",
|
||||||
|
"cloud.pull.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν τραβηχτεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές.",
|
||||||
|
"cloud.push.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν σπρωχθεί ενα σχέδιο σύννεφου. Προεπιλογή ως αληθές. ",
|
||||||
|
"cloud.pushpublic.warn": "Αληθές αν οι χρήστες πρέπει προειδοποιηθούν πριν σπρωχθεί ενα δημόσιο σχέδιο σύννεφου. Προεπιλογή ως αληθές. ",
|
||||||
|
"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": "Δίκτυο",
|
||||||
|
"sketchbook.location": "Τοποθεσία σχεδίων",
|
||||||
|
"browse": "Περιήγηση",
|
||||||
|
"files.inside.sketches": "Εμφάνιση αρχείων μέσα σε Σχέδια",
|
||||||
|
"editorFontSize": "Μέγεθος γραμματοσειράς Συντάκτη",
|
||||||
|
"interfaceScale": "Κλίμακα διεπαφής",
|
||||||
|
"showVerbose": "Εμφάνιση λεπτομερούς εξόδου κατά τη διάρκεια",
|
||||||
|
"compilerWarnings": "Προειδοποιήσεις μεταγγλωτιστή",
|
||||||
|
"automatic": "Αυτόματο",
|
||||||
|
"compile": "μεταγλώττιση",
|
||||||
|
"upload": "ανέβασμα",
|
||||||
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
|
"checkForUpdates": "Check for updates on startup",
|
||||||
|
"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": "Συνδέθηκε",
|
||||||
|
"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": "Επιλέξτε Άλλη Πλακέτα & Θύρα",
|
||||||
|
"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.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "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?",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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": "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.",
|
||||||
|
"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": "Οι μη αποθηκευμένες αλλαγές θα χαθούν."
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"error": "Compilation error: {0}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"error": "{0} error: {1}"
|
||||||
|
},
|
||||||
|
"burnBootloader": {
|
||||||
|
"error": "Error while burning the bootloader: {0}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"theia": {
|
||||||
|
"core": {
|
||||||
|
"couldNotSave": "Δεν έγινε αποθήκευση του προγράμματος. Παρακαλώ αντιγράψτε ό,τι δεν έχει αποθηκευθεί στον αγαπημένο σας επεξεργαστή κειμένου, και επανεκινήστε το Ολοκληρωμένο Περιβάλλον Ανάπτυξης IDE.",
|
||||||
|
"offline": "Εκτός Σύνδεσης",
|
||||||
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
|
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"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": "Επαναφορά",
|
||||||
|
"collapse": "Ελαχιστοποίηση"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Name for new file",
|
||||||
|
"invalidFilename": "Invalid filename.",
|
||||||
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
|
"newFileName": "Νέο όνομα για το αρχείο",
|
||||||
|
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
||||||
|
"sketchDirectoryError": "Υπήρξε ένα λάθος κατά τη δημιουργία του φακέλου. Για περισσότερες λεπτομέρειες δείτε το αρχείο καταγραφής. Η εφαρμογή πιθανόν δε θα δουλέψει όπως αναμένεται."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"GoToCloud": "GO TO CLOUD"
|
||||||
|
}
|
||||||
|
}
|
56
i18n/es.json
56
i18n/es.json
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"offlineIndicator": "Al parecer no estás en línea. Sin una conexión a internet, el CLI de Arduino no podrá descargar los recursos necesarios, lo cual puede ocasionar fallos. Por favor, conecte a internet y reinicie la aplicación.",
|
||||||
"noBoardSelected": "No board selected",
|
"noBoardSelected": "Ninguna placa seleccionada.",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "on {0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[not connected]",
|
||||||
"serialMonitor": "Monitor Serie",
|
"serialMonitor": "Monitor Serie",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "El '{0}' aún usa el antiguo formato `.pde` . ¿Deseas cambiar a la nueva extensión `.ino`?.",
|
||||||
"later": "Later",
|
"later": "Later",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Seleccionar Placa",
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"processing": "Processing",
|
"processing": "Procesando",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "¿Deseas guardar los cambios en este código antes de cerrar?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "Si no guardas, perderás los cambios."
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Programa",
|
"sketch": "Programa",
|
||||||
@ -21,8 +21,8 @@
|
|||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "Optimize for Debugging",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "La plataforma no está instalada para '{0}'",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "La depuracion no esta soportada por '{0}'"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"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",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "Verdadero si la sincronización de código está activada. Valor verdadero por defecto.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
||||||
@ -52,11 +52,11 @@
|
|||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Compiler warnings",
|
||||||
"automatic": "Automático",
|
"automatic": "Automático",
|
||||||
"compile": "compile",
|
"compile": "Compliar",
|
||||||
"upload": "upload",
|
"upload": "Subir",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verificar código después de subir",
|
||||||
"checkForUpdates": "Comprobar actualizaciones al iniciar",
|
"checkForUpdates": "Comprobar actualizaciones al iniciar",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Sugerencias rápidas del editor",
|
||||||
"additionalManagerURLs": "Gestor de URLs Adicionales de Tarjetas",
|
"additionalManagerURLs": "Gestor de URLs Adicionales de Tarjetas",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "No proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Manual proxy configuration",
|
||||||
@ -65,24 +65,24 @@
|
|||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Tamaño de fuente invalido. Debe ser un entero positivo.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Tema no valido."
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sign Out",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Privado: Solo tú puedes ver el código.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Público: Cualquiera con el enlace puede ver el código.",
|
||||||
"link": "Link:",
|
"link": "Enlace:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Compartir código",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "Abrir en editor web",
|
||||||
"options": "Options...",
|
"options": "Opciones...",
|
||||||
"share": "Share...",
|
"share": "Compartir...",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
@ -99,19 +99,19 @@
|
|||||||
"push": "Push",
|
"push": "Push",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "Conectado",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Foto de perfil"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "Instalar manualmente",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Select Other Board & Port",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programador",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
||||||
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
|
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
|
||||||
@ -223,7 +223,7 @@
|
|||||||
"reference": "Reference",
|
"reference": "Reference",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Find in Reference",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Frequently Asked Questions",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visitar Arduino.cc"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
334
i18n/eu.json
Normal file
334
i18n/eu.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"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}",
|
||||||
|
"notConnected": "[konektatu gabe]",
|
||||||
|
"serialMonitor": "Serieko monitorea",
|
||||||
|
"oldFormat": "'{0}' programak `.pde` formatu zaharra erabiltzen du oraindik. `.ino` luzapen berrira aldatu nahi duzu?",
|
||||||
|
"later": "Gero",
|
||||||
|
"selectBoard": "Hautatu plaka",
|
||||||
|
"unknown": "Ezezaguna",
|
||||||
|
"processing": "Prozesatzen",
|
||||||
|
"saveChangesToSketch": "Programa honi egindako aldaketak gorde nahi dituzu itxi aurretik?",
|
||||||
|
"loseChanges": "Ez baduzu gordetzen, aldaketak galduko dira."
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Programa",
|
||||||
|
"tools": "Tresnak"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optimizatu arazketarako",
|
||||||
|
"debugWithMessage": "Araztu - {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.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": "OAuth2 bezeroaren IDa",
|
||||||
|
"auth.domain": "OAuth2 domeinua.",
|
||||||
|
"auth.audience": "OAuth2 audientzia.",
|
||||||
|
"auth.registerUri": "The URI used to register a new user.",
|
||||||
|
"network": "Sarea",
|
||||||
|
"sketchbook.location": "Programa bildumaren kokalekua",
|
||||||
|
"browse": "Arakatu",
|
||||||
|
"files.inside.sketches": "Erakutsi fitxategiak programen barruan",
|
||||||
|
"editorFontSize": "Editorearen letra-tamaina",
|
||||||
|
"interfaceScale": "Interfazearen eskala",
|
||||||
|
"showVerbose": "Erakutsi irteera xehatua honetan zehar:",
|
||||||
|
"compilerWarnings": "Konpiladorearen abisuak",
|
||||||
|
"automatic": "Automatikoa",
|
||||||
|
"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",
|
||||||
|
"manualProxy": "Proxyaren eskuzko konfigurazioa",
|
||||||
|
"newSketchbookLocation": "Hautatu programa bilduma berriaren kokalekua",
|
||||||
|
"choose": "Aukeratu",
|
||||||
|
"enterAdditionalURLs": "Sartu URL gehigarriak, bat errenkadako",
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"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": "Esteka:",
|
||||||
|
"embed": "Embed:",
|
||||||
|
"cloudSketchbook": "Hodeiko programa bilduma",
|
||||||
|
"shareSketch": "Partekatu programa",
|
||||||
|
"showHideRemoveSketchbook": "Erakutsi/Ezkutatu urruneko programa bilduma",
|
||||||
|
"pullSketch": "Pull Sketch",
|
||||||
|
"openInCloudEditor": "Ireki hodeiko editorean",
|
||||||
|
"options": "Aukerak...",
|
||||||
|
"share": "Partekatu...",
|
||||||
|
"remote": "Remote",
|
||||||
|
"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",
|
||||||
|
"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}’.",
|
||||||
|
"connected": "Konektatuta",
|
||||||
|
"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 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": "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.",
|
||||||
|
"boardInfo": "Plakaren informazioa",
|
||||||
|
"board": "{0} plaka",
|
||||||
|
"port": "{0} ataka",
|
||||||
|
"getBoardInfo": "Eskuratu plakaren informazioa",
|
||||||
|
"inSketchbook": "(programa bilduman)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Plaka kudeatzailea",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {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}?",
|
||||||
|
"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",
|
||||||
|
"manageLibraries": "Kudeatu liburutegiak...",
|
||||||
|
"arduinoLibraries": "Arduino liburutegiak",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Liburutegi kudeatzailea",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Artxibatu programa",
|
||||||
|
"saveSketchAs": "Gorde programen karpeta honela...",
|
||||||
|
"createdArchive": "'{0}' artxiboa sortu da.",
|
||||||
|
"new": "Berria",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"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...",
|
||||||
|
"sketchbook": "Programa bilduma",
|
||||||
|
"upload": "Kargatu",
|
||||||
|
"uploadUsingProgrammer": "Upload Using Programmer",
|
||||||
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
|
"doneUploading": "Done uploading.",
|
||||||
|
"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",
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"copyForForum": "Kopiatu fororako (Markdown)",
|
||||||
|
"commentUncomment": "Comment/Uncomment",
|
||||||
|
"increaseIndent": "Handitu koska",
|
||||||
|
"decreaseIndent": "Txikiagotu koska",
|
||||||
|
"increaseFontSize": "Handitu letra-tamaina",
|
||||||
|
"decreaseFontSize": "Txikiagotu letra-tamaina",
|
||||||
|
"autoFormat": "Formatu automatikoa"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Search on Arduino.cc",
|
||||||
|
"keyword": "Type a keyword",
|
||||||
|
"gettingStarted": "Getting Started",
|
||||||
|
"environment": "Ingurunea",
|
||||||
|
"troubleshooting": "Troubleshooting",
|
||||||
|
"reference": "Erreferentzia",
|
||||||
|
"findInReference": "Bilatu erreferentzian",
|
||||||
|
"faq": "Frequently Asked Questions",
|
||||||
|
"visit": "Visit Arduino.cc"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
"openContext": "Ireki testuingurua",
|
||||||
|
"remove": "Kendu",
|
||||||
|
"upload": "Kargatu",
|
||||||
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
|
"enterURL": "Enter URL",
|
||||||
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
|
"addNew": "Gehitu berria",
|
||||||
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
|
"uploadingCertificates": "Ziurtagiriak kargatzen.",
|
||||||
|
"certificatesUploaded": "Ziurtagiriak kargatuta.",
|
||||||
|
"uploadFailed": "Upload failed. Please try again.",
|
||||||
|
"selectBoard": "Hautatu plaka bat...",
|
||||||
|
"boardAtPort": "{0} at {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
||||||
|
"selectBoard": "Hautatu plaka",
|
||||||
|
"checkUpdates": "Egiaztatu eguneraketak",
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Don't ask again"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Utzi",
|
||||||
|
"upload": "Kargatu"
|
||||||
|
},
|
||||||
|
"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..."
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"uninstall": "Desinstalatu",
|
||||||
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
|
"by": "by",
|
||||||
|
"version": "{0} bertsioa",
|
||||||
|
"moreInfo": "Informazio gehiago",
|
||||||
|
"install": "INSTALATU",
|
||||||
|
"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": "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."
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"unsavedTitle": "Gorde gabe – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "Zabaldu",
|
||||||
|
"collapse": "Tolestu"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Fitxategi berriaren izena",
|
||||||
|
"invalidFilename": "Fitxategi-izen baliogabea.",
|
||||||
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
|
"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."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"GoToCloud": "JOAN HODEIRA"
|
||||||
|
}
|
||||||
|
}
|
334
i18n/he.json
Normal file
334
i18n/he.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"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": "אחר כך",
|
||||||
|
"selectBoard": "בחר לוח",
|
||||||
|
"unknown": "לא ידוע",
|
||||||
|
"processing": "מעבד",
|
||||||
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
|
"loseChanges": "If you don't save, your changes will be lost."
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Sketch",
|
||||||
|
"tools": "כלים"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optimize for Debugging",
|
||||||
|
"debugWithMessage": "Debug - {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": "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.",
|
||||||
|
"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": "רשת",
|
||||||
|
"sketchbook.location": "Sketchbook location",
|
||||||
|
"browse": "Browse",
|
||||||
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
|
"editorFontSize": "גודל פונט לעורך",
|
||||||
|
"interfaceScale": "Interface scale",
|
||||||
|
"showVerbose": "Show verbose output during",
|
||||||
|
"compilerWarnings": "Compiler warnings",
|
||||||
|
"automatic": "אוטומטי",
|
||||||
|
"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",
|
||||||
|
"manualProxy": "Manual proxy configuration",
|
||||||
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
|
"choose": "בחרו",
|
||||||
|
"enterAdditionalURLs": "הקלד כתובות נוספות, אחת לשורה",
|
||||||
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
|
"invalid.sketchbook.location": "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": "קישור:",
|
||||||
|
"embed": "הטמע:",
|
||||||
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
|
"shareSketch": "Share Sketch",
|
||||||
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
|
"pullSketch": "Pull Sketch",
|
||||||
|
"openInCloudEditor": "Open in Cloud Editor",
|
||||||
|
"options": "אפשרויות...",
|
||||||
|
"share": "שיתוף...",
|
||||||
|
"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": "למדו עוד",
|
||||||
|
"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": "מחובר",
|
||||||
|
"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?",
|
||||||
|
"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": "הצג את כל הפורטים הזמינים כשמופעל",
|
||||||
|
"programmer": "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?",
|
||||||
|
"reselectLater": "בחר מחדש מאוחר יותר",
|
||||||
|
"noneSelected": "לא נבחרו לוחות.",
|
||||||
|
"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": "בחר לוח ופורט אחר...",
|
||||||
|
"boardListItem": "{0} at {1}",
|
||||||
|
"selectBoardForInfo": "אנא בחר לוח לקבל מידע אודותיו.",
|
||||||
|
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
||||||
|
"selectPortForInfo": "אנא בחר פורט לקבלת מידע אודותיו.",
|
||||||
|
"boardInfo": "פרטי הלוח",
|
||||||
|
"board": "לוח{0}",
|
||||||
|
"port": "פורט{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "מנהל לוחות",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "הוסף קובץ",
|
||||||
|
"replaceTitle": "החלף",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"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": "השתמש בספריה",
|
||||||
|
"manageLibraries": "נהל ספריות...",
|
||||||
|
"arduinoLibraries": "ספריות ארדואינו",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "מנהל ספריות",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "תלויות בספריה {0}:{1}",
|
||||||
|
"installAll": "התקן הכל",
|
||||||
|
"installOnly": "התקן רק את {0}",
|
||||||
|
"installedSuccessfully": "ספריה הותקנה בהצלחה {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "ספריה הוסרה בהצלחה {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": "ארכיון ׳{0}׳ נוצר.",
|
||||||
|
"new": "חדש",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"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?",
|
||||||
|
"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": "פתח תיקיה",
|
||||||
|
"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": "הגדל הזחה",
|
||||||
|
"decreaseIndent": "הקטן הזחה",
|
||||||
|
"increaseFontSize": "הגדל גודל גופן",
|
||||||
|
"decreaseFontSize": "הקטן גודל גופן",
|
||||||
|
"autoFormat": "Auto Format"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"menu": "דוגמאות",
|
||||||
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
|
"builtInExamples": "דוגמאות מובנות",
|
||||||
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
|
"for": "דוגמאות עבור {0}",
|
||||||
|
"forAny": "דוגמאות לכל לוח"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Search on Arduino.cc",
|
||||||
|
"keyword": "הקלד מילה",
|
||||||
|
"gettingStarted": "Getting Started",
|
||||||
|
"environment": "סביבה",
|
||||||
|
"troubleshooting": "Troubleshooting",
|
||||||
|
"reference": "Reference",
|
||||||
|
"findInReference": "Find in Reference",
|
||||||
|
"faq": "שאלות נפוצות",
|
||||||
|
"visit": "בקר ב Arduino.cc"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
"openContext": "Open context",
|
||||||
|
"remove": "הסר",
|
||||||
|
"upload": "Upload",
|
||||||
|
"addURL": "Add URL to fetch SSL certificate",
|
||||||
|
"enterURL": "הקלד כתובת",
|
||||||
|
"selectCertificateToUpload": "1. Select certificate to upload",
|
||||||
|
"addNew": "הוסף חדש",
|
||||||
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
|
"uploadingCertificates": "Uploading certificates.",
|
||||||
|
"certificatesUploaded": "Certificates uploaded.",
|
||||||
|
"uploadFailed": "Upload failed. Please try again.",
|
||||||
|
"selectBoard": "בחר לוח...",
|
||||||
|
"boardAtPort": "{0} at {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"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.",
|
||||||
|
"failedInstall": "Installation failed. Please try again."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "אל תשאל שוב"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "ביטול",
|
||||||
|
"upload": "Upload"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
|
"autoscroll": "גלילה אוטומטית",
|
||||||
|
"timestamp": "חותמת זמן",
|
||||||
|
"noLineEndings": "ללא סיום שורה",
|
||||||
|
"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}'",
|
||||||
|
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
||||||
|
"disconnected": "{0} נותק מ {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": "הסרה",
|
||||||
|
"uninstallMsg": "האם ברצונך להסיר את {0}?",
|
||||||
|
"by": "by",
|
||||||
|
"version": "גירסה {0}",
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"error": "Compilation error: {0}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"error": "{0} שגיאה: {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": "מנותק",
|
||||||
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
|
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"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": "לא שמור – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "הרחב",
|
||||||
|
"collapse": "כווץ"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "שם הקובץ החדש",
|
||||||
|
"invalidFilename": "שם קובץ לא חוקי.",
|
||||||
|
"invalidExtension": "{0} אינה סיומת תקנית.",
|
||||||
|
"newFileName": "שם חדש לקובץ",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
334
i18n/hu.json
Normal file
334
i18n/hu.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"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": "No board selected",
|
||||||
|
"selectedOn": "on {0}",
|
||||||
|
"notConnected": "[not connected]",
|
||||||
|
"serialMonitor": "Serial Monitor",
|
||||||
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
|
"later": "Later",
|
||||||
|
"selectBoard": "Select Board",
|
||||||
|
"unknown": "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."
|
||||||
|
},
|
||||||
|
"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.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.",
|
||||||
|
"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",
|
||||||
|
"checkForUpdates": "Check for updates on startup",
|
||||||
|
"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 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.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "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?",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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": "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.",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
48
i18n/it.json
48
i18n/it.json
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"offlineIndicator": "Sembra che tu sia offline. Senza una connessione Internet, l'Arduino CLI potrebbe non essere in grado di scaricare le risorse richieste e potrebbe causare un malfunzionamento. Verificare la connessione a Internet e riavviare l'applicazione.",
|
||||||
"noBoardSelected": "No board selected",
|
"noBoardSelected": "Nessuna scheda selezionata",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "su {0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[non connesso]",
|
||||||
"serialMonitor": "Monitor seriale",
|
"serialMonitor": "Monitor seriale",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
"later": "Later",
|
"later": "Later",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Seleziona Scheda",
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
@ -44,29 +44,29 @@
|
|||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "The URI used to register a new user.",
|
||||||
"network": "Rete",
|
"network": "Rete",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Percorso della cartella degli sketch",
|
||||||
"browse": "Sfoglia",
|
"browse": "Sfoglia",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "Dimensione del carattere dell'editor",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "Scalabilità dell'interfaccia",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Mostra un output dettagliato durante",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Warning del compilatore",
|
||||||
"automatic": "Automatico",
|
"automatic": "Automatico",
|
||||||
"compile": "compile",
|
"compile": "compilazione",
|
||||||
"upload": "upload",
|
"upload": "caricamento",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verifica il codice dopo il caricamento",
|
||||||
"checkForUpdates": "Controlla aggiornamenti all'avvio",
|
"checkForUpdates": "Controlla aggiornamenti all'avvio",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||||
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
"additionalManagerURLs": "URL aggiuntive per il Gestore schede",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "Nessun proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Configurazione manuale del proxy",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
"choose": "Choose",
|
"choose": "Choose",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Tema non valido"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "SIGN IN",
|
||||||
@ -77,7 +77,7 @@
|
|||||||
"link": "Link:",
|
"link": "Link:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Condividi sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "Open in Cloud Editor",
|
||||||
@ -168,7 +168,7 @@
|
|||||||
"archiveSketch": "Archivia sketch",
|
"archiveSketch": "Archivia sketch",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"new": "New",
|
"new": "Nuovo",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Open Recent",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
@ -182,10 +182,10 @@
|
|||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Done uploading.",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Verifica/Compila",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Esporta sketch compilato",
|
||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Compilazione completata.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
@ -207,7 +207,7 @@
|
|||||||
"autoFormat": "Formattazione automatica"
|
"autoFormat": "Formattazione automatica"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "Esempi",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
"builtInExamples": "Esempi integrati",
|
"builtInExamples": "Esempi integrati",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
@ -290,13 +290,13 @@
|
|||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Any unsaved changes will not be saved."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "Errore di compilazione: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Errore durante la scrittura del bootloader: {0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
|
86
i18n/ja.json
86
i18n/ja.json
@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"offlineIndicator": "オフラインのようです。 インターネットに接続していないと、Arduino CLIが必要なリソースをダウンロードできず、誤動作を引き起こす可能性があります。 インターネットに接続して、アプリケーションを再起動してください。",
|
||||||
"noBoardSelected": "No board selected",
|
"noBoardSelected": "ボード未選択",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "on {0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[未接続]",
|
||||||
"serialMonitor": "シリアルモニタ",
|
"serialMonitor": "シリアルモニタ",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
"later": "Later",
|
"later": "Later",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "ボードを選択",
|
||||||
"unknown": "Unknown",
|
"unknown": "不明",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "閉じる前に、このスケッチへの変更を保存しますか?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "保存しないと、変更が失われます。"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "スケッチ ",
|
"sketch": "スケッチ",
|
||||||
"tools": "ツール"
|
"tools": "ツール"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "デバッグに最適化",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
||||||
@ -27,10 +27,10 @@
|
|||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "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.verbose": "True for verbose compile output. False by default",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "使用する警告レベルをgccに指示します。デフォルトでは「なし」です。",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "True for verbose upload output. False by default.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "ウィンドウの拡大率を調整します。元のサイズは0で、数値を上(例:1)か下(例:-1)に変えるごとに20%拡大率が変わります。小数を入力して、拡大率をより細かく調整することもできます。",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"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",
|
"board.certificates": "List of certificates that can be uploaded to boards",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
||||||
@ -44,24 +44,24 @@
|
|||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "The URI used to register a new user.",
|
||||||
"network": "ネットワーク",
|
"network": "ネットワーク",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "スケッチブックの場所",
|
||||||
"browse": "参照",
|
"browse": "参照",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "エディターのフォントサイズ",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "インターフェイスのスケール",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Show verbose output during",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "コンパイラの警告",
|
||||||
"automatic": "自動",
|
"automatic": "自動",
|
||||||
"compile": "compile",
|
"compile": "compile",
|
||||||
"upload": "upload",
|
"upload": "書き込み",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verify code after upload",
|
||||||
"checkForUpdates": "起動時に最新バージョンの有無をチェックする",
|
"checkForUpdates": "起動時に最新バージョンの有無をチェックする",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "エディターのクイックサジェスト",
|
||||||
"additionalManagerURLs": "追加のボードマネージャのURL",
|
"additionalManagerURLs": "追加のボードマネージャのURL",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "プロキシなし",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "手動プロキシ設定",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "新しいスケッチブックの場所を選択",
|
||||||
"choose": "Choose",
|
"choose": "選択",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||||
@ -69,20 +69,20 @@
|
|||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Invalid theme."
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "サインイン",
|
||||||
"signOut": "Sign Out",
|
"signOut": "サインアウト",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Private. Only you can view the Sketch.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
||||||
"link": "Link:",
|
"link": "Link:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "クラウドスケッチブック",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "スケッチを共有",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "クラウドエディタで開く",
|
||||||
"options": "Options...",
|
"options": "オプション…",
|
||||||
"share": "Share...",
|
"share": "共有...",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
@ -90,23 +90,23 @@
|
|||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "Learn more",
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"pushSketch": "Push Sketch",
|
"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": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
||||||
"pull": "Pull",
|
"pull": "プル",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Done pulling ‘{0}’.",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||||
"push": "Push",
|
"push": "プッシュ",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "接続済み",
|
||||||
"offline": "Offline",
|
"offline": "オフライン",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Profile picture"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"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?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "他のボードとポートを選択",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
@ -127,7 +127,7 @@
|
|||||||
"boardInfo": "ボード情報",
|
"boardInfo": "ボード情報",
|
||||||
"board": "Board{0}",
|
"board": "Board{0}",
|
||||||
"port": "Port{0}",
|
"port": "Port{0}",
|
||||||
"getBoardInfo": "Get Board Info",
|
"getBoardInfo": "ボード情報を取得",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": " (in Sketchbook)"
|
||||||
},
|
},
|
||||||
"boardsManager": "ボードマネージャ",
|
"boardsManager": "ボードマネージャ",
|
||||||
@ -143,16 +143,16 @@
|
|||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": ".ZIP形式のライブラリをインストール...",
|
"addZip": ".ZIP形式のライブラリをインストール...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "ライブラリ",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
"include": "Include Library",
|
"include": "ライブラリをインクルード",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "ライブラリを管理...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Arduino libraries",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Contributed libraries",
|
||||||
"title": "Library Manager",
|
"title": "ライブラリマネージャー",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
@ -169,18 +169,18 @@
|
|||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Created archive '{0}'.",
|
||||||
"new": "New",
|
"new": "New",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "最近使った項目を開く",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Show Sketch Folder",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
|
"cantOpen": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "スケッチブック",
|
||||||
"upload": "Upload",
|
"upload": "Upload",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "書き込み装置を使って書き込む",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "書き込み完了",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configure And Upload",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Verify/Compile",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Export Compiled Binary",
|
||||||
|
334
i18n/ne.json
Normal file
334
i18n/ne.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"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": "No board selected",
|
||||||
|
"selectedOn": "on {0}",
|
||||||
|
"notConnected": "[not connected]",
|
||||||
|
"serialMonitor": "Serial Monitor",
|
||||||
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
|
"later": "Later",
|
||||||
|
"selectBoard": "Select Board",
|
||||||
|
"unknown": "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."
|
||||||
|
},
|
||||||
|
"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.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.",
|
||||||
|
"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",
|
||||||
|
"checkForUpdates": "Check for updates on startup",
|
||||||
|
"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 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.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "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?",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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": "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.",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
334
i18n/pl.json
Normal file
334
i18n/pl.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "Wygląda na to, że jesteś w trybie offline. Bez połączenia z Internetem Arduino CLI może nie być w stanie pobrać wymaganych zasobów i może spowodować awarię. Połącz się z Internetem i uruchom ponownie aplikację.",
|
||||||
|
"noBoardSelected": "Nie wybrano płytki",
|
||||||
|
"selectedOn": "on {0}",
|
||||||
|
"notConnected": "[nie podłączone]",
|
||||||
|
"serialMonitor": "Serial Monitor",
|
||||||
|
"oldFormat": "'{0}' nadal używa starego formatu `.pde`. Czy chcesz się przełączyć na nowe rozszerzenie `.ino`?",
|
||||||
|
"later": "Później",
|
||||||
|
"selectBoard": "Wybierz płytkę",
|
||||||
|
"unknown": "Nieznany",
|
||||||
|
"processing": "Przetwarzanie",
|
||||||
|
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
||||||
|
"loseChanges": "Jeśli nie zapiszesz, zmiany zostaną utracone."
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Sketch",
|
||||||
|
"tools": "Narzędzia"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optymalizuj pod kątem debugowania",
|
||||||
|
"debugWithMessage": "Debug - {0}",
|
||||||
|
"noPlatformInstalledFor": "Platforma nie jest zainstalowana dla '{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": "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.",
|
||||||
|
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
||||||
|
"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": "Identyfikator URI używany do zarejestrowania nowego użytkownika.",
|
||||||
|
"network": "Sieć",
|
||||||
|
"sketchbook.location": "Sketchbook location",
|
||||||
|
"browse": "Przeglądaj",
|
||||||
|
"files.inside.sketches": "Show files inside Sketches",
|
||||||
|
"editorFontSize": "Rozmiar czcionki edytora",
|
||||||
|
"interfaceScale": "Skalowanie interfejsu",
|
||||||
|
"showVerbose": "Show verbose output during",
|
||||||
|
"compilerWarnings": "Ostrzeżenia kompilatora",
|
||||||
|
"automatic": "Automatyczne",
|
||||||
|
"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",
|
||||||
|
"noProxy": "No proxy",
|
||||||
|
"manualProxy": "Konfiguracja ręczna proxy",
|
||||||
|
"newSketchbookLocation": "Select new sketchbook location",
|
||||||
|
"choose": "Choose",
|
||||||
|
"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}",
|
||||||
|
"invalid.editorFontSize": "Nieprawidłowy rozmiar czcionki edytora. Musi to być dodatnia liczba całkowita.",
|
||||||
|
"invalid.theme": "Invalid theme."
|
||||||
|
},
|
||||||
|
"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:",
|
||||||
|
"embed": "Embed:",
|
||||||
|
"cloudSketchbook": "Cloud Sketchbook",
|
||||||
|
"shareSketch": "Share Sketch",
|
||||||
|
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||||
|
"pullSketch": "Pull Sketch",
|
||||||
|
"openInCloudEditor": "Otwórz w Cloud Editor",
|
||||||
|
"options": "Opcje...",
|
||||||
|
"share": "Share...",
|
||||||
|
"remote": "Remote",
|
||||||
|
"emptySketchbook": "Your Sketchbook is empty",
|
||||||
|
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
||||||
|
"signInToCloud": "Zaloguj się do Arduino Cloud",
|
||||||
|
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||||
|
"learnMore": "Dowiedz się więcej",
|
||||||
|
"continue": "Kontynuuj",
|
||||||
|
"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": "Zaciągnij",
|
||||||
|
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
||||||
|
"donePulling": "Zakończono zaciąganie ‘{0}’.",
|
||||||
|
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||||
|
"push": "Wypchnij",
|
||||||
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
|
"connected": "Połączony",
|
||||||
|
"offline": "Offline",
|
||||||
|
"profilePicture": "Obrazek profilowy"
|
||||||
|
},
|
||||||
|
"board": {
|
||||||
|
"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.",
|
||||||
|
"pleasePickBoard": "Wybierz płytkę podłączoną do wybranego portu.",
|
||||||
|
"showAllAvailablePorts": "Po włączeniu pokazuje wszystkie dostępne porty",
|
||||||
|
"programmer": "Programator",
|
||||||
|
"succesfullyInstalledPlatform": "Pomyślnie zainstalowano platformę {0}:{1}",
|
||||||
|
"succesfullyUninstalledPlatform": "Pomyślnie odinstalowano 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": "Nie wybrano płytki.",
|
||||||
|
"noPortsSelected": "Nie wybrano portu dla płytki: '{0}'.",
|
||||||
|
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||||
|
"openBoardsConfig": "Wybierz inną płytkę i port...",
|
||||||
|
"boardListItem": "{0} w {1}",
|
||||||
|
"selectBoardForInfo": "Wybierz płytkę, aby uzyskać o niej informacje.",
|
||||||
|
"platformMissing": "Platforma dla wybranej płytki '{0}' nie jest zainstalowana.",
|
||||||
|
"selectPortForInfo": "Wybierz port, aby uzyskać informacje o płytce.",
|
||||||
|
"boardInfo": "Informacje o płytce",
|
||||||
|
"board": "Płytka{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Pobierz informacje o płytce",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "O {0}",
|
||||||
|
"detail": "Wersja: {0}\nData: {1}{2}\nWersja CLI: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Dodaj plik",
|
||||||
|
"replaceTitle": "Zamień",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Czy zamienić istniejącą wersję {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Dodaj bibliotekę .ZIP...",
|
||||||
|
"zipLibrary": "Biblioteka",
|
||||||
|
"overwriteExistingLibrary": "Czy chcesz nadpisać istniejącą bibliotekę?",
|
||||||
|
"successfullyInstalledZipLibrary": "Pomyślnie zainstalowano bibliotekę z archiwum {0}",
|
||||||
|
"namedLibraryAlreadyExists": "Folder biblioteki o nazwie {0} już istnieje. Czy chcesz go nadpisać?",
|
||||||
|
"libraryAlreadyExists": "Biblioteka już istnieje. Czy chcesz ją nadpisać?",
|
||||||
|
"include": "Dołącz bibliotekę",
|
||||||
|
"manageLibraries": "Zarządzaj bibliotekami...",
|
||||||
|
"arduinoLibraries": "Biblioteki Arduino",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "Biblioteka <b>{0}:{1}</b> wymaga innej zależności, która obecnie nie jest zainstalowana:",
|
||||||
|
"needsMultipleDependencies": "Biblioteka <b>{0}:{1}</b> wymaga innych zależności, które obecnie nie są zainstalowane:",
|
||||||
|
"installOneMissingDependency": "Czy chcesz zainstalować brakującą zależność?",
|
||||||
|
"installMissingDependencies": "Czy chcesz zainstalować wszystkie brakujące zależności?",
|
||||||
|
"dependenciesForLibrary": "Zależności dla biblioteki {0}:{1}",
|
||||||
|
"installAll": "Zainstaluj wszystko",
|
||||||
|
"installOnly": "Zainstaluj tylko {0}",
|
||||||
|
"installedSuccessfully": "Pomyślnie zainstalowano bibliotekę {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Pomyślnie odinstalowano bibliotekę {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Wybierz plik ZIP zawierający bibliotekę, którą chcesz dodać",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "Nowy",
|
||||||
|
"openRecent": "Otwórz ostatnie",
|
||||||
|
"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?",
|
||||||
|
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||||
|
"saveFolderAs": "Save sketch folder as...",
|
||||||
|
"sketchbook": "Sketchbook",
|
||||||
|
"upload": "Prześlij",
|
||||||
|
"uploadUsingProgrammer": "Prześlij używając programatora",
|
||||||
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
|
"doneUploading": "Przesyłanie zakończone.",
|
||||||
|
"configureAndUpload": "Configure And Upload",
|
||||||
|
"verifyOrCompile": "Weryfikuj/Kompiluj",
|
||||||
|
"exportBinary": "Export Compiled Binary",
|
||||||
|
"verify": "Weryfikuj",
|
||||||
|
"doneCompiling": "Kompilacja zakończona.",
|
||||||
|
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
||||||
|
"openSketchInNewWindow": "Open Sketch in New Window",
|
||||||
|
"openFolder": "Otwórz 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": "Zakomentuj/Odkomentuj",
|
||||||
|
"increaseIndent": "Zwiększ wcięcie",
|
||||||
|
"decreaseIndent": "Zmniejsz wcięcie",
|
||||||
|
"increaseFontSize": "Zwiększ rozmiar czcionki",
|
||||||
|
"decreaseFontSize": "Zmniejsz rozmiar czcionki",
|
||||||
|
"autoFormat": "Automatyczne formatowanie"
|
||||||
|
},
|
||||||
|
"examples": {
|
||||||
|
"menu": "Przykłady",
|
||||||
|
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||||
|
"builtInExamples": "Wbudowane przykłady",
|
||||||
|
"customLibrary": "Examples from Custom Libraries",
|
||||||
|
"for": "Przykłady dla {0}",
|
||||||
|
"forAny": "Przykłady dla dowolnej płytki"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"search": "Szukaj na Arduino.cc",
|
||||||
|
"keyword": "Wpisz słowo kluczowe",
|
||||||
|
"gettingStarted": "Getting Started",
|
||||||
|
"environment": "Środowisko",
|
||||||
|
"troubleshooting": "Rozwiązywanie problemów",
|
||||||
|
"reference": "Reference",
|
||||||
|
"findInReference": "Find in Reference",
|
||||||
|
"faq": "Najczęściej zadawane pytania",
|
||||||
|
"visit": "Odwiedź Arduino.cc"
|
||||||
|
},
|
||||||
|
"certificate": {
|
||||||
|
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||||
|
"openContext": "Open context",
|
||||||
|
"remove": "Usuń",
|
||||||
|
"upload": "Prześlij",
|
||||||
|
"addURL": "Dodaj adres URL, aby pobrać certyfikat SSL",
|
||||||
|
"enterURL": "Wprowadź adres URL",
|
||||||
|
"selectCertificateToUpload": "1. Wybierz certyfikat do przesłania",
|
||||||
|
"addNew": "Dodaj nowy",
|
||||||
|
"selectDestinationBoardToUpload": "2. Wybierz docelową płytkę i prześli certyfikat",
|
||||||
|
"uploadingCertificates": "Przesyłanie certyfikatów.",
|
||||||
|
"certificatesUploaded": "Certyfikaty przesłane.",
|
||||||
|
"uploadFailed": "Przesyłanie nie powiodło się. Spróbuj ponownie.",
|
||||||
|
"selectBoard": "Wybierz płytkę...",
|
||||||
|
"boardAtPort": "{0} at {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"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.",
|
||||||
|
"failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Nie pytaj ponownie"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"upload": "Prześlij"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
|
"autoscroll": "Autoscroll",
|
||||||
|
"timestamp": "Timestamp",
|
||||||
|
"noLineEndings": "No Line Ending",
|
||||||
|
"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}'",
|
||||||
|
"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}.",
|
||||||
|
"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": "Odinstaluj",
|
||||||
|
"uninstallMsg": "Czy chcesz odinstalować {0}?",
|
||||||
|
"by": "by",
|
||||||
|
"version": "Wersja {0}",
|
||||||
|
"moreInfo": "Więcej informacji",
|
||||||
|
"install": "ZAINSTALUJ",
|
||||||
|
"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": "Błąd kompilacji: {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": "Rozwiń",
|
||||||
|
"collapse": "Zwiń"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Nazwa nowego pliku",
|
||||||
|
"invalidFilename": "Nieprawidłowa nazwa pliku.",
|
||||||
|
"invalidExtension": ".{0} niw jest prawidłowym rozszerzeniem",
|
||||||
|
"newFileName": "Nowa nazwa pliku",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
464
i18n/pt.json
464
i18n/pt.json
@ -1,334 +1,334 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"offlineIndicator": "Você parece estar offline. Sem uma conexão com a Internet, a CLI do Arduino poderá não ser capaz de baixar os recursos necessários e poderá causar mau funcionamento. Conecte-se à Internet e reinicie o aplicativo.",
|
||||||
"noBoardSelected": "No board selected",
|
"noBoardSelected": "Nenhuma placa selecionada.",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "em {0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[não está conectado]",
|
||||||
"serialMonitor": "Monitor Série",
|
"serialMonitor": "Monitor Serial",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "O '{0}' ainda utiliza o formato antigo `.pde`. Deseja mudar para a nova extensão `.ino`?",
|
||||||
"later": "Later",
|
"later": "Depois",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Selecione a Placa",
|
||||||
"unknown": "Unknown",
|
"unknown": "Desconhecido",
|
||||||
"processing": "Processing",
|
"processing": "Processando",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Deseja salvar as alterações neste sketch antes de fechar?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "Se você não salvar, as alterações serão perdidas. "
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Rascunho",
|
"sketch": "Rascunho",
|
||||||
"tools": "Ferramentas"
|
"tools": "Ferramentas"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "Otimizar para Depuração",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Depuração - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "A plataforma não está instalada para '{0}'",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "A depuração não é suportada por '{0}'"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "Verdadeiro se o Arduino Language Server deverá gerar arquivos de log na pasta do sketch. Caso contrário, falso. Falso é padrão.",
|
||||||
"compile.verbose": "True for verbose compile output. False by default",
|
"compile.verbose": "Verdadeiro para saída de compilação detalhada. Falso é padrão",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
|
"compile.warnings": "Diz ao gcc qual nível de aviso usar. 'Nenhum' é padrão",
|
||||||
"upload.verbose": "True for verbose upload output. False by default.",
|
"upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "Verdadeiro se a interface do usuário for dimensionada automaticamente com o tamanho da fonte.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "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": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.autoUpdate": "Verdadeiro para habilitar as verificações automáticas de atualização. A IDE verificará se há atualizações automáticas periodicamente.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "Lista de certificados que podem ser carregados nas placas",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "Verdadeiro para mostrar todos os arquivos de sketch dentro do sketch. Falso é padrão.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "Verdadeiro se os usuários devem ser avisados antes de baixar um sketch da nuvem. O padrão é verdadeiro.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "Verdadeiro se os usuários devem ser avisados antes de enviar um sketch para a nuvem. O padrão é verdadeiro.",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "Verdadeiro se os usuários devem ser avisados antes de enviar um sketch público para a nuvem. O padrão é verdadeiro.",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "O endpoint usado para enviar e baixar os sketches de um backend. Por padrão, ele aponta para a Arduino Cloud API.",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "O ID do cliente OAuth2.",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "O domínio do cliente OAuth2.",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "O OAuth2 publico.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "A URI usada para registrar um novo usuário.",
|
||||||
"network": "Rede",
|
"network": "Rede",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Localização dos Sketchbooks",
|
||||||
"browse": "Procurar",
|
"browse": "Procurar",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Mostrar arquivos dentro dos Sketches",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "Tamanho da fonte do editor",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "Dimensões da interface",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Mostrar a saída detalhada durante",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Avisos do compilador",
|
||||||
"automatic": "Automático",
|
"automatic": "Automático",
|
||||||
"compile": "compile",
|
"compile": "compilar",
|
||||||
"upload": "upload",
|
"upload": "enviar",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Verificar o código após enviar",
|
||||||
"checkForUpdates": "Procurar por atualizações ao iniciar",
|
"checkForUpdates": "Procurar por atualizações ao iniciar",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Dicas do editor",
|
||||||
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
|
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "Sem proxy",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Configurações manuais de proxy",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Escolher",
|
||||||
"choose": "Choose",
|
"choose": "Escolher",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Insira URLs adicionais, uma por linha",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Clique para obter uma lista de URLs de placas não oficiais suportadas",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Localização inválida para o sketchbook: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Tamanho da fonte do editor inválido. Deve ser um número inteiro positivo.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Tema inválido"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "ENTRAR",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Sair",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Escolha a visibilidade do seu Sketch:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Privado. Só você poderá ver o Sketch.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Público. Qualquer pessoa com o link poderá visualizar o Sketch.",
|
||||||
"link": "Link:",
|
"link": "Endereço",
|
||||||
"embed": "Embed:",
|
"embed": "Embutir:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Sketchbook na nuvem",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Compartilhar Sketch",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Exibir/Ocultar Sketchbook remoto",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Baixar Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "Abrir no Cloud Editor",
|
||||||
"options": "Options...",
|
"options": "Opções...",
|
||||||
"share": "Share...",
|
"share": "Compartilhar...",
|
||||||
"remote": "Remote",
|
"remote": "Remoto",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "O seu Sketchbook está vazio",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches.",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Faça login no Arduino Cloud",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Sincronizar e editar seus Sketches no Arduino Cloud",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "Saiba mais",
|
||||||
"continue": "Continue",
|
"continue": "Continuar",
|
||||||
"pushSketch": "Push Sketch",
|
"pushSketch": "Enviar Sketch",
|
||||||
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
"pushSketchMsg": "Baixar",
|
||||||
"pull": "Pull",
|
"pull": "Baixar",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "Baixar este Sketch da nuvem irá sobrescrever sua versão local. Você tem certeza que deseja continuar?",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "Terminou de baixar '{0}'.",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "Não é possível enviar para a nuvem. Ainda não foi baixado.",
|
||||||
"push": "Push",
|
"push": "Enviar",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "Você precisa baixar primeiro para poder enviar para a nuvem.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Concluído o envio de ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "Conectado",
|
||||||
"offline": "Offline",
|
"offline": "Desconectado",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Foto do perfil"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "Instalar Manualmente",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "O núcleo \"{0} {1}\" deve ser instalado para a placa \"{2}\" atualmente selecionada. Quer instalar agora?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Selecionar Outra Placa e Porta",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Selecione uma placa e uma porta se quiser fazer o upload de um sketch.",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "Se você apenas selecionar a placa, poderá apenas compilar, mas não poderá fazer o upload de seu sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Escolha uma placa conectada à porta que você selecionou.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Mostrar todas as portas disponíveis quando habilitado",
|
||||||
"programmer": "Programmer",
|
"programmer": "Programador/Gravador",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Plataforma instalada com sucesso {0}: {1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "Plataforma desinstalada com sucesso {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": "Não foi possível encontrar a placa selecionada anteriormente '{0}' na plataforma instalada '{1}'. Por favor, selecione novamente a placa que deseja usar. Você deseja selecioná-la novamente agora?",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "Selecionar novamente mais tarde",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "Nenhuma placa selecionada.",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "Nenhuma porta selecionada para placa: '{0}'.",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "O FQBN não está disponível para a placa selecionada \"{0}\". Você tem o núcleo correspondente instalado?",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "Selecione outra placa e porta...",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} de {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Selecione uma placa para obter informações sobre ela.",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "A plataforma para a placa '{0}' selecionada não está instalada.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Selecione uma porta para obter informações sobre a placa.",
|
||||||
"boardInfo": "Informações da Placa",
|
"boardInfo": "Informações da Placa",
|
||||||
"board": "Board{0}",
|
"board": "Placa{0}",
|
||||||
"port": "Port{0}",
|
"port": "Porta{0}",
|
||||||
"getBoardInfo": "Get Board Info",
|
"getBoardInfo": "Obter Informações da Placa",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": "(no Sketchbook)"
|
||||||
},
|
},
|
||||||
"boardsManager": "Gerenciador de Placas",
|
"boardsManager": "Gerenciador de Placas",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "Sobre {0}",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "Versão: {0}\nData: {1}{2}\nVersão do CLI : {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Adicionar Ficheiro...",
|
"addFile": "Adicionar Ficheiro...",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "Substituir",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "Um arquivo adicionado ao sketch."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Substituir a versão existente de {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Adicionar biblioteca .ZIP...",
|
"addZip": "Adicionar biblioteca .ZIP...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "Biblioteca",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Você deseja sobrescrever a biblioteca existente?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Biblioteca instalada com sucesso do arquivo {0}",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "Já existe uma pasta da biblioteca chamada {0}. Você deseja sobrescreve-la?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "Essa biblioteca já existe. Você deseja sobrescreve-la?",
|
||||||
"include": "Include Library",
|
"include": "Adicionar Biblioteca",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "Gerenciar bibliotecas...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Bibliotecas Arduino",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Bibliotecas contribuídas",
|
||||||
"title": "Library Manager",
|
"title": "Gerenciador de Bibliotecas",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "A biblioteca <b>{0}: {1}</b> precisa de outra dependência que atualmente não está instalada:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "A biblioteca <b> {0}: {1} </b> precisa de algumas outras dependências que atualmente não estão instaladas:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Deseja instalar a dependência ausente?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Deseja instalar todas as dependências ausentes?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "Dependências da biblioteca {0}: {1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Instalar tudo",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Instalar apenas {0} ",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "Biblioteca instalada com sucesso {0}: {1}",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "Biblioteca desinstalada com sucesso {0}: {1}"
|
||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "Selecione um arquivo zip contendo a biblioteca que deseja adicionar",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Arquivar Sketch",
|
"archiveSketch": "Arquivar Sketch",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Salvar a pasta de sketch como...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Arquivo criado '{0}'.",
|
||||||
"new": "New",
|
"new": "Novo",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Abrir Recente",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Mostrar a pasta de Sketches",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"moving": "Moving",
|
"moving": "Movendo",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "O arquivo \"{0}\" deve estar dentro de uma pasta de sketch chamada \"{1}\".\nCriar esta pasta, mover o arquivo e continuar?",
|
||||||
"cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
|
"cantOpen": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Salvar a pasta de sketch como...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Sketchbook",
|
||||||
"upload": "Upload",
|
"upload": "Enviar usando Programador",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "Enviar Usando Programador",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Não é possível encontrar dados de usuário para placa conectada",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Envio concluído.",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Configurar e Fazer Envio",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Verificar/Compilar",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Exportar Binário Compilado",
|
||||||
"verify": "Verify",
|
"verify": "Verificar",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Compilação concluída.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Não foi possível reconectar à porta serial. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Abrir sketch em uma nova janela",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Abrir Pasta",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Sketchbook Local",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Sketchbook",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "Tem certeza que deseja fechar o sketch?"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Gravar bootloader",
|
"burnBootloader": "Gravar bootloader",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "Feita a gravação do bootloader."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"copyForForum": "Copiar para o Fórum (Markdown)",
|
"copyForForum": "Copiar para o Fórum (Markdown)",
|
||||||
"commentUncomment": "Comentar/Eliminar Comentário",
|
"commentUncomment": "Comentar/Eliminar Comentário",
|
||||||
"increaseIndent": "Increase Indent",
|
"increaseIndent": "Aumentar Recuo",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Diminuir Recuo",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Aumentar o Tamanho da Fonte",
|
||||||
"decreaseFontSize": "Diminuir tamanho da fonte",
|
"decreaseFontSize": "Diminuir tamanho da fonte",
|
||||||
"autoFormat": "Autoformatação"
|
"autoFormat": "Autoformatação"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "Exemplos",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Não foi possível inicializar os exemplos integrados.",
|
||||||
"builtInExamples": "Exemplos Incluídos",
|
"builtInExamples": "Exemplos Incluídos",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Exemplos de Bibliotecas Customizadas",
|
||||||
"for": "Examples for {0}",
|
"for": "Exemplos para {0}",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "Exemplos para qualquer placa"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Procurar no Arduino.cc",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "Digite uma palavra-chave",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Começando",
|
||||||
"environment": "Environment",
|
"environment": "Ambiente",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "Solução de problemas",
|
||||||
"reference": "Reference",
|
"reference": "Referência",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Encontrar em Referência",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Perguntas Frequentes",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Visitar Arduino.cc"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Enviar certificado Raiz SSL",
|
||||||
"openContext": "Open context",
|
"openContext": "Abrir contexto",
|
||||||
"remove": "Remove",
|
"remove": "Remover",
|
||||||
"upload": "Carregar",
|
"upload": "Carregar",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "Adicionar URL para localizar o certificado SSL",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "Insira a URL",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. Selecione o certificado para fazer o envio",
|
||||||
"addNew": "Add New",
|
"addNew": "Adicionar Novo",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. Selecione a placa de destino e envie o certificado",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "Enviando certificados.",
|
||||||
"certificatesUploaded": "Certificates uploaded.",
|
"certificatesUploaded": "Certificados enviados.",
|
||||||
"uploadFailed": "Upload failed. Please try again.",
|
"uploadFailed": "O envio falhou. Por favor, tente novamente.",
|
||||||
"selectBoard": "Select a board...",
|
"selectBoard": "Selecione uma placa...",
|
||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{0} de {1}",
|
||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "Nenhuma placa compatível conectada"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101 / WiFiNINA Atualizador de Firmware",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Selecionar Placa",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Verificar Atualizações",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Selecione a versão do firmware",
|
||||||
"install": "Instalar",
|
"install": "Instalar",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "A instalação substituirá o sketch na placa.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Instalando firmware.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Firmware instalado com sucesso.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "A instalação falhou. Por favor, tente novamente."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "Não perguntar novamente"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancelar",
|
||||||
"upload": "Carregar"
|
"upload": "Carregar"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "Mudar Data e Hora",
|
||||||
"autoscroll": "Avanço automático de linha",
|
"autoscroll": "Avanço automático de linha",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Data e Hora",
|
||||||
"noLineEndings": "Sem final de linha",
|
"noLineEndings": "Sem final de linha",
|
||||||
"newLine": "Nova linha",
|
"newLine": "Nova linha",
|
||||||
"carriageReturn": "Retorno de linha",
|
"carriageReturn": "Retorno de linha",
|
||||||
"newLineCarriageReturn": "Nova linha e retorno de linha",
|
"newLineCarriageReturn": "Nova linha e retorno de linha",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Não conectado. Selecione uma placa e uma porta para conectar automaticamente.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Mensagem ({0} + Enter para enviar mensagem para '{1}' em '{2}'",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "A conexão falhou. A porta serial está ocupada: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Desconectado {0} de {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Erro inesperado. Reconectando {0} na porta {1}.",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "Falha ao reconectar com a porta serial {0} após 10 tentativas consecutivas. A porta serial {1} está ocupada.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "Reconectando {0} ao {1} em {2} segundos..."
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Uninstall",
|
"uninstall": "Desinstalar",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "Deseja desinstalar {0}?",
|
||||||
"by": "by",
|
"by": "por",
|
||||||
"version": "Versão {0}",
|
"version": "Versão {0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "Mais informações",
|
||||||
"install": "Instalar",
|
"install": "Instalar",
|
||||||
"filterSearch": "Filtrar a sua pesquisa…"
|
"filterSearch": "Filtrar a sua pesquisa…"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Não foi possível salvar o sketch. Copie seu trabalho não salvo em seu editor de texto favorito e reinicie a IDE.",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Quaisquer alterações não serão salvas."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "Erro de compilação: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} erro: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Erro ao gravar o bootloader: {0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Não foi possível salvar o sketch. Copie seu trabalho não salvo em seu editor de texto favorito e reinicie a IDE.",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "Não é possível conectar-se ao backend.",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "Não é possível conectar-se ao CLI daemon."
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Iniciar...",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "O tipo de sessão de depuração \"{0}\" não é suportado.",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details."
|
"startError": "Ocorreu um erro ao iniciar a sessão de depuração, verifique os logs para obter mais detalhes."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Unsaved – {0}"
|
"unsavedTitle": "Sem Nome – {0}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"expand": "Expand",
|
"expand": "Expandir",
|
||||||
"collapse": "Collapse"
|
"collapse": "Recolher"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Nome para o novo arquivo",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Arquivo inválido.",
|
||||||
"invalidExtension": "\".{0}\" não é uma extensão válida.",
|
"invalidExtension": "\".{0}\" não é uma extensão válida.",
|
||||||
"newFileName": "New name for file",
|
"newFileName": "Novo nome para o arquivo",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "Você deseja excluir o sketch atual?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "Ocorreu um erro ao criar o diretório de sketch. Veja o log para mais detalhes. O aplicativo provavelmente não funcionará conforme o esperado."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "GO TO CLOUD"
|
"GoToCloud": "IR PARA A NUVEM"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
334
i18n/ro.json
Normal file
334
i18n/ro.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"arduino": {
|
||||||
|
"common": {
|
||||||
|
"offlineIndicator": "Se pare că nu ești conectat la internet. Fără o conexiune la internet, Arduino CLI nu poate descarca resursele necesare și poate cauza funcționare anormală. Conectează-te la internet și repornește aplicația.",
|
||||||
|
"noBoardSelected": "Placa de dezvoltare nu a fost aleasă.",
|
||||||
|
"selectedOn": "pe {0}",
|
||||||
|
"notConnected": "[neconectat]",
|
||||||
|
"serialMonitor": "Monitor Serial",
|
||||||
|
"oldFormat": "'{0}' utilizează formatul vechi `.pde`. Vrei să treci la noua extensie `ino`?",
|
||||||
|
"later": "Mai târziu",
|
||||||
|
"selectBoard": "Alege placa de dezvoltare",
|
||||||
|
"unknown": "Necunoscut",
|
||||||
|
"processing": "Procesare",
|
||||||
|
"saveChangesToSketch": "Vrei să salvezi modificările făcute schiței înainte de a închide?",
|
||||||
|
"loseChanges": "Dacă nu salvezi, modificările se vor pierde."
|
||||||
|
},
|
||||||
|
"menu": {
|
||||||
|
"sketch": "Schița",
|
||||||
|
"tools": "Unelte"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"optimizeForDebugging": "Optimizare pentru depanare",
|
||||||
|
"debugWithMessage": "Depanare - {0}",
|
||||||
|
"noPlatformInstalledFor": "Platforma nu este instalată pentru '{0}'",
|
||||||
|
"debuggingNotSupported": "Depanarea nu este suportată de '{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.",
|
||||||
|
"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",
|
||||||
|
"checkForUpdates": "Check for updates on startup",
|
||||||
|
"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 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.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "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?",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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} la {1}",
|
||||||
|
"noSupportedBoardConnected": "No supported board connected"
|
||||||
|
},
|
||||||
|
"firmware": {
|
||||||
|
"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.",
|
||||||
|
"failedInstall": "Instalarea a eșuat. Te rugăm să încerci din nou."
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"dontAskAgain": "Nu mai întreba"
|
||||||
|
},
|
||||||
|
"userFields": {
|
||||||
|
"cancel": "Anulează",
|
||||||
|
"upload": "Încarcă"
|
||||||
|
},
|
||||||
|
"serial": {
|
||||||
|
"toggleTimestamp": "Toggle Timestamp",
|
||||||
|
"autoscroll": "Autoderulare",
|
||||||
|
"timestamp": "Timestamp",
|
||||||
|
"noLineEndings": "No Line Ending",
|
||||||
|
"newLine": "Linie Nouă",
|
||||||
|
"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": "Conexiunea a eșuat. Portul Serial este ocupat: {0}",
|
||||||
|
"disconnected": "Deconectat {0} de la {1}.",
|
||||||
|
"unexpectedError": "Eroare neașteptată. Reconectare {0} pe portul {1}.",
|
||||||
|
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
||||||
|
"reconnect": "Reconectare {0} către {1} în {2} secunde..."
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"uninstall": "Dezinstalează",
|
||||||
|
"uninstallMsg": "Dorești să dezinstalezi {0}?",
|
||||||
|
"by": "de",
|
||||||
|
"version": "Versiunea {0}",
|
||||||
|
"moreInfo": "Mai multe informații",
|
||||||
|
"install": "INSTALEAZĂ",
|
||||||
|
"filterSearch": "Filtrează căutarea..."
|
||||||
|
},
|
||||||
|
"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} eroare :{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": "Nesalvat – {0}"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"expand": "Extinde",
|
||||||
|
"collapse": "Collapse"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"fileNewName": "Nume pentru noul fișier",
|
||||||
|
"invalidFilename": "Numele fișierului este invalid.",
|
||||||
|
"invalidExtension": ".{0} nu este o extensie validă",
|
||||||
|
"newFileName": "Nume pentru noul fișier",
|
||||||
|
"deleteCurrentSketch": "Dorești sa ștergi schița curentă?",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
348
i18n/ru.json
348
i18n/ru.json
@ -1,95 +1,95 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"offlineIndicator": "Похоже, у Вас нет подключения к Интернету. Без подключения к Интернету Arduino CLI не сможет загрузить необходимые ресурсы и упадет. Подключитесь к Интернету и перезапустите приложение.",
|
||||||
"noBoardSelected": "No board selected",
|
"noBoardSelected": "Плата не выбрана",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "on {0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[не подключено].",
|
||||||
"serialMonitor": "Монитор порта",
|
"serialMonitor": "Монитор порта",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "'{0}' использует старый формат `.pde`. Хотите сконвертировать в новый формат `.ino`?",
|
||||||
"later": "Later",
|
"later": "Позже",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Выбрать плату",
|
||||||
"unknown": "Unknown",
|
"unknown": "Неизвестно",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "Сохранить изменения в этом скетче перед закрытием?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "Если не сохранить изменения - они будут потеряны."
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "Скетч",
|
"sketch": "Скетч",
|
||||||
"tools": "Инструменты"
|
"tools": "Инструменты"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "Оптимизировать для отладки",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Отладка - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "Платформа не установлена для '{0}'",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "Отладка не поддерживается '{0}'"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "True - сервер Arduino Language будет создавать файлы журнала в папке скетча. В противном случае - false. По умолчанию - false.",
|
||||||
"compile.verbose": "True for verbose compile output. False by default",
|
"compile.verbose": "True для подробного вывода компилятора. По умолчанию - false.",
|
||||||
"compile.warnings": "Tells gcc which warning level to use. It's 'None' 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.",
|
"upload.verbose": "True - подробный вывод при загрузке скетча на плату. По умолчанию - false.",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True, если пользовательский интерфейс автоматически масштабируется в зависимости от размера шрифта.",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "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.autoUpdate": "True - автоматическая проверка обновлений включена. IDE будет проверять наличие обновлений периодически в автоматическом режиме.",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "Список сертификатов, которые могут быть загружены в платы",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True - показывать все файлы внутри скетча. По умолчанию - false.",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True, если функции синхронизации скетчей включены. По умолчанию - true.",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "Идентификатор клиента OAuth2.",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "Домен OAuth2.",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "The OAuth2 audience.",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "URI, используемый для регистрации нового пользователя.",
|
||||||
"network": "Сеть",
|
"network": "Сеть",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Путь к альбому со скетчами",
|
||||||
"browse": "Обзор",
|
"browse": "Обзор",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Показывать файлы в скетчах",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "Размер шрифта в редакторе",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "Масштабирование интерфейса",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Показывать детализированный вывод при",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "Предупреждения компилятора",
|
||||||
"automatic": "Автоматика",
|
"automatic": "Автоматика",
|
||||||
"compile": "compile",
|
"compile": "компиляции",
|
||||||
"upload": "upload",
|
"upload": "выгрузке на плату",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "Проверять содержимое памяти платы после загрузки",
|
||||||
"checkForUpdates": "Проверять обновления при запуске",
|
"checkForUpdates": "Проверять обновления при запуске",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Быстрые подсказки в редакторе",
|
||||||
"additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
|
"additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "Не использовать прокси-сервер",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "Ручная настройка параметров прокси-сервера",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Выбрать новое расположение для альбома со скетчами",
|
||||||
"choose": "Choose",
|
"choose": "Choose",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "Введите дополнительные URL, по одному в каждой строке",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Неправильный путь к альбому со скетчами: {0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "Неверная тема."
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "Войти",
|
||||||
"signOut": "Sign Out",
|
"signOut": "Выйти",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "Выберите видимость своего скетча:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "Приватный. Только автор можешь просматривать скетч.",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "Публичный. Любой, у кого есть ссылка, может посмотреть скетч.",
|
||||||
"link": "Link:",
|
"link": "Ссылка:",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "Альбом в облаке",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "Поделиться скетчем",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Показать/скрыть удаленный альбом",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pull Sketch",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "Открыть в облачном редакторе",
|
||||||
"options": "Options...",
|
"options": "Параметры...",
|
||||||
"share": "Share...",
|
"share": "Поделиться...",
|
||||||
"remote": "Remote",
|
"remote": "Remote",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Ваш альбом пуст",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "Посетите Arduino Cloud, чтобы создать скетчи в облаке.",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "Войдите в Arduino Cloud",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Синхронизировать и редактировать скетчи в Arduino Cloud",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "Узнать больше",
|
||||||
"continue": "Continue",
|
"continue": "Продолжить",
|
||||||
"pushSketch": "Push Sketch",
|
"pushSketch": "Push Sketch",
|
||||||
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
||||||
"pull": "Pull",
|
"pull": "Pull",
|
||||||
@ -101,163 +101,163 @@
|
|||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "Фотография профиля"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "Установить вручную",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "Выберите другую плату и порт",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "Выберите плату и порт, если Вы хотите загрузить скетч в плату.",
|
||||||
"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 just to compile, but not to upload your sketch.",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "Shows all available ports when enabled",
|
||||||
"programmer": "Programmer",
|
"programmer": "Программатор",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "Платформа установлена успешно {0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "Платформа успешно удалена {0}:{1}",
|
||||||
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
|
"couldNotFindPreviouslySelected": "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": "Выборать позже",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "Плата не выбрана.",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "Не выбраны порты для платы: '{0}'.",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "FQBN недоступен для выбранной платы \"{0}\". Проверьте наличие необходимого ядра.",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "Выберите другую плату и порт...",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} at {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "Пожалуйста, выберите плату в меню инструментов для получения информации с платы.",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "Платформа для выбранной платы '{0}' не установлена.",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "Пожалуйста, выберите порт в меню инструментов для получения информации с платы.",
|
||||||
"boardInfo": "Информация о плате",
|
"boardInfo": "Информация о плате",
|
||||||
"board": "Board{0}",
|
"board": "Плата{0}",
|
||||||
"port": "Port{0}",
|
"port": "Порт{0}",
|
||||||
"getBoardInfo": "Get Board Info",
|
"getBoardInfo": "Получить информацию о подключенной плате",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": " (в альбоме)."
|
||||||
},
|
},
|
||||||
"boardsManager": "Менеджер плат",
|
"boardsManager": "Менеджер плат",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "О программе {0}",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "Версия: {0}\nДата: {1}{2}\nВерсия CLI: {3}{4} [{5}]\n\n{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": "Добавить файл...",
|
"addFile": "Добавить файл...",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "Заменить",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "Один файл добавлен в скетч."
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "Заменить имеющуюся версию {0}?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Добавить .ZIP библиотеку...",
|
"addZip": "Добавить .ZIP библиотеку...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "Библиотека",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "Вы хотите заменить уже имеющуюся библиотеку?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "Бибилиотека из архива {0} успешно установлена",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "Папка библиотеки {0} уже существует. Вы хотите ее заменить?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "Библиотека уже существует. Вы хотите ее заменить?",
|
||||||
"include": "Include Library",
|
"include": "Подключить библиотеку",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "Управление библиотеками...",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "Библиотеки Arduino",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Сторонние библиотеки",
|
||||||
"title": "Library Manager",
|
"title": "Управление библиотеками",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "Установить недостающую зависимость?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "Установить все недостающие зависимости?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "Зависимости для библиотеки {0}:{1}",
|
||||||
"installAll": "Install all",
|
"installAll": "Установить все",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "Установить только {0}",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "Успешно установлена библиотека {0}:{1}",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "Успешно удалена библиотека {0}:{1}"
|
||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "Выберите zip-файл, содержащий библиотеку, которую вы хотите установить",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Архивировать скетч",
|
"archiveSketch": "Архивировать скетч",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Сохранить папку скетча как...",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Создать архив '{0}'.",
|
||||||
"new": "New",
|
"new": "Новый скетч",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "Открыть предыдущий",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Показать папку скетча",
|
||||||
"sketch": "Sketch",
|
"sketch": "Скетч",
|
||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
|
"cantOpen": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Сохранить папку со скетчем как...",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Альбом",
|
||||||
"upload": "Upload",
|
"upload": "Загрузить на плату",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "Загрузить на плату при помощи программатора",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "Загрузка завершена.",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Настроить и загрузить",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "Проверить/Скомпилировать",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Экспортировать скомпилированный бинарный файл",
|
||||||
"verify": "Verify",
|
"verify": "Проверить",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "Компиляция завершена.",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "Не удалось переподключиться к последовательному порту. {0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "Открыть скетч в новом окне",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Открыть папку",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Локальный альбом",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Альбом",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "Вы действительно хотите закрыть скетч?"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Записать Загрузчик",
|
"burnBootloader": "Записать Загрузчик",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "Прошивка бутлоадера завершена."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"copyForForum": "Копировать для форума (Markdown)",
|
"copyForForum": "Копировать для форума (Markdown)",
|
||||||
"commentUncomment": "Добавить/Удалить комментарий",
|
"commentUncomment": "Закомментировать/Раскомментировать",
|
||||||
"increaseIndent": "Increase Indent",
|
"increaseIndent": "Увеличить отступ",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "Уменьшить отступ",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "Увеличить размер шрифта",
|
||||||
"decreaseFontSize": "Уменьшить размер шрифта",
|
"decreaseFontSize": "Уменьшить размер шрифта",
|
||||||
"autoFormat": "АвтоФорматирование"
|
"autoFormat": "АвтоФорматирование"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "Примеры",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Невозможно инициализировать встроенные примеры.",
|
||||||
"builtInExamples": "Встроенные Примеры",
|
"builtInExamples": "Встроенные Примеры",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Примеры из пользовательских библиотек",
|
||||||
"for": "Examples for {0}",
|
"for": "Примеры для {0}",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "Примеры для любой платы"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "Найти на Arduino.cc",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "Введите ключевое слово",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Приступая к работе",
|
||||||
"environment": "Environment",
|
"environment": "Окружение",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "Устранение неполадок",
|
||||||
"reference": "Reference",
|
"reference": "Справочник по функциям",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Найти в справочнике",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "Часто задаваемые вопросы",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "Перейти на сайт Arduino.cc"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "Загрузка корневого сертификата SSL",
|
||||||
"openContext": "Open context",
|
"openContext": "Открыть контекст",
|
||||||
"remove": "Remove",
|
"remove": "Remove",
|
||||||
"upload": "Загрузка",
|
"upload": "Загрузка",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "Добавление URL для получения SSL-сертификата",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "Введите URL",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1. Выберите сертификат для загрузки",
|
||||||
"addNew": "Add New",
|
"addNew": "Add New",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "Uploading certificates.",
|
||||||
"certificatesUploaded": "Certificates uploaded.",
|
"certificatesUploaded": "Сертификаты зугружены.",
|
||||||
"uploadFailed": "Upload failed. Please try again.",
|
"uploadFailed": "Загрузка не удалась. Повторите попытку.",
|
||||||
"selectBoard": "Select a board...",
|
"selectBoard": "Выберите плату...",
|
||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{0} at {1}",
|
||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "Не подключено ни одной поддерживаемой платы"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "Обновление прошивки WiFi101 / WiFiNINA",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "Выбор платы",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "Проверить наличие обновлений",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Select firmware version",
|
||||||
"install": "Установка",
|
"install": "Установка",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Установка прошивки.",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "Прошивка успешно установлена.",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "Не удалось установить прошивку. Повторите попытку."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "Больше не спрашивать"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Отмена",
|
||||||
"upload": "Загрузка"
|
"upload": "Загрузка"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
@ -270,18 +270,18 @@
|
|||||||
"newLineCarriageReturn": "NL & CR",
|
"newLineCarriageReturn": "NL & CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "Не удалось подключиться. Последовательный порт занят: {0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "Disconnected {0} from {1}.",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "Не удалось переподключиться {0} к последовательному порту после 10 попыток. Последовательный порт {1} занят.",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Uninstall",
|
"uninstall": "Удалить",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "Do you want to uninstall {0}?",
|
||||||
"by": "by",
|
"by": "by",
|
||||||
"version": "Версия {0}",
|
"version": "Версия {0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "Дополнительная информация",
|
||||||
"install": "Установка",
|
"install": "Установка",
|
||||||
"filterSearch": "Отфильтровать результаты поиска..."
|
"filterSearch": "Отфильтровать результаты поиска..."
|
||||||
},
|
},
|
||||||
@ -290,13 +290,13 @@
|
|||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Any unsaved changes will not be saved."
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "Ошибка компиляции: {0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} error: {1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Ошибка при прошивке бутлоадера: {0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
@ -304,27 +304,27 @@
|
|||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "Невозможно подключиться к бэкенду.",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "Невозможно подключиться к фоновому процессу CLI."
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Запуск...",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details."
|
"startError": "Произошла ошибка при запуске отладочной сессии, просмотрите журнал для получения дополнительной информации."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Unsaved – {0}"
|
"unsavedTitle": "Unsaved – {0}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"expand": "Expand",
|
"expand": "Развернуть",
|
||||||
"collapse": "Collapse"
|
"collapse": "Свернуть"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Name for new file",
|
"fileNewName": "Имя нового файла",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "Неправильное имя файла",
|
||||||
"invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.",
|
"invalidExtension": "Файлы с расширением \".{0}\" не поддерживаются.",
|
||||||
"newFileName": "New name for file",
|
"newFileName": "Новое имя файла",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "Вы хотите удалить текущий скетч?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
334
i18n/sv_SE.json
Normal file
334
i18n/sv_SE.json
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
{
|
||||||
|
"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": "No board selected",
|
||||||
|
"selectedOn": "on {0}",
|
||||||
|
"notConnected": "[not connected]",
|
||||||
|
"serialMonitor": "Serial Monitor",
|
||||||
|
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
||||||
|
"later": "Later",
|
||||||
|
"selectBoard": "Select Board",
|
||||||
|
"unknown": "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."
|
||||||
|
},
|
||||||
|
"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.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.",
|
||||||
|
"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",
|
||||||
|
"checkForUpdates": "Check for updates on startup",
|
||||||
|
"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 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.",
|
||||||
|
"boardInfo": "Board Info",
|
||||||
|
"board": "Board{0}",
|
||||||
|
"port": "Port{0}",
|
||||||
|
"getBoardInfo": "Get Board Info",
|
||||||
|
"inSketchbook": " (in Sketchbook)"
|
||||||
|
},
|
||||||
|
"boardsManager": "Boards Manager",
|
||||||
|
"about": {
|
||||||
|
"label": "About {0}",
|
||||||
|
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
||||||
|
},
|
||||||
|
"contributions": {
|
||||||
|
"addFile": "Add File",
|
||||||
|
"replaceTitle": "Replace",
|
||||||
|
"fileAdded": "One file added to the sketch."
|
||||||
|
},
|
||||||
|
"replaceMsg": "Replace the existing version of {0}?",
|
||||||
|
"library": {
|
||||||
|
"addZip": "Add .ZIP Library...",
|
||||||
|
"zipLibrary": "Library",
|
||||||
|
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
||||||
|
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
||||||
|
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
||||||
|
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
||||||
|
"include": "Include Library",
|
||||||
|
"manageLibraries": "Manage Libraries...",
|
||||||
|
"arduinoLibraries": "Arduino libraries",
|
||||||
|
"contributedLibraries": "Contributed libraries",
|
||||||
|
"title": "Library Manager",
|
||||||
|
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
||||||
|
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
||||||
|
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
||||||
|
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
||||||
|
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
||||||
|
"installAll": "Install all",
|
||||||
|
"installOnly": "Install {0} only",
|
||||||
|
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
||||||
|
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
||||||
|
},
|
||||||
|
"selectZip": "Select a zip file containing the library you'd like to add",
|
||||||
|
"sketch": {
|
||||||
|
"archiveSketch": "Archive Sketch",
|
||||||
|
"saveSketchAs": "Save sketch folder as...",
|
||||||
|
"createdArchive": "Created archive '{0}'.",
|
||||||
|
"new": "New",
|
||||||
|
"openRecent": "Open Recent",
|
||||||
|
"showFolder": "Show Sketch Folder",
|
||||||
|
"sketch": "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?",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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": "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.",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
474
i18n/zh.json
474
i18n/zh.json
@ -1,334 +1,334 @@
|
|||||||
{
|
{
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"common": {
|
"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.",
|
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
||||||
"noBoardSelected": "No board selected",
|
"noBoardSelected": "没有选择开发板",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "关于{0}",
|
||||||
"notConnected": "[not connected]",
|
"notConnected": "[没有连接]",
|
||||||
"serialMonitor": "串口监视器",
|
"serialMonitor": "串口监视器",
|
||||||
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
"oldFormat": "{0}仍然使用旧的.pde格式。是否要切换到新的.ino扩展?",
|
||||||
"later": "Later",
|
"later": "之后",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "选择开发板",
|
||||||
"unknown": "Unknown",
|
"unknown": "未知",
|
||||||
"processing": "Processing",
|
"processing": "处理",
|
||||||
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
|
"saveChangesToSketch": "是否要在关闭前保存对此项目所做的更改?",
|
||||||
"loseChanges": "If you don't save, your changes will be lost."
|
"loseChanges": "如果不保存,所做的更改将丢失。"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"sketch": "项目",
|
"sketch": "项目",
|
||||||
"tools": "工具"
|
"tools": "工具"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"optimizeForDebugging": "Optimize for Debugging",
|
"optimizeForDebugging": "优化调试",
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "调试 - {0}",
|
||||||
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
|
"noPlatformInstalledFor": "{0}平台未安装",
|
||||||
"debuggingNotSupported": "Debugging is not supported by '{0}'"
|
"debuggingNotSupported": "{0}不支持调试"
|
||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
|
"language.log": "True则Arduino语言服务器将日志文件生成到项目文件夹中。默认为false。",
|
||||||
"compile.verbose": "True for verbose compile output. False by default",
|
"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 for verbose upload output. False by default.",
|
"upload.verbose": "True则输出详细上传信息。默认情况下为False。",
|
||||||
"window.autoScale": "True if the user interface automatically scales with the font size.",
|
"window.autoScale": "True则用户界面随字体大小自动缩放。",
|
||||||
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
|
"window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为0,大于(例如1)或小于(例如-1)的每个增量表示放大或缩小20%。输入小数可以更精细的调整缩放级别。",
|
||||||
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
|
"ide.autoUpdate": "True则启用自动更新。IDE将定期检查更新。",
|
||||||
"board.certificates": "List of certificates that can be uploaded to boards",
|
"board.certificates": "可上传到开发板的证书列表",
|
||||||
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
|
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
||||||
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
"cloud.enabled": "True则启用项目同步功能。默认为true。",
|
||||||
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
|
"cloud.pull.warn": "True则在拉取云项目之前警告用户。默认为true。",
|
||||||
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
|
"cloud.push.warn": "True则在推送云项目之前警告用户。默认为true。",
|
||||||
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
|
"cloud.pushpublic.warn": "True则将公开项目推送到云中之前警告用户。默认为true。",
|
||||||
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
|
"cloud.sketchSyncEnpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino云API。",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "OAuth2客户端ID",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "OAuth2域",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "OAuth2 受众。",
|
||||||
"auth.registerUri": "The URI used to register a new user.",
|
"auth.registerUri": "用于注册新用户的网址。",
|
||||||
"network": "网络",
|
"network": "网络",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "项目文件夹地址",
|
||||||
"browse": "浏览",
|
"browse": "浏览",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "在项目中显示文件",
|
||||||
"editorFontSize": "Editor font size",
|
"editorFontSize": "编辑器字体大小",
|
||||||
"interfaceScale": "Interface scale",
|
"interfaceScale": "界面比例",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "显示过程的详细输出",
|
||||||
"compilerWarnings": "Compiler warnings",
|
"compilerWarnings": "编译器警告",
|
||||||
"automatic": " 自动调整",
|
"automatic": " 自动调整",
|
||||||
"compile": "compile",
|
"compile": "编译",
|
||||||
"upload": "upload",
|
"upload": "上传",
|
||||||
"verifyAfterUpload": "Verify code after upload",
|
"verifyAfterUpload": "上传后验证代码",
|
||||||
"checkForUpdates": "启动时检查更新",
|
"checkForUpdates": "启动时检查更新",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "编辑快速建议",
|
||||||
"additionalManagerURLs": "附加开发板管理器网址",
|
"additionalManagerURLs": "附加开发板管理器网址",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "无代理",
|
||||||
"manualProxy": "Manual proxy configuration",
|
"manualProxy": "手动配置代理",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "选择新的项目文件夹地址",
|
||||||
"choose": "Choose",
|
"choose": "选择",
|
||||||
"enterAdditionalURLs": "Enter additional URLs, one for each row",
|
"enterAdditionalURLs": "输入其他网址,每行一个。",
|
||||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
"unofficialBoardSupport": "点击获取支持的非官方开发板网址列表",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "无效的项目文件夹地址:{0}",
|
||||||
"invalid.editorFontSize": "Invalid editor font size. It must be a positive integer.",
|
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
||||||
"invalid.theme": "Invalid theme."
|
"invalid.theme": "无效的主题。"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"signIn": "SIGN IN",
|
"signIn": "登录",
|
||||||
"signOut": "Sign Out",
|
"signOut": "退出登录",
|
||||||
"chooseSketchVisibility": "Choose visibility of your Sketch:",
|
"chooseSketchVisibility": "选择项目的可见性:",
|
||||||
"privateVisibility": "Private. Only you can view the Sketch.",
|
"privateVisibility": "私有的。只有你可以查看项目。",
|
||||||
"publicVisibility": "Public. Anyone with the link can view the Sketch.",
|
"publicVisibility": "公开的。有链接的人都可以查看项目。",
|
||||||
"link": "Link:",
|
"link": "链接:",
|
||||||
"embed": "Embed:",
|
"embed": "嵌入:",
|
||||||
"cloudSketchbook": "Cloud Sketchbook",
|
"cloudSketchbook": "云项目文件夹",
|
||||||
"shareSketch": "Share Sketch",
|
"shareSketch": "共享项目",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "拉取项目",
|
||||||
"openInCloudEditor": "Open in Cloud Editor",
|
"openInCloudEditor": "在云编辑器打开",
|
||||||
"options": "Options...",
|
"options": "选项。。。",
|
||||||
"share": "Share...",
|
"share": "共享。。。",
|
||||||
"remote": "Remote",
|
"remote": "远程",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "你的项目文件夹是空的",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches.",
|
"visitArduinoCloud": "访问Arduino云以创建云项目。",
|
||||||
"signInToCloud": "Sign in to Arduino Cloud",
|
"signInToCloud": "登录Arduino云",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "同步和编辑Arduino云项目",
|
||||||
"learnMore": "Learn more",
|
"learnMore": "查看更多",
|
||||||
"continue": "Continue",
|
"continue": "继续",
|
||||||
"pushSketch": "Push Sketch",
|
"pushSketch": "推送项目",
|
||||||
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
|
"pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
||||||
"pull": "Pull",
|
"pull": "拉取",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "从云中拉取此项目将覆盖其本地项目。你确定要继续吗?",
|
||||||
"donePulling": "Done pulling ‘{0}’.",
|
"donePulling": "已完成拉取{0}。",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "无法推送到云。未被拉取。",
|
||||||
"push": "Push",
|
"push": "推送",
|
||||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
"pullFirst": "你必须先拉取才能推送到云。",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "已完成推送{0}。",
|
||||||
"connected": "Connected",
|
"connected": "连接",
|
||||||
"offline": "Offline",
|
"offline": "离线",
|
||||||
"profilePicture": "Profile picture"
|
"profilePicture": "资料图片"
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
"installManually": "Install Manually",
|
"installManually": "手动安装",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "必须为当前选定的{2}开发板板安装{0}{1}内核。你想现在安装吗?",
|
||||||
"configDialogTitle": "Select Other Board & Port",
|
"configDialogTitle": "选择其他开发板和端口",
|
||||||
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
|
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
||||||
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
|
"configDialog2": "如果你只选择开发板,那么只能编译,不能上传项目。",
|
||||||
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
|
"pleasePickBoard": "请选择要连接的开发板。",
|
||||||
"showAllAvailablePorts": "Shows all available ports when enabled",
|
"showAllAvailablePorts": "启用时显示所有可用端口",
|
||||||
"programmer": "Programmer",
|
"programmer": "编程器",
|
||||||
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
|
"succesfullyInstalledPlatform": "已成功安装平台{0}:{1}",
|
||||||
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
|
"succesfullyUninstalledPlatform": "已成功卸载平台{0}:{1}",
|
||||||
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
|
"couldNotFindPreviouslySelected": "在安装的平台{1}中找不到以前选择的开发板{0}。请手动重新选择要使用的开发板。你想现在重新选择它吗?",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "稍后重新选择",
|
||||||
"noneSelected": "No boards selected.",
|
"noneSelected": "未选择任何开发板。",
|
||||||
"noPortsSelected": "No ports selected for board: '{0}'.",
|
"noPortsSelected": "没有为开发板{0}选择端口。",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"noFQBN": "FQBN不可用于所选开发板{0}。你是否安装了相应的内核?",
|
||||||
"openBoardsConfig": "Select other board and port…",
|
"openBoardsConfig": "选择其他开发板和端口。。。",
|
||||||
"boardListItem": "{0} at {1}",
|
"boardListItem": "{0} 在 {1}",
|
||||||
"selectBoardForInfo": "Please select a board to obtain board info.",
|
"selectBoardForInfo": "请选择一个开发板以获取开发板信息。",
|
||||||
"platformMissing": "The platform for the selected '{0}' board is not installed.",
|
"platformMissing": "未安装所选{0}开发板的平台。",
|
||||||
"selectPortForInfo": "Please select a port to obtain board info.",
|
"selectPortForInfo": "请选择一个端口以获取开发板信息。",
|
||||||
"boardInfo": "开发板信息",
|
"boardInfo": "开发板信息",
|
||||||
"board": "Board{0}",
|
"board": "开发板{0}",
|
||||||
"port": "Port{0}",
|
"port": "端口{0}",
|
||||||
"getBoardInfo": "Get Board Info",
|
"getBoardInfo": "获得开发板信息",
|
||||||
"inSketchbook": " (in Sketchbook)"
|
"inSketchbook": "(在项目文件夹中)"
|
||||||
},
|
},
|
||||||
"boardsManager": "开发板管理器",
|
"boardsManager": "开发板管理器",
|
||||||
"about": {
|
"about": {
|
||||||
"label": "About {0}",
|
"label": "关于{0}",
|
||||||
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
|
"detail": "版本:{0}\n日期:{1}{2}\nCLI版本:{3}{4}[{5}]{6}"
|
||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"addFile": " 添加文件...",
|
"addFile": "添加文件",
|
||||||
"replaceTitle": "Replace",
|
"replaceTitle": "替换",
|
||||||
"fileAdded": "One file added to the sketch."
|
"fileAdded": "将一个文件添加到项目中。"
|
||||||
},
|
},
|
||||||
"replaceMsg": "Replace the existing version of {0}?",
|
"replaceMsg": "是否替换{0}的现有版本?",
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "添加 .ZIP 库...",
|
"addZip": "添加 .ZIP 库...",
|
||||||
"zipLibrary": "Library",
|
"zipLibrary": "库",
|
||||||
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
|
"overwriteExistingLibrary": "是否覆盖现有的库?",
|
||||||
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
|
"successfullyInstalledZipLibrary": "已从{0}存档成功安装库",
|
||||||
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
|
"namedLibraryAlreadyExists": "名为{0}的库文件夹已存在。是否要覆盖它?",
|
||||||
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
|
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
|
||||||
"include": "Include Library",
|
"include": "包含库",
|
||||||
"manageLibraries": "Manage Libraries...",
|
"manageLibraries": "管理库。。。",
|
||||||
"arduinoLibraries": "Arduino libraries",
|
"arduinoLibraries": "arduino库",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "贡献库",
|
||||||
"title": "Library Manager",
|
"title": "库管理",
|
||||||
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
|
"needsOneDependency": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
||||||
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
|
"needsMultipleDependencies": "库<b>{0}:{1}</b>需要一些未安装的依赖:",
|
||||||
"installOneMissingDependency": "Would you like to install the missing dependency?",
|
"installOneMissingDependency": "是否安装缺少的依赖?",
|
||||||
"installMissingDependencies": "Would you like to install all the missing dependencies?",
|
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
||||||
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
|
"dependenciesForLibrary": "库{0}的依赖:{1}",
|
||||||
"installAll": "Install all",
|
"installAll": "全部安装",
|
||||||
"installOnly": "Install {0} only",
|
"installOnly": "仅安装{0}",
|
||||||
"installedSuccessfully": "Successfully installed library {0}:{1}",
|
"installedSuccessfully": "已成功安装库{0}:{1}",
|
||||||
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
|
"uninstalledSuccessfully": "已成功卸载库{0}:{1}"
|
||||||
},
|
},
|
||||||
"selectZip": "Select a zip file containing the library you'd like to add",
|
"selectZip": "选择包含要添加的库的zip文件",
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "项目存档",
|
"archiveSketch": "项目存档",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "将项目文件夹另存为。。。",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "已创建存档文件{0}。",
|
||||||
"new": "New",
|
"new": "新建",
|
||||||
"openRecent": "Open Recent",
|
"openRecent": "打开最近",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "显示项目文件夹",
|
||||||
"sketch": "Sketch",
|
"sketch": "项目",
|
||||||
"moving": "Moving",
|
"moving": "移动",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "文件{0}需要在{1}的项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||||
"cantOpen": "文件夹\"{0}\"已存在。无法打开项目。",
|
"cantOpen": "文件夹\"{0}\"已存在。无法打开项目。",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "将项目文件夹另存为。。。",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "项目文件夹",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"uploadUsingProgrammer": "Upload Using Programmer",
|
"uploadUsingProgrammer": "使用编程器上传",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "找不到已连接开发板的用户字段",
|
||||||
"doneUploading": "Done uploading.",
|
"doneUploading": "上传完成",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "配置和上传",
|
||||||
"verifyOrCompile": "Verify/Compile",
|
"verifyOrCompile": "验证/编译",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "导出已编译的二进制文件",
|
||||||
"verify": "Verify",
|
"verify": "验证",
|
||||||
"doneCompiling": "Done compiling.",
|
"doneCompiling": "编译完成",
|
||||||
"couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
|
"couldNotConnectToSerial": "无法重新连接到串行端口。{0}",
|
||||||
"openSketchInNewWindow": "Open Sketch in New Window",
|
"openSketchInNewWindow": "在新窗口打开项目",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "打开文件夹",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "本地项目文件夹",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "项目文件夹",
|
||||||
"close": "Are you sure you want to close the sketch?"
|
"close": "是否确实要关闭项目?"
|
||||||
},
|
},
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "烧录引导程序",
|
"burnBootloader": "烧录引导程序",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "完成烧录引导程序。"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"copyForForum": "Copy for Forum (Markdown)",
|
"copyForForum": "复制到论坛(Markdown)",
|
||||||
"commentUncomment": "注释/取消注释",
|
"commentUncomment": "注释/取消注释",
|
||||||
"increaseIndent": "Increase Indent",
|
"increaseIndent": "增加缩进",
|
||||||
"decreaseIndent": "Decrease Indent",
|
"decreaseIndent": "减少缩进",
|
||||||
"increaseFontSize": "Increase Font Size",
|
"increaseFontSize": "放大字体",
|
||||||
"decreaseFontSize": "减小字号",
|
"decreaseFontSize": "减小字号",
|
||||||
"autoFormat": "自动格式化"
|
"autoFormat": "自动格式化"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"menu": "Examples",
|
"menu": "示例",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "无法初始化内置示例。",
|
||||||
"builtInExamples": "内置示例",
|
"builtInExamples": "内置示例",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "来自自定义库的示例",
|
||||||
"for": "Examples for {0}",
|
"for": "{0}的示例",
|
||||||
"forAny": "Examples for any board"
|
"forAny": "任何开发板的示例"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"search": "Search on Arduino.cc",
|
"search": "在Arduino.cc搜索",
|
||||||
"keyword": "Type a keyword",
|
"keyword": "输入关键字",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "入门",
|
||||||
"environment": "Environment",
|
"environment": "环境",
|
||||||
"troubleshooting": "Troubleshooting",
|
"troubleshooting": "故障排除",
|
||||||
"reference": "Reference",
|
"reference": "参考",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "在参考文件寻找",
|
||||||
"faq": "Frequently Asked Questions",
|
"faq": "常见问题",
|
||||||
"visit": "Visit Arduino.cc"
|
"visit": "访问Arduino.cc"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
"uploadRootCertificates": "上传SSL证书",
|
||||||
"openContext": "Open context",
|
"openContext": "打开上下文",
|
||||||
"remove": "删除",
|
"remove": "删除",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"addURL": "Add URL to fetch SSL certificate",
|
"addURL": "添加网址以获取SSL证书",
|
||||||
"enterURL": "Enter URL",
|
"enterURL": "输入网址",
|
||||||
"selectCertificateToUpload": "1. Select certificate to upload",
|
"selectCertificateToUpload": "1.选择要上传的证书",
|
||||||
"addNew": "Add New",
|
"addNew": "添加新的",
|
||||||
"selectDestinationBoardToUpload": "2. Select destination board and upload certificate",
|
"selectDestinationBoardToUpload": "2.选择开发板并上传证书",
|
||||||
"uploadingCertificates": "Uploading certificates.",
|
"uploadingCertificates": "上传证书。",
|
||||||
"certificatesUploaded": "Certificates uploaded.",
|
"certificatesUploaded": "证书已上传。",
|
||||||
"uploadFailed": "Upload failed. Please try again.",
|
"uploadFailed": "上传失败。请再试一次。",
|
||||||
"selectBoard": "Select a board...",
|
"selectBoard": "选择开发板。。。",
|
||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{0}在{1}",
|
||||||
"noSupportedBoardConnected": "No supported board connected"
|
"noSupportedBoardConnected": "未连接受支持的开发板"
|
||||||
},
|
},
|
||||||
"firmware": {
|
"firmware": {
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater",
|
"updater": "WiFi101/WiFiNINA固件更新程序",
|
||||||
"selectBoard": "Select Board",
|
"selectBoard": "选择开发板",
|
||||||
"checkUpdates": "Check Updates",
|
"checkUpdates": "检查更新",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "选择固件版本",
|
||||||
"install": "安装",
|
"install": "安装",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "安装将覆盖开发板上的项目。",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "安装固件",
|
||||||
"successfullyInstalled": "Firmware succesfully installed.",
|
"successfullyInstalled": "固件已成功安装。",
|
||||||
"failedInstall": "Installation failed. Please try again."
|
"failedInstall": "安装失败。请再试一次。"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dontAskAgain": "Don't ask again"
|
"dontAskAgain": "不要再请求"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "取消",
|
||||||
"upload": "上传"
|
"upload": "上传"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"toggleTimestamp": "Toggle Timestamp",
|
"toggleTimestamp": "切换时间戳",
|
||||||
"autoscroll": "自动滚屏",
|
"autoscroll": "自动滚屏",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "时间戳",
|
||||||
"noLineEndings": "没有结束符",
|
"noLineEndings": "没有结束符",
|
||||||
"newLine": "换行符",
|
"newLine": "换行",
|
||||||
"carriageReturn": "回车",
|
"carriageReturn": "回车",
|
||||||
"newLineCarriageReturn": "NL 和 CR",
|
"newLineCarriageReturn": "NL 和 CR",
|
||||||
"notConnected": "Not connected. Select a board and a port to connect automatically.",
|
"notConnected": "没有连接。选择要自动连接的开发板和端口。",
|
||||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
|
"message": "消息({0} + Enter 将消息发送到{2}上的{1}",
|
||||||
"connectionBusy": "Connection failed. Serial port is busy: {0}",
|
"connectionBusy": "连接失败。串行端口被占用:{0}",
|
||||||
"disconnected": "Disconnected {0} from {1}.",
|
"disconnected": "已断开{0}与{1}的连接。",
|
||||||
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
|
"unexpectedError": "意外错误。正在重新连接端口{1}上的{0}。",
|
||||||
"failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
|
"failedReconnect": "连续尝试10次后,无法将{0}重新连接到串行端口。{1}串行端口被占用。",
|
||||||
"reconnect": "Reconnecting {0} to {1} in {2} seconds..."
|
"reconnect": "正在{2}秒内将{0}重新连接到{1}。。。"
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"uninstall": "Uninstall",
|
"uninstall": "卸载",
|
||||||
"uninstallMsg": "Do you want to uninstall {0}?",
|
"uninstallMsg": "是否要卸载{0}?",
|
||||||
"by": "by",
|
"by": "通过",
|
||||||
"version": "版本 {0}",
|
"version": "版本 {0}",
|
||||||
"moreInfo": "More info",
|
"moreInfo": "更多信息",
|
||||||
"install": "安装",
|
"install": "安装",
|
||||||
"filterSearch": "对搜索进行过滤..."
|
"filterSearch": "对搜索进行过滤..."
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "将不会保存任何未保存的更改。"
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"error": "Compilation error: {0}"
|
"error": "编译错误:{0}"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0}错误:{1}"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "烧录引导程序时出错:{0}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "无法保存项目。请将未保存的工作复制到您喜爱的文本编辑器中,然后重新启动IDE。",
|
||||||
"offline": "Offline",
|
"offline": "离线",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI进程离线",
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "无法连接后台。",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
|
"cannotConnectDaemon": "无法连接CLI进程。"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "开始。。。",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
|
"typeNotSupported": "不支持调试会话的类型{0}。",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details."
|
"startError": "启动调试会话时出错,请检查日志以了解更多详细信息。"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Unsaved – {0}"
|
"unsavedTitle": "未保存–{0}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"expand": "Expand",
|
"expand": "扩展",
|
||||||
"collapse": "Collapse"
|
"collapse": "崩溃"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"fileNewName": "Name for new file",
|
"fileNewName": "新文件的名称",
|
||||||
"invalidFilename": "Invalid filename.",
|
"invalidFilename": "无效的文件名。",
|
||||||
"invalidExtension": "“.{0}”不是有效扩展名",
|
"invalidExtension": "“.{0}”不是有效扩展名",
|
||||||
"newFileName": "New name for file",
|
"newFileName": "文件的新名称",
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "是否要删除当前项目?",
|
||||||
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
|
"sketchDirectoryError": "创建项目目录时出错。有关更多详细信息,请参阅日志。应用程序可能无法按预期工作。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "GO TO CLOUD"
|
"GoToCloud": "前往云"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user