circuitpython/locale/pl.po

2893 lines
80 KiB
Plaintext
Raw Normal View History

2019-03-24 20:26:23 -04:00
# Adafruit CircuitPython Polish Translation
# Copyright (C) 2019
# This file is distributed under the same license as the CircuitPython package.
# Radomir Dopieralski <circuitpython@sheep.art.pl>, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
2020-01-07 17:31:58 -05:00
"POT-Creation-Date: 2020-01-07 14:31-0800\n"
2019-03-24 20:26:23 -04:00
"PO-Revision-Date: 2019-03-19 18:37-0700\n"
"Last-Translator: Radomir Dopieralski <circuitpython@sheep.art.pl>\n"
"Language-Team: pl\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: main.c
msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
"\n"
"Kod wykonany. Czekam na przeładowanie.\n"
#: supervisor/shared/safe_mode.c
msgid ""
"\n"
"Please file an issue with the contents of your CIRCUITPY drive at \n"
"https://github.com/adafruit/circuitpython/issues\n"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid ""
"\n"
"To exit, please reset the board without "
msgstr ""
#: py/obj.c
msgid " File \"%q\""
msgstr " Plik \"%q\""
#: py/obj.c
msgid " File \"%q\", line %d"
msgstr " Plik \"%q\", linia %d"
#: main.c
msgid " output:\n"
msgstr " wyjście:\n"
#: py/objstr.c
#, c-format
msgid "%%c requires int or char"
msgstr "%%c wymaga int lub char"
2019-03-24 20:26:23 -04:00
#: shared-bindings/microcontroller/Pin.c
msgid "%q in use"
msgstr "%q w użyciu"
#: py/obj.c
msgid "%q index out of range"
msgstr "%q poza zakresem"
#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr "%q indeks musi być liczbą całkowitą, a nie %s"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2020-01-07 17:31:58 -05:00
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
#: shared-bindings/displayio/Shape.c
2019-03-24 20:26:23 -04:00
msgid "%q must be >= 1"
msgstr "%q musi być >= 1"
#: shared-bindings/fontio/BuiltinFont.c
msgid "%q should be an int"
msgstr "%q powinno być typu int"
#: py/bc.c py/objnamedtuple.c
msgid "%q() takes %d positional arguments but %d were given"
msgstr "%q() bierze %d argumentów pozycyjnych, lecz podano %d"
#: py/argcheck.c
msgid "'%q' argument required"
msgstr "'%q' wymaga argumentu"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a label"
msgstr "'%s' oczekuje etykiety"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a register"
msgstr "'%s' oczekuje rejestru"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a special register"
msgstr "'%s' oczekuje rejestru specjalnego"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an FPU register"
msgstr "'%s' oczekuje rejestru FPU"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr "'%s' oczekuje adresu w postaci [a, b]"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects an integer"
msgstr "'%s' oczekuje liczby całkowitej"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects at most r%d"
msgstr "'%s' oczekuje co najwyżej r%d"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr "'%s' oczekuje {r0, r1, ...}"
#: py/emitinlinextensa.c
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgstr "'%s' liczba %d poza zakresem %d..%d"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr "'%s' liczba 0x%x nie pasuje do maski 0x%x"
2019-12-04 10:59:00 -05:00
#: py/proto.c
2019-12-06 14:25:28 -05:00
msgid "'%s' object does not support '%q'"
2019-12-04 10:59:00 -05:00
msgstr ""
#: py/obj.c
#, c-format
msgid "'%s' object does not support item assignment"
msgstr "'%s' obiekt nie wspiera przypisania do elementów"
#: py/obj.c
#, c-format
msgid "'%s' object does not support item deletion"
msgstr "'%s' obiekt nie wspiera usuwania elementów"
#: py/runtime.c
msgid "'%s' object has no attribute '%q'"
msgstr "'%s' obiekt nie ma atrybutu '%q'"
#: py/runtime.c
#, c-format
msgid "'%s' object is not an iterator"
msgstr "'%s' obiekt nie jest iteratorem"
#: py/objtype.c py/runtime.c
#, c-format
msgid "'%s' object is not callable"
msgstr "'%s' nie można wywoływać obiektu"
#: py/runtime.c
#, c-format
msgid "'%s' object is not iterable"
msgstr "'%s' nie można iterować po obiekcie"
#: py/obj.c
#, c-format
msgid "'%s' object is not subscriptable"
msgstr "'%s' nie można indeksować obiektu"
#: py/objstr.c
msgid "'=' alignment not allowed in string format specifier"
msgstr "wyrównanie '=' niedozwolone w specyfikacji formatu"
2019-03-24 20:26:23 -04:00
#: shared-module/struct/__init__.c
msgid "'S' and 'O' are not supported format types"
2019-04-11 07:43:52 -04:00
msgstr "typy formatowania 'S' oraz 'O' są niewspierane"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "'align' requires 1 argument"
msgstr "'align' wymaga 1 argumentu"
#: py/compile.c
msgid "'await' outside function"
msgstr "'await' poza funkcją"
#: py/compile.c
msgid "'break' outside loop"
msgstr "'break' poza pętlą"
#: py/compile.c
msgid "'continue' outside loop"
msgstr "'continue' poza pętlą"
#: py/compile.c
msgid "'data' requires at least 2 arguments"
msgstr "'data' wymaga 2 lub więcej argumentów"
#: py/compile.c
msgid "'data' requires integer arguments"
msgstr "'data' wymaga całkowitych argumentów"
#: py/compile.c
msgid "'label' requires 1 argument"
msgstr "'label' wymaga 1 argumentu"
#: py/compile.c
msgid "'return' outside function"
msgstr "'return' poza funkcją"
#: py/compile.c
msgid "'yield' outside function"
msgstr "'yield' poza funkcją"
#: py/compile.c
msgid "*x must be assignment target"
msgstr "*x musi być obiektem przypisania"
#: py/obj.c
msgid ", in %q\n"
msgstr ", w %q\n"
#: py/objcomplex.c
msgid "0.0 to a complex power"
msgstr "0.0 do potęgi zespolonej"
#: py/modbuiltins.c
msgid "3-arg pow() not supported"
msgstr "3-argumentowy pow() jest niewspierany"
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use"
msgstr "Kanał przerwań sprzętowych w użyciu"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Address.c
2019-03-24 20:26:23 -04:00
#, c-format
msgid "Address must be %d bytes long"
msgstr "Adres musi mieć %d bajtów"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Address.c
msgid "Address type out of range"
msgstr ""
#: ports/nrf/common-hal/busio/I2C.c
msgid "All I2C peripherals are in use"
msgstr "Wszystkie peryferia I2C w użyciu"
#: ports/nrf/common-hal/busio/SPI.c
msgid "All SPI peripherals are in use"
msgstr "Wszystkie peryferia SPI w użyciu"
#: ports/nrf/common-hal/busio/UART.c
msgid "All UART peripherals are in use"
msgstr "Wszystkie peryferia UART w użyciu"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "All event channels in use"
msgstr "Wszystkie kanały zdarzeń w użyciu"
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "All sync event channels in use"
msgstr "Wszystkie kanały zdarzeń synchronizacji w użyciu"
2019-03-24 20:26:23 -04:00
#: shared-bindings/pulseio/PWMOut.c
msgid "All timers for this pin are in use"
2019-04-11 07:43:52 -04:00
msgstr "Wszystkie timery tej nóżki w użyciu"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
2019-03-24 20:26:23 -04:00
msgid "All timers in use"
2019-04-11 07:43:52 -04:00
msgstr "Wszystkie timery w użyciu"
2019-03-24 20:26:23 -04:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Already advertising."
msgstr ""
#: ports/nrf/common-hal/analogio/AnalogOut.c
msgid "AnalogOut functionality not supported"
msgstr "AnalogOut jest niewspierane"
#: shared-bindings/analogio/AnalogOut.c
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
msgstr "AnalogOut ma 16 bitów. Wartość musi być mniejsza od 65536."
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "AnalogOut not supported on given pin"
msgstr "AnalogOut niewspierany na tej nóżce"
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
msgid "Another send is already active"
msgstr "Wysyłanie jest już w toku"
2019-03-24 20:26:23 -04:00
#: shared-bindings/pulseio/PulseOut.c
msgid "Array must contain halfwords (type 'H')"
msgstr "Tablica musi zawierać pół-słowa (typ 'H')"
#: shared-bindings/nvm/ByteArray.c
msgid "Array values should be single bytes."
2019-04-11 07:43:52 -04:00
msgstr "Wartości powinny być bajtami."
2019-03-24 20:26:23 -04:00
#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
msgstr ""
2019-03-24 20:26:23 -04:00
#: main.c
msgid "Auto-reload is off.\n"
msgstr "Samo-przeładowywanie wyłączone.\n"
#: main.c
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
msgstr ""
"Samo-przeładowywanie włączone. Po prostu zapisz pliki przez USB aby je "
"uruchomić, albo wejdź w konsolę aby wyłączyć.\n"
2019-08-22 15:59:17 -04:00
#: shared-module/displayio/Display.c
msgid "Below minimum frame rate"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Bit clock and word select must share a clock unit"
msgstr "Zegar bitowy i wybór słowa muszą współdzielić jednostkę zegara"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Głębia musi być wielokrotnością 8."
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "Both pins must support hardware interrupts"
msgstr "Obie nóżki muszą wspierać przerwania sprzętowe"
#: shared-bindings/displayio/Display.c
msgid "Brightness must be 0-1.0"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-bindings/supervisor/__init__.c
msgid "Brightness must be between 0 and 255"
msgstr "Jasność musi być pomiędzy 0 a 255"
#: shared-bindings/displayio/Display.c
msgid "Brightness not adjustable"
msgstr "Jasność nie jest regulowana"
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/UUID.c
#, c-format
msgid "Buffer + offset too small %d %d %d"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-module/usb_hid/Device.c
#, c-format
msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Zła wielkość bufora. Powinno być %d bajtów."
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
msgid "Buffer is not a bytearray."
msgstr ""
#: shared-bindings/displayio/Display.c
msgid "Buffer is too small"
msgstr ""
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#, c-format
msgid "Buffer length %d too big. It must be less than %d"
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
2019-03-24 20:26:23 -04:00
msgid "Buffer must be at least length 1"
2019-04-11 07:43:52 -04:00
msgstr "Bufor musi mieć długość 1 lub więcej"
2019-03-24 20:26:23 -04:00
2020-01-07 17:31:58 -05:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Buffer too large and unable to allocate"
msgstr ""
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
#, c-format
msgid "Bus pin %d is already in use"
msgstr "Nóżka magistrali %d jest w użyciu"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-03-24 20:26:23 -04:00
msgid "Byte buffer must be 16 bytes."
2019-04-11 07:43:52 -04:00
msgstr "Bufor musi mieć 16 bajtów."
2019-03-24 20:26:23 -04:00
#: shared-bindings/nvm/ByteArray.c
msgid "Bytes must be between 0 and 255."
msgstr "Bytes musi być między 0 a 255."
#: py/objtype.c
msgid "Call super().__init__() before accessing native object."
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
msgstr ""
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
2019-03-24 20:26:23 -04:00
msgid "Cannot delete values"
2019-04-11 07:43:52 -04:00
msgstr "Nie można usunąć"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
msgstr "Nie ma podciągnięcia w trybie wyjścia"
#: ports/nrf/common-hal/microcontroller/Processor.c
msgid "Cannot get temperature"
msgstr "Nie można odczytać temperatury"
2019-12-12 18:33:46 -05:00
#: shared-bindings/_bleio/Adapter.c
msgid "Cannot have scan responses for extended, connectable advertisements."
msgstr ""
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Cannot output both channels on the same pin"
msgstr "Nie można mieć obu kanałów na tej samej nóżce"
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/SPI.c
msgid "Cannot read without MISO pin."
msgstr "Nie można czytać bez nóżki MISO"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Cannot record to a file"
msgstr "Nie można nagrać do pliku"
2019-03-24 20:26:23 -04:00
#: shared-module/storage/__init__.c
msgid "Cannot remount '/' when USB is active."
2019-04-11 07:43:52 -04:00
msgstr "Nie można przemontować '/' gdy USB działa."
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr "Nie można zrestartować -- nie ma bootloadera."
2019-03-24 20:26:23 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr "Nie można ustawić wartości w trybie wejścia"
#: py/objslice.c
msgid "Cannot subclass slice"
msgstr "Nie można dziedziczyć ze slice"
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/SPI.c
msgid "Cannot transfer without MOSI and MISO pins."
msgstr "Nie można przesyłać bez nóżek MOSI i MISO."
#: extmod/moductypes.c
msgid "Cannot unambiguously get sizeof scalar"
msgstr "Wielkość skalara jest niejednoznaczna"
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr "Nie można pisać bez nóżki MOSI."
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-03-24 20:26:23 -04:00
msgid "CharacteristicBuffer writing not provided"
msgstr "Pisanie do CharacteristicBuffer niewspierane"
#: supervisor/shared/safe_mode.c
msgid "CircuitPython core code crashed hard. Whoops!\n"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid ""
"CircuitPython is in safe mode because you pressed the reset button during "
"boot. Press again to exit safe mode.\n"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/SPI.c
msgid "Clock pin init failed."
2019-04-11 07:43:52 -04:00
msgstr "Nie powiodło się ustawienie nóżki zegara"
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/I2C.c
msgid "Clock stretch too long"
msgstr "Rozciągnięcie zegara zbyt duże"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Clock unit in use"
msgstr "Jednostka zegara w użyciu"
#: shared-bindings/_pew/PewPew.c
msgid "Column entry must be digitalio.DigitalInOut"
msgstr "Kolumny muszą być typu digitalio.DigitalInOut"
#: shared-bindings/displayio/I2CDisplay.c
msgid "Command must be 0-255"
msgstr ""
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
2019-03-24 20:26:23 -04:00
msgid "Command must be an int between 0 and 255"
2019-04-11 07:43:52 -04:00
msgstr "Komenda musi być int pomiędzy 0 a 255"
2019-03-24 20:26:23 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Connection.c
msgid ""
"Connection has been disconnected and can no longer be used. Create a new "
"connection."
msgstr ""
#: py/persistentcode.c
msgid "Corrupt .mpy file"
msgstr ""
#: py/emitglue.c
msgid "Corrupt raw code"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c
msgid "Could not initialize UART"
msgstr "Ustawienie UART nie powiodło się"
#: shared-module/audiomp3/MP3File.c
msgid "Couldn't allocate decoder"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
#: shared-module/audiomp3/MP3File.c
2019-03-24 20:26:23 -04:00
msgid "Couldn't allocate first buffer"
msgstr "Nie udała się alokacja pierwszego bufora"
#: shared-module/audiomp3/MP3File.c
msgid "Couldn't allocate input buffer"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
#: shared-module/audiomp3/MP3File.c
2019-03-24 20:26:23 -04:00
msgid "Couldn't allocate second buffer"
msgstr "Nie udała się alokacja drugiego bufora"
#: supervisor/shared/safe_mode.c
msgid "Crash into the HardFault_Handler."
msgstr ""
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "DAC already in use"
msgstr "DAC w użyciu"
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
msgid "Data 0 pin must be byte aligned"
msgstr "Nóżka data 0 musi być wyrównana do bajtu"
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-03-24 20:26:23 -04:00
msgid "Data chunk must follow fmt chunk"
msgstr "Fragment danych musi następować po fragmencie fmt"
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Data too large for advertisement packet"
msgstr "Zbyt dużo danych pakietu rozgłoszeniowego"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Pojemność celu mniejsza od destination_length."
2019-09-08 18:31:01 -04:00
#: ports/nrf/common-hal/audiobusio/I2SOut.c
msgid "Device in use"
msgstr ""
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
msgid "Display must have a 16 bit colorspace."
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2019-03-24 20:26:23 -04:00
msgid "Display rotation must be in 90 degree increments"
2019-04-11 07:43:52 -04:00
msgstr "Wyświetlacz można obracać co 90 stopni"
2019-03-24 20:26:23 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
2019-04-11 07:43:52 -04:00
msgstr "Tryb sterowania nieużywany w trybie wejścia."
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Kanał EXTINT w użyciu"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Błąd w regex"
#: shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
2019-05-10 13:09:56 -04:00
#: shared-bindings/terminalio/Terminal.c
2019-03-24 20:26:23 -04:00
msgid "Expected a %q"
msgstr "Oczekiwano %q"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2020-01-07 17:31:58 -05:00
#: shared-bindings/_bleio/Descriptor.c shared-bindings/_bleio/PacketBuffer.c
2019-03-24 20:26:23 -04:00
msgid "Expected a Characteristic"
msgstr "Oczekiwano charakterystyki"
#: shared-bindings/_pixelbuf/__init__.c
msgid "Expected a PixelBuf instance"
msgstr ""
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c
msgid "Expected a Service"
msgstr ""
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
#: shared-bindings/_bleio/Service.c
2019-03-24 20:26:23 -04:00
msgid "Expected a UUID"
msgstr "Oczekiwano UUID"
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
2019-07-09 08:43:54 -04:00
msgid "Expected an Address"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-module/_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr "Oczekiwano krotkę długości %d, otrzymano %d"
2019-05-15 22:29:34 -04:00
#: shared-bindings/ps2io/Ps2.c
msgid "Failed sending command."
msgstr ""
#: ports/nrf/sd_mutex.c
#, fuzzy, c-format
msgid "Failed to acquire mutex, err 0x%04x"
msgstr "Nie udało się uzyskać blokady, błąd 0x$04x"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "Failed to allocate RX buffer"
msgstr "Nie udała się alokacja bufora RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
msgstr "Nie udała się alokacja %d bajtów na bufor RX"
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
2019-10-21 22:50:17 -04:00
msgid "Failed to connect: internal error"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Failed to connect: timeout"
msgstr ""
#: shared-module/audiomp3/MP3File.c
msgid "Failed to parse MP3 file"
msgstr ""
#: ports/nrf/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Nie udało się zwolnić blokady, błąd 0x%04x"
#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr ""
#: py/moduerrno.c
msgid "File exists"
msgstr "Plik istnieje"
#: ports/nrf/common-hal/nvm/ByteArray.c
msgid "Flash write failed"
msgstr "Zapis do flash nie powiódł się"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Frequency captured is above capability. Capture Paused."
msgstr "Uzyskana częstotliwość jest niemożliwa. Spauzowano."
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
2019-03-24 20:26:23 -04:00
msgid "Function requires lock"
msgstr "Funkcja wymaga blokady"
2019-07-26 01:48:36 -04:00
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2019-07-26 01:48:36 -04:00
msgid "Group already used"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr "Grupa pełna"
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "Operacja I/O na zamkniętym pliku"
#: extmod/machine_i2c.c
msgid "I2C operation not supported"
msgstr "Operacja I2C nieobsługiwana"
#: py/persistentcode.c
msgid ""
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
"mpy-update for more info."
msgstr ""
"Niekompatybilny plik .mpy. Proszę odświeżyć wszystkie pliki .mpy. Więcej "
"informacji na http://adafrui.it/mpy-update."
#: shared-bindings/_pew/PewPew.c
msgid "Incorrect buffer size"
msgstr "Niewłaściwa wielkość bufora"
#: py/moduerrno.c
msgid "Input/output error"
msgstr "Błąd I/O"
#: ports/nrf/common-hal/_bleio/__init__.c
msgid "Insufficient authentication"
msgstr ""
2019-11-21 19:50:34 -05:00
#: ports/nrf/common-hal/_bleio/__init__.c
msgid "Insufficient encryption"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Invalid %q pin"
msgstr "Zła nóżka %q"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/OnDiskBitmap.c
msgid "Invalid BMP file"
2019-04-11 07:43:52 -04:00
msgstr "Zły BMP"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
2019-03-24 20:26:23 -04:00
msgid "Invalid PWM frequency"
2019-04-11 07:43:52 -04:00
msgstr "Zła częstotliwość PWM"
2019-03-24 20:26:23 -04:00
#: py/moduerrno.c
msgid "Invalid argument"
msgstr "Zły argument"
2019-04-04 16:38:05 -04:00
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
2019-04-11 07:43:52 -04:00
msgstr "Zła liczba bitów wartości"
2019-04-04 16:38:05 -04:00
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Zła wielkość bufora"
2019-10-03 19:42:40 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Invalid capture period. Valid range: 1 - 500"
msgstr "Zły okres. Poprawny zakres to: 1 - 500"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid channel count"
msgstr "Zła liczba kanałów"
2019-03-24 20:26:23 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
2019-04-11 07:43:52 -04:00
msgstr "Zły tryb"
2019-03-24 20:26:23 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-03-24 20:26:23 -04:00
msgid "Invalid file"
2019-04-11 07:43:52 -04:00
msgstr "Zły plik"
2019-03-24 20:26:23 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-03-24 20:26:23 -04:00
msgid "Invalid format chunk size"
2019-04-11 07:43:52 -04:00
msgstr "Zła wielkość fragmentu formatu"
2019-03-24 20:26:23 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-03-24 20:26:23 -04:00
msgid "Invalid number of bits"
2019-04-11 07:43:52 -04:00
msgstr "Zła liczba bitów"
2019-03-24 20:26:23 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-03-24 20:26:23 -04:00
msgid "Invalid phase"
2019-04-11 07:43:52 -04:00
msgstr "Zła faza"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
2019-03-24 20:26:23 -04:00
#: shared-bindings/pulseio/PWMOut.c
msgid "Invalid pin"
2019-04-11 07:43:52 -04:00
msgstr "Zła nóżka"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for left channel"
msgstr "Zła nóżka dla lewego kanału"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for right channel"
msgstr "Zła nóżka dla prawego kanału"
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/SPI.c
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/nrf/common-hal/busio/I2C.c
msgid "Invalid pins"
msgstr "Złe nóżki"
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-03-24 20:26:23 -04:00
msgid "Invalid polarity"
2019-04-11 07:43:52 -04:00
msgstr "Zła polaryzacja"
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c
2019-08-15 21:54:52 -04:00
msgid "Invalid properties"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-bindings/microcontroller/__init__.c
msgid "Invalid run mode."
2019-04-11 07:43:52 -04:00
msgstr "Zły tryb uruchomienia"
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: shared-module/_bleio/Attribute.c
2019-08-15 21:54:52 -04:00
msgid "Invalid security_mode"
msgstr ""
2019-08-29 23:17:28 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice count"
msgstr "Zła liczba głosów"
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-03-24 20:26:23 -04:00
msgid "Invalid wave file"
2019-04-11 07:43:52 -04:00
msgstr "Zły plik wave"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "LHS of keyword arg must be an id"
msgstr "Lewa strona argumentu nazwanego musi być nazwą"
2019-06-12 03:59:54 -04:00
#: shared-module/displayio/Group.c
msgid "Layer already in a group."
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/Group.c
msgid "Layer must be a Group or TileGrid subclass."
msgstr "Layer musi dziedziczyć z Group albo TileGrid"
#: py/objslice.c
msgid "Length must be an int"
msgstr "Długość musi być całkowita"
#: py/objslice.c
msgid "Length must be non-negative"
msgstr "Długość musi być nieujemna"
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/SPI.c
msgid "MISO pin init failed."
2019-04-11 07:43:52 -04:00
msgstr "Nie powiodło się ustawienie nóżki MISO."
2019-03-24 20:26:23 -04:00
#: shared-module/bitbangio/SPI.c
msgid "MOSI pin init failed."
2019-04-11 07:43:52 -04:00
msgstr "Nie powiodło się ustawienie nóżki MOSI"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
2019-04-11 07:43:52 -04:00
msgstr "Największa wartość x przy odwróceniu to %d"
2019-03-24 20:26:23 -04:00
#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
2019-03-24 20:26:23 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr "Opóźnienie włączenia mikrofonu musi być w zakresie od 0.0 do 1.0"
#: shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr ""
2019-03-24 20:26:23 -04:00
2019-11-23 13:59:44 -05:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Negative step not supported"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
msgid "No CCCD for this Characteristic"
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "No DAC on chip"
msgstr "Brak DAC"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "No DMA channel found"
msgstr "Nie znaleziono kanału DMA"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Brak nóżki RX"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No TX pin"
msgstr "Brak nóżki TX"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "No available clocks"
msgstr "Brak wolnych zegarów"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Nie ma domyślnej magistrali %q"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
msgstr "Brak wolnych GLCK"
2019-03-24 20:26:23 -04:00
#: shared-bindings/os/__init__.c
msgid "No hardware random available"
2019-04-11 07:43:52 -04:00
msgstr "Brak generatora liczb losowych"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
msgid "No hardware support on clk pin"
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
msgstr "Brak sprzętowej obsługi na nóżce"
2019-08-20 13:02:01 -04:00
#: shared-module/touchio/TouchIn.c
msgid "No pulldown on pin; 1Mohm recommended"
msgstr ""
#: py/moduerrno.c
msgid "No space left on device"
msgstr "Brak miejsca"
#: py/moduerrno.c
msgid "No such file/directory"
msgstr "Brak pliku/katalogu"
#: supervisor/shared/safe_mode.c
msgid "Nordic Soft Device failure assertion."
msgstr ""
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/__init__.c
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-03-24 20:26:23 -04:00
msgid "Not connected"
msgstr "Nie podłączono"
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
#: shared-bindings/audiopwmio/PWMAudioOut.c
2019-03-24 20:26:23 -04:00
msgid "Not playing"
msgstr "Nic nie jest odtwarzane"
#: shared-bindings/util.c
msgid ""
"Object has been deinitialized and can no longer be used. Create a new object."
2019-04-11 07:43:52 -04:00
msgstr "Obiekt został zwolniony i nie można go już używać. Utwórz nowy obiekt."
2019-03-24 20:26:23 -04:00
#: ports/nrf/common-hal/busio/UART.c
msgid "Odd parity is not supported"
msgstr "Nieparzysta parzystość nie jest wspierana"
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Only 8 or 16 bit mono with "
msgstr "Tylko 8 lub 16 bitów mono z "
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
2019-04-13 05:51:00 -04:00
msgstr "Wspierane są tylko nieskompresowane pliki BMP: wielkość nagłówka %d"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
2019-08-22 15:59:17 -04:00
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
"%d bpp given"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr "Nadpróbkowanie musi być wielokrotnością 8."
2019-03-24 20:26:23 -04:00
#: shared-bindings/pulseio/PWMOut.c
msgid ""
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
msgstr "duty_cycle musi być pomiędzy 0 a 65535 włącznie (rozdzielczość 16 bit)"
#: shared-bindings/pulseio/PWMOut.c
msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr "Nie można zmienić częstotliwości PWM gdy variable_frequency=False."
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Odmowa dostępu"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Nóżka nie obsługuje ADC"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr "Piksel poza granicami bufora"
#: py/builtinhelp.c
msgid "Plus any modules on the filesystem\n"
msgstr "Oraz moduły w systemie plików\n"
2019-05-15 22:29:34 -04:00
#: shared-bindings/ps2io/Ps2.c
msgid "Pop from an empty Ps2 buffer"
msgstr ""
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
msgid "Prefix buffer must be on the heap"
msgstr ""
#: main.c
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr "Dowolny klawisz aby uruchomić konsolę. CTRL-D aby przeładować."
2019-03-24 20:26:23 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Pull not used when direction is output."
msgstr "Podciągnięcie nieużywane w trybie wyjścia."
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "Brak obsługi kalibracji RTC"
2019-04-01 22:43:59 -04:00
#: shared-bindings/time/__init__.c
2019-03-24 20:26:23 -04:00
msgid "RTC is not supported on this board"
2019-04-11 07:43:52 -04:00
msgstr "Brak obsługi RTC"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Range out of bounds"
msgstr "Zakres poza granicami"
2019-03-24 20:26:23 -04:00
#: shared-bindings/pulseio/PulseIn.c
msgid "Read-only"
msgstr "Tylko do odczytu"
#: extmod/vfs_fat.c py/moduerrno.c
msgid "Read-only filesystem"
msgstr "System plików tylko do odczytu"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/Bitmap.c
msgid "Read-only object"
msgstr "Obiekt tylko do odczytu"
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Refresh too soon"
msgstr ""
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Right channel unsupported"
msgstr "Prawy kanał jest niewspierany"
#: shared-bindings/_pew/PewPew.c
msgid "Row entry must be digitalio.DigitalInOut"
msgstr "Rzędy muszą być digitalio.DigitalInOut"
#: main.c
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Uruchomiony tryb bezpieczeństwa! Samo-przeładowanie wyłączone.\n"
#: main.c
msgid "Running in safe mode! Not running saved code.\n"
msgstr "Uruchomiony tryb bezpieczeństwa! Zapisany kod nie jest uruchamiany.\n"
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr "SDA lub SCL wymagają podciągnięcia"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Sample rate must be positive"
msgstr "Częstotliwość próbkowania musi być dodatnia"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#, c-format
msgid "Sample rate too high. It must be less than %d"
msgstr "Zbyt wysoka częstotliwość próbkowania. Musi być mniejsza niż %d"
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Scan already in progess. Stop with stop_scan."
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Serializer in use"
msgstr "Serializator w użyciu"
2019-03-24 20:26:23 -04:00
#: shared-bindings/nvm/ByteArray.c
msgid "Slice and value different lengths."
msgstr "Fragment i wartość są różnych długości."
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
2019-03-24 20:26:23 -04:00
msgid "Slices not supported"
msgstr "Fragmenty nieobsługiwane"
#: extmod/modure.c
msgid "Splitting with sub-captures"
msgstr "Podział z podgrupami"
2019-03-24 20:26:23 -04:00
#: shared-bindings/supervisor/__init__.c
msgid "Stack size must be at least 256"
msgstr "Stos musi mieć co najmniej 256 bajtów"
#: shared-bindings/multiterminal/__init__.c
msgid "Stream missing readinto() or write() method."
msgstr "Strumień nie ma metod readinto() lub write()."
#: supervisor/shared/safe_mode.c
msgid ""
"The CircuitPython heap was corrupted because the stack was too small.\n"
"Please increase the stack size if you know how, or if not:"
2019-03-24 20:26:23 -04:00
msgstr ""
2019-05-10 13:09:56 -04:00
#: supervisor/shared/safe_mode.c
msgid ""
"The `microcontroller` module was used to boot into safe mode. Press reset to "
"exit safe mode.\n"
msgstr ""
2019-03-24 20:26:23 -04:00
#: supervisor/shared/safe_mode.c
msgid ""
"The microcontroller's power dipped. Make sure your power supply provides\n"
2019-03-24 20:26:23 -04:00
"enough power for the whole circuit and press reset (after ejecting "
"CIRCUITPY).\n"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-03-24 20:26:23 -04:00
msgid "The sample's bits_per_sample does not match the mixer's"
2019-04-11 07:43:52 -04:00
msgstr "Wartość bits_per_sample nie pasuje do miksera"
2019-03-24 20:26:23 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-03-24 20:26:23 -04:00
msgid "The sample's channel count does not match the mixer's"
2019-04-11 07:43:52 -04:00
msgstr "Liczba kanałów nie pasuje do miksera "
2019-03-24 20:26:23 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-03-24 20:26:23 -04:00
msgid "The sample's sample rate does not match the mixer's"
2019-04-11 07:43:52 -04:00
msgstr "Sample rate nie pasuje do miksera"
2019-03-24 20:26:23 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-03-24 20:26:23 -04:00
msgid "The sample's signedness does not match the mixer's"
2019-04-11 07:43:52 -04:00
msgstr "Znak nie pasuje do miksera"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height"
2019-04-11 07:43:52 -04:00
msgstr "Wysokość bitmapy musi być wielokrotnością wysokości kafelka"
2019-03-24 20:26:23 -04:00
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
2019-07-19 13:38:59 -04:00
msgid "Tile index out of bounds"
msgstr ""
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/TileGrid.c
2019-07-19 13:38:59 -04:00
msgid "Tile value out of bounds"
msgstr ""
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/TileGrid.c
msgid "Tile width must exactly divide bitmap width"
msgstr "Szerokość bitmapy musi być wielokrotnością szerokości kafelka"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Too many channels in sample."
msgstr "Zbyt wiele kanałów."
2019-07-17 15:00:58 -04:00
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
2019-03-24 20:26:23 -04:00
msgid "Too many display busses"
2019-04-11 07:43:52 -04:00
msgstr "Zbyt wiele magistrali"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2019-03-24 20:26:23 -04:00
msgid "Too many displays"
msgstr "Zbyt wiele wyświetlaczy"
#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr "Ślad wyjątku (najnowsze wywołanie na końcu):\n"
2019-03-24 20:26:23 -04:00
#: shared-bindings/time/__init__.c
msgid "Tuple or struct_time argument required"
msgstr "Wymagana krotka lub struct_time"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr "USB Zajęte"
#: shared-module/usb_hid/Device.c
msgid "USB Error"
msgstr "Błąd USB"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
msgid "UUID integer value must be 0-0xffff"
msgstr ""
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-03-24 20:26:23 -04:00
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
2019-04-11 07:43:52 -04:00
msgstr "UUID inny, niż `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-03-24 20:26:23 -04:00
msgid "UUID value is not str, int or byte buffer"
msgstr "UUID nie jest typu str, int lub bytes"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Unable to allocate buffers for signed conversion"
msgstr "Nie udała się alokacja buforów do konwersji ze znakiem"
2019-07-17 15:00:58 -04:00
#: shared-module/displayio/I2CDisplay.c
#, c-format
msgid "Unable to find I2C Display at %x"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Unable to find free GCLK"
msgstr "Brak wolnego GCLK"
#: py/parse.c
msgid "Unable to init parser"
msgstr "Błąd ustawienia parsera"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/OnDiskBitmap.c
msgid "Unable to read color palette data"
msgstr "Nie można odczytać danych palety"
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr "Błąd zapisu do NVM."
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/UUID.c
msgid "Unexpected nrfx uuid type"
msgstr "Nieoczekiwany typ nrfx uuid."
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown gatt error: 0x%04x"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "Unknown reason."
msgstr ""
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr ""
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown soft device error: %04x"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr "Zła liczba obiektów po prawej stronie (oczekiwano %d, jest %d)."
2019-11-21 19:50:34 -05:00
#: ports/nrf/common-hal/_bleio/__init__.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"declined or ignored."
msgstr ""
#: ports/atmel-samd/common-hal/busio/I2C.c
msgid "Unsupported baudrate"
msgstr "Zła szybkość transmisji"
2019-08-22 15:59:17 -04:00
#: shared-module/displayio/display_core.c
2019-03-24 20:26:23 -04:00
msgid "Unsupported display bus type"
2019-04-11 07:43:52 -04:00
msgstr "Zły typ magistrali wyświetlaczy"
2019-03-24 20:26:23 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-03-24 20:26:23 -04:00
msgid "Unsupported format"
2019-04-11 07:43:52 -04:00
msgstr "Zły format"
2019-03-24 20:26:23 -04:00
#: py/moduerrno.c
msgid "Unsupported operation"
msgstr "Zła operacja"
2019-03-24 20:26:23 -04:00
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Unsupported pull value."
2019-04-11 07:43:52 -04:00
msgstr "Zła wartość podciągnięcia."
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
msgid "Value length != required fixed length"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
msgid "Value length > max_length"
msgstr ""
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr "Funkcje Viper nie obsługują obecnie więcej niż 4 argumentów"
#: main.c
msgid "WARNING: Your code filename has two extensions\n"
msgstr "UWAGA: Nazwa pliku ma dwa rozszerzenia\n"
#: py/builtinhelp.c
#, c-format
msgid ""
"Welcome to Adafruit CircuitPython %s!\n"
"\n"
"Please visit learn.adafruit.com/category/circuitpython for project guides.\n"
"\n"
"To list built-in modules please do `help(\"modules\")`.\n"
msgstr ""
"Witamy w CircuitPythonie Adafruita %s!\n"
"Podręczniki dostępne na learn.adafruit.com/category/circuitpyhon.\n"
"Aby zobaczyć wbudowane moduły, wpisz `help(\"modules\")`.\n"
2020-01-07 17:31:58 -05:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Writes not supported on Characteristic"
msgstr ""
2019-03-24 20:26:23 -04:00
#: supervisor/shared/safe_mode.c
msgid "You are in safe mode: something unanticipated happened.\n"
2019-03-24 20:26:23 -04:00
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "You requested starting safe mode by "
msgstr "Zażądano trybu bezpieczeństwa przez "
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init__() powinien zwracać None"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
2019-08-18 22:30:31 -04:00
#, c-format
msgid "__init__() should return None, not '%s'"
msgstr "__init__() powinien zwracać None, nie '%s'"
2019-08-18 22:30:31 -04:00
#: py/objobject.c
msgid "__new__ arg must be a user-type"
msgstr "Argument __new__ musi być typu użytkownika"
2019-08-18 22:30:31 -04:00
#: extmod/modubinascii.c extmod/moduhashlib.c
msgid "a bytes-like object is required"
msgstr "wymagany obiekt typu bytes"
2019-08-18 22:30:31 -04:00
#: lib/embed/abort_.c
msgid "abort() called"
msgstr "Wywołano abort()"
2019-08-18 22:30:31 -04:00
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "adres %08x nie jest wyrównany do %d bajtów"
2019-08-18 22:30:31 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "address out of bounds"
msgstr "adres poza zakresem"
2019-08-18 22:30:31 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "addresses is empty"
msgstr "adres jest pusty"
2019-08-18 22:30:31 -04:00
#: py/modbuiltins.c
msgid "arg is an empty sequence"
msgstr "arg jest puste"
2019-08-18 22:30:31 -04:00
#: py/runtime.c
msgid "argument has wrong type"
msgstr "argument ma zły typ"
2019-08-18 22:30:31 -04:00
#: py/argcheck.c shared-bindings/_stage/__init__.c
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
msgid "argument num/types mismatch"
msgstr "zła liczba lub typ argumentów"
2019-08-18 22:30:31 -04:00
#: py/runtime.c
msgid "argument should be a '%q' not a '%q'"
msgstr "argument powinien być '%q' a nie '%q'"
2019-08-18 22:30:31 -04:00
#: py/objarray.c shared-bindings/nvm/ByteArray.c
msgid "array/bytes required on right side"
msgstr "tablica/bytes wymagane po prawej stronie"
2019-08-18 22:30:31 -04:00
#: py/objstr.c
msgid "attributes not supported yet"
msgstr "atrybuty nie są jeszcze obsługiwane"
2019-03-24 20:26:23 -04:00
#: py/builtinevex.c
msgid "bad compile mode"
msgstr "zły tryb kompilacji"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "bad conversion specifier"
msgstr "zły specyfikator konwersji"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "bad format string"
msgstr "zła specyfikacja formatu"
2019-03-24 20:26:23 -04:00
#: py/binary.c
msgid "bad typecode"
msgstr "zły typecode"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "binary op %q not implemented"
msgstr "brak dwu-argumentowego operatora %q"
2019-03-24 20:26:23 -04:00
#: shared-bindings/busio/UART.c
msgid "bits must be 7, 8 or 9"
msgstr "bits musi być 7, 8 lub 9"
2019-03-24 20:26:23 -04:00
#: extmod/machine_spi.c
msgid "bits must be 8"
msgstr "bits musi być 8"
2019-03-24 20:26:23 -04:00
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "bits_per_sample must be 8 or 16"
msgstr "bits_per_sample musi być 8 lub 16"
2019-03-24 20:26:23 -04:00
#: py/emitinlinethumb.c
msgid "branch not in range"
msgstr "skok poza zakres"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "buf is too small. need %d bytes"
msgstr "buf zbyt mały. Wymagane %d bajtów"
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiocore/RawSample.c
msgid "buffer must be a bytes-like object"
msgstr "bufor mysi być typu bytes"
2019-03-24 20:26:23 -04:00
#: shared-module/struct/__init__.c
msgid "buffer size must match format"
msgstr "wielkość bufora musi pasować do formatu"
2019-03-24 20:26:23 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr "fragmenty bufora muszą mieć tę samą długość"
2019-03-24 20:26:23 -04:00
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
msgstr "zbyt mały bufor"
2019-03-24 20:26:23 -04:00
#: extmod/machine_spi.c
msgid "buffers must be the same length"
msgstr "bufory muszą mieć tę samą długość"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_pew/PewPew.c
msgid "buttons must be digitalio.DigitalInOut"
msgstr "buttons musi być digitalio.DigitalInOut"
2019-03-24 20:26:23 -04:00
#: py/vm.c
msgid "byte code not implemented"
msgstr "bajtkod niezaimplemntowany"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
2019-10-03 19:42:40 -04:00
msgid "byteorder is not a string"
msgstr ""
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/busio/UART.c
msgid "bytes > 8 bits not supported"
msgstr "bajty większe od 8 bitów są niewspierane"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "bytes value out of range"
msgstr "wartość bytes poza zakresem"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is out of range"
msgstr "kalibracja poza zakresem"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is read only"
msgstr "kalibracja tylko do odczytu"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/rtc/RTC.c
msgid "calibration value out of range +/-127"
msgstr "wartość kalibracji poza zakresem +/-127"
2019-03-24 20:26:23 -04:00
#: py/emitinlinethumb.c
msgid "can only have up to 4 parameters to Thumb assembly"
msgstr "asembler Thumb może przyjąć do 4 parameterów"
2019-03-24 20:26:23 -04:00
#: py/emitinlinextensa.c
msgid "can only have up to 4 parameters to Xtensa assembly"
msgstr "asembler Xtensa może przyjąć do 4 parameterów"
2019-03-24 20:26:23 -04:00
#: py/persistentcode.c
msgid "can only save bytecode"
msgstr "można zapisać tylko bytecode"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr "nie można dodać specjalnej metody do podklasy"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "can't assign to expression"
msgstr "przypisanie do wyrażenia"
2019-03-24 20:26:23 -04:00
#: py/obj.c
#, c-format
msgid "can't convert %s to complex"
msgstr "nie można skonwertować %s do complex"
2019-03-24 20:26:23 -04:00
#: py/obj.c
#, c-format
msgid "can't convert %s to float"
msgstr "nie można skonwertować %s do float"
2019-03-24 20:26:23 -04:00
#: py/obj.c
#, c-format
msgid "can't convert %s to int"
msgstr "nie można skonwertować %s do int"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "can't convert '%q' object to %q implicitly"
msgstr "nie można automatycznie skonwertować '%q' do '%q'"
2019-03-24 20:26:23 -04:00
#: py/objint.c
msgid "can't convert NaN to int"
msgstr "nie można skonwertować NaN do int"
2019-03-24 20:26:23 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "can't convert address to int"
msgstr "nie można skonwertować adresu do int"
2019-03-24 20:26:23 -04:00
#: py/objint.c
msgid "can't convert inf to int"
msgstr "nie można skonwertować inf do int"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "can't convert to complex"
msgstr "nie można skonwertować do complex"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "can't convert to float"
msgstr "nie można skonwertować do float"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "can't convert to int"
msgstr "nie można skonwertować do int"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "can't convert to str implicitly"
msgstr "nie można automatycznie skonwertować do str"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "can't declare nonlocal in outer code"
msgstr "deklaracja nonlocal na poziomie modułu"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "can't delete expression"
msgstr "nie można usunąć wyrażenia"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't do binary op between '%q' and '%q'"
msgstr "nie można użyć operatora pomiędzy '%q' a '%q'"
2019-03-24 20:26:23 -04:00
#: py/objcomplex.c
msgid "can't do truncated division of a complex number"
msgstr "nie można wykonać dzielenia całkowitego na liczbie zespolonej"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "can't have multiple **x"
msgstr "nie można mieć wielu **x"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "can't have multiple *x"
msgstr "nie można mieć wielu *x"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't implicitly convert '%q' to 'bool'"
msgstr "nie można automatyczne skonwertować '%q' do 'bool'"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't load from '%q'"
msgstr "nie można ładować z '%q'"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't load with '%q' index"
msgstr "nie można ładować z indeksem '%q'"
2019-03-24 20:26:23 -04:00
#: py/objgenerator.c
msgid "can't pend throw to just-started generator"
msgstr "nie można skoczyć do świeżo stworzonego generatora"
2019-03-24 20:26:23 -04:00
#: py/objgenerator.c
msgid "can't send non-None value to a just-started generator"
msgstr "świeżo stworzony generator może tylko przyjąć None"
2019-03-24 20:26:23 -04:00
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr "nie można ustawić atrybutu"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't store '%q'"
msgstr "nie można zapisać '%q'"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't store to '%q'"
msgstr "nie można zpisać do '%q'"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "can't store with '%q' index"
msgstr "nie można zapisać z indeksem '%q'"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid ""
"can't switch from automatic field numbering to manual field specification"
msgstr "nie można zmienić z automatycznego numerowania pól do ręcznego"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr "nie można zmienić z ręcznego numerowaniu pól do automatycznego"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "cannot create '%q' instances"
msgstr "nie można tworzyć instancji '%q'"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "cannot create instance"
msgstr "nie można stworzyć instancji"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "cannot import name %q"
msgstr "nie można zaimportować nazwy %q"
2019-03-24 20:26:23 -04:00
#: py/builtinimport.c
msgid "cannot perform relative import"
msgstr "nie można wykonać relatywnego importu"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "casting"
msgstr "rzutowanie"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_stage/Text.c
msgid "chars buffer too small"
msgstr "bufor chars zbyt mały"
2019-03-24 20:26:23 -04:00
#: py/modbuiltins.c
msgid "chr() arg not in range(0x110000)"
msgstr "argument chr() poza zakresem range(0x110000)"
2019-03-24 20:26:23 -04:00
#: py/modbuiltins.c
msgid "chr() arg not in range(256)"
msgstr "argument chr() poza zakresem range(256)"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "bufor kolorów musi nieć 3 bajty (RGB) lub 4 bajty (RGB + wypełnienie)"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a buffer or int"
msgstr "bufor kolorów musi być typu buffer lub int"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
msgstr "bufor kolorów musi być bytearray lub tablicą typu 'b' lub 'B'"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color must be between 0x000000 and 0xffffff"
msgstr "kolor musi być pomiędzy 0x000000 a 0xffffff"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr "kolor powinien być liczbą całkowitą"
2019-03-24 20:26:23 -04:00
#: py/objcomplex.c
msgid "complex division by zero"
msgstr "zespolone dzielenie przez zero"
2019-03-24 20:26:23 -04:00
#: py/objfloat.c py/parsenum.c
msgid "complex values not supported"
msgstr "wartości zespolone nieobsługiwane"
2019-03-24 20:26:23 -04:00
#: extmod/moduzlib.c
msgid "compression header"
msgstr "nagłówek kompresji"
2019-03-24 20:26:23 -04:00
#: py/parse.c
msgid "constant must be an integer"
msgstr "stała musi być liczbą całkowitą"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "conversion to object"
msgstr "konwersja do obiektu"
2019-03-24 20:26:23 -04:00
#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr "liczby dziesiętne nieobsługiwane"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "default 'except' must be last"
msgstr "domyślny 'except' musi być ostatni"
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
msgstr ""
"bufor docelowy musi być bytearray lub tablicą typu 'B' dla bit_depth = 8"
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
msgstr "bufor docelowy musi być tablicą typu 'H' dla bit_depth = 16"
2019-08-15 21:54:52 -04:00
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination_length must be an int >= 0"
msgstr "destination_length musi być nieujemną liczbą całkowitą"
2019-03-24 20:26:23 -04:00
#: py/objdict.c
msgid "dict update sequence has wrong length"
msgstr "sekwencja ma złą długość"
2019-03-24 20:26:23 -04:00
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
#: shared-bindings/math/__init__.c
msgid "division by zero"
msgstr "dzielenie przez zero"
2019-03-24 20:26:23 -04:00
#: py/objdeque.c
msgid "empty"
msgstr "puste"
2019-03-24 20:26:23 -04:00
#: extmod/moduheapq.c extmod/modutimeq.c
msgid "empty heap"
msgstr "pusta sterta"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "empty separator"
msgstr "pusty separator"
2019-03-24 20:26:23 -04:00
#: shared-bindings/random/__init__.c
msgid "empty sequence"
msgstr "pusta sekwencja"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "end of format while looking for conversion specifier"
msgstr "koniec formatu przy szukaniu specyfikacji konwersji"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Shape.c
msgid "end_x should be an int"
msgstr "end_x powinien być całkowity"
2019-03-24 20:26:23 -04:00
#: ports/nrf/common-hal/busio/UART.c
#, c-format
msgid "error = 0x%08lX"
msgstr "błąd = 0x%08lX"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "exceptions must derive from BaseException"
msgstr "wyjątki muszą dziedziczyć po BaseException"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "expected ':' after format specifier"
msgstr "oczekiwano ':' po specyfikacji formatu"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "expected tuple/list"
msgstr "oczekiwano krotki/listy"
2019-03-24 20:26:23 -04:00
#: py/modthread.c
msgid "expecting a dict for keyword args"
msgstr "oczekiwano dict dla argumentów nazwanych"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "oczekiwano instrukcji asemblera"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "expecting just a value for set"
msgstr "oczekiwano tylko wartości dla zbioru"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "expecting key:value for dict"
msgstr "oczekiwano klucz:wartość dla słownika"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c
msgid "extra keyword arguments given"
msgstr "nadmiarowe argumenty nazwane"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c
msgid "extra positional arguments given"
msgstr "nadmiarowe argumenty pozycyjne"
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3File.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr "file musi być otwarte w trybie bajtowym"
2019-03-24 20:26:23 -04:00
#: shared-bindings/storage/__init__.c
msgid "filesystem must provide mount method"
msgstr "system plików musi mieć metodę mount"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "first argument to super() must be type"
msgstr "pierwszy argument super() musi być typem"
2019-03-24 20:26:23 -04:00
#: extmod/machine_spi.c
msgid "firstbit must be MSB"
msgstr "firstbit musi być MSB"
2019-03-24 20:26:23 -04:00
#: py/objint.c
msgid "float too big"
msgstr "float zbyt wielki"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_stage/Text.c
msgid "font must be 2048 bytes long"
msgstr "font musi mieć 2048 bajtów długości"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "format requires a dict"
msgstr "format wymaga słownika"
2019-03-24 20:26:23 -04:00
#: py/objdeque.c
msgid "full"
msgstr "pełny"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr "funkcja nie bierze argumentów nazwanych"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c
#, c-format
msgid "function expected at most %d arguments, got %d"
msgstr "funkcja bierze najwyżej %d argumentów, jest %d"
2019-03-24 20:26:23 -04:00
#: py/bc.c py/objnamedtuple.c
msgid "function got multiple values for argument '%q'"
msgstr "funkcja dostała wiele wartości dla argumentu '%q'"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
msgstr "brak %d wymaganych argumentów pozycyjnych funkcji"
2019-03-24 20:26:23 -04:00
#: py/bc.c
msgid "function missing keyword-only argument"
msgstr "brak argumentu nazwanego funkcji"
2019-03-24 20:26:23 -04:00
#: py/bc.c
msgid "function missing required keyword argument '%q'"
msgstr "brak wymaganego argumentu nazwanego '%q' funkcji"
2019-03-24 20:26:23 -04:00
#: py/bc.c
#, c-format
msgid "function missing required positional argument #%d"
msgstr "brak wymaganego argumentu pozycyjnego #%d funkcji"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c py/bc.c py/objnamedtuple.c
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr "funkcja wymaga %d argumentów pozycyjnych, ale jest %d"
2019-03-24 20:26:23 -04:00
#: shared-bindings/time/__init__.c
msgid "function takes exactly 9 arguments"
msgstr "funkcja wymaga dokładnie 9 argumentów"
2019-03-24 20:26:23 -04:00
#: py/objgenerator.c
msgid "generator already executing"
msgstr "generator już się wykonuje"
2019-03-24 20:26:23 -04:00
#: py/objgenerator.c
msgid "generator ignored GeneratorExit"
msgstr "generator zignorował GeneratorExit"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_stage/Layer.c
msgid "graphic must be 2048 bytes long"
msgstr "graphic musi mieć 2048 bajtów długości"
2019-03-24 20:26:23 -04:00
#: extmod/moduheapq.c
msgid "heap must be a list"
msgstr "heap musi być listą"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "identifier redefined as global"
msgstr "nazwa przedefiniowana jako globalna"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "identifier redefined as nonlocal"
msgstr "nazwa przedefiniowana jako nielokalna"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "incomplete format"
msgstr "niepełny format"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "incomplete format key"
msgstr "niepełny klucz formatu"
2019-03-24 20:26:23 -04:00
#: extmod/modubinascii.c
msgid "incorrect padding"
msgstr "złe wypełnienie"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "indeks poza zakresem"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "indices must be integers"
msgstr "indeksy muszą być całkowite"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "inline assembler must be a function"
msgstr "wtrącony asembler musi być funkcją"
2019-03-24 20:26:23 -04:00
#: py/parsenum.c
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr "argument 2 do int() busi być pomiędzy 2 a 36"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "integer required"
msgstr "wymagana liczba całkowita"
2019-03-24 20:26:23 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
#, c-format
msgid "interval must be in range %s-%s"
msgstr ""
2019-03-24 20:26:23 -04:00
#: extmod/machine_i2c.c
msgid "invalid I2C peripheral"
msgstr "złe I2C"
2019-03-24 20:26:23 -04:00
#: extmod/machine_spi.c
msgid "invalid SPI peripheral"
msgstr "złe SPI"
2019-03-24 20:26:23 -04:00
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "złe arguemnty"
2019-03-24 20:26:23 -04:00
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "zły ceryfikat"
2019-03-24 20:26:23 -04:00
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "zły indeks dupterm"
2019-03-24 20:26:23 -04:00
#: extmod/modframebuf.c
msgid "invalid format"
msgstr "zły format"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "invalid format specifier"
msgstr "zła specyfikacja formatu"
2019-03-24 20:26:23 -04:00
#: extmod/modussl_axtls.c
msgid "invalid key"
msgstr "zły klucz"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "invalid micropython decorator"
msgstr "zły dekorator micropythona"
2019-03-24 20:26:23 -04:00
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "zły krok"
2019-03-24 20:26:23 -04:00
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "zła składnia"
2019-03-24 20:26:23 -04:00
#: py/parsenum.c
msgid "invalid syntax for integer"
msgstr "zła składnia dla liczby całkowitej"
2019-03-24 20:26:23 -04:00
#: py/parsenum.c
#, c-format
msgid "invalid syntax for integer with base %d"
msgstr "zła składnia dla liczby całkowitej w bazie %d"
2019-03-24 20:26:23 -04:00
#: py/parsenum.c
msgid "invalid syntax for number"
msgstr "zła składnia dla liczby"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr "argument 1 dla issubclass() musi być klasą"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "argument 2 dla issubclass() musi być klasą lub krotką klas"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr "join oczekuje listy str/bytes zgodnych z self"
2019-03-24 20:26:23 -04:00
#: py/argcheck.c
msgid "keyword argument(s) not yet implemented - use normal args instead"
msgstr "argumenty nazwane nieobsługiwane - proszę użyć zwykłych argumentów"
2019-03-24 20:26:23 -04:00
#: py/bc.c
msgid "keywords must be strings"
msgstr "słowa kluczowe muszą być łańcuchami"
2019-03-24 20:26:23 -04:00
#: py/emitinlinethumb.c py/emitinlinextensa.c
msgid "label '%q' not defined"
msgstr "etykieta '%q' niezdefiniowana"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "label redefined"
msgstr "etykieta przedefiniowana"
2019-03-24 20:26:23 -04:00
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr "ten typ nie pozawala na podanie długości"
2019-03-24 20:26:23 -04:00
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/MixerVoice.c
2019-08-19 22:40:31 -04:00
msgid "level must be between 0 and 1"
msgstr ""
#: py/objarray.c
msgid "lhs and rhs should be compatible"
msgstr "lewa i prawa strona powinny być kompatybilne"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr "local '%q' jest typu '%q' lecz źródło jest '%q'"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "local '%q' used before type known"
msgstr "local '%q' użyty zanim typ jest znany"
2019-03-24 20:26:23 -04:00
#: py/vm.c
msgid "local variable referenced before assignment"
msgstr "zmienna lokalna użyta przed przypisaniem"
2019-03-24 20:26:23 -04:00
#: py/objint.c
msgid "long int not supported in this build"
msgstr "long int jest nieobsługiwany"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr "bufor mapy zbyt mały"
2019-03-24 20:26:23 -04:00
#: py/modmath.c shared-bindings/math/__init__.c
msgid "math domain error"
msgstr "błąd domeny"
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
#, c-format
msgid "max_length must be 0-%d when fixed_length is %s"
msgstr ""
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "maximum recursion depth exceeded"
msgstr "przekroczono dozwoloną głębokość rekurencji"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
msgstr "alokacja pamięci nie powiodła się, alokowano %u bajtów"
2019-08-15 21:54:52 -04:00
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "alokacja pamięci nie powiodła się, sterta zablokowana"
2019-03-24 20:26:23 -04:00
#: py/builtinimport.c
msgid "module not found"
msgstr "brak modułu"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "multiple *x in assignment"
msgstr "wiele *x w przypisaniu"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "multiple bases have instance lay-out conflict"
msgstr "konflikt w planie instancji z powodu wielu baz"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "multiple inheritance not supported"
msgstr "wielokrotne dziedzicznie niewspierane"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "must raise an object"
msgstr "wyjątek musi być obiektem"
2019-03-24 20:26:23 -04:00
#: extmod/machine_spi.c
msgid "must specify all of sck/mosi/miso"
msgstr "sck/mosi/miso muszą być podane"
2019-03-24 20:26:23 -04:00
#: py/modbuiltins.c
msgid "must use keyword argument for key function"
msgstr "funkcja key musi być podana jako argument nazwany"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "name '%q' is not defined"
msgstr "nazwa '%q' niezdefiniowana"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "name not defined"
msgstr "nazwa niezdefiniowana"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "name reused for argument"
msgstr "nazwa użyta ponownie jako argument"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "native yield"
msgstr "natywny yield"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
msgstr "potrzeba więcej niż %d do rozpakowania"
2019-03-24 20:26:23 -04:00
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
msgid "negative power with no float support"
msgstr "ujemna potęga, ale brak obsługi liczb zmiennoprzecinkowych"
2019-03-24 20:26:23 -04:00
#: py/objint_mpz.c py/runtime.c
msgid "negative shift count"
msgstr "ujemne przesunięcie"
2019-03-24 20:26:23 -04:00
#: py/vm.c
msgid "no active exception to reraise"
msgstr "brak wyjątku do ponownego rzucenia"
2019-03-24 20:26:23 -04:00
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr "brak wolnego NIC"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "no binding for nonlocal found"
msgstr "brak wiązania dla zmiennej nielokalnej"
2019-03-24 20:26:23 -04:00
#: py/builtinimport.c
msgid "no module named '%q'"
msgstr "brak modułu o nazwie '%q'"
2019-03-24 20:26:23 -04:00
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
msgid "no reset pin available"
msgstr ""
2019-10-03 19:42:40 -04:00
#: py/runtime.c
msgid "no such attribute"
msgstr "nie ma takiego atrybutu"
2019-03-24 20:26:23 -04:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Connection.c
msgid "non-UUID found in service_uuids_whitelist"
msgstr ""
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "non-default argument follows default argument"
msgstr "argument z wartością domyślną przed argumentem bez"
2019-07-09 08:43:54 -04:00
#: extmod/modubinascii.c
msgid "non-hex digit found"
msgstr "cyfra nieszesnastkowa"
2019-07-09 08:43:54 -04:00
#: py/compile.c
msgid "non-keyword arg after */**"
msgstr "argument nienazwany po */**"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "non-keyword arg after keyword arg"
msgstr "argument nienazwany po nazwanym"
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
msgid "not a 128-bit UUID"
msgstr "to nie jest 128-bitowy UUID"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr "nie wszystkie argumenty wykorzystane w formatowaniu"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "not enough arguments for format string"
msgstr "nie dość argumentów przy formatowaniu"
2019-03-24 20:26:23 -04:00
#: py/obj.c
#, c-format
msgid "object '%s' is not a tuple or list"
msgstr "obiekt '%s' nie jest krotką ani listą"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "object does not support item assignment"
msgstr "obiekt nie obsługuje przypisania do elementów"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "object does not support item deletion"
msgstr "obiekt nie obsługuje usuwania elementów"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "object has no len"
msgstr "obiekt nie ma len"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "object is not subscriptable"
msgstr "obiekt nie ma elementów"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "object not an iterator"
msgstr "obiekt nie jest iteratorem"
2019-03-24 20:26:23 -04:00
#: py/objtype.c py/runtime.c
msgid "object not callable"
msgstr "obiekt nie jest wywoływalny"
2019-03-24 20:26:23 -04:00
#: py/sequence.c shared-bindings/displayio/Group.c
msgid "object not in sequence"
msgstr "obiektu nie ma sekwencji"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "object not iterable"
msgstr "obiekt nie jest iterowalny"
2019-03-24 20:26:23 -04:00
#: py/obj.c
#, c-format
msgid "object of type '%s' has no len()"
msgstr "obiekt typu '%s' nie ma len()"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "object with buffer protocol required"
msgstr "wymagany obiekt z protokołem buforu"
2019-03-24 20:26:23 -04:00
#: extmod/modubinascii.c
msgid "odd-length string"
msgstr "łańcuch o nieparzystej długości"
2019-03-24 20:26:23 -04:00
#: py/objstr.c py/objstrunicode.c
msgid "offset out of bounds"
msgstr "offset poza zakresem"
2019-03-24 20:26:23 -04:00
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only bit_depth=16 is supported"
msgstr ""
2019-03-24 20:26:23 -04:00
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr ""
2019-03-24 20:26:23 -04:00
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
#: shared-bindings/nvm/ByteArray.c
msgid "only slices with step=1 (aka None) are supported"
msgstr "tylko fragmenty ze step=1 (lub None) są wspierane"
2019-03-24 20:26:23 -04:00
#: py/modbuiltins.c
msgid "ord expects a character"
msgstr "ord oczekuje znaku"
2019-03-24 20:26:23 -04:00
#: py/modbuiltins.c
#, c-format
msgid "ord() expected a character, but string of length %d found"
msgstr "ord() oczekuje znaku, a jest łańcuch od długości %d"
2019-03-24 20:26:23 -04:00
#: py/objint_mpz.c
msgid "overflow converting long int to machine word"
msgstr "przepełnienie przy konwersji long in to słowa maszynowego"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long"
msgstr "paleta musi mieć 32 bajty długości"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr "palette_index powinien być całkowity"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "parameter annotation must be an identifier"
msgstr "anotacja parametru musi być identyfikatorem"
2019-03-24 20:26:23 -04:00
#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr "parametry muszą być rejestrami w kolejności a2 do a5"
2019-03-24 20:26:23 -04:00
#: py/emitinlinethumb.c
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parametry muszą być rejestrami w kolejności r0 do r3"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr "współrzędne piksela poza zakresem"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Bitmap.c
msgid "pixel value requires too many bits"
msgstr "wartość piksela wymaga zbyt wielu bitów"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/TileGrid.c
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
"pixel_shader musi być typu displayio.Palette lub dispalyio.ColorConverter"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop z pustego PulseIn"
2019-03-24 20:26:23 -04:00
#: py/objset.c
msgid "pop from an empty set"
msgstr "pop z pustego zbioru"
2019-03-24 20:26:23 -04:00
#: py/objlist.c
msgid "pop from empty list"
msgstr "pop z pustej listy"
2019-03-24 20:26:23 -04:00
#: py/objdict.c
msgid "popitem(): dictionary is empty"
msgstr "popitem(): słownik jest pusty"
2019-03-24 20:26:23 -04:00
#: py/objint_mpz.c
msgid "pow() 3rd argument cannot be 0"
msgstr "trzeci argument pow() nie może być 0"
2019-03-24 20:26:23 -04:00
#: py/objint_mpz.c
msgid "pow() with 3 arguments requires integers"
msgstr "trzyargumentowe pow() wymaga liczb całkowitych"
2019-03-24 20:26:23 -04:00
#: extmod/modutimeq.c
msgid "queue overflow"
msgstr "przepełnienie kolejki"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr "rawbuf nie jest tej samej wielkości co buf"
2019-03-24 20:26:23 -04:00
#: py/builtinimport.c
msgid "relative import"
msgstr "relatywny import"
2019-03-24 20:26:23 -04:00
#: py/obj.c
#, c-format
msgid "requested length %d but object has length %d"
msgstr "zażądano długości %d ale obiekt ma długość %d"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "return annotation must be an identifier"
msgstr "anotacja wartości musi być identyfikatorem"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "return expected '%q' but got '%q'"
msgstr "return oczekiwał '%q', a jest '%q'"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr "rsplit(None,n)"
2019-03-24 20:26:23 -04:00
#: shared-bindings/audiocore/RawSample.c
msgid ""
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
"'B'"
msgstr ""
"bufor sample_source musi być bytearray lub tablicą typu 'h', 'H', 'b' lub 'B'"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "sampling rate out of range"
msgstr "częstotliwość próbkowania poza zakresem"
2019-03-24 20:26:23 -04:00
#: py/modmicropython.c
msgid "schedule stack full"
msgstr "stos planu pełen"
2019-03-24 20:26:23 -04:00
#: lib/utils/pyexec.c py/builtinimport.c
msgid "script compilation not supported"
msgstr "kompilowanie skryptów nieobsługiwane"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "sign not allowed in string format specifier"
msgstr "znak jest niedopuszczalny w specyfikacji formatu łańcucha"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "sign not allowed with integer format specifier 'c'"
msgstr "znak jest niedopuszczalny w specyfikacji 'c'"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "single '}' encountered in format string"
msgstr "pojedynczy '}' w specyfikacji formatu"
2019-03-24 20:26:23 -04:00
#: shared-bindings/time/__init__.c
msgid "sleep length must be non-negative"
msgstr "okres snu musi być nieujemny"
2019-03-24 20:26:23 -04:00
#: py/objslice.c py/sequence.c
msgid "slice step cannot be zero"
msgstr "zerowy krok"
2019-03-24 20:26:23 -04:00
#: py/objint.c py/sequence.c
msgid "small int overflow"
msgstr "przepełnienie small int"
2019-03-24 20:26:23 -04:00
#: main.c
msgid "soft reboot\n"
msgstr "programowy reset\n"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "start/end indices"
msgstr "początkowe/końcowe indeksy"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr "start_x powinien być całkowity"
2019-03-24 20:26:23 -04:00
#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr "step nie może być zerowe"
2019-03-24 20:26:23 -04:00
#: shared-bindings/busio/UART.c
msgid "stop must be 1 or 2"
msgstr "stop musi być 1 lub 2"
2019-03-24 20:26:23 -04:00
#: shared-bindings/random/__init__.c
msgid "stop not reachable from start"
msgstr "stop nie jest osiągalne ze start"
2019-03-24 20:26:23 -04:00
#: py/stream.c
msgid "stream operation not supported"
msgstr "operacja na strumieniu nieobsługiwana"
2019-03-24 20:26:23 -04:00
#: py/objstrunicode.c
msgid "string index out of range"
msgstr "indeks łańcucha poza zakresem"
2019-03-24 20:26:23 -04:00
#: py/objstrunicode.c
#, c-format
msgid "string indices must be integers, not %s"
msgstr "indeksy łańcucha muszą być całkowite, nie %s"
2019-03-24 20:26:23 -04:00
#: py/stream.c
msgid "string not supported; use bytes or bytearray"
msgstr "łańcuchy nieobsługiwane; użyj bytes lub bytearray"
2019-03-24 20:26:23 -04:00
#: extmod/moductypes.c
msgid "struct: cannot index"
msgstr "struct: nie można indeksować"
2019-03-24 20:26:23 -04:00
#: extmod/moductypes.c
msgid "struct: index out of range"
msgstr "struct: indeks poza zakresem"
2019-03-24 20:26:23 -04:00
#: extmod/moductypes.c
msgid "struct: no fields"
msgstr "struct: brak pól"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "substring not found"
msgstr "brak pod-łańcucha"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "super() can't find self"
msgstr "super() nie może znaleźć self"
2019-03-24 20:26:23 -04:00
#: extmod/modujson.c
msgid "syntax error in JSON"
msgstr "błąd składni w JSON"
2019-03-24 20:26:23 -04:00
#: extmod/moductypes.c
msgid "syntax error in uctypes descriptor"
msgstr "błąd składni w deskryptorze uctypes"
2019-03-24 20:26:23 -04:00
#: shared-bindings/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr "threshold musi być w zakresie 0-65536"
2019-03-24 20:26:23 -04:00
#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr "time.struct_time() wymaga 9-elementowej sekwencji"
2019-03-24 20:26:23 -04:00
#: shared-bindings/busio/UART.c
2019-11-27 14:54:35 -05:00
msgid "timeout must be 0.0-100.0 seconds"
2019-11-27 13:13:29 -05:00
msgstr ""
2019-03-24 20:26:23 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
msgid "timeout must be >= 0.0"
msgstr "timeout musi być >= 0.0"
2019-03-24 20:26:23 -04:00
#: shared-bindings/time/__init__.c
msgid "timestamp out of range for platform time_t"
msgstr "timestamp poza zakresem dla time_t na tej platformie"
2019-03-24 20:26:23 -04:00
#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr "zbyt wiele argumentów podanych dla tego formatu"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
#, c-format
msgid "too many values to unpack (expected %d)"
msgstr "zbyt wiele wartości do rozpakowania (oczekiwano %d)"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "tuple index out of range"
msgstr "indeks krotki poza zakresem"
2019-03-24 20:26:23 -04:00
#: py/obj.c
msgid "tuple/list has wrong length"
msgstr "krotka/lista ma złą długość"
2019-03-24 20:26:23 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "tuple/list required on RHS"
msgstr "wymagana krotka/lista po prawej stronie"
2019-03-24 20:26:23 -04:00
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "tx and rx cannot both be None"
msgstr "tx i rx nie mogą być oba None"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "type '%q' is not an acceptable base type"
msgstr "typ '%q' nie może być bazowy"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "type is not an acceptable base type"
msgstr "typ nie może być bazowy"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "type object '%q' has no attribute '%q'"
msgstr "typ '%q' nie ma atrybutu '%q'"
2019-03-24 20:26:23 -04:00
#: py/objtype.c
msgid "type takes 1 or 3 arguments"
msgstr "type wymaga 1 lub 3 argumentów"
2019-03-24 20:26:23 -04:00
#: py/objint_longlong.c
msgid "ulonglong too large"
msgstr "ulonglong zbyt wielkie"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "unary op %q not implemented"
msgstr "operator unarny %q niezaimplementowany"
2019-03-24 20:26:23 -04:00
#: py/parse.c
msgid "unexpected indent"
msgstr "złe wcięcie"
2019-03-24 20:26:23 -04:00
#: py/bc.c
msgid "unexpected keyword argument"
msgstr "zły argument nazwany"
2019-03-24 20:26:23 -04:00
#: py/bc.c py/objnamedtuple.c
msgid "unexpected keyword argument '%q'"
msgstr "zły argument nazwany '%q'"
2019-03-24 20:26:23 -04:00
#: py/lexer.c
msgid "unicode name escapes"
msgstr "nazwy unicode"
2019-03-24 20:26:23 -04:00
#: py/parse.c
msgid "unindent does not match any outer indentation level"
msgstr "wcięcie nie pasuje do żadnego wcześniejszego wcięcia"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
msgstr "zła specyfikacja konwersji %c"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
msgstr "zły kod formatowania '%c' dla obiektu typu '%s'"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type 'float'"
msgstr "zły kod foratowania '%c' dla obiektu typu 'float'"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type 'str'"
msgstr "zły kod formatowania '%c' dla obiektu typu 'str'"
2019-03-24 20:26:23 -04:00
#: py/compile.c
msgid "unknown type"
msgstr "zły typ"
2019-03-24 20:26:23 -04:00
#: py/emitnative.c
msgid "unknown type '%q'"
msgstr "zły typ '%q'"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
msgid "unmatched '{' in format"
msgstr "niepasujące '{' for formacie"
2019-03-24 20:26:23 -04:00
#: py/objtype.c py/runtime.c
msgid "unreadable attribute"
msgstr "nieczytelny atrybut"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr "zły typ %q"
2019-04-13 05:51:00 -04:00
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
msgstr "zła instrukcja Thumb '%s' z %d argumentami"
2019-03-24 20:26:23 -04:00
#: py/emitinlinextensa.c
#, c-format
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "zła instrukcja Xtensa '%s' z %d argumentami"
2019-03-24 20:26:23 -04:00
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
msgstr "zły znak formatowania '%c' (0x%x) na pozycji %d"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "unsupported type for %q: '%s'"
msgstr "zły typ dla %q: '%s'"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "unsupported type for operator"
msgstr "zły typ dla operatora"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "unsupported types for %q: '%s', '%s'"
msgstr "złe typy dla %q: '%s', '%s'"
2019-03-24 20:26:23 -04:00
#: py/objint.c
#, c-format
msgid "value must fit in %d byte(s)"
msgstr ""
2019-05-09 00:00:36 -04:00
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr "value_count musi być > 0"
2019-03-24 20:26:23 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr ""
#: py/objstr.c
msgid "wrong number of arguments"
msgstr "zła liczba argumentów"
2019-03-24 20:26:23 -04:00
#: py/runtime.c
msgid "wrong number of values to unpack"
msgstr "zła liczba wartości do rozpakowania"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/Shape.c
msgid "x value out of bounds"
msgstr "x poza zakresem"
2019-03-24 20:26:23 -04:00
#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr "y powinno być całkowite"
2019-03-24 20:26:23 -04:00
#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr "y poza zakresem"
2019-03-24 20:26:23 -04:00
#: py/objrange.c
msgid "zero step"
msgstr "zerowy krok"
#~ msgid "Address is not %d bytes long or is in wrong format"
#~ msgstr "Adres nie ma długości %d bajtów lub zły format"
2019-12-13 13:46:37 -05:00
#~ msgid "Attempted heap allocation when MicroPython VM not running.\n"
#~ msgstr "Próba alokacji pamięci na stercie gdy VM nie działa.\n"
2019-10-03 19:42:40 -04:00
#, c-format
#~ msgid "Can not use dotstar with %s"
#~ msgstr "Nie można używać dotstar z %s"
#~ msgid "Can't add services in Central mode"
#~ msgstr "Nie można dodać serwisów w trybie Central"
2019-07-09 08:43:54 -04:00
#~ msgid "Can't advertise in Central mode"
#~ msgstr "Nie można rozgłaszać w trybie Central"
2019-07-09 08:43:54 -04:00
#~ msgid "Can't change the name in Central mode"
#~ msgstr "Nie można zmienić nazwy w trybie Central"
2019-07-09 08:43:54 -04:00
#~ msgid "Can't connect in Peripheral mode"
#~ msgstr "Nie można się łączyć w trybie Peripheral"
2019-07-09 08:43:54 -04:00
#~ msgid "Characteristic UUID doesn't match Service UUID"
#~ msgstr "UUID charakterystyki inny niż UUID serwisu"
#~ msgid "Characteristic already in use by another Service."
#~ msgstr "Charakterystyka w użyciu w innym serwisie"
#~ msgid "Could not decode ble_uuid, err 0x%04x"
#~ msgstr "Nie można zdekodować ble_uuid, błąd 0x%04x"
#~ msgid "Crash into the HardFault_Handler.\n"
#~ msgstr "Katastrofa w HardFault_Handler.\n"
#~ msgid "Data too large for the advertisement packet"
#~ msgstr "Zbyt dużo danych pakietu rozgłoszeniowego"
2019-07-09 08:43:54 -04:00
#~ msgid "Failed to acquire mutex"
#~ msgstr "Nie udało się uzyskać blokady"
2019-07-09 08:43:54 -04:00
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to add characteristic, err 0x%04x"
#~ msgstr "Nie udało się dodać charakterystyki, błąd 0x$04x"
#~ msgid "Failed to add service"
#~ msgstr "Nie udało się dodać serwisu"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to add service, err 0x%04x"
#~ msgstr "Nie udało się dodać serwisu, błąd 0x%04x"
#~ msgid "Failed to change softdevice state"
#~ msgstr "Nie udało się zmienić stanu softdevice"
#~ msgid "Failed to connect:"
#~ msgstr "Nie udało się połączenie:"
2019-07-09 08:43:54 -04:00
#~ msgid "Failed to continue scanning"
#~ msgstr "Nie udała się kontynuacja skanowania"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to continue scanning, err 0x%04x"
#~ msgstr "Nie udała się kontynuacja skanowania, błąd 0x%04x"
#~ msgid "Failed to create mutex"
#~ msgstr "Nie udało się stworzyć blokady"
2019-07-09 08:43:54 -04:00
#~ msgid "Failed to discover services"
#~ msgstr "Nie udało się odkryć serwisów"
#~ msgid "Failed to get local address"
#~ msgstr "Nie udało się uzyskać lokalnego adresu"
#~ msgid "Failed to get softdevice state"
#~ msgstr "Nie udało się odczytać stanu softdevice"
#~ msgid "Failed to notify or indicate attribute value, err 0x%04x"
#~ msgstr "Nie udało się powiadomić o wartości atrybutu, błąd 0x%04x"
#~ msgid "Failed to read CCCD value, err 0x%04x"
#~ msgstr "Nie udało się odczytać CCCD, błąd 0x%04x"
#~ msgid "Failed to read attribute value, err 0x%04x"
#~ msgstr "Nie udało się odczytać wartości atrybutu, błąd 0x%04x"
#~ msgid "Failed to read gatts value, err 0x%04x"
#~ msgstr "Nie udało się odczytać gatts, błąd 0x%04x"
#~ msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
#~ msgstr "Nie udało się zarejestrować UUID dostawcy, błąd 0x%04x"
#~ msgid "Failed to release mutex"
#~ msgstr "Nie udało się zwolnić blokady"
2019-07-09 08:43:54 -04:00
#~ msgid "Failed to start advertising"
#~ msgstr "Nie udało się rozpocząć rozgłaszania"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to start advertising, err 0x%04x"
#~ msgstr "Nie udało się rozpocząć rozgłaszania, błąd 0x%04x"
#~ msgid "Failed to start scanning"
#~ msgstr "Nie udało się rozpocząć skanowania"
2019-07-09 08:43:54 -04:00
#~ msgid "Failed to start scanning, err 0x%04x"
#~ msgstr "Nie udało się rozpocząć skanowania, błąd 0x%04x"
#~ msgid "Failed to stop advertising"
#~ msgstr "Nie udało się zatrzymać rozgłaszania"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to stop advertising, err 0x%04x"
#~ msgstr "Nie udało się zatrzymać rozgłaszania, błąd 0x%04x"
#~ msgid "Failed to write attribute value, err 0x%04x"
#~ msgstr "Nie udało się zapisać atrybutu, błąd 0x%04x"
#~ msgid "Failed to write gatts value, err 0x%04x"
#~ msgstr "Nie udało się zapisać gatts, błąd 0x%04x"
#~ msgid "Flash erase failed"
#~ msgstr "Nie udało się skasować flash"
#~ msgid "Flash erase failed to start, err 0x%04x"
#~ msgstr "Nie udało się rozpocząć kasowania flash, błąd 0x%04x"
#~ msgid "Flash write failed to start, err 0x%04x"
#~ msgstr "Nie udało się rozpocząć zapisu do flash, błąd 0x%04x"
#~ msgid "Invalid bit clock pin"
#~ msgstr "Zła nóżka zegara"
#~ msgid "Invalid clock pin"
#~ msgstr "Zła nóżka zegara"
#~ msgid "Invalid data pin"
#~ msgstr "Zła nóżka danych"
#~ msgid ""
#~ "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ "Please file an issue at https://github.com/adafruit/circuitpython/issues\n"
#~ " with the contents of your CIRCUITPY drive and this message:\n"
#~ msgstr ""
#~ "Ojej, wygląda na to, że CircuitPython natrafił na poważny problem!\n"
#~ "Prosimy o zgłoszenie błędu pod adresem https://github.com/adafruit/"
#~ "circuitpython/issues\n"
#~ " z zawartością dysku CIRCUITPY oraz tym komunikatem:\n"
#~ msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
#~ msgstr ""
#~ "Skok NLR MicroPythona nie powiódł się. Prawdopodobne skażenie pamięci.\n"
#~ msgid "MicroPython fatal error.\n"
#~ msgstr "Krytyczny błąd MicroPythona.\n"
#~ msgid "Must be a Group subclass."
#~ msgstr "Musi dziedziczyć z Group."
2019-08-22 15:59:17 -04:00
#~ msgid ""
#~ "Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d "
#~ "bpp given"
#~ msgstr "Wspierane są tylko pliki BMP czarno-białe, 8bpp i 16bpp: %d bpp "
2019-11-23 13:59:44 -05:00
#~ msgid "Only slices with step=1 (aka None) are supported"
#~ msgstr "Wspierane są tylko fragmenty z step=1 (albo None)"
2019-10-21 22:50:17 -04:00
#~ msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
#~ msgstr "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
#~ msgid ""
#~ "The CircuitPython heap was corrupted because the stack was too small.\n"
#~ "Please increase stack size limits and press reset (after ejecting "
#~ "CIRCUITPY).\n"
#~ "If you didn't change the stack, then file an issue here with the contents "
#~ "of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Sterta CircuitPythona jest skażona z powodu zbyt małego stosu.\n"
#~ "Proszę zwiększyć limity wielkości stosu i nazisnąć reset (po odmontowaniu "
#~ "CIRCUITPY).\n"
#~ "Jeśli wielkość stosu nie była zmieniana, proszę zgłosić błąd zawierający "
#~ "zawartość CIRCUITPY tutaj:\n"
#~ msgid ""
#~ "The microcontroller's power dipped. Please make sure your power supply "
#~ "provides\n"
#~ "enough power for the whole circuit and press reset (after ejecting "
#~ "CIRCUITPY).\n"
#~ msgstr ""
#~ "Zasilanie mikrokontrolera gwałtownie spadło. Proszę upewnić się,\n"
#~ "że zasilanie jest wystarczające dla całego obwodu in nacisnąć reset (po "
#~ "odmontowaniu CIRCUITPY).\n"
#~ msgid ""
#~ "The reset button was pressed while booting CircuitPython. Press again to "
#~ "exit safe mode.\n"
#~ msgstr ""
#~ "Przycisk reset został wciśnięty podczas startu CircuitPythona. Wciśnij go "
#~ "ponownie aby wyjść z trybu bezpieczeństwa.\n"
#~ msgid "Tile indices must be 0 - 255"
#~ msgstr "Indeks kafelka musi być pomiędzy 0 a 255 włącznie"
2019-07-19 13:38:59 -04:00
#~ msgid "To exit, please reset the board without "
#~ msgstr "By wyjść, proszę zresetować płytkę bez "
#~ msgid "UUID integer value not in range 0 to 0xffff"
#~ msgstr "Wartość UUID poza zakresem 0 do 0xffff"
2019-08-19 22:40:31 -04:00
#~ msgid "Voice index too high"
#~ msgstr "Zbyt wysoki indeks głosu"
#~ msgid ""
#~ "You are running in safe mode which means something unanticipated "
#~ "happened.\n"
#~ msgstr ""
#~ "Uruchomiono w trybie bezpieczeństwa, gdyż nastąpiło coś nieoczekiwanego.\n"
#~ msgid "bad GATT role"
#~ msgstr "zła rola GATT"
2019-08-15 21:54:52 -04:00
2019-10-03 19:42:40 -04:00
#, c-format
#~ msgid "byteorder is not an instance of ByteOrder (got a %s)"
#~ msgstr "byteorder musi być typu ByteOrder (jest %s)"
#~ msgid "characteristics includes an object that is not a Characteristic"
#~ msgstr ""
#~ "charakterystyki zawierają obiekt, który nie jest typu Characteristic"
#~ msgid "interval not in range 0.0020 to 10.24"
#~ msgstr "przedział poza zakresem 0.0020 do 10.24"
2019-07-09 08:43:54 -04:00
2019-10-21 22:50:17 -04:00
#~ msgid "name must be a string"
#~ msgstr "nazwa musi być łańcuchem"
2019-10-03 19:42:40 -04:00
#~ msgid "services includes an object that is not a Service"
#~ msgstr "obiekt typu innego niż Service w services"
#~ msgid "tile index out of bounds"
#~ msgstr "indeks kafelka poza zakresem"
2019-11-23 13:59:44 -05:00
2019-11-27 13:13:29 -05:00
#~ msgid "time.struct_time() takes exactly 1 argument"
#~ msgstr "time.struct_time() wymaga jednego argumentu"
#~ msgid "timeout >100 (units are now seconds, not msecs)"
#~ msgstr "timeout > 100 (jednostkami są sekundy)"
2019-12-02 14:07:46 -05:00
#~ msgid "write_args must be a list, tuple, or None"
#~ msgstr "write_args musi być listą, krotką lub None"