mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-12 13:56:34 +00:00
Updated translation files (#1269)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
55927ac3dd
commit
5b7d64c1c1
26
i18n/es.json
26
i18n/es.json
@ -88,7 +88,7 @@
|
||||
"pushSketch": "Pulsa para listar las URLs de la tarjetas no oficiales",
|
||||
"pushSketchMsg": "Este es un Sketch público. Antes de enviarlo, asegúrate de que cualquier información sensible está definida en los archivos arduino_secrets.h. Puedes hacer que un Sketch sea privado desde el panel Compartir.",
|
||||
"remote": "Remoto",
|
||||
"remoteSketchbook": "Remote Sketchbook",
|
||||
"remoteSketchbook": "Libreria de proyectos remota",
|
||||
"share": "Compartir...",
|
||||
"shareSketch": "Compartir Sketch",
|
||||
"showHideRemoveSketchbook": "Mostrar/Ocultar Sketchbook Remoto",
|
||||
@ -129,12 +129,12 @@
|
||||
"replaceTitle": "Reemplazar"
|
||||
},
|
||||
"coreContribution": {
|
||||
"copyError": "Copy error messages"
|
||||
"copyError": "Copiar mensajes de error"
|
||||
},
|
||||
"daemon": {
|
||||
"restart": "Restart Daemon",
|
||||
"start": "Start Daemon",
|
||||
"stop": "Stop Daemon"
|
||||
"restart": "Reiniciar Daemon",
|
||||
"start": "Iniciar Daemon",
|
||||
"stop": "Parar Daemon"
|
||||
},
|
||||
"debug": {
|
||||
"debugWithMessage": "Debug - {0}",
|
||||
@ -153,8 +153,8 @@
|
||||
"decreaseIndent": "Disminuir sangría",
|
||||
"increaseFontSize": "Aumentar tamaño de fuente",
|
||||
"increaseIndent": "Aumentar sangría",
|
||||
"nextError": "Next Error",
|
||||
"previousError": "Previous Error"
|
||||
"nextError": "Siguiente Error",
|
||||
"previousError": "Error Anterior"
|
||||
},
|
||||
"electron": {
|
||||
"couldNotSave": "No se ha podido guardar el sketch. Por favor, copia tu trabajo no guardado en tu editor de texto favorito y reinicia el IDE.",
|
||||
@ -192,7 +192,7 @@
|
||||
"visit": "Visitar Arduino.cc"
|
||||
},
|
||||
"ide-updater": {
|
||||
"checkForUpdates": "Check for Arduino IDE updates",
|
||||
"checkForUpdates": "Buscar actualizaciones para Arduino IDE",
|
||||
"closeAndInstallButton": "Cerrar e instalar",
|
||||
"closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.",
|
||||
"downloadButton": "Descargar",
|
||||
@ -231,7 +231,7 @@
|
||||
"zipLibrary": "Biblioteca"
|
||||
},
|
||||
"menu": {
|
||||
"advanced": "Advanced",
|
||||
"advanced": "Avanzado",
|
||||
"sketch": "Sketch",
|
||||
"tools": "Herramientas"
|
||||
},
|
||||
@ -256,8 +256,8 @@
|
||||
"cloud.pushpublic.warn": "Verdadero si se debe advertir a los usuarios antes de enviar un boceto público a la nube. El valor predeterminado es verdadero.",
|
||||
"cloud.sketchSyncEndpoint": "El punto final utilizado para empujar y extraer bocetos de un backend. Por defecto, apunta a la API de Arduino Cloud.",
|
||||
"compile": "Compliar",
|
||||
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
|
||||
"compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.",
|
||||
"compile.experimental": "True si el IDE debe manejar multiples errores del compilador. False por defecto",
|
||||
"compile.revealRange": "Ajusta cómo se revelan los errores del compilador en el editor después de una verificación/carga fallida. Valores posibles: 'auto': Desplázate verticalmente según sea necesario y revela una línea. 'centrar': Desplázate verticalmente según sea necesario y revela una línea centrada verticalmente. \"superior\": Desplázate verticalmente según sea necesario y revela una línea cerca de la parte superior de la ventana gráfica, optimizada para ver una definición de código. 'centerIfOutsideViewport': Desplázate verticalmente según sea necesario y revela una línea centrada verticalmente sólo si se encuentra fuera de la ventana gráfica. El valor por defecto es '{0}'.",
|
||||
"compile.verbose": "Verdadero para compilación detallada. Falso por defecto",
|
||||
"compile.warnings": "Indica a gcc qué nivel de advertencia usar. Por defecto es \"Ninguno\"",
|
||||
"compilerWarnings": "alertas de compilación",
|
||||
@ -272,7 +272,7 @@
|
||||
"invalid.sketchbook.location": "Ruta del sketchbook no válida: {0}",
|
||||
"invalid.theme": "Tema no válido.",
|
||||
"language.log": "Verdadero si el Servidor de Lenguaje Arduino debe generar archivos de registro en la carpeta del sketch. En caso contrario, falso. Por defecto es falso.",
|
||||
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
||||
"language.realTimeDiagnostics": "Si está habilitado, el lenguaje proveerá diagnoticos en tiepo real meintras se teclea en el editor. Deshabilitado por defecto.",
|
||||
"manualProxy": "Configuración manual del proxy",
|
||||
"network": "Red",
|
||||
"newSketchbookLocation": "Selecciona la nueva ruta del sketchbook",
|
||||
@ -298,7 +298,7 @@
|
||||
"newLineCarriageReturn": "Ambos NL & CR",
|
||||
"noLineEndings": "Sin ajuste de línea",
|
||||
"notConnected": "No conectado. Selecciona una placa y un puerto para conectarte automáticamente.",
|
||||
"openSerialPlotter": "Serial Plotter",
|
||||
"openSerialPlotter": "Plotter Serie",
|
||||
"timestamp": "Marca de tiempo",
|
||||
"toggleTimestamp": "Alternar la marca de tiempo"
|
||||
},
|
||||
|
10
i18n/ja.json
10
i18n/ja.json
@ -77,9 +77,9 @@
|
||||
"offline": "オフライン",
|
||||
"openInCloudEditor": "クラウドエディタで開く",
|
||||
"options": "オプション…",
|
||||
"privateVisibility": "プライベート。自分だけがスケッチを見られる。",
|
||||
"privateVisibility": "プライベート:スケッチを見られるのは自分だけです。",
|
||||
"profilePicture": "プロフィール画像",
|
||||
"publicVisibility": "パブリック。リンクを知る誰でもスケッチを見られる。",
|
||||
"publicVisibility": "パブリック:リンクを知ってる人は誰でもスケッチを見ることができます。",
|
||||
"pull": "プル",
|
||||
"pullFirst": "クラウドにプッシュできるようにするには、まずプルしなければなりません。",
|
||||
"pullSketch": "スケッチをプルする",
|
||||
@ -92,9 +92,9 @@
|
||||
"share": "共有...",
|
||||
"shareSketch": "スケッチを共有",
|
||||
"showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示",
|
||||
"signIn": "サインイン",
|
||||
"signInToCloud": "Arduino Cloudにサインインする",
|
||||
"signOut": "サインアウト",
|
||||
"signIn": "ログイン",
|
||||
"signInToCloud": "Arduino Cloudにログインする",
|
||||
"signOut": "ログアウト",
|
||||
"sync": "同期",
|
||||
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
||||
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
||||
|
226
i18n/pl.json
226
i18n/pl.json
@ -8,24 +8,24 @@
|
||||
"board": "Płytka{0}",
|
||||
"boardInfo": "Informacje o płytce",
|
||||
"configDialog1": "Wybierz płytkę oraz port, aby wgrać szkic.",
|
||||
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
|
||||
"configDialog2": "Jeżeli wybierzesz płytkę, ale nie wybierzesz portu to nie będziesz mógł wgrywać szkicy, ale nadal możesz je kompilować.",
|
||||
"configDialogTitle": "Wybierz inną płytkę i port",
|
||||
"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?",
|
||||
"disconnected": "Disconnected",
|
||||
"disconnected": "Rozłączony",
|
||||
"getBoardInfo": "Pobierz informacje o płytce",
|
||||
"inSketchbook": " (in Sketchbook)",
|
||||
"inSketchbook": "(w Szkicowniku)",
|
||||
"installManually": "Zainstaluj ręcznie",
|
||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
||||
"installNow": "Jądro \" 1{0} 2{1} \" musi zostać zainstalowane dla wybranej płytki \"{2}\". Czy chcesz zainstalować je teraz?",
|
||||
"noFQBN": "FQBN jest niedostępny dla wybranej płytki \" 1{0} \". Sprawdź czy zainstalowane jądro jest prawidłowe.",
|
||||
"noPortsSelected": "Nie wybrano portu dla płytki: '{0}'.",
|
||||
"noneSelected": "Nie wybrano płytki.",
|
||||
"openBoardsConfig": "Wybierz inną płytkę i port...",
|
||||
"platformMissing": "Platforma dla wybranej płytki '{0}' nie jest zainstalowana.",
|
||||
"pleasePickBoard": "Wybierz płytkę podłączoną do wybranego portu.",
|
||||
"port": "Port{0}",
|
||||
"portLabel": "Port: {0}",
|
||||
"port": "Port 1{0}",
|
||||
"portLabel": "Port: 1{0}",
|
||||
"programmer": "Programator",
|
||||
"reselectLater": "Reselect later",
|
||||
"reselectLater": "Wybierz ponownie później",
|
||||
"selectBoard": "Wybierz płytkę",
|
||||
"selectBoardForInfo": "Wybierz płytkę, aby uzyskać o niej informacje.",
|
||||
"selectPortForInfo": "Wybierz port, aby uzyskać informacje o płytce.",
|
||||
@ -35,11 +35,11 @@
|
||||
},
|
||||
"boardsManager": "Menedżer Płytek",
|
||||
"bootloader": {
|
||||
"burnBootloader": "Burn Bootloader",
|
||||
"doneBurningBootloader": "Done burning bootloader."
|
||||
"burnBootloader": "Wypal Bootloader'a",
|
||||
"doneBurningBootloader": "Zakończono wypalanie Bootloader'a"
|
||||
},
|
||||
"burnBootloader": {
|
||||
"error": "Error while burning the bootloader: {0}"
|
||||
"error": "Błąd w czasie wypalania bootloader'a: 1{0}"
|
||||
},
|
||||
"certificate": {
|
||||
"addNew": "Dodaj nowy",
|
||||
@ -47,7 +47,7 @@
|
||||
"boardAtPort": "{0} at {1}",
|
||||
"certificatesUploaded": "Certyfikaty przesłane.",
|
||||
"enterURL": "Wprowadź adres URL",
|
||||
"noSupportedBoardConnected": "No supported board connected",
|
||||
"noSupportedBoardConnected": "Podpięto nie wspieraną płytkę.",
|
||||
"openContext": "Open context",
|
||||
"remove": "Usuń",
|
||||
"selectBoard": "Wybierz płytkę...",
|
||||
@ -55,22 +55,22 @@
|
||||
"selectDestinationBoardToUpload": "2. Wybierz docelową płytkę i prześli certyfikat",
|
||||
"upload": "Prześlij",
|
||||
"uploadFailed": "Przesyłanie nie powiodło się. Spróbuj ponownie.",
|
||||
"uploadRootCertificates": "Upload SSL Root Certificates",
|
||||
"uploadRootCertificates": "Wgraj certyfikaty SSL Root.",
|
||||
"uploadingCertificates": "Przesyłanie certyfikatów."
|
||||
},
|
||||
"cli-error-parser": {
|
||||
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
||||
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
||||
"keyboardError": "Nie znaleziono klawiatury. Czy szkic posiada linię kodu: '#include <Keyboard.h>'?",
|
||||
"mouseError": "Nie znaleziono myszy. Czy szkic posiada linię kodu: '#include <Mouse.h>'?"
|
||||
},
|
||||
"cloud": {
|
||||
"account": "Account",
|
||||
"account": "Konto",
|
||||
"chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:",
|
||||
"connected": "Połączony",
|
||||
"continue": "Kontynuuj",
|
||||
"donePulling": "Zakończono zaciąganie ‘{0}’.",
|
||||
"donePushing": "Done pushing ‘{0}’.",
|
||||
"embed": "Embed:",
|
||||
"emptySketchbook": "Your Sketchbook is empty",
|
||||
"emptySketchbook": "Twój Szkicownik jest pusty",
|
||||
"learnMore": "Dowiedz się więcej",
|
||||
"link": "Odnośnik:",
|
||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||
@ -80,24 +80,24 @@
|
||||
"privateVisibility": "Prywatny. Tylko Ty możesz zobaczyć ten Szkic.",
|
||||
"profilePicture": "Obrazek profilowy",
|
||||
"publicVisibility": "Publiczny. Każda osoba mająca link może zobaczyć ten Szkic.",
|
||||
"pull": "Zaciągnij",
|
||||
"pull": "Wyciągnij",
|
||||
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||
"pullSketch": "Pull Sketch",
|
||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
||||
"push": "Wypchnij",
|
||||
"pushSketch": "Push Sketch",
|
||||
"pullSketch": "Pobierz szkic",
|
||||
"pullSketchMsg": "Pobieranie szkicu z chmury spowoduje nadpisanie jego lokalnej wersji. Czy chcesz kontynuować?",
|
||||
"push": "Wepchnij",
|
||||
"pushSketch": "Dodaj szkic",
|
||||
"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.",
|
||||
"remote": "Remote",
|
||||
"remoteSketchbook": "Remote Sketchbook",
|
||||
"remote": "Zdalny",
|
||||
"remoteSketchbook": "Szkicownik zdalny",
|
||||
"share": "Udostępnij...",
|
||||
"shareSketch": "Udostępnij Szkic",
|
||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
||||
"showHideRemoveSketchbook": "Pokaż/Ukryj zdalny szkicownik",
|
||||
"signIn": "ZALOGUJ SIĘ",
|
||||
"signInToCloud": "Zaloguj się do Arduino Cloud",
|
||||
"signOut": "Wyloguj się",
|
||||
"sync": "Sync",
|
||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
||||
"sync": "Synchronizuj",
|
||||
"syncEditSketches": "Synchronizuj i edytuj swoje szkice w chmurze Arduino",
|
||||
"visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze."
|
||||
},
|
||||
"common": {
|
||||
"later": "Później",
|
||||
@ -115,8 +115,8 @@
|
||||
"error": "Błąd kompilacji: {0}"
|
||||
},
|
||||
"component": {
|
||||
"by": "by",
|
||||
"filterSearch": "Filter your search...",
|
||||
"by": "przez",
|
||||
"filterSearch": "Filtruj przeszukiwanie....",
|
||||
"install": "ZAINSTALUJ",
|
||||
"moreInfo": "Więcej informacji",
|
||||
"uninstall": "Odinstaluj",
|
||||
@ -129,15 +129,15 @@
|
||||
"replaceTitle": "Zamień"
|
||||
},
|
||||
"coreContribution": {
|
||||
"copyError": "Copy error messages"
|
||||
"copyError": "Kopiuj komunikat błędu"
|
||||
},
|
||||
"daemon": {
|
||||
"restart": "Restart Daemon",
|
||||
"restart": "Restartuj Daemon",
|
||||
"start": "Start Daemon",
|
||||
"stop": "Stop Daemon"
|
||||
"stop": "Zatrzymaj Daemon"
|
||||
},
|
||||
"debug": {
|
||||
"debugWithMessage": "Debug - {0}",
|
||||
"debugWithMessage": "Debuguj - {0}",
|
||||
"debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'",
|
||||
"noPlatformInstalledFor": "Platforma nie jest zainstalowana dla '{0}'",
|
||||
"optimizeForDebugging": "Optymalizuj pod kątem debugowania"
|
||||
@ -148,22 +148,22 @@
|
||||
"editor": {
|
||||
"autoFormat": "Automatyczne formatowanie",
|
||||
"commentUncomment": "Zakomentuj/Odkomentuj",
|
||||
"copyForForum": "Copy for Forum (Markdown)",
|
||||
"copyForForum": "Kopiuj na Forum",
|
||||
"decreaseFontSize": "Zmniejsz rozmiar czcionki",
|
||||
"decreaseIndent": "Zmniejsz wcięcie",
|
||||
"increaseFontSize": "Zwiększ rozmiar czcionki",
|
||||
"increaseIndent": "Zwiększ wcięcie",
|
||||
"nextError": "Next Error",
|
||||
"previousError": "Previous Error"
|
||||
"nextError": "Następny Błąd",
|
||||
"previousError": "Poprzedni Błąd"
|
||||
},
|
||||
"electron": {
|
||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
||||
"couldNotSave": "Wszystkie niezapisane zmiany zostaną utracone.",
|
||||
"unsavedChanges": "Wszystkie niezapisane zmiany zostaną utracone."
|
||||
},
|
||||
"examples": {
|
||||
"builtInExamples": "Wbudowane przykłady",
|
||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
||||
"customLibrary": "Examples from Custom Libraries",
|
||||
"couldNotInitializeExamples": "Nie można zainicjalizować wbudowanych przykładów.",
|
||||
"customLibrary": "Przykłady z bibliotek użytkowników",
|
||||
"for": "Przykłady dla {0}",
|
||||
"forAny": "Przykłady dla dowolnej płytki",
|
||||
"menu": "Przykłady"
|
||||
@ -172,46 +172,46 @@
|
||||
"checkUpdates": "Sprawdź uaktualnienia",
|
||||
"failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie.",
|
||||
"install": "Zainstaluj",
|
||||
"installingFirmware": "Installing firmware.",
|
||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
||||
"installingFirmware": "Instalacja firmware'u.",
|
||||
"overwriteSketch": "Instalacja nadpisze szkic na płytce.",
|
||||
"selectBoard": "Wybierz płytkę",
|
||||
"selectVersion": "Select firmware version",
|
||||
"successfullyInstalled": "Firmware successfully installed.",
|
||||
"selectVersion": "Wybierz wersję firmware'u",
|
||||
"successfullyInstalled": "Firmware zainstalowany prawidłowo.",
|
||||
"updater": "WiFi101 / WiFiNINA Firmware Updater"
|
||||
},
|
||||
"help": {
|
||||
"environment": "Środowisko",
|
||||
"faq": "Najczęściej zadawane pytania",
|
||||
"findInReference": "Find in Reference",
|
||||
"gettingStarted": "Getting Started",
|
||||
"findInReference": "Przeszukaj przykłady",
|
||||
"gettingStarted": "Pierwsze kroki",
|
||||
"keyword": "Wpisz słowo kluczowe",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"reference": "Reference",
|
||||
"privacyPolicy": "Polityka prywatności",
|
||||
"reference": "Przykłady",
|
||||
"search": "Szukaj na Arduino.cc",
|
||||
"troubleshooting": "Rozwiązywanie problemów",
|
||||
"visit": "Odwiedź Arduino.cc"
|
||||
},
|
||||
"ide-updater": {
|
||||
"checkForUpdates": "Check for Arduino IDE updates",
|
||||
"closeAndInstallButton": "Close and Install",
|
||||
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
||||
"downloadButton": "Download",
|
||||
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
||||
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
||||
"goToDownloadButton": "Go To Download",
|
||||
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
|
||||
"ideUpdaterDialog": "Software Update",
|
||||
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
||||
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE",
|
||||
"notNowButton": "Not now",
|
||||
"skipVersionButton": "Skip Version",
|
||||
"updateAvailable": "Update Available",
|
||||
"versionDownloaded": "Arduino IDE {0} has been downloaded."
|
||||
"checkForUpdates": "Sprawdź uaktualnienia dla Arduino IDE.",
|
||||
"closeAndInstallButton": "Wyjdź i instaluj",
|
||||
"closeToInstallNotice": "Zamknij aplikacje i zainstaluj aktualizacje.",
|
||||
"downloadButton": "Pobierz",
|
||||
"downloadingNotice": "Pobieranie najnowszej wersji Arduino IDE.",
|
||||
"errorCheckingForUpdates": "Błąd podczas sprawdzania aktualizacji Arduino IDE.\n{0}",
|
||||
"goToDownloadButton": "Przejdź do pobierania",
|
||||
"goToDownloadPage": "Nie mogliśmy pobrać i zainstalować automatycznie aktualizacji Arduino IDE. Proszę pobrać najnowszą wersję ze strony pobierania.",
|
||||
"ideUpdaterDialog": "Aktualizacja oprogramowania",
|
||||
"newVersionAvailable": "Dostępna jest nowa wersja Arduino IDE( 1{0} ).",
|
||||
"noUpdatesAvailable": "Brak nowych aktualizacji dla Arduino IDE.",
|
||||
"notNowButton": "Nie traz",
|
||||
"skipVersionButton": "Pomiń tą wersję.",
|
||||
"updateAvailable": "Dostępna aktualizacja.",
|
||||
"versionDownloaded": "Pobrano Arduino IDE 1{0}"
|
||||
},
|
||||
"library": {
|
||||
"addZip": "Dodaj bibliotekę .ZIP...",
|
||||
"arduinoLibraries": "Biblioteki Arduino",
|
||||
"contributedLibraries": "Contributed libraries",
|
||||
"contributedLibraries": "Przesłane biblioteki",
|
||||
"dependenciesForLibrary": "Zależności dla biblioteki {0}:{1}",
|
||||
"include": "Dołącz bibliotekę",
|
||||
"installAll": "Zainstaluj wszystko",
|
||||
@ -231,7 +231,7 @@
|
||||
"zipLibrary": "Biblioteka"
|
||||
},
|
||||
"menu": {
|
||||
"advanced": "Advanced",
|
||||
"advanced": "Niewłaściwy schemat.",
|
||||
"sketch": "Szkic",
|
||||
"tools": "Narzędzia"
|
||||
},
|
||||
@ -241,9 +241,9 @@
|
||||
},
|
||||
"preferences": {
|
||||
"additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek",
|
||||
"auth.audience": "The OAuth2 audience.",
|
||||
"auth.clientID": "The OAuth2 client ID.",
|
||||
"auth.domain": "The OAuth2 domain.",
|
||||
"auth.audience": "Społeczność OAuth2.",
|
||||
"auth.clientID": "ID klienta OAuth2.",
|
||||
"auth.domain": "Domena OAuth2.",
|
||||
"auth.registerUri": "Identyfikator URI używany do zarejestrowania nowego użytkownika.",
|
||||
"automatic": "Automatyczne",
|
||||
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
||||
@ -262,26 +262,26 @@
|
||||
"compile.warnings": "Ustawia poziom ostrzeżeń w kompilatorze gcc. Domyślną wartością jest 'Brak'",
|
||||
"compilerWarnings": "Ostrzeżenia kompilatora",
|
||||
"editorFontSize": "Rozmiar czcionki edytora",
|
||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
||||
"editorQuickSuggestions": "Podpowiedzi w edytorze",
|
||||
"enterAdditionalURLs": "Wprowadź dodatkowe adresy URL, po jednym adresie w wierszu",
|
||||
"files.inside.sketches": "Show files inside Sketches",
|
||||
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
|
||||
"files.inside.sketches": "Pokazuj pliki w szkicach",
|
||||
"ide.updateBaseUrl": "Podstawowy link do pobierania aktualizacji. Domyślnie 'https://downloads.arduino.cc/arduino-ide'",
|
||||
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||
"interfaceScale": "Skalowanie interfejsu",
|
||||
"invalid.editorFontSize": "Nieprawidłowy rozmiar czcionki edytora. Musi to być dodatnia liczba całkowita.",
|
||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
||||
"invalid.theme": "Invalid theme.",
|
||||
"invalid.sketchbook.location": "Błędna lokalizacja szkicownika: {0}",
|
||||
"invalid.theme": "Nieprawidłowy schemat.",
|
||||
"language.log": "Prawda, jeśli Arduino Language Server ma generować pliki z logami do folderu ze sketchem. W przeciwnym wypadku fałsz. Fałsz jest wartością domyślną.",
|
||||
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
||||
"manualProxy": "Konfiguracja ręczna proxy",
|
||||
"network": "Sieć",
|
||||
"newSketchbookLocation": "Select new sketchbook location",
|
||||
"noProxy": "No proxy",
|
||||
"showVerbose": "Show verbose output during",
|
||||
"sketchbook.location": "Sketchbook location",
|
||||
"newSketchbookLocation": "Wybierz nową lokalizację szkicownika",
|
||||
"noProxy": "Bez proxy",
|
||||
"showVerbose": "Pokazuj informacje zwrotne podczas:",
|
||||
"sketchbook.location": "Lokalizacja szkicownika",
|
||||
"sketchbook.showAllFiles": "Prawda, aby wyświetlać wszystkie pliki ze szkicu. Fałsz jest wartością domyślną.",
|
||||
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||
"unofficialBoardSupport": "Click for a list of unofficial board support URLs",
|
||||
"unofficialBoardSupport": "Kliknij, aby przejść do listy linków nieoficjalnego wsparcia dla płytek.",
|
||||
"upload": "przesyłanie",
|
||||
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
||||
"verifyAfterUpload": "Weryfikuj kod po przesłaniu",
|
||||
@ -293,38 +293,38 @@
|
||||
"serial": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"carriageReturn": "Carriage Return",
|
||||
"message": "Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||
"message": "Wiadomość({0} + Enter aby wysłać wiadomość do '{1}' on '{2}')",
|
||||
"newLine": "Nowa linia",
|
||||
"newLineCarriageReturn": "Both NL & CR",
|
||||
"noLineEndings": "No Line Ending",
|
||||
"newLineCarriageReturn": "Razem NL i CR",
|
||||
"noLineEndings": "Brak końca linii",
|
||||
"notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.",
|
||||
"openSerialPlotter": "Serial Plotter",
|
||||
"timestamp": "Timestamp",
|
||||
"toggleTimestamp": "Toggle Timestamp"
|
||||
"openSerialPlotter": "Ploter szeregowy",
|
||||
"timestamp": "Znacznik czasu",
|
||||
"toggleTimestamp": "Ustaw znacznik czasu"
|
||||
},
|
||||
"sketch": {
|
||||
"archiveSketch": "Archive Sketch",
|
||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
||||
"close": "Are you sure you want to close the sketch?",
|
||||
"configureAndUpload": "Configure And Upload",
|
||||
"createdArchive": "Created archive '{0}'.",
|
||||
"archiveSketch": "Archiwizuj szkic",
|
||||
"cantOpen": "Folder \" 1{0} \" już istnieje. Nie można otworzyć szkicu.",
|
||||
"close": "Jesteś pewien, że chcesz zamknąć szkic?",
|
||||
"configureAndUpload": "Skonfiguruj u wgraj",
|
||||
"createdArchive": "Stwórz archiwum ' 1{0} '.",
|
||||
"doneCompiling": "Kompilacja zakończona.",
|
||||
"doneUploading": "Przesyłanie zakończone.",
|
||||
"exportBinary": "Export Compiled Binary",
|
||||
"moving": "Moving",
|
||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||
"exportBinary": "Eksportuj skompilowane binarnie",
|
||||
"moving": "Przenoszenie",
|
||||
"movingMsg": "Plik \"{0}\" musi znajdować się w folderze szkiców o nazwie \"{1}\".\nCzy utworzyć ten folder, przenieść podany plik i kontynuować?",
|
||||
"new": "Nowy",
|
||||
"openFolder": "Otwórz folder",
|
||||
"openRecent": "Otwórz ostatnie",
|
||||
"openSketchInNewWindow": "Otwórz szkic w nowym oknie.",
|
||||
"saveFolderAs": "Save sketch folder as...",
|
||||
"saveSketchAs": "Save sketch folder as...",
|
||||
"saveTempSketch": "Save your sketch to open it again later.",
|
||||
"showFolder": "Show Sketch Folder",
|
||||
"saveFolderAs": "Zapisz folder szkicu jako...",
|
||||
"saveSketchAs": "Zapisz folder szkicu jako...",
|
||||
"saveTempSketch": "Zapisz szkic, aby otworzyć go później.",
|
||||
"showFolder": "Pokaż folder szkiców.",
|
||||
"sketch": "Szkic",
|
||||
"sketchbook": "Sketchbook",
|
||||
"titleLocalSketchbook": "Local Sketchbook",
|
||||
"titleSketchbook": "Sketchbook",
|
||||
"sketchbook": "Szkicownik",
|
||||
"titleLocalSketchbook": "Lokalny folder szkiców",
|
||||
"titleSketchbook": "Szkicownik",
|
||||
"upload": "Prześlij",
|
||||
"uploadUsingProgrammer": "Prześlij używając programatora",
|
||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||
@ -332,45 +332,45 @@
|
||||
"verifyOrCompile": "Weryfikuj/Kompiluj"
|
||||
},
|
||||
"survey": {
|
||||
"answerSurvey": "Answer survey",
|
||||
"dismissSurvey": "Don't show again",
|
||||
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
|
||||
"answerSurvey": "Odpowiedz na ankietę",
|
||||
"dismissSurvey": "Pomóż nam się rozwijać wypełniając tą super krótką ankietę. Cenimy naszą społeczność i chcielibyśmy lepiej poznać tych którzy nas wspierają.",
|
||||
"surveyMessage": "Pomóż nam się rozwijać wypełniając tą super krótką ankietę. Cenimy naszą społeczność i chcielibyśmy lepiej poznać tych którzy nas wspierają."
|
||||
},
|
||||
"upload": {
|
||||
"error": "{0} error: {1}"
|
||||
"error": "{0} błąd: {1}"
|
||||
},
|
||||
"userFields": {
|
||||
"cancel": "Cancel",
|
||||
"cancel": "Anuluj",
|
||||
"upload": "Prześlij"
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
"GoToCloud": "GO TO CLOUD"
|
||||
"GoToCloud": "IDŹ DO CHMURY"
|
||||
},
|
||||
"theia": {
|
||||
"core": {
|
||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon.",
|
||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
||||
"cannotConnectDaemon": "Nie można połączyć się z demonem CLI.",
|
||||
"couldNotSave": "Nie można zapisać szkicu. Skopiuj niezapisany szkic do edytora tekstu i zrestartuj IDE.",
|
||||
"daemonOffline": "CLI Daemon Offline",
|
||||
"offline": "Offline",
|
||||
"quitMessage": "Any unsaved changes will not be saved.",
|
||||
"quitTitle": "Are you sure you want to quit?"
|
||||
"quitMessage": "Wszystkie niezapisane zmiany zostaną utracone.",
|
||||
"quitTitle": "Jesteś pewien, że chcesz wyjść?"
|
||||
},
|
||||
"debug": {
|
||||
"start": "Start...",
|
||||
"start": "Uruchamianie...",
|
||||
"startError": "There was an error starting the debug session, check the logs for more details.",
|
||||
"typeNotSupported": "The debug session type \"{0}\" is not supported."
|
||||
},
|
||||
"editor": {
|
||||
"unsavedTitle": "Unsaved – {0}"
|
||||
"unsavedTitle": "Niezapisany – {0}"
|
||||
},
|
||||
"messages": {
|
||||
"collapse": "Zwiń",
|
||||
"expand": "Rozwiń"
|
||||
},
|
||||
"workspace": {
|
||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
||||
"deleteCurrentSketch": "Chcesz usunąć aktualny szkic?",
|
||||
"fileNewName": "Nazwa nowego pliku",
|
||||
"invalidExtension": ".{0} nie jest prawidłowym rozszerzeniem",
|
||||
"invalidFilename": "Nieprawidłowa nazwa pliku.",
|
||||
|
10
i18n/pt.json
10
i18n/pt.json
@ -11,7 +11,7 @@
|
||||
"configDialog2": "Se você selecionar apenas uma Placa, você será capaz de compilar, mas não de carregar o seu sketch.",
|
||||
"configDialogTitle": "Selecionar Outra Placa e Porta",
|
||||
"couldNotFindPreviouslySelected": "Não foi possível encontrar a placa selecionada anteriormente '{0}' na plataforma instalada '{1}'. Por favor, selecione manualmente a placa que deseja usar. Você deseja selecioná-la novamente agora?",
|
||||
"disconnected": "Disconnected",
|
||||
"disconnected": "Desconectado",
|
||||
"getBoardInfo": "Obter Informações da Placa",
|
||||
"inSketchbook": "(no Sketchbook)",
|
||||
"installManually": "Instalar Manualmente",
|
||||
@ -23,7 +23,7 @@
|
||||
"platformMissing": "A plataforma para a placa '{0}' selecionada não está instalada.",
|
||||
"pleasePickBoard": "Escolha uma placa conectada à porta que você selecionou.",
|
||||
"port": "Porta{0}",
|
||||
"portLabel": "Port: {0}",
|
||||
"portLabel": "Porta{0}",
|
||||
"programmer": "Programador/Gravador",
|
||||
"reselectLater": "Selecionar novamente mais tarde",
|
||||
"selectBoard": "Selecionar Placa",
|
||||
@ -192,7 +192,7 @@
|
||||
"visit": "Visitar Arduino.cc"
|
||||
},
|
||||
"ide-updater": {
|
||||
"checkForUpdates": "Check for Arduino IDE updates",
|
||||
"checkForUpdates": "Checar por Atualizações",
|
||||
"closeAndInstallButton": "Fechar e instalar ",
|
||||
"closeToInstallNotice": "Feche o software e instale a atualização em sua máquina. ",
|
||||
"downloadButton": "Baixar",
|
||||
@ -272,7 +272,7 @@
|
||||
"invalid.sketchbook.location": "Localização inválida para o sketchbook: {0}",
|
||||
"invalid.theme": "Tema inválido",
|
||||
"language.log": "Verdadeiro se o Arduino Language Server deverá gerar arquivos de log na pasta do sketch. Caso contrário, falso. Falso é padrão.",
|
||||
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
||||
"language.realTimeDiagnostics": "Se marcado, diagnósticos em tempo-real serão exibidos enquanto digita no editor. Fica desmarcado por padrão.",
|
||||
"manualProxy": "Configurações manuais de proxy",
|
||||
"network": "Rede",
|
||||
"newSketchbookLocation": "Escolher",
|
||||
@ -373,7 +373,7 @@
|
||||
"deleteCurrentSketch": "Você deseja excluir o sketch atual?",
|
||||
"fileNewName": "Nome para o novo arquivo",
|
||||
"invalidExtension": "\".{0}\" não é uma extensão válida.",
|
||||
"invalidFilename": "Nome de arquiov Inválido.",
|
||||
"invalidFilename": "Nome de arquivo inválido.",
|
||||
"newFileName": "Novo nome para o arquivo"
|
||||
}
|
||||
}
|
||||
|
186
i18n/zh.json
186
i18n/zh.json
@ -1,37 +1,37 @@
|
||||
{
|
||||
"arduino": {
|
||||
"about": {
|
||||
"detail": "版本:{0}\n日期:{1}{2}\nCLI版本:{3}{4}[{5}]{6}",
|
||||
"label": "关于{0}"
|
||||
"detail": "版本:{0}\n日期:{1}{2}\nCLI 版本:{3}{4}[{5}]{6}",
|
||||
"label": "关于 {0}"
|
||||
},
|
||||
"board": {
|
||||
"board": "开发板{0}",
|
||||
"board": "开发板 {0}",
|
||||
"boardInfo": "开发板信息",
|
||||
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
||||
"configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。",
|
||||
"configDialogTitle": "选择其他开发板和端口",
|
||||
"couldNotFindPreviouslySelected": "在安装的平台’{1}‘中找不到以前选择的开发板’{0}‘。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
||||
"disconnected": "Disconnected",
|
||||
"couldNotFindPreviouslySelected": "在安装的平台 ‘{1}’ 中找不到以前选择的开发板 ‘{0}’。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
||||
"disconnected": "已断开",
|
||||
"getBoardInfo": "获得开发板信息",
|
||||
"inSketchbook": "(在项目文件夹中)",
|
||||
"installManually": "手动安装",
|
||||
"installNow": "必须为当前选定的{2}开发板板安装“{0}{1}”内核。你想现在安装吗?",
|
||||
"noFQBN": "FQBN不可用于所选开发板“{0}”。你是否安装了相应的内核?",
|
||||
"noPortsSelected": "没有为开发板选择端口:’{0}‘。",
|
||||
"installNow": "必须为当前选定的 {2} 开发板板安装 “{0}{1}” 内核。你想现在安装吗?",
|
||||
"noFQBN": "FQBN 不可用于所选开发板 “{0}”。你是否安装了相应的内核?",
|
||||
"noPortsSelected": "没有为开发板选择端口:‘{0}’。",
|
||||
"noneSelected": "未选择任何开发板。",
|
||||
"openBoardsConfig": "选择其他开发板和接口......",
|
||||
"platformMissing": "未安装所选’{0}‘开发板的平台。",
|
||||
"platformMissing": "未安装所选 ‘{0}’ 开发板的平台。",
|
||||
"pleasePickBoard": "请选择要连接的开发板。",
|
||||
"port": "端口{0}",
|
||||
"portLabel": "Port: {0}",
|
||||
"port": "端口 {0}",
|
||||
"portLabel": "端口:{0}",
|
||||
"programmer": "编程器",
|
||||
"reselectLater": "稍后重新选择",
|
||||
"selectBoard": "选择开发板",
|
||||
"selectBoardForInfo": "请选择一个开发板以获取开发板信息。",
|
||||
"selectPortForInfo": "请选择一个端口以获取开发板信息。",
|
||||
"showAllAvailablePorts": "启用时显示所有可用端口",
|
||||
"succesfullyInstalledPlatform": "已成功安装平台{0}:{1}",
|
||||
"succesfullyUninstalledPlatform": "已成功卸载平台{0}:{1}"
|
||||
"succesfullyInstalledPlatform": "已成功安装平台 {0}:{1}",
|
||||
"succesfullyUninstalledPlatform": "已成功卸载平台 {0}:{1}"
|
||||
},
|
||||
"boardsManager": "开发板管理器",
|
||||
"bootloader": {
|
||||
@ -43,8 +43,8 @@
|
||||
},
|
||||
"certificate": {
|
||||
"addNew": "添加新的",
|
||||
"addURL": "添加地址以获取SSL根证书",
|
||||
"boardAtPort": "{0}在{1}",
|
||||
"addURL": "添加地址以获取 SSL 根证书",
|
||||
"boardAtPort": "{0} 在 {1}",
|
||||
"certificatesUploaded": "证书已上传。",
|
||||
"enterURL": "输入地址",
|
||||
"noSupportedBoardConnected": "未连接受支持的开发板",
|
||||
@ -55,56 +55,56 @@
|
||||
"selectDestinationBoardToUpload": "2.选择开发板并上传证书",
|
||||
"upload": "上传",
|
||||
"uploadFailed": "上传失败。请再试一次。",
|
||||
"uploadRootCertificates": "上传SSL根证书",
|
||||
"uploadRootCertificates": "上传 SSL 根证书",
|
||||
"uploadingCertificates": "上传证书。"
|
||||
},
|
||||
"cli-error-parser": {
|
||||
"keyboardError": "没有找到'Keyboard',请检查您的项目是否包含‘#include<Keyboard.h>’",
|
||||
"mouseError": "没有找到'Mouse',请检查您的项目是否包含‘#include<Mouse.h>’"
|
||||
"keyboardError": "没有找到 ‘Keyboard’,请检查您的项目是否包含 ‘#include<Keyboard.h>’?",
|
||||
"mouseError": "没有找到 ‘Mouse’,请检查您的项目是否包含 ‘#include<Mouse.h>’?"
|
||||
},
|
||||
"cloud": {
|
||||
"account": "账户",
|
||||
"chooseSketchVisibility": "选择项目的可见性:",
|
||||
"connected": "已连接",
|
||||
"continue": "继续",
|
||||
"donePulling": "已完成拉取’{0}‘。",
|
||||
"donePushing": "已完成推送’{0}‘。",
|
||||
"donePulling": "已完成拉取 ‘{0}’。",
|
||||
"donePushing": "已完成推送 ‘{0}’。",
|
||||
"embed": "嵌入:",
|
||||
"emptySketchbook": "你的项目文件夹是空的",
|
||||
"learnMore": "查看更多",
|
||||
"link": "链接:",
|
||||
"notYetPulled": "无法推送到Cloud。未被拉取。",
|
||||
"notYetPulled": "无法推送到 Cloud。未被拉取。",
|
||||
"offline": "离线",
|
||||
"openInCloudEditor": "在Cloud编辑器打开",
|
||||
"openInCloudEditor": "在 Cloud 编辑器打开",
|
||||
"options": "选项......",
|
||||
"privateVisibility": "私有的。只有你可以查看项目。",
|
||||
"profilePicture": "资料图片",
|
||||
"publicVisibility": "公开的。有链接的人都可以查看项目。",
|
||||
"pull": "拉取",
|
||||
"pullFirst": "你必须先拉取才能推送到Cloud。",
|
||||
"pullFirst": "你必须先拉取才能推送到 Cloud。",
|
||||
"pullSketch": "拉取项目",
|
||||
"pullSketchMsg": "从Cloud中拉取此项目将覆盖其本地项目。你确定要继续吗?",
|
||||
"pullSketchMsg": "从 Cloud 中拉取此项目将覆盖其本地项目。你确定要继续吗?",
|
||||
"push": "推送",
|
||||
"pushSketch": "推送项目",
|
||||
"pushSketchMsg": "这是公开的项目。推送前,确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
||||
"pushSketchMsg": "这是公开的项目。推送前,确保在 arduino_secrets.h 中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
|
||||
"remote": "远程",
|
||||
"remoteSketchbook": "远程项目文件夹",
|
||||
"share": "共享......",
|
||||
"shareSketch": "共享项目",
|
||||
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
|
||||
"signIn": "登录",
|
||||
"signInToCloud": "登录Arduino Cloud",
|
||||
"signInToCloud": "登录 Arduino Cloud",
|
||||
"signOut": "退出登录",
|
||||
"sync": "同步",
|
||||
"syncEditSketches": "同步和编辑Arduino Cloud项目",
|
||||
"visitArduinoCloud": "访问Arduino Cloud以创建云项目。"
|
||||
"syncEditSketches": "同步和编辑 Arduino Cloud 项目",
|
||||
"visitArduinoCloud": "访问 Arduino Cloud 以创建云项目。"
|
||||
},
|
||||
"common": {
|
||||
"later": "之后",
|
||||
"noBoardSelected": "没有选择开发板",
|
||||
"notConnected": "[没有连接]",
|
||||
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
||||
"oldFormat": "’{0}‘仍然使用旧的‘.pde’格式。是否要切换到新的‘.ino’扩展?",
|
||||
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI 可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
||||
"oldFormat": "‘{0}’ 仍然使用旧的 ‘.pde’ 格式。是否要切换到新的 ‘.ino’ 扩展?",
|
||||
"processing": "正在处理中",
|
||||
"selectBoard": "选择开发板",
|
||||
"selectedOn": "on {0}",
|
||||
@ -120,7 +120,7 @@
|
||||
"install": "安装",
|
||||
"moreInfo": "更多信息",
|
||||
"uninstall": "卸载",
|
||||
"uninstallMsg": "是否要卸载{0}?",
|
||||
"uninstallMsg": "是否要卸载 {0}?",
|
||||
"version": "版本 {0}"
|
||||
},
|
||||
"contributions": {
|
||||
@ -138,8 +138,8 @@
|
||||
},
|
||||
"debug": {
|
||||
"debugWithMessage": "调试 - {0}",
|
||||
"debuggingNotSupported": "’{0}‘不支持调试",
|
||||
"noPlatformInstalledFor": "’{0}‘平台未安装",
|
||||
"debuggingNotSupported": "‘{0}’ 不支持调试",
|
||||
"noPlatformInstalledFor": "‘{0}’ 平台未安装",
|
||||
"optimizeForDebugging": "调试优化"
|
||||
},
|
||||
"dialog": {
|
||||
@ -157,14 +157,14 @@
|
||||
"previousError": "上一个错误"
|
||||
},
|
||||
"electron": {
|
||||
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
||||
"couldNotSave": "无法保存项目。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动 IDE。",
|
||||
"unsavedChanges": "将不会保存任何未保存的更改。"
|
||||
},
|
||||
"examples": {
|
||||
"builtInExamples": "内置示例",
|
||||
"couldNotInitializeExamples": "无法初始化内置示例。",
|
||||
"customLibrary": "来自自定义库的示例",
|
||||
"for": "{0}的示例",
|
||||
"for": "{0} 的示例",
|
||||
"forAny": "任何开发板的示例",
|
||||
"menu": "示例"
|
||||
},
|
||||
@ -177,7 +177,7 @@
|
||||
"selectBoard": "选择开发板",
|
||||
"selectVersion": "选择固件版本",
|
||||
"successfullyInstalled": "固件成功安装",
|
||||
"updater": "WiFi101 / WiFiNINA固件更新程序"
|
||||
"updater": "WiFi101 / WiFiNINA 固件更新程序"
|
||||
},
|
||||
"help": {
|
||||
"environment": "环境",
|
||||
@ -187,47 +187,47 @@
|
||||
"keyword": "输入关键字",
|
||||
"privacyPolicy": "隐私政策",
|
||||
"reference": "参考",
|
||||
"search": "在Arduino.cc搜索",
|
||||
"search": "在 Arduino.cc 搜索",
|
||||
"troubleshooting": "故障排除",
|
||||
"visit": "访问Arduino.cc"
|
||||
"visit": "访问 Arduino.cc"
|
||||
},
|
||||
"ide-updater": {
|
||||
"checkForUpdates": "Check for Arduino IDE updates",
|
||||
"checkForUpdates": "检查 Arduino IDE 的更新",
|
||||
"closeAndInstallButton": "关闭并安装",
|
||||
"closeToInstallNotice": "关闭软件并安装更新。",
|
||||
"downloadButton": "下载",
|
||||
"downloadingNotice": "正在下载Arduino IDE的最新版本。",
|
||||
"errorCheckingForUpdates": "检查Arduino IDE更新时出错。{0}",
|
||||
"downloadingNotice": "正在下载 Arduino IDE 的最新版本。",
|
||||
"errorCheckingForUpdates": "检查 Arduino IDE 更新时出错。{0}",
|
||||
"goToDownloadButton": "去下载",
|
||||
"goToDownloadPage": "Arduino IDE可以更新,但我们无法自动下载和安装。请转到下载页面并下载最新版本手动安装。",
|
||||
"ideUpdaterDialog": "软件更新",
|
||||
"newVersionAvailable": "新版本的Arduino IDE({0})可供下载。",
|
||||
"noUpdatesAvailable": "目前Arduino IDE没有可更新的版本。",
|
||||
"newVersionAvailable": "新版本的 Arduino IDE({0})可供下载。",
|
||||
"noUpdatesAvailable": "目前 Arduino IDE 没有可更新的版本。",
|
||||
"notNowButton": "不是现在",
|
||||
"skipVersionButton": "跳过这次版本更新",
|
||||
"updateAvailable": "IDE可更新。",
|
||||
"versionDownloaded": "Arduino IDE{0}已经下载。"
|
||||
"updateAvailable": "IDE 可更新。",
|
||||
"versionDownloaded": "Arduino IDE {0} 已经下载。"
|
||||
},
|
||||
"library": {
|
||||
"addZip": "添加 .ZIP 库...",
|
||||
"arduinoLibraries": "arduino库",
|
||||
"arduinoLibraries": "arduino 库",
|
||||
"contributedLibraries": "贡献库",
|
||||
"dependenciesForLibrary": "{0}库的依赖:{1}",
|
||||
"dependenciesForLibrary": "{0} 库的依赖:{1}",
|
||||
"include": "包含库",
|
||||
"installAll": "全部安装",
|
||||
"installMissingDependencies": "是否安装所有缺少的依赖?",
|
||||
"installOneMissingDependency": "是否安装缺少的依赖?",
|
||||
"installOnly": "仅安装{0}",
|
||||
"installedSuccessfully": "已成功安装{0}库:{1}",
|
||||
"installOnly": "仅安装 {0}",
|
||||
"installedSuccessfully": "已成功安装 {0} 库:{1}",
|
||||
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
|
||||
"manageLibraries": "管理库...",
|
||||
"namedLibraryAlreadyExists": "名为{0}的库文件夹已存在。是否要覆盖它?",
|
||||
"needsMultipleDependencies": "<b>{0}库:{1}</b>需要一些未安装的依赖:",
|
||||
"needsOneDependency": "<b>{0}库:{1}</b>需要一些未安装的依赖:",
|
||||
"namedLibraryAlreadyExists": "名为 {0} 的库文件夹已存在。是否要覆盖它?",
|
||||
"needsMultipleDependencies": "<b>{0} 库:{1}</b> 需要一些未安装的依赖:",
|
||||
"needsOneDependency": "<b>{0} 库:{1}</b> 需要一些未安装的依赖:",
|
||||
"overwriteExistingLibrary": "是否覆盖现有的库?",
|
||||
"successfullyInstalledZipLibrary": "已从{0}存档成功安装库",
|
||||
"successfullyInstalledZipLibrary": "已从 {0} 存档成功安装库",
|
||||
"title": "库管理",
|
||||
"uninstalledSuccessfully": "已成功卸载{0}库:{1}",
|
||||
"uninstalledSuccessfully": "已成功卸载 {0} 库:{1}",
|
||||
"zipLibrary": "库"
|
||||
},
|
||||
"menu": {
|
||||
@ -236,83 +236,83 @@
|
||||
"tools": "工具"
|
||||
},
|
||||
"monitor": {
|
||||
"unableToCloseWebSocket": "无法关闭websocket",
|
||||
"unableToConnectToWebSocket": "无法连接websocket"
|
||||
"unableToCloseWebSocket": "无法关闭 websocket",
|
||||
"unableToConnectToWebSocket": "无法连接 websocket"
|
||||
},
|
||||
"preferences": {
|
||||
"additionalManagerURLs": "其他开发板管理器地址",
|
||||
"auth.audience": "OAuth2 受众。",
|
||||
"auth.clientID": "OAuth2客户端ID",
|
||||
"auth.domain": "OAuth2域",
|
||||
"auth.clientID": "OAuth2 客户端 ID",
|
||||
"auth.domain": "OAuth2 域",
|
||||
"auth.registerUri": "用于注册新用户的地址。",
|
||||
"automatic": " 自动调整",
|
||||
"board.certificates": "可上传到开发板的证书列表",
|
||||
"browse": "浏览",
|
||||
"choose": "选择",
|
||||
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
||||
"cloud.enabled": "True则启用项目同步功能。默认为true。",
|
||||
"cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。",
|
||||
"cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。",
|
||||
"cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。",
|
||||
"cloud.sketchSyncEndpoint": "用于从后台推送项目的端点。默认情况下,它指向Arduino Cloud API。",
|
||||
"cli.daemonDebug": "启用对 Arduino CLI 的 gRPC 调用的调试记录。该设置需要重新启动 IDE 才能生效。默认不启用。",
|
||||
"cloud.enabled": "True 则启用项目同步功能。默认为 True。",
|
||||
"cloud.pull.warn": "True 则在拉取cloud项目之前警告用户。默认为 True。",
|
||||
"cloud.push.warn": "True 则在推送 cloud 项目之前警告用户。默认为 True。",
|
||||
"cloud.pushpublic.warn": "True 则将公开项目推送到 cloud 中之前警告用户。默认为 True。",
|
||||
"cloud.sketchSyncEndpoint": "用于从后台推送项目的端点。默认情况下,它指向 Arduino Cloud API。",
|
||||
"compile": "编译",
|
||||
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
|
||||
"compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.",
|
||||
"compile.verbose": "True则输出详细编译信息。默认为False",
|
||||
"compile.warnings": "设置gcc警告级别。默认为None",
|
||||
"compile.experimental": "True 则 IDE 处理多个编译器错误。默认为 False。",
|
||||
"compile.revealRange": "调整编译器错误在 “验证/上传” 失败后在编辑器中的显示方式。可能的值:‘auto’:根据需要垂直滚动并显示一行。‘center’:必要时垂直滚动并显示垂直居中的一行。‘top’:必要时垂直滚动并显示靠近视口顶部的一行,优化用于查看代码定义。‘centerIfOutsideViewport’:根据需要垂直滚动并显示垂直居中的线,只有当它位于视口之外时。默认值是 ‘{0}’。",
|
||||
"compile.verbose": "True 则输出详细编译信息。默认为 False",
|
||||
"compile.warnings": "设置 gcc 警告级别。默认为 None",
|
||||
"compilerWarnings": "编译器警告",
|
||||
"editorFontSize": "编辑器字体大小",
|
||||
"editorQuickSuggestions": "编辑快速建议",
|
||||
"enterAdditionalURLs": "输入补充地址,每行一个。",
|
||||
"files.inside.sketches": "显示项目中的文件夹",
|
||||
"ide.updateBaseUrl": "下载更新的网址。默认为 'https://downloads.arduino.cc/arduino-ide'",
|
||||
"ide.updateChannel": "在发布频道中获取更新信息。'stable是稳定的版本,nightly是最新的开发版本。",
|
||||
"ide.updateBaseUrl": "下载更新的网址。默认为 ‘https://downloads.arduino.cc/arduino-ide’",
|
||||
"ide.updateChannel": "在发布频道中获取更新信息。‘stable’ 是稳定的版本,‘nightly’ 是最新的开发版本。",
|
||||
"interfaceScale": "界面比例",
|
||||
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
||||
"invalid.sketchbook.location": "无效的项目文件夹地址:{0}",
|
||||
"invalid.theme": "无效的主题。",
|
||||
"language.log": "True则Arduino语言服务器将日志文件生成到项目文件夹中。默认为false。",
|
||||
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
||||
"language.log": "True 则 Arduino Language Server 将日志文件生成到项目文件夹中。默认为 False。",
|
||||
"language.realTimeDiagnostics": " True 则 language server 在编辑器中输入时提供实时诊断。默认为 False。",
|
||||
"manualProxy": "手动配置代理",
|
||||
"network": "网络",
|
||||
"newSketchbookLocation": "选择新的项目文件夹地址",
|
||||
"noProxy": "无代理",
|
||||
"showVerbose": "显示详细输出",
|
||||
"sketchbook.location": "项目文件夹地址",
|
||||
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
||||
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
||||
"sketchbook.showAllFiles": "True 则显示项目中的所有项目文件。默认情况下为 False。",
|
||||
"survey.notification": "True 则在有调查时应通知用户。默认为 True。",
|
||||
"unofficialBoardSupport": "点击获取支持的非官方开发板地址列表",
|
||||
"upload": "上传",
|
||||
"upload.verbose": "True则输出详细上传信息。默认情况下为False。",
|
||||
"upload.verbose": "True 则输出详细上传信息。默认情况下为 False。",
|
||||
"verifyAfterUpload": "上传后验证代码",
|
||||
"window.autoScale": "True则用户界面随字体大小自动缩放。",
|
||||
"window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为0,大于(例如1)或小于(例如-1)的每个增量表示放大或缩小20%。输入小数可以更精细的调整缩放级别。"
|
||||
"window.autoScale": "True 则用户界面随字体大小自动缩放。",
|
||||
"window.zoomLevel": "调整窗口的缩放级别。默认缩放级别为 0,大于(例如 1)或小于(例如 -1)的每个增量表示放大或缩小 20%。输入小数可以更精细的调整缩放级别。"
|
||||
},
|
||||
"replaceMsg": "是否替换{0}的现有版本?",
|
||||
"selectZip": "选择包含要添加的库的zip文件",
|
||||
"replaceMsg": "是否替换 {0} 的现有版本?",
|
||||
"selectZip": "选择包含要添加的库的 zip 文件",
|
||||
"serial": {
|
||||
"autoscroll": "自动滚屏",
|
||||
"carriageReturn": "回车",
|
||||
"message": "消息({0}+Enter将消息发送到{2}上的{1})",
|
||||
"message": "消息({0}+Enter 将消息发送到 {2} 上的 {1})",
|
||||
"newLine": "换行",
|
||||
"newLineCarriageReturn": "两者都是NL和CR",
|
||||
"newLineCarriageReturn": "两者都是 NL 和 CR",
|
||||
"noLineEndings": "没有结束符",
|
||||
"notConnected": "未连接。选择要自动连接的开发板和端口。",
|
||||
"openSerialPlotter": "Serial Plotter",
|
||||
"openSerialPlotter": "串口绘图仪",
|
||||
"timestamp": "时间戳",
|
||||
"toggleTimestamp": "显示时间戳"
|
||||
},
|
||||
"sketch": {
|
||||
"archiveSketch": "项目存档",
|
||||
"cantOpen": "”{0}“文件夹已存在。无法打开项目。",
|
||||
"cantOpen": "“{0}” 文件夹已存在。无法打开项目。",
|
||||
"close": "是否确实要关闭项目?",
|
||||
"configureAndUpload": "配置和上传",
|
||||
"createdArchive": "已创建存档’{0}‘。",
|
||||
"createdArchive": "已创建存档 ‘{0}’。",
|
||||
"doneCompiling": "编译完成",
|
||||
"doneUploading": "上传完成",
|
||||
"exportBinary": "导出已编译的二进制文件",
|
||||
"moving": "移动",
|
||||
"movingMsg": "”{0}“文件需要位于“{1}”项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||
"movingMsg": "“{0}” 文件需要位于 “{1}” 项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||
"new": "新建",
|
||||
"openFolder": "打开文件夹",
|
||||
"openRecent": "打开最近",
|
||||
@ -334,10 +334,10 @@
|
||||
"survey": {
|
||||
"answerSurvey": "回答问卷",
|
||||
"dismissSurvey": "不要再显示",
|
||||
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解对我们的支持者"
|
||||
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解我们的支持者。"
|
||||
},
|
||||
"upload": {
|
||||
"error": "{0}错误:{1}"
|
||||
"error": "{0} 错误:{1}"
|
||||
},
|
||||
"userFields": {
|
||||
"cancel": "取消",
|
||||
@ -345,14 +345,14 @@
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
"GoToCloud": "前往CLOUD"
|
||||
"GoToCloud": "前往 CLOUD"
|
||||
},
|
||||
"theia": {
|
||||
"core": {
|
||||
"cannotConnectBackend": "无法连接后台。",
|
||||
"cannotConnectDaemon": "无法连接CLI守护进程。",
|
||||
"couldNotSave": "无法保存项目。请将未保存的工作复制到您喜爱的文本编辑器中,然后重新启动IDE。",
|
||||
"daemonOffline": "CLI守护进程离线",
|
||||
"cannotConnectDaemon": "无法连接 CLI 守护进程。",
|
||||
"couldNotSave": "无法保存项目。请将未保存的工作复制到您喜爱的文本编辑器中,然后重新启动 IDE。",
|
||||
"daemonOffline": "CLI 守护进程离线",
|
||||
"offline": "离线",
|
||||
"quitMessage": "将不会保存任何未保存的更改。",
|
||||
"quitTitle": "你确定你要退出吗?"
|
||||
@ -360,7 +360,7 @@
|
||||
"debug": {
|
||||
"start": "开始...",
|
||||
"startError": "启动调试会话时出错,请检查日志以了解更多详细信息。",
|
||||
"typeNotSupported": "不支持调试会话的类型“{0}”。"
|
||||
"typeNotSupported": "不支持调试会话的类型 “{0}”。"
|
||||
},
|
||||
"editor": {
|
||||
"unsavedTitle": "未保存–{0}"
|
||||
@ -372,7 +372,7 @@
|
||||
"workspace": {
|
||||
"deleteCurrentSketch": "是否要删除当前项目?",
|
||||
"fileNewName": "新文件的名称",
|
||||
"invalidExtension": ".{0}不是有效扩展名",
|
||||
"invalidExtension": ".{0} 不是有效扩展名",
|
||||
"invalidFilename": "无效的文件名。",
|
||||
"newFileName": "文件的新名称"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user