Skip to content

Commit 099578e

Browse files
CrackXTweblate
authored andcommitted
Translated using Weblate (Polish)
Currently translated at 51.8% (526 of 1015 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
1 parent bf6ada5 commit 099578e

File tree

1 file changed

+35
-30
lines changed

1 file changed

+35
-30
lines changed

locale/pl.po

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ msgstr ""
77
"Project-Id-Version: \n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
10-
"PO-Revision-Date: 2023-11-16 15:03+0000\n"
11-
"Last-Translator: Szymon Jakubiak <[email protected]>\n"
10+
"PO-Revision-Date: 2025-06-09 12:01+0000\n"
11+
"Last-Translator: MAE <[email protected]>\n"
1212
"Language-Team: pl\n"
1313
"Language: pl\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
17-
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18-
"|| n%100>=20) ? 1 : 2;\n"
19-
"X-Generator: Weblate 5.2\n"
17+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18+
"|| n%100>=20) ? 1 : 2);\n"
19+
"X-Generator: Weblate 5.12-dev\n"
2020

2121
#: main.c
2222
msgid ""
@@ -1754,7 +1754,7 @@ msgstr ""
17541754

17551755
#: ports/stm/common-hal/pwmio/PWMOut.c
17561756
msgid "PWM restart"
1757-
msgstr ""
1757+
msgstr "Ponowne uruchomienie PWM"
17581758

17591759
#: ports/raspberrypi/common-hal/countio/Counter.c
17601760
msgid "PWM slice already in use"
@@ -1770,7 +1770,7 @@ msgstr ""
17701770

17711771
#: shared-module/jpegio/JpegDecoder.c
17721772
msgid "Parameter error"
1773-
msgstr ""
1773+
msgstr "Błąd parametru"
17741774

17751775
#: ports/espressif/common-hal/audiobusio/__init__.c
17761776
msgid "Peripheral in use"
@@ -1867,7 +1867,7 @@ msgstr ""
18671867

18681868
#: ports/espressif/common-hal/espulp/ULP.c
18691869
msgid "Program too long"
1870-
msgstr ""
1870+
msgstr "Program zbyt długi"
18711871

18721872
#: shared-bindings/digitalio/DigitalInOut.c
18731873
msgid "Pull not used when direction is output."
@@ -1892,7 +1892,7 @@ msgstr "Błąd inicjalizacji RNG"
18921892
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18931893
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18941894
msgid "RS485"
1895-
msgstr ""
1895+
msgstr "RS485"
18961896

18971897
#: ports/espressif/common-hal/busio/UART.c
18981898
#: ports/mimxrt10xx/common-hal/busio/UART.c
@@ -1924,7 +1924,7 @@ msgstr "Otrzymana odpowiedź była nieprawidłowa"
19241924

19251925
#: supervisor/shared/bluetooth/bluetooth.c
19261926
msgid "Reconnecting"
1927-
msgstr ""
1927+
msgstr "Ponowne połączenie"
19281928

19291929
#: shared-bindings/epaperdisplay/EPaperDisplay.c
19301930
msgid "Refresh too soon"
@@ -2009,7 +2009,7 @@ msgstr ""
20092009

20102010
#: ports/cxd56/common-hal/camera/Camera.c
20112011
msgid "Size not supported"
2012-
msgstr ""
2012+
msgstr "Rozmiar nieobsługiwany"
20132013

20142014
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
20152015
#: shared-bindings/nvm/ByteArray.c
@@ -2140,7 +2140,7 @@ msgstr ""
21402140
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
21412141
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
21422142
msgid "Touch alarms not available"
2143-
msgstr ""
2143+
msgstr "Alarmy dotykowe niedostępne"
21442144

21452145
#: py/obj.c
21462146
msgid "Traceback (most recent call last):\n"
@@ -2169,7 +2169,7 @@ msgstr ""
21692169

21702170
#: main.c
21712171
msgid "UID:"
2172-
msgstr ""
2172+
msgstr "UID:"
21732173

21742174
#: shared-module/usb_hid/Device.c
21752175
msgid "USB busy"
@@ -2185,7 +2185,7 @@ msgstr ""
21852185

21862186
#: shared-module/usb_hid/Device.c
21872187
msgid "USB error"
2188-
msgstr ""
2188+
msgstr "Błąd USB"
21892189

21902190
#: shared-bindings/_bleio/UUID.c
21912191
msgid "UUID integer value must be 0-0xffff"
@@ -2251,7 +2251,7 @@ msgstr ""
22512251

22522252
#: shared-bindings/alarm/SleepMemory.c
22532253
msgid "Unable to write to sleep_memory."
2254-
msgstr ""
2254+
msgstr "Nie można zapisać do sleep_memory."
22552255

22562256
#: ports/nordic/common-hal/_bleio/UUID.c
22572257
msgid "Unexpected nrfx uuid type"
@@ -2342,7 +2342,7 @@ msgstr ""
23422342
#: ports/espressif/common-hal/_bleio/Adapter.c
23432343
#: ports/espressif/common-hal/dualbank/__init__.c
23442344
msgid "Update failed"
2345-
msgstr ""
2345+
msgstr "Aktualizacja nie powiodła się"
23462346

23472347
#: ports/espressif/common-hal/_bleio/Characteristic.c
23482348
#: ports/nordic/common-hal/_bleio/Characteristic.c
@@ -2381,16 +2381,21 @@ msgid ""
23812381
"\n"
23822382
"To list built-in modules type `help(\"modules\")`.\n"
23832383
msgstr ""
2384+
"Witamy w Adafruit CircuitPython %s!\n"
2385+
"\n"
2386+
"Odwiedź circuitpython.org po więcej informacji.\n"
2387+
"\n"
2388+
"Aby wyświetlić listę wbudowanych modułów wpisz `help(„modules”)`.\n"
23842389

23852390
#: supervisor/shared/web_workflow/web_workflow.c
23862391
msgid "Wi-Fi: "
2387-
msgstr ""
2392+
msgstr "Wi-Fi: "
23882393

23892394
#: ports/espressif/common-hal/wifi/Radio.c
23902395
#: ports/raspberrypi/common-hal/wifi/Radio.c
23912396
#: ports/zephyr-cp/common-hal/wifi/Radio.c
23922397
msgid "WiFi is not enabled"
2393-
msgstr ""
2398+
msgstr "WiFi nie jest włączone"
23942399

23952400
#: main.c
23962401
msgid "Woken up by alarm.\n"
@@ -2611,7 +2616,7 @@ msgstr "brak dwu-argumentowego operatora %q"
26112616

26122617
#: ports/espressif/common-hal/audiobusio/PDMIn.c
26132618
msgid "bit_depth must be 8, 16, 24, or 32."
2614-
msgstr ""
2619+
msgstr "bit_depth musi wynosić 8, 16, 24 lub 32."
26152620

26162621
#: shared-module/bitmapfilter/__init__.c
26172622
msgid "bitmap size and depth must match"
@@ -2623,11 +2628,11 @@ msgstr ""
26232628

26242629
#: extmod/modrandom.c
26252630
msgid "bits must be 32 or less"
2626-
msgstr ""
2631+
msgstr "bitów musi wynosić 32 lub mniej"
26272632

26282633
#: shared-bindings/audiofreeverb/Freeverb.c
26292634
msgid "bits_per_sample must be 16"
2630-
msgstr ""
2635+
msgstr "bits_per_sample musi wynosić 16"
26312636

26322637
#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
26332638
#: shared-bindings/audiodelays/MultiTapDelay.c
@@ -2838,7 +2843,7 @@ msgstr ""
28382843

28392844
#: extmod/modasyncio.c
28402845
msgid "can't wait"
2841-
msgstr ""
2846+
msgstr "nie mogę się doczekać"
28422847

28432848
#: extmod/ulab/code/ndarray.c
28442849
msgid "cannot assign new shape"
@@ -3025,7 +3030,7 @@ msgstr ""
30253030

30263031
#: extmod/ulab/code/numpy/create.c
30273032
msgid "divide by zero"
3028-
msgstr ""
3033+
msgstr "dziel przez zero"
30293034

30303035
#: py/runtime.c
30313036
msgid "division by zero"
@@ -3045,7 +3050,7 @@ msgstr "puste"
30453050

30463051
#: extmod/ulab/code/numpy/io/io.c
30473052
msgid "empty file"
3048-
msgstr ""
3053+
msgstr "puste plik"
30493054

30503055
#: extmod/modasyncio.c extmod/modheapq.c
30513056
msgid "empty heap"
@@ -3164,15 +3169,15 @@ msgstr "float zbyt wielki"
31643169

31653170
#: py/nativeglue.c
31663171
msgid "float unsupported"
3167-
msgstr ""
3172+
msgstr "float nieobsługiwany"
31683173

31693174
#: shared-bindings/_stage/Text.c
31703175
msgid "font must be 2048 bytes long"
31713176
msgstr "font musi mieć 2048 bajtów długości"
31723177

31733178
#: extmod/moddeflate.c
31743179
msgid "format"
3175-
msgstr ""
3180+
msgstr "format"
31763181

31773182
#: py/objstr.c
31783183
msgid "format requires a dict"
@@ -3273,7 +3278,7 @@ msgstr ""
32733278

32743279
#: py/persistentcode.c
32753280
msgid "incompatible .mpy file"
3276-
msgstr ""
3281+
msgstr "niekompatybilny plik .mpy"
32773282

32783283
#: py/objstr.c
32793284
msgid "incomplete format"
@@ -3685,7 +3690,7 @@ msgstr ""
36853690

36863691
#: shared-module/sdcardio/SDCard.c
36873692
msgid "no SD card"
3688-
msgstr ""
3693+
msgstr "brak karty SD"
36893694

36903695
#: py/vm.c
36913696
msgid "no active exception to reraise"
@@ -3766,7 +3771,7 @@ msgstr "liczba punktów musi wynosić co najmniej 2"
37663771

37673772
#: py/builtinhelp.c
37683773
msgid "object "
3769-
msgstr ""
3774+
msgstr "obiekt "
37703775

37713776
#: py/obj.c
37723777
#, c-format
@@ -3820,7 +3825,7 @@ msgstr "łańcuch o nieparzystej długości"
38203825

38213826
#: supervisor/shared/web_workflow/web_workflow.c
38223827
msgid "off"
3823-
msgstr ""
3828+
msgstr "wył"
38243829

38253830
#: extmod/ulab/code/utils/utils.c
38263831
msgid "offset is too large"

0 commit comments

Comments
 (0)