mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 14:26:37 +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",
|
"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.",
|
"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",
|
"remote": "Remoto",
|
||||||
"remoteSketchbook": "Remote Sketchbook",
|
"remoteSketchbook": "Libreria de proyectos remota",
|
||||||
"share": "Compartir...",
|
"share": "Compartir...",
|
||||||
"shareSketch": "Compartir Sketch",
|
"shareSketch": "Compartir Sketch",
|
||||||
"showHideRemoveSketchbook": "Mostrar/Ocultar Sketchbook Remoto",
|
"showHideRemoveSketchbook": "Mostrar/Ocultar Sketchbook Remoto",
|
||||||
@ -129,12 +129,12 @@
|
|||||||
"replaceTitle": "Reemplazar"
|
"replaceTitle": "Reemplazar"
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
"copyError": "Copy error messages"
|
"copyError": "Copiar mensajes de error"
|
||||||
},
|
},
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"restart": "Restart Daemon",
|
"restart": "Reiniciar Daemon",
|
||||||
"start": "Start Daemon",
|
"start": "Iniciar Daemon",
|
||||||
"stop": "Stop Daemon"
|
"stop": "Parar Daemon"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debug - {0}",
|
||||||
@ -153,8 +153,8 @@
|
|||||||
"decreaseIndent": "Disminuir sangría",
|
"decreaseIndent": "Disminuir sangría",
|
||||||
"increaseFontSize": "Aumentar tamaño de fuente",
|
"increaseFontSize": "Aumentar tamaño de fuente",
|
||||||
"increaseIndent": "Aumentar sangría",
|
"increaseIndent": "Aumentar sangría",
|
||||||
"nextError": "Next Error",
|
"nextError": "Siguiente Error",
|
||||||
"previousError": "Previous Error"
|
"previousError": "Error Anterior"
|
||||||
},
|
},
|
||||||
"electron": {
|
"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.",
|
"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"
|
"visit": "Visitar Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE updates",
|
"checkForUpdates": "Buscar actualizaciones para Arduino IDE",
|
||||||
"closeAndInstallButton": "Cerrar e instalar",
|
"closeAndInstallButton": "Cerrar e instalar",
|
||||||
"closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.",
|
"closeToInstallNotice": "Cierra el programa e instala la actualización en tu máquina.",
|
||||||
"downloadButton": "Descargar",
|
"downloadButton": "Descargar",
|
||||||
@ -231,7 +231,7 @@
|
|||||||
"zipLibrary": "Biblioteca"
|
"zipLibrary": "Biblioteca"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"advanced": "Advanced",
|
"advanced": "Avanzado",
|
||||||
"sketch": "Sketch",
|
"sketch": "Sketch",
|
||||||
"tools": "Herramientas"
|
"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.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.",
|
"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": "Compliar",
|
||||||
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
|
"compile.experimental": "True si el IDE debe manejar multiples errores del compilador. False por defecto",
|
||||||
"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.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.verbose": "Verdadero para compilación detallada. Falso por defecto",
|
||||||
"compile.warnings": "Indica a gcc qué nivel de advertencia usar. Por defecto es \"Ninguno\"",
|
"compile.warnings": "Indica a gcc qué nivel de advertencia usar. Por defecto es \"Ninguno\"",
|
||||||
"compilerWarnings": "alertas de compilación",
|
"compilerWarnings": "alertas de compilación",
|
||||||
@ -272,7 +272,7 @@
|
|||||||
"invalid.sketchbook.location": "Ruta del sketchbook no válida: {0}",
|
"invalid.sketchbook.location": "Ruta del sketchbook no válida: {0}",
|
||||||
"invalid.theme": "Tema no válido.",
|
"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.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",
|
"manualProxy": "Configuración manual del proxy",
|
||||||
"network": "Red",
|
"network": "Red",
|
||||||
"newSketchbookLocation": "Selecciona la nueva ruta del sketchbook",
|
"newSketchbookLocation": "Selecciona la nueva ruta del sketchbook",
|
||||||
@ -298,7 +298,7 @@
|
|||||||
"newLineCarriageReturn": "Ambos NL & CR",
|
"newLineCarriageReturn": "Ambos NL & CR",
|
||||||
"noLineEndings": "Sin ajuste de línea",
|
"noLineEndings": "Sin ajuste de línea",
|
||||||
"notConnected": "No conectado. Selecciona una placa y un puerto para conectarte automáticamente.",
|
"notConnected": "No conectado. Selecciona una placa y un puerto para conectarte automáticamente.",
|
||||||
"openSerialPlotter": "Serial Plotter",
|
"openSerialPlotter": "Plotter Serie",
|
||||||
"timestamp": "Marca de tiempo",
|
"timestamp": "Marca de tiempo",
|
||||||
"toggleTimestamp": "Alternar la marca de tiempo"
|
"toggleTimestamp": "Alternar la marca de tiempo"
|
||||||
},
|
},
|
||||||
|
10
i18n/ja.json
10
i18n/ja.json
@ -77,9 +77,9 @@
|
|||||||
"offline": "オフライン",
|
"offline": "オフライン",
|
||||||
"openInCloudEditor": "クラウドエディタで開く",
|
"openInCloudEditor": "クラウドエディタで開く",
|
||||||
"options": "オプション…",
|
"options": "オプション…",
|
||||||
"privateVisibility": "プライベート。自分だけがスケッチを見られる。",
|
"privateVisibility": "プライベート:スケッチを見られるのは自分だけです。",
|
||||||
"profilePicture": "プロフィール画像",
|
"profilePicture": "プロフィール画像",
|
||||||
"publicVisibility": "パブリック。リンクを知る誰でもスケッチを見られる。",
|
"publicVisibility": "パブリック:リンクを知ってる人は誰でもスケッチを見ることができます。",
|
||||||
"pull": "プル",
|
"pull": "プル",
|
||||||
"pullFirst": "クラウドにプッシュできるようにするには、まずプルしなければなりません。",
|
"pullFirst": "クラウドにプッシュできるようにするには、まずプルしなければなりません。",
|
||||||
"pullSketch": "スケッチをプルする",
|
"pullSketch": "スケッチをプルする",
|
||||||
@ -92,9 +92,9 @@
|
|||||||
"share": "共有...",
|
"share": "共有...",
|
||||||
"shareSketch": "スケッチを共有",
|
"shareSketch": "スケッチを共有",
|
||||||
"showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示",
|
"showHideRemoveSketchbook": "リモートスケッチブックの表示・非表示",
|
||||||
"signIn": "サインイン",
|
"signIn": "ログイン",
|
||||||
"signInToCloud": "Arduino Cloudにサインインする",
|
"signInToCloud": "Arduino Cloudにログインする",
|
||||||
"signOut": "サインアウト",
|
"signOut": "ログアウト",
|
||||||
"sync": "同期",
|
"sync": "同期",
|
||||||
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
"syncEditSketches": "Arduinoクラウドスケッチの同期と編集",
|
||||||
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
"visitArduinoCloud": "Arduino Cloudにアクセスしてクラウドスケッチを作成する"
|
||||||
|
226
i18n/pl.json
226
i18n/pl.json
@ -8,24 +8,24 @@
|
|||||||
"board": "Płytka{0}",
|
"board": "Płytka{0}",
|
||||||
"boardInfo": "Informacje o płytce",
|
"boardInfo": "Informacje o płytce",
|
||||||
"configDialog1": "Wybierz płytkę oraz port, aby wgrać szkic.",
|
"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",
|
"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?",
|
"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",
|
"getBoardInfo": "Pobierz informacje o płytce",
|
||||||
"inSketchbook": " (in Sketchbook)",
|
"inSketchbook": "(w Szkicowniku)",
|
||||||
"installManually": "Zainstaluj ręcznie",
|
"installManually": "Zainstaluj ręcznie",
|
||||||
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
"installNow": "Jądro \" 1{0} 2{1} \" musi zostać zainstalowane dla wybranej płytki \"{2}\". Czy chcesz zainstalować je teraz?",
|
||||||
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
"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}'.",
|
"noPortsSelected": "Nie wybrano portu dla płytki: '{0}'.",
|
||||||
"noneSelected": "Nie wybrano płytki.",
|
"noneSelected": "Nie wybrano płytki.",
|
||||||
"openBoardsConfig": "Wybierz inną płytkę i port...",
|
"openBoardsConfig": "Wybierz inną płytkę i port...",
|
||||||
"platformMissing": "Platforma dla wybranej płytki '{0}' nie jest zainstalowana.",
|
"platformMissing": "Platforma dla wybranej płytki '{0}' nie jest zainstalowana.",
|
||||||
"pleasePickBoard": "Wybierz płytkę podłączoną do wybranego portu.",
|
"pleasePickBoard": "Wybierz płytkę podłączoną do wybranego portu.",
|
||||||
"port": "Port{0}",
|
"port": "Port 1{0}",
|
||||||
"portLabel": "Port: {0}",
|
"portLabel": "Port: 1{0}",
|
||||||
"programmer": "Programator",
|
"programmer": "Programator",
|
||||||
"reselectLater": "Reselect later",
|
"reselectLater": "Wybierz ponownie później",
|
||||||
"selectBoard": "Wybierz płytkę",
|
"selectBoard": "Wybierz płytkę",
|
||||||
"selectBoardForInfo": "Wybierz płytkę, aby uzyskać o niej informacje.",
|
"selectBoardForInfo": "Wybierz płytkę, aby uzyskać o niej informacje.",
|
||||||
"selectPortForInfo": "Wybierz port, aby uzyskać informacje o płytce.",
|
"selectPortForInfo": "Wybierz port, aby uzyskać informacje o płytce.",
|
||||||
@ -35,11 +35,11 @@
|
|||||||
},
|
},
|
||||||
"boardsManager": "Menedżer Płytek",
|
"boardsManager": "Menedżer Płytek",
|
||||||
"bootloader": {
|
"bootloader": {
|
||||||
"burnBootloader": "Burn Bootloader",
|
"burnBootloader": "Wypal Bootloader'a",
|
||||||
"doneBurningBootloader": "Done burning bootloader."
|
"doneBurningBootloader": "Zakończono wypalanie Bootloader'a"
|
||||||
},
|
},
|
||||||
"burnBootloader": {
|
"burnBootloader": {
|
||||||
"error": "Error while burning the bootloader: {0}"
|
"error": "Błąd w czasie wypalania bootloader'a: 1{0}"
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"addNew": "Dodaj nowy",
|
"addNew": "Dodaj nowy",
|
||||||
@ -47,7 +47,7 @@
|
|||||||
"boardAtPort": "{0} at {1}",
|
"boardAtPort": "{0} at {1}",
|
||||||
"certificatesUploaded": "Certyfikaty przesłane.",
|
"certificatesUploaded": "Certyfikaty przesłane.",
|
||||||
"enterURL": "Wprowadź adres URL",
|
"enterURL": "Wprowadź adres URL",
|
||||||
"noSupportedBoardConnected": "No supported board connected",
|
"noSupportedBoardConnected": "Podpięto nie wspieraną płytkę.",
|
||||||
"openContext": "Open context",
|
"openContext": "Open context",
|
||||||
"remove": "Usuń",
|
"remove": "Usuń",
|
||||||
"selectBoard": "Wybierz płytkę...",
|
"selectBoard": "Wybierz płytkę...",
|
||||||
@ -55,22 +55,22 @@
|
|||||||
"selectDestinationBoardToUpload": "2. Wybierz docelową płytkę i prześli certyfikat",
|
"selectDestinationBoardToUpload": "2. Wybierz docelową płytkę i prześli certyfikat",
|
||||||
"upload": "Prześlij",
|
"upload": "Prześlij",
|
||||||
"uploadFailed": "Przesyłanie nie powiodło się. Spróbuj ponownie.",
|
"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."
|
"uploadingCertificates": "Przesyłanie certyfikatów."
|
||||||
},
|
},
|
||||||
"cli-error-parser": {
|
"cli-error-parser": {
|
||||||
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
"keyboardError": "Nie znaleziono klawiatury. Czy szkic posiada linię kodu: '#include <Keyboard.h>'?",
|
||||||
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
"mouseError": "Nie znaleziono myszy. Czy szkic posiada linię kodu: '#include <Mouse.h>'?"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"account": "Account",
|
"account": "Konto",
|
||||||
"chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:",
|
"chooseSketchVisibility": "Wybierz widoczność swojego Szkicu:",
|
||||||
"connected": "Połączony",
|
"connected": "Połączony",
|
||||||
"continue": "Kontynuuj",
|
"continue": "Kontynuuj",
|
||||||
"donePulling": "Zakończono zaciąganie ‘{0}’.",
|
"donePulling": "Zakończono zaciąganie ‘{0}’.",
|
||||||
"donePushing": "Done pushing ‘{0}’.",
|
"donePushing": "Done pushing ‘{0}’.",
|
||||||
"embed": "Embed:",
|
"embed": "Embed:",
|
||||||
"emptySketchbook": "Your Sketchbook is empty",
|
"emptySketchbook": "Twój Szkicownik jest pusty",
|
||||||
"learnMore": "Dowiedz się więcej",
|
"learnMore": "Dowiedz się więcej",
|
||||||
"link": "Odnośnik:",
|
"link": "Odnośnik:",
|
||||||
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
|
||||||
@ -80,24 +80,24 @@
|
|||||||
"privateVisibility": "Prywatny. Tylko Ty możesz zobaczyć ten Szkic.",
|
"privateVisibility": "Prywatny. Tylko Ty możesz zobaczyć ten Szkic.",
|
||||||
"profilePicture": "Obrazek profilowy",
|
"profilePicture": "Obrazek profilowy",
|
||||||
"publicVisibility": "Publiczny. Każda osoba mająca link może zobaczyć ten Szkic.",
|
"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.",
|
"pullFirst": "You have to pull first to be able to push to the Cloud.",
|
||||||
"pullSketch": "Pull Sketch",
|
"pullSketch": "Pobierz szkic",
|
||||||
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
|
"pullSketchMsg": "Pobieranie szkicu z chmury spowoduje nadpisanie jego lokalnej wersji. Czy chcesz kontynuować?",
|
||||||
"push": "Wypchnij",
|
"push": "Wepchnij",
|
||||||
"pushSketch": "Push Sketch",
|
"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.",
|
"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",
|
"remote": "Zdalny",
|
||||||
"remoteSketchbook": "Remote Sketchbook",
|
"remoteSketchbook": "Szkicownik zdalny",
|
||||||
"share": "Udostępnij...",
|
"share": "Udostępnij...",
|
||||||
"shareSketch": "Udostępnij Szkic",
|
"shareSketch": "Udostępnij Szkic",
|
||||||
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
|
"showHideRemoveSketchbook": "Pokaż/Ukryj zdalny szkicownik",
|
||||||
"signIn": "ZALOGUJ SIĘ",
|
"signIn": "ZALOGUJ SIĘ",
|
||||||
"signInToCloud": "Zaloguj się do Arduino Cloud",
|
"signInToCloud": "Zaloguj się do Arduino Cloud",
|
||||||
"signOut": "Wyloguj się",
|
"signOut": "Wyloguj się",
|
||||||
"sync": "Sync",
|
"sync": "Synchronizuj",
|
||||||
"syncEditSketches": "Sync and edit your Arduino Cloud Sketches",
|
"syncEditSketches": "Synchronizuj i edytuj swoje szkice w chmurze Arduino",
|
||||||
"visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
"visitArduinoCloud": "Odwiedź chmurę Arduino, aby tworzyć szkice w chmurze."
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"later": "Później",
|
"later": "Później",
|
||||||
@ -115,8 +115,8 @@
|
|||||||
"error": "Błąd kompilacji: {0}"
|
"error": "Błąd kompilacji: {0}"
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"by": "by",
|
"by": "przez",
|
||||||
"filterSearch": "Filter your search...",
|
"filterSearch": "Filtruj przeszukiwanie....",
|
||||||
"install": "ZAINSTALUJ",
|
"install": "ZAINSTALUJ",
|
||||||
"moreInfo": "Więcej informacji",
|
"moreInfo": "Więcej informacji",
|
||||||
"uninstall": "Odinstaluj",
|
"uninstall": "Odinstaluj",
|
||||||
@ -129,15 +129,15 @@
|
|||||||
"replaceTitle": "Zamień"
|
"replaceTitle": "Zamień"
|
||||||
},
|
},
|
||||||
"coreContribution": {
|
"coreContribution": {
|
||||||
"copyError": "Copy error messages"
|
"copyError": "Kopiuj komunikat błędu"
|
||||||
},
|
},
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"restart": "Restart Daemon",
|
"restart": "Restartuj Daemon",
|
||||||
"start": "Start Daemon",
|
"start": "Start Daemon",
|
||||||
"stop": "Stop Daemon"
|
"stop": "Zatrzymaj Daemon"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "Debug - {0}",
|
"debugWithMessage": "Debuguj - {0}",
|
||||||
"debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'",
|
"debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'",
|
||||||
"noPlatformInstalledFor": "Platforma nie jest zainstalowana dla '{0}'",
|
"noPlatformInstalledFor": "Platforma nie jest zainstalowana dla '{0}'",
|
||||||
"optimizeForDebugging": "Optymalizuj pod kątem debugowania"
|
"optimizeForDebugging": "Optymalizuj pod kątem debugowania"
|
||||||
@ -148,22 +148,22 @@
|
|||||||
"editor": {
|
"editor": {
|
||||||
"autoFormat": "Automatyczne formatowanie",
|
"autoFormat": "Automatyczne formatowanie",
|
||||||
"commentUncomment": "Zakomentuj/Odkomentuj",
|
"commentUncomment": "Zakomentuj/Odkomentuj",
|
||||||
"copyForForum": "Copy for Forum (Markdown)",
|
"copyForForum": "Kopiuj na Forum",
|
||||||
"decreaseFontSize": "Zmniejsz rozmiar czcionki",
|
"decreaseFontSize": "Zmniejsz rozmiar czcionki",
|
||||||
"decreaseIndent": "Zmniejsz wcięcie",
|
"decreaseIndent": "Zmniejsz wcięcie",
|
||||||
"increaseFontSize": "Zwiększ rozmiar czcionki",
|
"increaseFontSize": "Zwiększ rozmiar czcionki",
|
||||||
"increaseIndent": "Zwiększ wcięcie",
|
"increaseIndent": "Zwiększ wcięcie",
|
||||||
"nextError": "Next Error",
|
"nextError": "Następny Błąd",
|
||||||
"previousError": "Previous Error"
|
"previousError": "Poprzedni Błąd"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Wszystkie niezapisane zmiany zostaną utracone.",
|
||||||
"unsavedChanges": "Any unsaved changes will not be saved."
|
"unsavedChanges": "Wszystkie niezapisane zmiany zostaną utracone."
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
"builtInExamples": "Wbudowane przykłady",
|
"builtInExamples": "Wbudowane przykłady",
|
||||||
"couldNotInitializeExamples": "Could not initialize built-in examples.",
|
"couldNotInitializeExamples": "Nie można zainicjalizować wbudowanych przykładów.",
|
||||||
"customLibrary": "Examples from Custom Libraries",
|
"customLibrary": "Przykłady z bibliotek użytkowników",
|
||||||
"for": "Przykłady dla {0}",
|
"for": "Przykłady dla {0}",
|
||||||
"forAny": "Przykłady dla dowolnej płytki",
|
"forAny": "Przykłady dla dowolnej płytki",
|
||||||
"menu": "Przykłady"
|
"menu": "Przykłady"
|
||||||
@ -172,46 +172,46 @@
|
|||||||
"checkUpdates": "Sprawdź uaktualnienia",
|
"checkUpdates": "Sprawdź uaktualnienia",
|
||||||
"failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie.",
|
"failedInstall": "Instalacja nie powiodła się. Spróbuj ponownie.",
|
||||||
"install": "Zainstaluj",
|
"install": "Zainstaluj",
|
||||||
"installingFirmware": "Installing firmware.",
|
"installingFirmware": "Instalacja firmware'u.",
|
||||||
"overwriteSketch": "Installation will overwrite the Sketch on the board.",
|
"overwriteSketch": "Instalacja nadpisze szkic na płytce.",
|
||||||
"selectBoard": "Wybierz płytkę",
|
"selectBoard": "Wybierz płytkę",
|
||||||
"selectVersion": "Select firmware version",
|
"selectVersion": "Wybierz wersję firmware'u",
|
||||||
"successfullyInstalled": "Firmware successfully installed.",
|
"successfullyInstalled": "Firmware zainstalowany prawidłowo.",
|
||||||
"updater": "WiFi101 / WiFiNINA Firmware Updater"
|
"updater": "WiFi101 / WiFiNINA Firmware Updater"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"environment": "Środowisko",
|
"environment": "Środowisko",
|
||||||
"faq": "Najczęściej zadawane pytania",
|
"faq": "Najczęściej zadawane pytania",
|
||||||
"findInReference": "Find in Reference",
|
"findInReference": "Przeszukaj przykłady",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Pierwsze kroki",
|
||||||
"keyword": "Wpisz słowo kluczowe",
|
"keyword": "Wpisz słowo kluczowe",
|
||||||
"privacyPolicy": "Privacy Policy",
|
"privacyPolicy": "Polityka prywatności",
|
||||||
"reference": "Reference",
|
"reference": "Przykłady",
|
||||||
"search": "Szukaj na Arduino.cc",
|
"search": "Szukaj na Arduino.cc",
|
||||||
"troubleshooting": "Rozwiązywanie problemów",
|
"troubleshooting": "Rozwiązywanie problemów",
|
||||||
"visit": "Odwiedź Arduino.cc"
|
"visit": "Odwiedź Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE updates",
|
"checkForUpdates": "Sprawdź uaktualnienia dla Arduino IDE.",
|
||||||
"closeAndInstallButton": "Close and Install",
|
"closeAndInstallButton": "Wyjdź i instaluj",
|
||||||
"closeToInstallNotice": "Close the software and install the update on your machine.",
|
"closeToInstallNotice": "Zamknij aplikacje i zainstaluj aktualizacje.",
|
||||||
"downloadButton": "Download",
|
"downloadButton": "Pobierz",
|
||||||
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
|
"downloadingNotice": "Pobieranie najnowszej wersji Arduino IDE.",
|
||||||
"errorCheckingForUpdates": "Error while checking for Arduino IDE updates.\n{0}",
|
"errorCheckingForUpdates": "Błąd podczas sprawdzania aktualizacji Arduino IDE.\n{0}",
|
||||||
"goToDownloadButton": "Go To Download",
|
"goToDownloadButton": "Przejdź do pobierania",
|
||||||
"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.",
|
"goToDownloadPage": "Nie mogliśmy pobrać i zainstalować automatycznie aktualizacji Arduino IDE. Proszę pobrać najnowszą wersję ze strony pobierania.",
|
||||||
"ideUpdaterDialog": "Software Update",
|
"ideUpdaterDialog": "Aktualizacja oprogramowania",
|
||||||
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
|
"newVersionAvailable": "Dostępna jest nowa wersja Arduino IDE( 1{0} ).",
|
||||||
"noUpdatesAvailable": "There are no recent updates available for the Arduino IDE",
|
"noUpdatesAvailable": "Brak nowych aktualizacji dla Arduino IDE.",
|
||||||
"notNowButton": "Not now",
|
"notNowButton": "Nie traz",
|
||||||
"skipVersionButton": "Skip Version",
|
"skipVersionButton": "Pomiń tą wersję.",
|
||||||
"updateAvailable": "Update Available",
|
"updateAvailable": "Dostępna aktualizacja.",
|
||||||
"versionDownloaded": "Arduino IDE {0} has been downloaded."
|
"versionDownloaded": "Pobrano Arduino IDE 1{0}"
|
||||||
},
|
},
|
||||||
"library": {
|
"library": {
|
||||||
"addZip": "Dodaj bibliotekę .ZIP...",
|
"addZip": "Dodaj bibliotekę .ZIP...",
|
||||||
"arduinoLibraries": "Biblioteki Arduino",
|
"arduinoLibraries": "Biblioteki Arduino",
|
||||||
"contributedLibraries": "Contributed libraries",
|
"contributedLibraries": "Przesłane biblioteki",
|
||||||
"dependenciesForLibrary": "Zależności dla biblioteki {0}:{1}",
|
"dependenciesForLibrary": "Zależności dla biblioteki {0}:{1}",
|
||||||
"include": "Dołącz bibliotekę",
|
"include": "Dołącz bibliotekę",
|
||||||
"installAll": "Zainstaluj wszystko",
|
"installAll": "Zainstaluj wszystko",
|
||||||
@ -231,7 +231,7 @@
|
|||||||
"zipLibrary": "Biblioteka"
|
"zipLibrary": "Biblioteka"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"advanced": "Advanced",
|
"advanced": "Niewłaściwy schemat.",
|
||||||
"sketch": "Szkic",
|
"sketch": "Szkic",
|
||||||
"tools": "Narzędzia"
|
"tools": "Narzędzia"
|
||||||
},
|
},
|
||||||
@ -241,9 +241,9 @@
|
|||||||
},
|
},
|
||||||
"preferences": {
|
"preferences": {
|
||||||
"additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek",
|
"additionalManagerURLs": "Dodatkowe adresy URL do menadżera płytek",
|
||||||
"auth.audience": "The OAuth2 audience.",
|
"auth.audience": "Społeczność OAuth2.",
|
||||||
"auth.clientID": "The OAuth2 client ID.",
|
"auth.clientID": "ID klienta OAuth2.",
|
||||||
"auth.domain": "The OAuth2 domain.",
|
"auth.domain": "Domena OAuth2.",
|
||||||
"auth.registerUri": "Identyfikator URI używany do zarejestrowania nowego użytkownika.",
|
"auth.registerUri": "Identyfikator URI używany do zarejestrowania nowego użytkownika.",
|
||||||
"automatic": "Automatyczne",
|
"automatic": "Automatyczne",
|
||||||
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
"board.certificates": "Lista certyfikatów, które można przesłać do płytki",
|
||||||
@ -262,26 +262,26 @@
|
|||||||
"compile.warnings": "Ustawia poziom ostrzeżeń w kompilatorze gcc. Domyślną wartością jest 'Brak'",
|
"compile.warnings": "Ustawia poziom ostrzeżeń w kompilatorze gcc. Domyślną wartością jest 'Brak'",
|
||||||
"compilerWarnings": "Ostrzeżenia kompilatora",
|
"compilerWarnings": "Ostrzeżenia kompilatora",
|
||||||
"editorFontSize": "Rozmiar czcionki edytora",
|
"editorFontSize": "Rozmiar czcionki edytora",
|
||||||
"editorQuickSuggestions": "Editor Quick Suggestions",
|
"editorQuickSuggestions": "Podpowiedzi w edytorze",
|
||||||
"enterAdditionalURLs": "Wprowadź dodatkowe adresy URL, po jednym adresie w wierszu",
|
"enterAdditionalURLs": "Wprowadź dodatkowe adresy URL, po jednym adresie w wierszu",
|
||||||
"files.inside.sketches": "Show files inside Sketches",
|
"files.inside.sketches": "Pokazuj pliki w szkicach",
|
||||||
"ide.updateBaseUrl": "The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'",
|
"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.",
|
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
|
||||||
"interfaceScale": "Skalowanie interfejsu",
|
"interfaceScale": "Skalowanie interfejsu",
|
||||||
"invalid.editorFontSize": "Nieprawidłowy rozmiar czcionki edytora. Musi to być dodatnia liczba całkowita.",
|
"invalid.editorFontSize": "Nieprawidłowy rozmiar czcionki edytora. Musi to być dodatnia liczba całkowita.",
|
||||||
"invalid.sketchbook.location": "Invalid sketchbook location: {0}",
|
"invalid.sketchbook.location": "Błędna lokalizacja szkicownika: {0}",
|
||||||
"invalid.theme": "Invalid theme.",
|
"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.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.",
|
"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",
|
"manualProxy": "Konfiguracja ręczna proxy",
|
||||||
"network": "Sieć",
|
"network": "Sieć",
|
||||||
"newSketchbookLocation": "Select new sketchbook location",
|
"newSketchbookLocation": "Wybierz nową lokalizację szkicownika",
|
||||||
"noProxy": "No proxy",
|
"noProxy": "Bez proxy",
|
||||||
"showVerbose": "Show verbose output during",
|
"showVerbose": "Pokazuj informacje zwrotne podczas:",
|
||||||
"sketchbook.location": "Sketchbook location",
|
"sketchbook.location": "Lokalizacja szkicownika",
|
||||||
"sketchbook.showAllFiles": "Prawda, aby wyświetlać wszystkie pliki ze szkicu. Fałsz jest wartością domyślną.",
|
"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.",
|
"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": "przesyłanie",
|
||||||
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
"upload.verbose": "Prawda, aby pokazywać szczegółowe informacje podczas wgrywania. Fałsz jest wartością domyślną.",
|
||||||
"verifyAfterUpload": "Weryfikuj kod po przesłaniu",
|
"verifyAfterUpload": "Weryfikuj kod po przesłaniu",
|
||||||
@ -293,38 +293,38 @@
|
|||||||
"serial": {
|
"serial": {
|
||||||
"autoscroll": "Autoscroll",
|
"autoscroll": "Autoscroll",
|
||||||
"carriageReturn": "Carriage Return",
|
"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",
|
"newLine": "Nowa linia",
|
||||||
"newLineCarriageReturn": "Both NL & CR",
|
"newLineCarriageReturn": "Razem NL i CR",
|
||||||
"noLineEndings": "No Line Ending",
|
"noLineEndings": "Brak końca linii",
|
||||||
"notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.",
|
"notConnected": "Nie połączono. Wybierz płytkę i port do automatycznego połączenia.",
|
||||||
"openSerialPlotter": "Serial Plotter",
|
"openSerialPlotter": "Ploter szeregowy",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Znacznik czasu",
|
||||||
"toggleTimestamp": "Toggle Timestamp"
|
"toggleTimestamp": "Ustaw znacznik czasu"
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "Archive Sketch",
|
"archiveSketch": "Archiwizuj szkic",
|
||||||
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
|
"cantOpen": "Folder \" 1{0} \" już istnieje. Nie można otworzyć szkicu.",
|
||||||
"close": "Are you sure you want to close the sketch?",
|
"close": "Jesteś pewien, że chcesz zamknąć szkic?",
|
||||||
"configureAndUpload": "Configure And Upload",
|
"configureAndUpload": "Skonfiguruj u wgraj",
|
||||||
"createdArchive": "Created archive '{0}'.",
|
"createdArchive": "Stwórz archiwum ' 1{0} '.",
|
||||||
"doneCompiling": "Kompilacja zakończona.",
|
"doneCompiling": "Kompilacja zakończona.",
|
||||||
"doneUploading": "Przesyłanie zakończone.",
|
"doneUploading": "Przesyłanie zakończone.",
|
||||||
"exportBinary": "Export Compiled Binary",
|
"exportBinary": "Eksportuj skompilowane binarnie",
|
||||||
"moving": "Moving",
|
"moving": "Przenoszenie",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "Plik \"{0}\" musi znajdować się w folderze szkiców o nazwie \"{1}\".\nCzy utworzyć ten folder, przenieść podany plik i kontynuować?",
|
||||||
"new": "Nowy",
|
"new": "Nowy",
|
||||||
"openFolder": "Otwórz folder",
|
"openFolder": "Otwórz folder",
|
||||||
"openRecent": "Otwórz ostatnie",
|
"openRecent": "Otwórz ostatnie",
|
||||||
"openSketchInNewWindow": "Otwórz szkic w nowym oknie.",
|
"openSketchInNewWindow": "Otwórz szkic w nowym oknie.",
|
||||||
"saveFolderAs": "Save sketch folder as...",
|
"saveFolderAs": "Zapisz folder szkicu jako...",
|
||||||
"saveSketchAs": "Save sketch folder as...",
|
"saveSketchAs": "Zapisz folder szkicu jako...",
|
||||||
"saveTempSketch": "Save your sketch to open it again later.",
|
"saveTempSketch": "Zapisz szkic, aby otworzyć go później.",
|
||||||
"showFolder": "Show Sketch Folder",
|
"showFolder": "Pokaż folder szkiców.",
|
||||||
"sketch": "Szkic",
|
"sketch": "Szkic",
|
||||||
"sketchbook": "Sketchbook",
|
"sketchbook": "Szkicownik",
|
||||||
"titleLocalSketchbook": "Local Sketchbook",
|
"titleLocalSketchbook": "Lokalny folder szkiców",
|
||||||
"titleSketchbook": "Sketchbook",
|
"titleSketchbook": "Szkicownik",
|
||||||
"upload": "Prześlij",
|
"upload": "Prześlij",
|
||||||
"uploadUsingProgrammer": "Prześlij używając programatora",
|
"uploadUsingProgrammer": "Prześlij używając programatora",
|
||||||
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
"userFieldsNotFoundError": "Can't find user fields for connected board",
|
||||||
@ -332,45 +332,45 @@
|
|||||||
"verifyOrCompile": "Weryfikuj/Kompiluj"
|
"verifyOrCompile": "Weryfikuj/Kompiluj"
|
||||||
},
|
},
|
||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "Answer survey",
|
"answerSurvey": "Odpowiedz na ankietę",
|
||||||
"dismissSurvey": "Don't show again",
|
"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": "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."
|
"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": {
|
"upload": {
|
||||||
"error": "{0} error: {1}"
|
"error": "{0} błąd: {1}"
|
||||||
},
|
},
|
||||||
"userFields": {
|
"userFields": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Anuluj",
|
||||||
"upload": "Prześlij"
|
"upload": "Prześlij"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"GoToCloud": "GO TO CLOUD"
|
"GoToCloud": "IDŹ DO CHMURY"
|
||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"core": {
|
"core": {
|
||||||
"cannotConnectBackend": "Cannot connect to the backend.",
|
"cannotConnectBackend": "Cannot connect to the backend.",
|
||||||
"cannotConnectDaemon": "Cannot connect to the CLI daemon.",
|
"cannotConnectDaemon": "Nie można połączyć się z demonem CLI.",
|
||||||
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
|
"couldNotSave": "Nie można zapisać szkicu. Skopiuj niezapisany szkic do edytora tekstu i zrestartuj IDE.",
|
||||||
"daemonOffline": "CLI Daemon Offline",
|
"daemonOffline": "CLI Daemon Offline",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"quitMessage": "Any unsaved changes will not be saved.",
|
"quitMessage": "Wszystkie niezapisane zmiany zostaną utracone.",
|
||||||
"quitTitle": "Are you sure you want to quit?"
|
"quitTitle": "Jesteś pewien, że chcesz wyjść?"
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"start": "Start...",
|
"start": "Uruchamianie...",
|
||||||
"startError": "There was an error starting the debug session, check the logs for more details.",
|
"startError": "There was an error starting the debug session, check the logs for more details.",
|
||||||
"typeNotSupported": "The debug session type \"{0}\" is not supported."
|
"typeNotSupported": "The debug session type \"{0}\" is not supported."
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"unsavedTitle": "Unsaved – {0}"
|
"unsavedTitle": "Niezapisany – {0}"
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
"collapse": "Zwiń",
|
"collapse": "Zwiń",
|
||||||
"expand": "Rozwiń"
|
"expand": "Rozwiń"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"deleteCurrentSketch": "Do you want to delete the current sketch?",
|
"deleteCurrentSketch": "Chcesz usunąć aktualny szkic?",
|
||||||
"fileNewName": "Nazwa nowego pliku",
|
"fileNewName": "Nazwa nowego pliku",
|
||||||
"invalidExtension": ".{0} nie jest prawidłowym rozszerzeniem",
|
"invalidExtension": ".{0} nie jest prawidłowym rozszerzeniem",
|
||||||
"invalidFilename": "Nieprawidłowa nazwa pliku.",
|
"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.",
|
"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",
|
"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?",
|
"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",
|
"getBoardInfo": "Obter Informações da Placa",
|
||||||
"inSketchbook": "(no Sketchbook)",
|
"inSketchbook": "(no Sketchbook)",
|
||||||
"installManually": "Instalar Manualmente",
|
"installManually": "Instalar Manualmente",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"platformMissing": "A plataforma para a placa '{0}' selecionada não está instalada.",
|
"platformMissing": "A plataforma para a placa '{0}' selecionada não está instalada.",
|
||||||
"pleasePickBoard": "Escolha uma placa conectada à porta que você selecionou.",
|
"pleasePickBoard": "Escolha uma placa conectada à porta que você selecionou.",
|
||||||
"port": "Porta{0}",
|
"port": "Porta{0}",
|
||||||
"portLabel": "Port: {0}",
|
"portLabel": "Porta{0}",
|
||||||
"programmer": "Programador/Gravador",
|
"programmer": "Programador/Gravador",
|
||||||
"reselectLater": "Selecionar novamente mais tarde",
|
"reselectLater": "Selecionar novamente mais tarde",
|
||||||
"selectBoard": "Selecionar Placa",
|
"selectBoard": "Selecionar Placa",
|
||||||
@ -192,7 +192,7 @@
|
|||||||
"visit": "Visitar Arduino.cc"
|
"visit": "Visitar Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE updates",
|
"checkForUpdates": "Checar por Atualizações",
|
||||||
"closeAndInstallButton": "Fechar e instalar ",
|
"closeAndInstallButton": "Fechar e instalar ",
|
||||||
"closeToInstallNotice": "Feche o software e instale a atualização em sua máquina. ",
|
"closeToInstallNotice": "Feche o software e instale a atualização em sua máquina. ",
|
||||||
"downloadButton": "Baixar",
|
"downloadButton": "Baixar",
|
||||||
@ -272,7 +272,7 @@
|
|||||||
"invalid.sketchbook.location": "Localização inválida para o sketchbook: {0}",
|
"invalid.sketchbook.location": "Localização inválida para o sketchbook: {0}",
|
||||||
"invalid.theme": "Tema inválido",
|
"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.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",
|
"manualProxy": "Configurações manuais de proxy",
|
||||||
"network": "Rede",
|
"network": "Rede",
|
||||||
"newSketchbookLocation": "Escolher",
|
"newSketchbookLocation": "Escolher",
|
||||||
@ -373,7 +373,7 @@
|
|||||||
"deleteCurrentSketch": "Você deseja excluir o sketch atual?",
|
"deleteCurrentSketch": "Você deseja excluir o sketch atual?",
|
||||||
"fileNewName": "Nome para o novo arquivo",
|
"fileNewName": "Nome para o novo arquivo",
|
||||||
"invalidExtension": "\".{0}\" não é uma extensão válida.",
|
"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"
|
"newFileName": "Novo nome para o arquivo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
64
i18n/zh.json
64
i18n/zh.json
@ -10,20 +10,20 @@
|
|||||||
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
"configDialog1": "如果要上传项目,请选择开发板和端口。",
|
||||||
"configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。",
|
"configDialog2": "如果你只选择了开发板,你可以编译项目,但不能上传项目。",
|
||||||
"configDialogTitle": "选择其他开发板和端口",
|
"configDialogTitle": "选择其他开发板和端口",
|
||||||
"couldNotFindPreviouslySelected": "在安装的平台’{1}‘中找不到以前选择的开发板’{0}‘。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
"couldNotFindPreviouslySelected": "在安装的平台 ‘{1}’ 中找不到以前选择的开发板 ‘{0}’。请手动选择要使用的开发板。你想现在重新选择它吗?",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "已断开",
|
||||||
"getBoardInfo": "获得开发板信息",
|
"getBoardInfo": "获得开发板信息",
|
||||||
"inSketchbook": "(在项目文件夹中)",
|
"inSketchbook": "(在项目文件夹中)",
|
||||||
"installManually": "手动安装",
|
"installManually": "手动安装",
|
||||||
"installNow": "必须为当前选定的 {2} 开发板板安装 “{0}{1}” 内核。你想现在安装吗?",
|
"installNow": "必须为当前选定的 {2} 开发板板安装 “{0}{1}” 内核。你想现在安装吗?",
|
||||||
"noFQBN": "FQBN 不可用于所选开发板 “{0}”。你是否安装了相应的内核?",
|
"noFQBN": "FQBN 不可用于所选开发板 “{0}”。你是否安装了相应的内核?",
|
||||||
"noPortsSelected": "没有为开发板选择端口:’{0}‘。",
|
"noPortsSelected": "没有为开发板选择端口:‘{0}’。",
|
||||||
"noneSelected": "未选择任何开发板。",
|
"noneSelected": "未选择任何开发板。",
|
||||||
"openBoardsConfig": "选择其他开发板和接口......",
|
"openBoardsConfig": "选择其他开发板和接口......",
|
||||||
"platformMissing": "未安装所选’{0}‘开发板的平台。",
|
"platformMissing": "未安装所选 ‘{0}’ 开发板的平台。",
|
||||||
"pleasePickBoard": "请选择要连接的开发板。",
|
"pleasePickBoard": "请选择要连接的开发板。",
|
||||||
"port": "端口 {0}",
|
"port": "端口 {0}",
|
||||||
"portLabel": "Port: {0}",
|
"portLabel": "端口:{0}",
|
||||||
"programmer": "编程器",
|
"programmer": "编程器",
|
||||||
"reselectLater": "稍后重新选择",
|
"reselectLater": "稍后重新选择",
|
||||||
"selectBoard": "选择开发板",
|
"selectBoard": "选择开发板",
|
||||||
@ -59,16 +59,16 @@
|
|||||||
"uploadingCertificates": "上传证书。"
|
"uploadingCertificates": "上传证书。"
|
||||||
},
|
},
|
||||||
"cli-error-parser": {
|
"cli-error-parser": {
|
||||||
"keyboardError": "没有找到'Keyboard',请检查您的项目是否包含‘#include<Keyboard.h>’",
|
"keyboardError": "没有找到 ‘Keyboard’,请检查您的项目是否包含 ‘#include<Keyboard.h>’?",
|
||||||
"mouseError": "没有找到'Mouse',请检查您的项目是否包含‘#include<Mouse.h>’"
|
"mouseError": "没有找到 ‘Mouse’,请检查您的项目是否包含 ‘#include<Mouse.h>’?"
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"account": "账户",
|
"account": "账户",
|
||||||
"chooseSketchVisibility": "选择项目的可见性:",
|
"chooseSketchVisibility": "选择项目的可见性:",
|
||||||
"connected": "已连接",
|
"connected": "已连接",
|
||||||
"continue": "继续",
|
"continue": "继续",
|
||||||
"donePulling": "已完成拉取’{0}‘。",
|
"donePulling": "已完成拉取 ‘{0}’。",
|
||||||
"donePushing": "已完成推送’{0}‘。",
|
"donePushing": "已完成推送 ‘{0}’。",
|
||||||
"embed": "嵌入:",
|
"embed": "嵌入:",
|
||||||
"emptySketchbook": "你的项目文件夹是空的",
|
"emptySketchbook": "你的项目文件夹是空的",
|
||||||
"learnMore": "查看更多",
|
"learnMore": "查看更多",
|
||||||
@ -104,7 +104,7 @@
|
|||||||
"noBoardSelected": "没有选择开发板",
|
"noBoardSelected": "没有选择开发板",
|
||||||
"notConnected": "[没有连接]",
|
"notConnected": "[没有连接]",
|
||||||
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI 可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
"offlineIndicator": "你似乎处于离线状态。如果没有网络连接,Arduino CLI 可能无法下载所需的资源,并可能导致故障。请连接网络并重新启动程序。",
|
||||||
"oldFormat": "’{0}‘仍然使用旧的‘.pde’格式。是否要切换到新的‘.ino’扩展?",
|
"oldFormat": "‘{0}’ 仍然使用旧的 ‘.pde’ 格式。是否要切换到新的 ‘.ino’ 扩展?",
|
||||||
"processing": "正在处理中",
|
"processing": "正在处理中",
|
||||||
"selectBoard": "选择开发板",
|
"selectBoard": "选择开发板",
|
||||||
"selectedOn": "on {0}",
|
"selectedOn": "on {0}",
|
||||||
@ -138,8 +138,8 @@
|
|||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"debugWithMessage": "调试 - {0}",
|
"debugWithMessage": "调试 - {0}",
|
||||||
"debuggingNotSupported": "’{0}‘不支持调试",
|
"debuggingNotSupported": "‘{0}’ 不支持调试",
|
||||||
"noPlatformInstalledFor": "’{0}‘平台未安装",
|
"noPlatformInstalledFor": "‘{0}’ 平台未安装",
|
||||||
"optimizeForDebugging": "调试优化"
|
"optimizeForDebugging": "调试优化"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -157,7 +157,7 @@
|
|||||||
"previousError": "上一个错误"
|
"previousError": "上一个错误"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动IDE。",
|
"couldNotSave": "无法保存项目。请将未保存的工作复制到你喜爱的文本编辑器中,然后重新启动 IDE。",
|
||||||
"unsavedChanges": "将不会保存任何未保存的更改。"
|
"unsavedChanges": "将不会保存任何未保存的更改。"
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
@ -192,7 +192,7 @@
|
|||||||
"visit": "访问 Arduino.cc"
|
"visit": "访问 Arduino.cc"
|
||||||
},
|
},
|
||||||
"ide-updater": {
|
"ide-updater": {
|
||||||
"checkForUpdates": "Check for Arduino IDE updates",
|
"checkForUpdates": "检查 Arduino IDE 的更新",
|
||||||
"closeAndInstallButton": "关闭并安装",
|
"closeAndInstallButton": "关闭并安装",
|
||||||
"closeToInstallNotice": "关闭软件并安装更新。",
|
"closeToInstallNotice": "关闭软件并安装更新。",
|
||||||
"downloadButton": "下载",
|
"downloadButton": "下载",
|
||||||
@ -249,15 +249,15 @@
|
|||||||
"board.certificates": "可上传到开发板的证书列表",
|
"board.certificates": "可上传到开发板的证书列表",
|
||||||
"browse": "浏览",
|
"browse": "浏览",
|
||||||
"choose": "选择",
|
"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.",
|
"cli.daemonDebug": "启用对 Arduino CLI 的 gRPC 调用的调试记录。该设置需要重新启动 IDE 才能生效。默认不启用。",
|
||||||
"cloud.enabled": "True则启用项目同步功能。默认为true。",
|
"cloud.enabled": "True 则启用项目同步功能。默认为 True。",
|
||||||
"cloud.pull.warn": "True则在拉取cloud项目之前警告用户。默认为true。",
|
"cloud.pull.warn": "True 则在拉取cloud项目之前警告用户。默认为 True。",
|
||||||
"cloud.push.warn": "True则在推送cloud项目之前警告用户。默认为true。",
|
"cloud.push.warn": "True 则在推送 cloud 项目之前警告用户。默认为 True。",
|
||||||
"cloud.pushpublic.warn": "True则将公开项目推送到cloud中之前警告用户。默认为true。",
|
"cloud.pushpublic.warn": "True 则将公开项目推送到 cloud 中之前警告用户。默认为 True。",
|
||||||
"cloud.sketchSyncEndpoint": "用于从后台推送项目的端点。默认情况下,它指向 Arduino Cloud API。",
|
"cloud.sketchSyncEndpoint": "用于从后台推送项目的端点。默认情况下,它指向 Arduino Cloud API。",
|
||||||
"compile": "编译",
|
"compile": "编译",
|
||||||
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
|
"compile.experimental": "True 则 IDE 处理多个编译器错误。默认为 False。",
|
||||||
"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.revealRange": "调整编译器错误在 “验证/上传” 失败后在编辑器中的显示方式。可能的值:‘auto’:根据需要垂直滚动并显示一行。‘center’:必要时垂直滚动并显示垂直居中的一行。‘top’:必要时垂直滚动并显示靠近视口顶部的一行,优化用于查看代码定义。‘centerIfOutsideViewport’:根据需要垂直滚动并显示垂直居中的线,只有当它位于视口之外时。默认值是 ‘{0}’。",
|
||||||
"compile.verbose": "True 则输出详细编译信息。默认为 False",
|
"compile.verbose": "True 则输出详细编译信息。默认为 False",
|
||||||
"compile.warnings": "设置 gcc 警告级别。默认为 None",
|
"compile.warnings": "设置 gcc 警告级别。默认为 None",
|
||||||
"compilerWarnings": "编译器警告",
|
"compilerWarnings": "编译器警告",
|
||||||
@ -265,22 +265,22 @@
|
|||||||
"editorQuickSuggestions": "编辑快速建议",
|
"editorQuickSuggestions": "编辑快速建议",
|
||||||
"enterAdditionalURLs": "输入补充地址,每行一个。",
|
"enterAdditionalURLs": "输入补充地址,每行一个。",
|
||||||
"files.inside.sketches": "显示项目中的文件夹",
|
"files.inside.sketches": "显示项目中的文件夹",
|
||||||
"ide.updateBaseUrl": "下载更新的网址。默认为 'https://downloads.arduino.cc/arduino-ide'",
|
"ide.updateBaseUrl": "下载更新的网址。默认为 ‘https://downloads.arduino.cc/arduino-ide’",
|
||||||
"ide.updateChannel": "在发布频道中获取更新信息。'stable是稳定的版本,nightly是最新的开发版本。",
|
"ide.updateChannel": "在发布频道中获取更新信息。‘stable’ 是稳定的版本,‘nightly’ 是最新的开发版本。",
|
||||||
"interfaceScale": "界面比例",
|
"interfaceScale": "界面比例",
|
||||||
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
"invalid.editorFontSize": "编辑器字体大小无效。它必须是正整数。",
|
||||||
"invalid.sketchbook.location": "无效的项目文件夹地址:{0}",
|
"invalid.sketchbook.location": "无效的项目文件夹地址:{0}",
|
||||||
"invalid.theme": "无效的主题。",
|
"invalid.theme": "无效的主题。",
|
||||||
"language.log": "True则Arduino语言服务器将日志文件生成到项目文件夹中。默认为false。",
|
"language.log": "True 则 Arduino Language Server 将日志文件生成到项目文件夹中。默认为 False。",
|
||||||
"language.realTimeDiagnostics": "If true, the language server provides real-time diagnostics when typing in the editor. It's false by default.",
|
"language.realTimeDiagnostics": " True 则 language server 在编辑器中输入时提供实时诊断。默认为 False。",
|
||||||
"manualProxy": "手动配置代理",
|
"manualProxy": "手动配置代理",
|
||||||
"network": "网络",
|
"network": "网络",
|
||||||
"newSketchbookLocation": "选择新的项目文件夹地址",
|
"newSketchbookLocation": "选择新的项目文件夹地址",
|
||||||
"noProxy": "无代理",
|
"noProxy": "无代理",
|
||||||
"showVerbose": "显示详细输出",
|
"showVerbose": "显示详细输出",
|
||||||
"sketchbook.location": "项目文件夹地址",
|
"sketchbook.location": "项目文件夹地址",
|
||||||
"sketchbook.showAllFiles": "True则显示项目中的所有项目文件。默认情况下为false。",
|
"sketchbook.showAllFiles": "True 则显示项目中的所有项目文件。默认情况下为 False。",
|
||||||
"survey.notification": "True if users should be notified if a survey is available. True by default.",
|
"survey.notification": "True 则在有调查时应通知用户。默认为 True。",
|
||||||
"unofficialBoardSupport": "点击获取支持的非官方开发板地址列表",
|
"unofficialBoardSupport": "点击获取支持的非官方开发板地址列表",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"upload.verbose": "True 则输出详细上传信息。默认情况下为 False。",
|
"upload.verbose": "True 则输出详细上传信息。默认情况下为 False。",
|
||||||
@ -298,21 +298,21 @@
|
|||||||
"newLineCarriageReturn": "两者都是 NL 和 CR",
|
"newLineCarriageReturn": "两者都是 NL 和 CR",
|
||||||
"noLineEndings": "没有结束符",
|
"noLineEndings": "没有结束符",
|
||||||
"notConnected": "未连接。选择要自动连接的开发板和端口。",
|
"notConnected": "未连接。选择要自动连接的开发板和端口。",
|
||||||
"openSerialPlotter": "Serial Plotter",
|
"openSerialPlotter": "串口绘图仪",
|
||||||
"timestamp": "时间戳",
|
"timestamp": "时间戳",
|
||||||
"toggleTimestamp": "显示时间戳"
|
"toggleTimestamp": "显示时间戳"
|
||||||
},
|
},
|
||||||
"sketch": {
|
"sketch": {
|
||||||
"archiveSketch": "项目存档",
|
"archiveSketch": "项目存档",
|
||||||
"cantOpen": "”{0}“文件夹已存在。无法打开项目。",
|
"cantOpen": "“{0}” 文件夹已存在。无法打开项目。",
|
||||||
"close": "是否确实要关闭项目?",
|
"close": "是否确实要关闭项目?",
|
||||||
"configureAndUpload": "配置和上传",
|
"configureAndUpload": "配置和上传",
|
||||||
"createdArchive": "已创建存档’{0}‘。",
|
"createdArchive": "已创建存档 ‘{0}’。",
|
||||||
"doneCompiling": "编译完成",
|
"doneCompiling": "编译完成",
|
||||||
"doneUploading": "上传完成",
|
"doneUploading": "上传完成",
|
||||||
"exportBinary": "导出已编译的二进制文件",
|
"exportBinary": "导出已编译的二进制文件",
|
||||||
"moving": "移动",
|
"moving": "移动",
|
||||||
"movingMsg": "”{0}“文件需要位于“{1}”项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
"movingMsg": "“{0}” 文件需要位于 “{1}” 项目文件夹中。\n创建此文件夹,移动文件,然后继续?",
|
||||||
"new": "新建",
|
"new": "新建",
|
||||||
"openFolder": "打开文件夹",
|
"openFolder": "打开文件夹",
|
||||||
"openRecent": "打开最近",
|
"openRecent": "打开最近",
|
||||||
@ -334,7 +334,7 @@
|
|||||||
"survey": {
|
"survey": {
|
||||||
"answerSurvey": "回答问卷",
|
"answerSurvey": "回答问卷",
|
||||||
"dismissSurvey": "不要再显示",
|
"dismissSurvey": "不要再显示",
|
||||||
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解对我们的支持者"
|
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解我们的支持者。"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"error": "{0} 错误:{1}"
|
"error": "{0} 错误:{1}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user