@@ -7,16 +7,16 @@ msgstr ""
7
7
"Project-Id-Version : \n "
8
8
"Report-Msgid-Bugs-To : \n "
9
9
"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"
12
12
"Language-Team : pl\n "
13
13
"Language : pl\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
16
16
"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 "
20
20
21
21
#: main.c
22
22
msgid ""
@@ -1754,7 +1754,7 @@ msgstr ""
1754
1754
1755
1755
#: ports/stm/common-hal/pwmio/PWMOut.c
1756
1756
msgid "PWM restart"
1757
- msgstr ""
1757
+ msgstr "Ponowne uruchomienie PWM "
1758
1758
1759
1759
#: ports/raspberrypi/common-hal/countio/Counter.c
1760
1760
msgid "PWM slice already in use"
@@ -1770,7 +1770,7 @@ msgstr ""
1770
1770
1771
1771
#: shared-module/jpegio/JpegDecoder.c
1772
1772
msgid "Parameter error"
1773
- msgstr ""
1773
+ msgstr "Błąd parametru "
1774
1774
1775
1775
#: ports/espressif/common-hal/audiobusio/__init__.c
1776
1776
msgid "Peripheral in use"
@@ -1867,7 +1867,7 @@ msgstr ""
1867
1867
1868
1868
#: ports/espressif/common-hal/espulp/ULP.c
1869
1869
msgid "Program too long"
1870
- msgstr ""
1870
+ msgstr "Program zbyt długi "
1871
1871
1872
1872
#: shared-bindings/digitalio/DigitalInOut.c
1873
1873
msgid "Pull not used when direction is output."
@@ -1892,7 +1892,7 @@ msgstr "Błąd inicjalizacji RNG"
1892
1892
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1893
1893
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1894
1894
msgid "RS485"
1895
- msgstr ""
1895
+ msgstr "RS485 "
1896
1896
1897
1897
#: ports/espressif/common-hal/busio/UART.c
1898
1898
#: ports/mimxrt10xx/common-hal/busio/UART.c
@@ -1924,7 +1924,7 @@ msgstr "Otrzymana odpowiedź była nieprawidłowa"
1924
1924
1925
1925
#: supervisor/shared/bluetooth/bluetooth.c
1926
1926
msgid "Reconnecting"
1927
- msgstr ""
1927
+ msgstr "Ponowne połączenie "
1928
1928
1929
1929
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1930
1930
msgid "Refresh too soon"
@@ -2009,7 +2009,7 @@ msgstr ""
2009
2009
2010
2010
#: ports/cxd56/common-hal/camera/Camera.c
2011
2011
msgid "Size not supported"
2012
- msgstr ""
2012
+ msgstr "Rozmiar nieobsługiwany "
2013
2013
2014
2014
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
2015
2015
#: shared-bindings/nvm/ByteArray.c
@@ -2140,7 +2140,7 @@ msgstr ""
2140
2140
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
2141
2141
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2142
2142
msgid "Touch alarms not available"
2143
- msgstr ""
2143
+ msgstr "Alarmy dotykowe niedostępne "
2144
2144
2145
2145
#: py/obj.c
2146
2146
msgid "Traceback (most recent call last):\n"
@@ -2169,7 +2169,7 @@ msgstr ""
2169
2169
2170
2170
#: main.c
2171
2171
msgid "UID:"
2172
- msgstr ""
2172
+ msgstr "UID: "
2173
2173
2174
2174
#: shared-module/usb_hid/Device.c
2175
2175
msgid "USB busy"
@@ -2185,7 +2185,7 @@ msgstr ""
2185
2185
2186
2186
#: shared-module/usb_hid/Device.c
2187
2187
msgid "USB error"
2188
- msgstr ""
2188
+ msgstr "Błąd USB "
2189
2189
2190
2190
#: shared-bindings/_bleio/UUID.c
2191
2191
msgid "UUID integer value must be 0-0xffff"
@@ -2251,7 +2251,7 @@ msgstr ""
2251
2251
2252
2252
#: shared-bindings/alarm/SleepMemory.c
2253
2253
msgid "Unable to write to sleep_memory."
2254
- msgstr ""
2254
+ msgstr "Nie można zapisać do sleep_memory. "
2255
2255
2256
2256
#: ports/nordic/common-hal/_bleio/UUID.c
2257
2257
msgid "Unexpected nrfx uuid type"
@@ -2342,7 +2342,7 @@ msgstr ""
2342
2342
#: ports/espressif/common-hal/_bleio/Adapter.c
2343
2343
#: ports/espressif/common-hal/dualbank/__init__.c
2344
2344
msgid "Update failed"
2345
- msgstr ""
2345
+ msgstr "Aktualizacja nie powiodła się "
2346
2346
2347
2347
#: ports/espressif/common-hal/_bleio/Characteristic.c
2348
2348
#: ports/nordic/common-hal/_bleio/Characteristic.c
@@ -2381,16 +2381,21 @@ msgid ""
2381
2381
"\n"
2382
2382
"To list built-in modules type `help(\" modules\" )`.\n"
2383
2383
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"
2384
2389
2385
2390
#: supervisor/shared/web_workflow/web_workflow.c
2386
2391
msgid "Wi-Fi: "
2387
- msgstr ""
2392
+ msgstr "Wi-Fi: "
2388
2393
2389
2394
#: ports/espressif/common-hal/wifi/Radio.c
2390
2395
#: ports/raspberrypi/common-hal/wifi/Radio.c
2391
2396
#: ports/zephyr-cp/common-hal/wifi/Radio.c
2392
2397
msgid "WiFi is not enabled"
2393
- msgstr ""
2398
+ msgstr "WiFi nie jest włączone "
2394
2399
2395
2400
#: main.c
2396
2401
msgid "Woken up by alarm.\n"
@@ -2611,7 +2616,7 @@ msgstr "brak dwu-argumentowego operatora %q"
2611
2616
2612
2617
#: ports/espressif/common-hal/audiobusio/PDMIn.c
2613
2618
msgid "bit_depth must be 8, 16, 24, or 32."
2614
- msgstr ""
2619
+ msgstr "bit_depth musi wynosić 8, 16, 24 lub 32. "
2615
2620
2616
2621
#: shared-module/bitmapfilter/__init__.c
2617
2622
msgid "bitmap size and depth must match"
@@ -2623,11 +2628,11 @@ msgstr ""
2623
2628
2624
2629
#: extmod/modrandom.c
2625
2630
msgid "bits must be 32 or less"
2626
- msgstr ""
2631
+ msgstr "bitów musi wynosić 32 lub mniej "
2627
2632
2628
2633
#: shared-bindings/audiofreeverb/Freeverb.c
2629
2634
msgid "bits_per_sample must be 16"
2630
- msgstr ""
2635
+ msgstr "bits_per_sample musi wynosić 16 "
2631
2636
2632
2637
#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
2633
2638
#: shared-bindings/audiodelays/MultiTapDelay.c
@@ -2838,7 +2843,7 @@ msgstr ""
2838
2843
2839
2844
#: extmod/modasyncio.c
2840
2845
msgid "can't wait"
2841
- msgstr ""
2846
+ msgstr "nie mogę się doczekać "
2842
2847
2843
2848
#: extmod/ulab/code/ndarray.c
2844
2849
msgid "cannot assign new shape"
@@ -3025,7 +3030,7 @@ msgstr ""
3025
3030
3026
3031
#: extmod/ulab/code/numpy/create.c
3027
3032
msgid "divide by zero"
3028
- msgstr ""
3033
+ msgstr "dziel przez zero "
3029
3034
3030
3035
#: py/runtime.c
3031
3036
msgid "division by zero"
@@ -3045,7 +3050,7 @@ msgstr "puste"
3045
3050
3046
3051
#: extmod/ulab/code/numpy/io/io.c
3047
3052
msgid "empty file"
3048
- msgstr ""
3053
+ msgstr "puste plik "
3049
3054
3050
3055
#: extmod/modasyncio.c extmod/modheapq.c
3051
3056
msgid "empty heap"
@@ -3164,15 +3169,15 @@ msgstr "float zbyt wielki"
3164
3169
3165
3170
#: py/nativeglue.c
3166
3171
msgid "float unsupported"
3167
- msgstr ""
3172
+ msgstr "float nieobsługiwany "
3168
3173
3169
3174
#: shared-bindings/_stage/Text.c
3170
3175
msgid "font must be 2048 bytes long"
3171
3176
msgstr "font musi mieć 2048 bajtów długości"
3172
3177
3173
3178
#: extmod/moddeflate.c
3174
3179
msgid "format"
3175
- msgstr ""
3180
+ msgstr "format "
3176
3181
3177
3182
#: py/objstr.c
3178
3183
msgid "format requires a dict"
@@ -3273,7 +3278,7 @@ msgstr ""
3273
3278
3274
3279
#: py/persistentcode.c
3275
3280
msgid "incompatible .mpy file"
3276
- msgstr ""
3281
+ msgstr "niekompatybilny plik .mpy "
3277
3282
3278
3283
#: py/objstr.c
3279
3284
msgid "incomplete format"
@@ -3685,7 +3690,7 @@ msgstr ""
3685
3690
3686
3691
#: shared-module/sdcardio/SDCard.c
3687
3692
msgid "no SD card"
3688
- msgstr ""
3693
+ msgstr "brak karty SD "
3689
3694
3690
3695
#: py/vm.c
3691
3696
msgid "no active exception to reraise"
@@ -3766,7 +3771,7 @@ msgstr "liczba punktów musi wynosić co najmniej 2"
3766
3771
3767
3772
#: py/builtinhelp.c
3768
3773
msgid "object "
3769
- msgstr ""
3774
+ msgstr "obiekt "
3770
3775
3771
3776
#: py/obj.c
3772
3777
#, c-format
@@ -3820,7 +3825,7 @@ msgstr "łańcuch o nieparzystej długości"
3820
3825
3821
3826
#: supervisor/shared/web_workflow/web_workflow.c
3822
3827
msgid "off"
3823
- msgstr ""
3828
+ msgstr "wył "
3824
3829
3825
3830
#: extmod/ulab/code/utils/utils.c
3826
3831
msgid "offset is too large"
0 commit comments