Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55714ba

Browse files
authored
Merge branch 'adafruit:main' into main
2 parentsd3c0482 +1c19926 commit55714ba

File tree

20 files changed

+467
-209
lines changed

20 files changed

+467
-209
lines changed

‎Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ stubs:
280280
sed -e"s,__version__,`python -msetuptools_scm`,"< setup.py-stubs> circuitpython-stubs/setup.py
281281
cp README.rst-stubs circuitpython-stubs/README.rst
282282
cp MANIFEST.in-stubs circuitpython-stubs/MANIFEST.in
283+
cp -r stubs/* circuitpython-stubs
283284
$(PYTHON) tools/board_stubs/build_board_specific_stubs/board_stub_builder.py
284285
cp -r tools/board_stubs/circuitpython_setboard circuitpython-stubs/circuitpython_setboard
285286
$(PYTHON) -m build circuitpython-stubs

‎docs/library/index.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ the following libraries.
5454
..toctree::
5555
:maxdepth:1
5656

57-
micropython.rst
57+
../../shared-bindings/micropython/index.rst

‎docs/library/micropython.rst‎

Lines changed: 0 additions & 157 deletions
This file was deleted.

‎docs/redirects.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
index.rst README.html
2+
docs/library/micropython.rst shared-bindings/micropython
23
shared-bindings//__init__.rst shared-bindings//
34
shared-bindings/_bleio/Adapter.rst shared-bindings/_bleio/#_bleio.Adapter
45
shared-bindings/_bleio/Address.rst shared-bindings/_bleio/#_bleio.Address

‎locale/pl.po‎

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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:2025-06-30 16:01+0000\n"
11-
"Last-Translator:MAE <martin-aehle@hotmail.de>\n"
10+
"PO-Revision-Date:2025-07-23 09:07+0000\n"
11+
"Last-Translator:MuskoM <muskomatt@outlook.com>\n"
1212
"Language-Team:pl\n"
1313
"Language:pl\n"
1414
"MIME-Version:1.0\n"
@@ -31,13 +31,18 @@ msgid ""
3131
"\n"
3232
"Code stopped by auto-reload. Reloading soon.\n"
3333
msgstr""
34+
"\n"
35+
"Wykonywanie zatrzymane przez auto-reload. Wkrótce nastąpi przeładowanie.\n"
3436

3537
#: supervisor/shared/safe_mode.c
3638
msgid""
3739
"\n"
3840
"Please file an issue with your program at github.com/adafruit/circuitpython/"
3941
"issues."
4042
msgstr""
43+
"\n"
44+
"Proszę dodaj problem z twoim programem na github.com/adafruit/circuitpython/"
45+
"issues."
4146

4247
#: supervisor/shared/safe_mode.c
4348
msgid""
@@ -85,6 +90,8 @@ msgstr "%%c wymaga int lub char"
8590
msgid""
8691
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
8792
msgstr""
93+
"%d pinów adresowalnych, %d pinów rgb oraz %d płytek wskazują na wysokość "
94+
"%d, nie %d"
8895

8996
#: shared-bindings/microcontroller/Pin.c
9097
msgid"%q and %q contain duplicate pins"
@@ -96,11 +103,11 @@ msgstr "%q and %q muszą być różne"
96103

97104
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
98105
msgid"%q and %q must share a clock unit"
99-
msgstr""
106+
msgstr"%q i %q muszą współdzielić jednostkę zegara"
100107

101108
#: ports/nordic/common-hal/watchdog/WatchDogTimer.c
102109
msgid"%q cannot be changed once mode is set to %q"
103-
msgstr""
110+
msgstr"%q nie może zostać zmienione po ustawieniu trybu %q"
104111

105112
#: shared-bindings/microcontroller/Pin.c
106113
msgid"%q contains duplicate pins"
@@ -112,7 +119,7 @@ msgstr "%q niepowodzenie: %d"
112119

113120
#: shared-module/audiodelays/MultiTapDelay.c
114121
msgid"%q in %q must be of type %q or %q, not %q"
115-
msgstr""
122+
msgstr"%q w %q musi być typu %q lub %q, nie %q"
116123

117124
#: py/argcheck.c shared-module/audiofilters/Filter.c
118125
msgid"%q in %q must be of type %q, not %q"
@@ -160,36 +167,36 @@ msgstr "długość %q musi być w zakresie od %d do %d"
160167

161168
#: py/argcheck.c
162169
msgid"%q length must be <= %d"
163-
msgstr""
170+
msgstr"długość %q musi być <= %d"
164171

165172
#: py/argcheck.c
166173
msgid"%q length must be >= %d"
167-
msgstr""
174+
msgstr"długość %q musi być >= %d"
168175

169176
#: py/modsys.c py/runtime.c
170177
msgid"%q moved from %q to %q"
171178
msgstr""
172179

173180
#: py/argcheck.c
174181
msgid"%q must be %d"
175-
msgstr""
182+
msgstr"%q musi być %d"
176183

177184
#: py/argcheck.c shared-bindings/busdisplay/BusDisplay.c
178185
#: shared-bindings/displayio/Bitmap.c
179186
#: shared-bindings/framebufferio/FramebufferDisplay.c
180187
#: shared-bindings/is31fl3741/FrameBuffer.c
181188
#: shared-bindings/rgbmatrix/RGBMatrix.c
182189
msgid"%q must be %d-%d"
183-
msgstr""
190+
msgstr"%q musi być %d-%d"
184191

185192
#: shared-bindings/busdisplay/BusDisplay.c
186193
msgid"%q must be 1 when %q is True"
187-
msgstr""
194+
msgstr"%q musi wynosić 1, gdy %q jest True"
188195

189196
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
190197
#: shared-module/gifio/OnDiskGif.c
191198
msgid"%q must be <= %d"
192-
msgstr""
199+
msgstr"%q musi być <= %d"
193200

194201
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
195202
msgid"%q must be <= %u"
@@ -566,7 +573,7 @@ msgstr ""
566573

567574
#: ports/espressif/common-hal/_bleio/__init__.c
568575
msgid"Already in progress"
569-
msgstr""
576+
msgstr"Już trwa"
570577

571578
#: ports/espressif/bindings/espnow/ESPNow.c
572579
#: ports/espressif/common-hal/espulp/ULP.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp