diff --git a/i18n/ar.json b/i18n/ar.json
new file mode 100644
index 000000000..2b2e44c0a
--- /dev/null
+++ b/i18n/ar.json
@@ -0,0 +1,325 @@
+{
+ "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": "مراقب المنفذ التسلسلي \"سيريال بورت\"\n ",
+ "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": "ادوات"
+ },
+ "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": "شبكة",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "استعرض",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "تلقائي",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "افحص التحديثات عند التشغيل",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "تدبير عناوين اللوحات الإضافية",
+ "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": "Board{0}",
+ "port": "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": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "اضف مكتبة .ZIP ...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "ارشفة الشيفرة البرمجية",
+ "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": "المجلد المسمى \"{0}\" موجود مسبقا. لا يمكن فتح الشيفرة البرمجية",
+ "saveFolderAs": "Save sketch folder as...",
+ "sketchbook": "Sketchbook",
+ "upload": "رفع",
+ "uploadUsingProgrammer": "Upload Using Programmer",
+ "userFieldsNotFoundError": "Can't find user fields for connected board",
+ "doneUploading": "Done uploading.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "ثبت محمل برنامج الإقلاع",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Copy for Forum (Markdown)",
+ "commentUncomment": "ملاحظة/ الغاء الملاحظة",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "تصغير حجم الخط",
+ "autoFormat": "تنسيق تلقائي"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "الأمثلة المدمجة",
+ "customLibrary": "Examples from Custom Libraries",
+ "for": "Examples for {0}",
+ "forAny": "Examples for any board"
+ },
+ "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": "حذف",
+ "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": "تنصيب",
+ "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": "رفع"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Autoscroll",
+ "timestamp": "Timestamp",
+ "noLineEndings": "نهاية السطر غير موجودة",
+ "newLine": "سطر جديد",
+ "carriageReturn": "اعادة الحمل",
+ "newLineCarriageReturn": "كلاهما NL & CR",
+ "notConnected": "Not connected. Select a board and a port to connect automatically.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "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": "النسخة {0}",
+ "moreInfo": "More info",
+ "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."
+ }
+ },
+ "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}\" امتداد غير صالح",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/de.json b/i18n/de.json
new file mode 100644
index 000000000..6b1b08d2c
--- /dev/null
+++ b/i18n/de.json
@@ -0,0 +1,325 @@
+{
+ "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": "Serieller 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": "Werkzeuge"
+ },
+ "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": "Netzwerk",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "Durchsuchen",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "Automatisch",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "Beim Start nach Updates suchen",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "Zusätzliche Boardverwalter-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": "Boardinformationen",
+ "board": "Board{0}",
+ "port": "Port{0}",
+ "getBoardInfo": "Get Board Info",
+ "inSketchbook": " (in Sketchbook)"
+ },
+ "boardsManager": "Boardverwalter",
+ "about": {
+ "label": "About {0}",
+ "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
+ },
+ "contributions": {
+ "addFile": "Datei hinzufügen...",
+ "replaceTitle": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": ".ZIP-Bibliothek hinzufügen...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "Sketch archivieren",
+ "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": "Ein Ordner mit dem Namen \"{0}\" ist bereits vorhanden. Der Sketch kann nicht geöffnet werden.",
+ "saveFolderAs": "Save sketch folder as...",
+ "sketchbook": "Sketchbook",
+ "upload": "Hochladen",
+ "uploadUsingProgrammer": "Upload Using Programmer",
+ "userFieldsNotFoundError": "Can't find user fields for connected board",
+ "doneUploading": "Done uploading.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "Bootloader brennen",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Für Forum kopieren (Markdown)",
+ "commentUncomment": "Kommentieren/Kommentar aufheben",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "Schriftgröße verringern",
+ "autoFormat": "Automatische Formatierung"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "Mitgelieferte Beispiele",
+ "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": "Hochladen",
+ "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": "Installieren",
+ "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": "Hochladen"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Autoscroll",
+ "timestamp": "Timestamp",
+ "noLineEndings": "Kein Zeilenende",
+ "newLine": "Neue Zeile",
+ "carriageReturn": "Zeilenumbruch (CR)",
+ "newLineCarriageReturn": "Sowohl NL als auch 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": "Installieren",
+ "filterSearch": "Grenzen Sie Ihre Suche ein..."
+ },
+ "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."
+ }
+ },
+ "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}\" ist keine gültige Dateierweiterung.",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/es.json b/i18n/es.json
new file mode 100644
index 000000000..f5e202760
--- /dev/null
+++ b/i18n/es.json
@@ -0,0 +1,325 @@
+{
+ "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": "Monitor Serie",
+ "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": "Programa",
+ "tools": "Herramientas"
+ },
+ "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": "Red",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "Explorar",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "Automático",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "Comprobar actualizaciones al iniciar",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "Gestor de URLs Adicionales de Tarjetas",
+ "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": "Obtén información de la placa",
+ "board": "Board{0}",
+ "port": "Port{0}",
+ "getBoardInfo": "Get Board Info",
+ "inSketchbook": " (in Sketchbook)"
+ },
+ "boardsManager": "Gestor de tarjetas",
+ "about": {
+ "label": "About {0}",
+ "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
+ },
+ "contributions": {
+ "addFile": "Añadir fichero...",
+ "replaceTitle": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "Añadir biblioteca .ZIP...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "Archivo de programa",
+ "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": "Ya existe una carpeta con el nombre \"{0}\". No se puede abrir.",
+ "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.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "Quemar Bootloader",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Copiar al Foro (Markdown)",
+ "commentUncomment": "Comentar / Descomentar",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "Reducir Tamaño de Fuente",
+ "autoFormat": "Auto Formato"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "Ejemplos Construidos ",
+ "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": "Subir",
+ "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": "Instalar",
+ "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": "Subir"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Autoscroll",
+ "timestamp": "Timestamp",
+ "noLineEndings": "Sin ajuste de línea",
+ "newLine": "Nueva línea",
+ "carriageReturn": "Retorno de carro",
+ "newLineCarriageReturn": "Ambos NL & CR",
+ "notConnected": "Not connected. Select a board and a port to connect automatically.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "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": "Versión {0}",
+ "moreInfo": "More info",
+ "install": "Instalar",
+ "filterSearch": "Filtre su búsqueda..."
+ },
+ "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."
+ }
+ },
+ "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}\" no es una extensión válida",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/fr.json b/i18n/fr.json
new file mode 100644
index 000000000..39e58e45d
--- /dev/null
+++ b/i18n/fr.json
@@ -0,0 +1,325 @@
+{
+ "arduino": {
+ "common": {
+ "offlineIndicator": "Il semblerais que vous êtes hors-ligne. Sans connexion internet, l'Arduino CLI sera incapable de télécharger les ressources nécessaire et de communiquer avec le cloud. Merci de vous reconnectez et de redémarrer l'application.",
+ "noBoardSelected": "Aucune carte n'a été sélectionné ",
+ "selectedOn": "sur [0]",
+ "notConnected": "[not connected]",
+ "serialMonitor": "Moniteur série",
+ "oldFormat": "Le \"[0]\" continue d'utiliser l'ancien format `.pde`. Souhaitez-vous utiliser le nouveau format `.ino`?",
+ "later": "Plus tard",
+ "selectBoard": "Selectionner une carte",
+ "unknown": "Inconnu",
+ "processing": "Traitement",
+ "saveChangesToSketch": "Souhaitez-vous enregistrer les modifications apportées au croquis avant la fermeture ?",
+ "loseChanges": "Si vous n'enregistrez pas, les modifications apportées seront perdues."
+ },
+ "menu": {
+ "sketch": "Croquis",
+ "tools": "Outils"
+ },
+ "debug": {
+ "optimizeForDebugging": "Optimisé pour le déboggage.",
+ "debugWithMessage": "Débogage - [0]",
+ "noPlatformInstalledFor": "la plateforme n'est pas installé pour '{0}'",
+ "debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'"
+ },
+ "preferences": {
+ "language.log": "Vrai si le serveur de langage Arduino devrait générer des fichiers logs dans le dossier du croquis. Si non faux. La valeur par défaut est faux.",
+ "compile.verbose": "Vrai pour une sortie de compilation verbeuse. Faux par défaut.",
+ "compile.warnings": "Dis à GCC quel niveau d'avertissement à utiliser. Valeur par défaut : 'None'.",
+ "upload.verbose": "Vrai si le téléchargement en mode verbose. Faux par défaut.",
+ "window.autoScale": "Vrai si l'interface utilisateur s'ajuste avec la taille de la police.",
+ "window.zoomLevel": "Ajuste le zoom de la fenêtre. La taille originale est 0 et chaque augmentation (par exemple 1) ou diminution (par exemple -1) représentent un zoom de plus ou moins 20 %. Vous pouvez également entrer des décimales pour ajuster plus finement le zoom. ",
+ "ide.autoUpdate": "Vrai pour activer les mise à jour automatiques. L'IDE va vérifier automatiquement et de manière périodique les mise à jour.",
+ "board.certificates": "Liste des certificats pouvant être téléversé vers les cartes.",
+ "sketchbook.showAllFiles": "Vrai pour montrer tous les fichiers croquis à l'intérieur du croquis. La valeur par défaut est faux.",
+ "cloud.enabled": "Vrai si les fonctions de synchronisation de croquis est activé. Par défaut, la valeur est vrai.",
+ "cloud.pull.warn": "Vrai si les utilisateurs devrait être averti avant de pull un croquis sur le cloud. Par défaut, la valeur est vrai.",
+ "cloud.push.warn": "Vrai, si les utilisateurs devrait être averti avant de push un croquis sur le cloud. Par défaut, la valeur est vrai.",
+ "cloud.pushpublic.warn": "Vrai si les utilisateurs devrait être avertit avant de publier un croquis public sur le cloud. Vrai par défaut.",
+ "cloud.sketchSyncEnpoint": "L'endpoint est utilisé pour pousser et tirer des croquis à partir du backend. Par défault, il pointe vers l'Arduino Cloud API.",
+ "auth.clientID": "L'identifiant client OAuth2.",
+ "auth.domain": "Le domaine 0Auth2.",
+ "auth.audience": "L'audience OAuth2.",
+ "auth.registerUri": "L'URI utilisé pour créer un nouvel utilisateur.",
+ "network": "Réseau",
+ "sketchbook.location": "Localisation du croquis.",
+ "browse": "Parcourir",
+ "files.inside.sketches": "Afficher les fichiers à l’intérieur de Sketches.",
+ "editorFontSize": "Taille de police de l'éditeur",
+ "interfaceScale": "Échelle de l'interface",
+ "showVerbose": "Afficher la sortie de débogage verbeuse pendant",
+ "compilerWarnings": "Avertissements du compilateur ",
+ "automatic": "Automatique",
+ "compile": "compiler",
+ "upload": "téléverser",
+ "verifyAfterUpload": "Vérifier le code après le téléversement",
+ "checkForUpdates": "Vérifier les mises à jour au démarrage",
+ "editorQuickSuggestions": "Suggestion rapide pour l'éditeur",
+ "additionalManagerURLs": "URL de gestionnaire de cartes supplémentaires",
+ "noProxy": "Aucun proxy",
+ "manualProxy": "Configuration manuelle du proxy",
+ "newSketchbookLocation": "Sélectionner la localisation du nouveau croquis.",
+ "choose": "Choisir",
+ "enterAdditionalURLs": "Entrer des URLs additionnelles, une par colonne",
+ "unofficialBoardSupport": "Cliquer pour la liste non-officielle des URLs des support de cartes",
+ "invalid.sketchbook.location": "Localisation invalide du croquis : {0}",
+ "invalid.editorFontSize": "Police de l'éditeur invalide. La taille doit être un entier positif.",
+ "invalid.theme": "Thème invalide."
+ },
+ "cloud": {
+ "signIn": "Se connecter",
+ "signOut": "Deconnexion",
+ "chooseSketchVisibility": "Choisissez la visibilité du croquis :",
+ "privateVisibility": "Privé. Seulement vous pouvez voir le croquis.",
+ "publicVisibility": "Publique. Tout les personnes disposant du lien pourront consulter le croquis.",
+ "link": "Lien :",
+ "embed": "Embarqué : ",
+ "cloudSketchbook": "Carnet de Croquis Cloud",
+ "shareSketch": "Partager le croquis",
+ "showHideRemoveSketchbook": "Montrer / Cacher le carnet de croquis distant.",
+ "pullSketch": "Pull le croquis",
+ "openInCloudEditor": "Ouvrir le croquis dans l'éditeur du cloud",
+ "options": "Options ...",
+ "share": "Partager...",
+ "remote": "A distance",
+ "emptySketchbook": "Votre carnet de croquis est vide",
+ "visitArduinoCloud": "Visitez Arduino Cloud pour créer des croquis sut le cloud.",
+ "signInToCloud": "Se connecter à Arduino Cloud",
+ "syncEditSketches": "Synchroniser et éditer vos croquis Arduino Cloud.",
+ "learnMore": "En savoir plus",
+ "continue": "Continuer",
+ "pushSketch": "Push le croquis",
+ "pushSketchMsg": "Ceci est un croquis public. Avant de le publier, assurez-vous que les informations sensibles sont bien définies dans le fichier arduino_secrets.h. Vous pouvez rendre priver le croquis à partir du panneau de Partage.",
+ "pull": "Tirer",
+ "pullSketchMsg": "Pousser le croquis à partir du Cloud va écraser la version locale. Êtes-vous sûr de vouloir continuer ?",
+ "donePulling": "Done pulling ‘{0}’.",
+ "notYetPulled": "Impossible de push sur le Cloud. Rien n'a été pull jusque la.",
+ "push": "Push",
+ "pullFirst": "Vous devez tout d'abord pull vos modifications avant de pouvoir de pouvoir push à partir du Cloud.",
+ "donePushing": "Done pushing ‘{0}’.",
+ "connected": "Connecté",
+ "offline": "Hors-ligne",
+ "profilePicture": "Photo de profil"
+ },
+ "board": {
+ "installManually": "Installer manuellement.",
+ "installNow": "Le \"{0} {1}\" core doit être installé pour la carte sélectionnée \"{2}\". Souhaitez vous l'installer maintenant ?",
+ "configDialogTitle": "Sélectionner une autre carte et un autre port",
+ "configDialog1": "Sélectionnez une carte et un port si vous souhaitez téléverser un croquis.",
+ "configDialog2": "Si vous sélectionnez seulement une carte, vous pourrez seulement capable de compliquer votre croquis, mais pas de le téléverser.",
+ "pleasePickBoard": "Merci de sélectionner une carte connecté au port que vous avez sélectionné.",
+ "showAllAvailablePorts": "Affiche les ports disponibles quand activer.",
+ "programmer": "Programmeur",
+ "succesfullyInstalledPlatform": "Plateforme installé avec succès {0}:{1}",
+ "succesfullyUninstalledPlatform": "Plateforme désinstallée avec succès {0}:{1}",
+ "couldNotFindPreviouslySelected": "Impossible de trouver la carte précédente sélectionnée \"{0}\" dans les plateformes installées \"{1}\". Merci de re-sélectionner manuellement la carte que vous souhaitez utiliser. Souhaitez vous la re-sélectionner maintenant ?",
+ "reselectLater": "Re-sélectionner plus tard",
+ "noneSelected": "Aucune cartes sélectionnée.",
+ "noPortsSelected": "Aucun porte sélectionné pour la carte : '{0}'",
+ "noFQBN": "Le FQBN n'est pas disponible pour la carte sélectionnée \"{0}\". Avez installé le cœur correspondant ?",
+ "openBoardsConfig": "Sélectionner une autre carte et un autre port ...",
+ "boardListItem": "{0} à {1}",
+ "selectBoardForInfo": "Please select a board to obtain board info.",
+ "platformMissing": "La plateforme pour la carte '{0}' sélectionnée n'est pas installée.",
+ "selectPortForInfo": "Please select a port to obtain board info.",
+ "boardInfo": "Information de la carte",
+ "board": "Board{0}",
+ "port": "Port{0}",
+ "getBoardInfo": "Get Board Info",
+ "inSketchbook": " (in Sketchbook)"
+ },
+ "boardsManager": "Gestionnaire de carte",
+ "about": {
+ "label": "About {0}",
+ "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
+ },
+ "contributions": {
+ "addFile": "Ajouter un fichier",
+ "replaceTitle": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "Ajouter la bibliothèque .ZIP...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Souhaitez-vous écraser la librairie existante ?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "Cette librairie existe déjà. Souhaitez-vous l'écraser ?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "La librairie {0}:{1}à besoin de d'autres dépendantes qui ne sont actuellement pas installé:",
+ "installOneMissingDependency": "Souhaitez-vous installer la dépendance manquante?",
+ "installMissingDependencies": "Souhaitez vous installer toutes les dépendances manquantes ?",
+ "dependenciesForLibrary": "Dépendances pour la libraire {0}:{1}",
+ "installAll": "Tout installer",
+ "installOnly": "Installer {0} seulement",
+ "installedSuccessfully": "Librairie installée avec succès {0}:{1}",
+ "uninstalledSuccessfully": "Librairie désinstallée avec succès {0}:{1}"
+ },
+ "selectZip": "Sélectionnez un fichier zip contenant la bibliothèque que vous souhaitez ajouter",
+ "sketch": {
+ "archiveSketch": "Archiver le croquis",
+ "saveSketchAs": "Sauvegarder un dossier de croquis comme ...",
+ "createdArchive": "Archive créer '{0}'",
+ "new": "Nouveau",
+ "openRecent": "Ouvrir les récents",
+ "showFolder": "Ouvrir le dossier de croquis",
+ "sketch": "Croquis",
+ "moving": "Déplacement",
+ "movingMsg": "Le fichier \"{0}\" à besoin d'être à l'intérieur d'un dossier de croquis appelé \"{1}\".\nCréer ce dossier, déplacer le fichier et continuer ?",
+ "cantOpen": "Un dossier nommé « {0} » existe déjà. Impossible d''ouvrir le croquis.",
+ "saveFolderAs": "Sauvegarder le dossier de croquis en tant que ...",
+ "sketchbook": "Carnet de croquis",
+ "upload": "Téléverser",
+ "uploadUsingProgrammer": "Téléverser en utilisant un programmateur",
+ "userFieldsNotFoundError": "Impossible de trouver un champ utilisateur pour les cartes connectés",
+ "doneUploading": "Téléversement fait.",
+ "couldNotConnectToSerial": "Impossible de se reconnecter au port série. {0}",
+ "configureAndUpload": "Configurer et téléverser",
+ "verifyOrCompile": "Vérifier / Compiler",
+ "exportBinary": "Exporter les binaires compilés",
+ "verify": "Vérifier",
+ "doneCompiling": "Compilation terminée.",
+ "openSketchInNewWindow": "Ouvrir le croquis dans une nouvelle fenêtre",
+ "openFolder": "Ouvrir le dossier",
+ "titleLocalSketchbook": "Localiser le carnet de croquis",
+ "titleSketchbook": "Carnet de croquis",
+ "close": "Êtes-vous sûr de vouloir fermer ce croquis ?"
+ },
+ "bootloader": {
+ "burnBootloader": "Graver la séquence d'initialisation",
+ "doneBurningBootloader": "Le bootloader à été gravé."
+ },
+ "editor": {
+ "copyForForum": "Copier pour le forum (Markdown)",
+ "commentUncomment": "Commenter/Décommenter",
+ "increaseIndent": "Augmenter le retrait",
+ "decreaseIndent": "Diminuer le retrait",
+ "increaseFontSize": "Augmenter la taille de la police",
+ "decreaseFontSize": "Réduire la taille de la police",
+ "autoFormat": "Formatage automatique"
+ },
+ "examples": {
+ "menu": "Exemples",
+ "couldNotInitializeExamples": "Impossible d'initialiser les exemples inclus.",
+ "builtInExamples": "Exemples inclus",
+ "customLibrary": "Exemples des librairies personnalisées",
+ "for": "Exemples pour {0}",
+ "forAny": "Exemples pour n'importe quelle carte"
+ },
+ "help": {
+ "search": "Rechercher sur Arduino.cc",
+ "keyword": "Tapez un mot clé",
+ "gettingStarted": "Commencer",
+ "environment": "Environnement",
+ "troubleshooting": "Dépannage",
+ "reference": "Référence",
+ "findInReference": "Trouver dans Référence",
+ "faq": "Questions fréquemment posées",
+ "visit": "Visitez Arduino.cc"
+ },
+ "certificate": {
+ "uploadRootCertificates": "Téléverser les certificats racine SSL",
+ "openContext": "Open context",
+ "remove": "Supprimer ",
+ "upload": "Téléverser",
+ "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": "Selectionner une carte",
+ "checkUpdates": "Check Updates",
+ "selectVersion": "Select firmware version",
+ "install": "Installer",
+ "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": "Téléverser"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Défilement automatique",
+ "timestamp": "Timestamp",
+ "noLineEndings": "Pas de fin de ligne",
+ "newLine": "Nouvelle ligne",
+ "carriageReturn": "Retour chariot",
+ "newLineCarriageReturn": "Les deux, NL et CR",
+ "notConnected": "No connecté. Sélectionnez une carte ainsi qu'un port à connecter automatiquement.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "connectionBusy": "Connection failed. Serial port is busy: {0}",
+ "disconnected": "{0} déconnecté de {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": "Installer",
+ "filterSearch": "Filtrez votre recherche"
+ },
+ "electron": {
+ "couldNotSave": "Impossible d'enregistrer le croquis. Merci de faire une copie de votre travail non-enregistré dans votre éditeur de texte favoris, et redémarrez votre IDE.",
+ "unsavedChanges": "Any unsaved changes will not be saved."
+ }
+ },
+ "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": "Une erreur est survenue lors du démarrage du débogage, consultez les logs pour plus de détails."
+ },
+ "editor": {
+ "unsavedTitle": "Unsaved – {0}"
+ },
+ "messages": {
+ "expand": "Expand",
+ "collapse": "Collapse"
+ },
+ "workspace": {
+ "fileNewName": "Name for new file",
+ "invalidFilename": "Invalid filename.",
+ "invalidExtension": "« .{0} » n''est pas une extension valide.",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "Une erreur est survenue lors de la création du dossier du croquis. Consultez les logs pour plus de détails. L'application ne fonctionnera probablement pas comme attendu."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/it.json b/i18n/it.json
new file mode 100644
index 000000000..3f747c34a
--- /dev/null
+++ b/i18n/it.json
@@ -0,0 +1,325 @@
+{
+ "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": "Monitor seriale",
+ "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": "Strumenti"
+ },
+ "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": "Rete",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "Sfoglia",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "Automatico",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "Controlla aggiornamenti all'avvio",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "URL aggiuntive per il Gestore schede",
+ "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": "Continua",
+ "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": "Informazioni sulla scheda",
+ "board": "Board{0}",
+ "port": "Port{0}",
+ "getBoardInfo": "Get Board Info",
+ "inSketchbook": " (in Sketchbook)"
+ },
+ "boardsManager": "Gestore schede",
+ "about": {
+ "label": "About {0}",
+ "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
+ },
+ "contributions": {
+ "addFile": "Aggiungi file...",
+ "replaceTitle": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "Aggiungi libreria da file .ZIP...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "Archivia 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": "Una cartella di nome \"{0}\" esiste già. Impossibile aprire lo 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.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "Scrivi il bootloader",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Copia per il forum (Markdown)",
+ "commentUncomment": "Commenta / togli commento",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "Riduci la dimensione del testo",
+ "autoFormat": "Formattazione automatica"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "Esempi integrati",
+ "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": "Carica",
+ "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": "Installa",
+ "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": "Carica"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Scorrimento automatico",
+ "timestamp": "Timestamp",
+ "noLineEndings": "Nessun fine riga",
+ "newLine": "A capo (NL)",
+ "carriageReturn": "Ritorno carrello (CR)",
+ "newLineCarriageReturn": "Entrambi NL & CR",
+ "notConnected": "Not connected. Select a board and a port to connect automatically.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "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": "Versione {0}",
+ "moreInfo": "More info",
+ "install": "Installa",
+ "filterSearch": "Filtra la tua ricerca..."
+ },
+ "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."
+ }
+ },
+ "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}\" non è un'estensione valida",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/ja.json b/i18n/ja.json
new file mode 100644
index 000000000..f48cafe25
--- /dev/null
+++ b/i18n/ja.json
@@ -0,0 +1,325 @@
+{
+ "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": "シリアルモニタ",
+ "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": "スケッチ ",
+ "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": "ネットワーク",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "参照",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "自動",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "起動時に最新バージョンの有無をチェックする",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "追加のボードマネージャのURL",
+ "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": "Board{0}",
+ "port": "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": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": ".ZIP形式のライブラリをインストール...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "スケッチをアーカイブする",
+ "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": "「{0}」というフォルダはすでに存在します。スケッチを開けません。",
+ "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.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "ブートローダを書き込む",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Copy for Forum (Markdown)",
+ "commentUncomment": "コメント化・復帰",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "フォントサイズを小さく",
+ "autoFormat": "自動整形"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "内蔵のスケッチ例",
+ "customLibrary": "Examples from Custom Libraries",
+ "for": "Examples for {0}",
+ "forAny": "Examples for any board"
+ },
+ "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": "マイコンボードに書き込む",
+ "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": "インストール",
+ "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": "マイコンボードに書き込む"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "自動スクロール",
+ "timestamp": "Timestamp",
+ "noLineEndings": "改行なし",
+ "newLine": "LFのみ",
+ "carriageReturn": "CRのみ",
+ "newLineCarriageReturn": "CRおよびLF",
+ "notConnected": "Not connected. Select a board and a port to connect automatically.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "connectionBusy": "Connection failed. Serial port is busy: {0}",
+ "disconnected": "Disconnected {0} from {1}.",
+ "unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
+ "failedReconnect": "Failed to reconnect {0} to serial port after 10 consecutive attempts. The {1} serial port is busy.",
+ "reconnect": "Reconnecting {0} to {1} in {2} seconds..."
+ },
+ "component": {
+ "uninstall": "Uninstall",
+ "uninstallMsg": "Do you want to uninstall {0}?",
+ "by": "by",
+ "version": "バージョン{0}",
+ "moreInfo": "More info",
+ "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."
+ }
+ },
+ "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}」は、使えません。",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/pt.json b/i18n/pt.json
new file mode 100644
index 000000000..39973da2c
--- /dev/null
+++ b/i18n/pt.json
@@ -0,0 +1,325 @@
+{
+ "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": "Monitor Série",
+ "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": "Rascunho",
+ "tools": "Ferramentas"
+ },
+ "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": "Rede",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "Procurar",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "Automático",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "Procurar por atualizações ao iniciar",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
+ "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": "Informações da Placa",
+ "board": "Board{0}",
+ "port": "Port{0}",
+ "getBoardInfo": "Get Board Info",
+ "inSketchbook": " (in Sketchbook)"
+ },
+ "boardsManager": "Gerenciador de Placas",
+ "about": {
+ "label": "About {0}",
+ "detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
+ },
+ "contributions": {
+ "addFile": "Adicionar Ficheiro...",
+ "replaceTitle": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "Adicionar biblioteca .ZIP...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "Arquivar 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": "Directoria chamada \"{0}\" já existe. Não é possível abrir o rascunho.",
+ "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.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "Gravar bootloader",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Copiar para o Fórum (Markdown)",
+ "commentUncomment": "Comentar/Eliminar Comentário",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "Diminuir tamanho da fonte",
+ "autoFormat": "Autoformatação"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "Exemplos Incluídos",
+ "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": "Carregar",
+ "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": "Instalar",
+ "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": "Carregar"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Avanço automático de linha",
+ "timestamp": "Timestamp",
+ "noLineEndings": "Sem final de linha",
+ "newLine": "Nova linha",
+ "carriageReturn": "Retorno de linha",
+ "newLineCarriageReturn": "Nova linha e retorno de linha",
+ "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": "Versão {0}",
+ "moreInfo": "More info",
+ "install": "Instalar",
+ "filterSearch": "Filtrar a sua pesquisa…"
+ },
+ "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."
+ }
+ },
+ "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}\" não é uma extensão válida.",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/ru.json b/i18n/ru.json
new file mode 100644
index 000000000..d55b3b1df
--- /dev/null
+++ b/i18n/ru.json
@@ -0,0 +1,325 @@
+{
+ "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": "Монитор порта",
+ "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": "Скетч",
+ "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": "Сеть",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "Обзор",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": "Автоматика",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "Проверять обновления при запуске",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "Дополнительные ссылки для Менеджера плат",
+ "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": "Board{0}",
+ "port": "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": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "Добавить .ZIP библиотеку...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "Архивировать скетч",
+ "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": "Папка \"{0}\" уже существует. Невозможно открыть скетч.",
+ "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.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "Записать Загрузчик",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Копировать для форума (Markdown)",
+ "commentUncomment": "Добавить/Удалить комментарий",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "Уменьшить размер шрифта",
+ "autoFormat": "АвтоФорматирование"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "Встроенные Примеры",
+ "customLibrary": "Examples from Custom Libraries",
+ "for": "Examples for {0}",
+ "forAny": "Examples for any board"
+ },
+ "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": "Загрузка",
+ "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": "Установка",
+ "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": "Загрузка"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "Автопрокрутка",
+ "timestamp": "Timestamp",
+ "noLineEndings": "Нет конца строки",
+ "newLine": "Новая строка",
+ "carriageReturn": "CR Возврат каретки",
+ "newLineCarriageReturn": "NL & CR",
+ "notConnected": "Not connected. Select a board and a port to connect automatically.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "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": "Версия {0}",
+ "moreInfo": "More info",
+ "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."
+ }
+ },
+ "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}\" не поддерживаются.",
+ "newFileName": "New name for file",
+ "deleteCurrentSketch": "Do you want to delete the current sketch?",
+ "sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
+ }
+ },
+ "cloud": {
+ "GoToCloud": "GO TO CLOUD"
+ }
+}
diff --git a/i18n/zh.json b/i18n/zh.json
new file mode 100644
index 000000000..c59ad04aa
--- /dev/null
+++ b/i18n/zh.json
@@ -0,0 +1,325 @@
+{
+ "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": "串口监视器",
+ "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": "项目",
+ "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": "网络",
+ "sketchbook.location": "Sketchbook location",
+ "browse": "浏览",
+ "files.inside.sketches": "Show files inside Sketches",
+ "editorFontSize": "Editor font size",
+ "interfaceScale": "Interface scale",
+ "showVerbose": "Show verbose output during",
+ "compilerWarnings": "Compiler warnings",
+ "automatic": " 自动调整",
+ "compile": "compile",
+ "upload": "upload",
+ "verifyAfterUpload": "Verify code after upload",
+ "checkForUpdates": "启动时检查更新",
+ "editorQuickSuggestions": "Editor Quick Suggestions",
+ "additionalManagerURLs": "附加开发板管理器网址",
+ "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": "Board{0}",
+ "port": "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": "Replace",
+ "fileAdded": "One file added to the sketch."
+ },
+ "replaceMsg": "Replace the existing version of {0}?",
+ "library": {
+ "addZip": "添加 .ZIP 库...",
+ "zipLibrary": "Library",
+ "overwriteExistingLibrary": "Do you want to overwrite the existing library?",
+ "successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
+ "namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
+ "libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
+ "include": "Include Library",
+ "manageLibraries": "Manage Libraries...",
+ "arduinoLibraries": "Arduino libraries",
+ "contributedLibraries": "Contributed libraries",
+ "title": "Library Manager",
+ "needsOneDependency": "The library {0}:{1} needs another dependency currently not installed:",
+ "needsMultipleDependencies": "The library {0}:{1} needs some other dependencies currently not installed:",
+ "installOneMissingDependency": "Would you like to install the missing dependency?",
+ "installMissingDependencies": "Would you like to install all the missing dependencies?",
+ "dependenciesForLibrary": "Dependencies for library {0}:{1}",
+ "installAll": "Install all",
+ "installOnly": "Install {0} only",
+ "installedSuccessfully": "Successfully installed library {0}:{1}",
+ "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
+ },
+ "selectZip": "Select a zip file containing the library you'd like to add",
+ "sketch": {
+ "archiveSketch": "项目存档",
+ "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": "文件夹\"{0}\"已存在。无法打开项目。",
+ "saveFolderAs": "Save sketch folder as...",
+ "sketchbook": "Sketchbook",
+ "upload": "上传",
+ "uploadUsingProgrammer": "Upload Using Programmer",
+ "userFieldsNotFoundError": "Can't find user fields for connected board",
+ "doneUploading": "Done uploading.",
+ "couldNotConnectToSerial": "Could not reconnect to serial port. {0}",
+ "configureAndUpload": "Configure And Upload",
+ "verifyOrCompile": "Verify/Compile",
+ "exportBinary": "Export Compiled Binary",
+ "verify": "Verify",
+ "doneCompiling": "Done compiling.",
+ "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": "烧录引导程序",
+ "doneBurningBootloader": "Done burning bootloader."
+ },
+ "editor": {
+ "copyForForum": "Copy for Forum (Markdown)",
+ "commentUncomment": "注释/取消注释",
+ "increaseIndent": "Increase Indent",
+ "decreaseIndent": "Decrease Indent",
+ "increaseFontSize": "Increase Font Size",
+ "decreaseFontSize": "减小字号",
+ "autoFormat": "自动格式化"
+ },
+ "examples": {
+ "menu": "Examples",
+ "couldNotInitializeExamples": "Could not initialize built-in examples.",
+ "builtInExamples": "内置示例",
+ "customLibrary": "Examples from Custom Libraries",
+ "for": "Examples for {0}",
+ "forAny": "Examples for any board"
+ },
+ "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": "删除",
+ "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": "安装",
+ "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": "上传"
+ },
+ "serial": {
+ "toggleTimestamp": "Toggle Timestamp",
+ "autoscroll": "自动滚屏",
+ "timestamp": "Timestamp",
+ "noLineEndings": "没有结束符",
+ "newLine": "换行符",
+ "carriageReturn": "回车",
+ "newLineCarriageReturn": "NL 和 CR",
+ "notConnected": "Not connected. Select a board and a port to connect automatically.",
+ "message": "Message ({0} + Enter to send message to '{1}' on '{2}'",
+ "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": "版本 {0}",
+ "moreInfo": "More info",
+ "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."
+ }
+ },
+ "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}”不是有效扩展名",
+ "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"
+ }
+}