10000 Merge branch 'adafruit:main' into main · megacoder/circuitpython@af081f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit af081f5

Browse files
authored
Merge branch 'adafruit:main' into main
2 parents b3ff983 + b57b8dc commit af081f5

File tree

72 files changed

+1443
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1443
-276
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
extensions = [
7878
'sphinx.ext.autodoc',
7979
'sphinx.ext.doctest',
80+
"sphinxcontrib.jquery",
8081
'sphinxcontrib.rsvgconverter',
8182
'sphinx.ext.intersphinx',
8283
'sphinx.ext.todo',

locale/ID.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@ msgstr "0.0 ke kompleks berpangkat"
403403
msgid "3-arg pow() not supported"
404404
msgstr "pow() 3-arg tidak didukung"
405405

406-
#: shared-module/msgpack/__init__.c
407-
msgid "64 bit types"
408-
msgstr ""
409-
410406
#: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
411407
#: ports/atmel-samd/common-hal/countio/Counter.c
412408
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -1283,6 +1279,10 @@ msgstr ""
12831279
msgid "Invalid data_pins[%d]"
12841280
msgstr ""
12851281

1282+
#: shared-module/msgpack/__init__.c
1283+
msgid "Invalid format"
1284+
msgstr ""
1285+
12861286
#: shared-module/audiocore/WaveFile.c
12871287
msgid "Invalid format chunk size"
12881288
msgstr "Ukuran potongan format tidak valid"

locale/circuitpython.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,6 @@ msgstr ""
400400
msgid "3-arg pow() not supported"
401401
msgstr ""
402402

403-
#: shared-module/msgpack/__init__.c
404-
msgid "64 bit types"
405-
msgstr ""
406-
407403
#: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
408404
#: ports/atmel-samd/common-hal/countio/Counter.c
409405
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -1271,6 +1267,10 @@ msgstr ""
12711267
msgid "Invalid data_pins[%d]"
12721268
msgstr ""
12731269

1270+
#: shared-module/msgpack/__init__.c
1271+
msgid "Invalid format"
1272+
msgstr ""
1273+
12741274
#: shared-module/audiocore/WaveFile.c
12751275
msgid "Invalid format chunk size"
12761276
msgstr ""

locale/cs.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,6 @@ msgstr ""
404404
msgid "3-arg pow() not supported"
405405
msgstr "pow() nepodporuje 3 argumenty"
406406

407-
#: shared-module/msgpack/__init__.c
408-
msgid "64 bit types"
409-
msgstr "64 bit typy"
410-
411407
#: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
412408
#: ports/atmel-samd/common-hal/countio/Counter.c
413409
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -1283,6 +1279,10 @@ msgstr ""
12831279
msgid "Invalid data_pins[%d]"
12841280
msgstr "Chybný data_pin[%d]"
12851281

1282+
#: shared-module/msgpack/__init__.c
1283+
msgid "Invalid format"
1284+
msgstr ""
1285+
12861286
#: shared-module/audiocore/WaveFile.c
12871287
msgid "Invalid format chunk size"
12881288
msgstr "Neplatná velikost bloku"
@@ -4382,6 +4382,9 @@ msgstr ""
43824382
msgid "zi must be of shape (n_section, 2)"
43834383
msgstr ""
43844384

4385+
#~ msgid "64 bit types"
4386+
#~ msgstr "64 bit typy"
4387+
43854388
#~ msgid "No key was specified"
43864389
#~ msgstr "Nebyl zadán klíč"
43874390

0 commit comments

Comments
 (0)
0