Skip to content

Compress word offset table #5107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 26 additions & 15 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ msgstr ""
"Harap ajukan masalah dengan konten drive CIRCUITPY Anda di\n"
"https://github.com/adafruit/circuitpython/issues\n"

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid " File \"%q\""
msgstr " File \"%q\""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid " File \"%q\", line %d"
msgstr " File \"%q\", baris %d"

Expand Down Expand Up @@ -329,7 +329,7 @@ msgstr "'yield' diluar fungsi"
msgid "*x must be assignment target"
msgstr "*x harus menjadi target assignment"

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid ", in %q\n"
msgstr ", dalam %q\n"

Expand Down Expand Up @@ -1205,11 +1205,6 @@ msgstr ""
msgid "Input/output error"
msgstr "Kesalahan input/output"

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing jmp_pin. Instruction %d jumps on pin"
msgstr ""

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Instruction %d shifts in more bits than pin count"
Expand Down Expand Up @@ -1526,6 +1521,11 @@ msgstr ""
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr ""

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing jmp_pin. Instruction %d jumps on pin"
msgstr ""

#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr "Harus berupa subclass %q."
Expand Down Expand Up @@ -2097,7 +2097,6 @@ msgid "Size not supported"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
#: ports/stm/common-hal/alarm/SleepMemory.c
msgid "Sleep Memory not available"
msgstr ""

Expand Down Expand Up @@ -2246,7 +2245,7 @@ msgstr ""
msgid "Touch alarms not available"
msgstr ""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid "Traceback (most recent call last):\n"
msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"

Expand Down Expand Up @@ -2552,7 +2551,7 @@ msgid "argument name reused"
msgstr ""

#: py/argcheck.c shared-bindings/_stage/__init__.c
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
#: shared-bindings/digitalio/DigitalInOut.c
msgid "argument num/types mismatch"
msgstr "argumen num/types tidak cocok"

Expand Down Expand Up @@ -3116,6 +3115,10 @@ msgstr ""
msgid "file must be a file opened in byte mode"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "file write is not available"
msgstr ""

#: shared-bindings/storage/__init__.c
msgid "filesystem must provide mount method"
msgstr ""
Expand Down Expand Up @@ -3403,6 +3406,10 @@ msgstr ""
msgid "invalid element_size %d, must be, 1, 2, or 4"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "invalid exception"
msgstr ""

#: extmod/modframebuf.c
msgid "invalid format"
msgstr "format tidak valid"
Expand Down Expand Up @@ -3440,6 +3447,10 @@ msgstr ""
msgid "invalid syntax for number"
msgstr ""

#: py/objexcept.c shared-bindings/traceback/__init__.c
msgid "invalid traceback"
msgstr ""

#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr ""
Expand Down Expand Up @@ -3484,6 +3495,10 @@ msgstr ""
msgid "lhs and rhs should be compatible"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "limit should be an int"
msgstr ""

#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr ""
Expand Down Expand Up @@ -3636,10 +3651,6 @@ msgstr ""
msgid "no active exception to reraise"
msgstr ""

#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr ""

#: py/compile.c
msgid "no binding for nonlocal found"
msgstr "tidak ada ikatan/bind pada temuan nonlocal"
Expand Down
41 changes: 26 additions & 15 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ msgstr ""
"Založte prosím problém s obsahem vaší jednotky CIRCUITPY na adrese\n"
"https://github.com/adafruit/circuitpython/issues\n"

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid " File \"%q\""
msgstr " Soubor \"%q\""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid " File \"%q\", line %d"
msgstr " Soubor \"%q\", řádek %d"

Expand Down Expand Up @@ -325,7 +325,7 @@ msgstr ""
msgid "*x must be assignment target"
msgstr ""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid ", in %q\n"
msgstr ""

Expand Down Expand Up @@ -1188,11 +1188,6 @@ msgstr ""
msgid "Input/output error"
msgstr ""

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing jmp_pin. Instruction %d jumps on pin"
msgstr ""

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Instruction %d shifts in more bits than pin count"
Expand Down Expand Up @@ -1509,6 +1504,11 @@ msgstr ""
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr ""

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing jmp_pin. Instruction %d jumps on pin"
msgstr ""

#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr ""
Expand Down Expand Up @@ -2066,7 +2066,6 @@ msgid "Size not supported"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
#: ports/stm/common-hal/alarm/SleepMemory.c
msgid "Sleep Memory not available"
msgstr ""

Expand Down Expand Up @@ -2215,7 +2214,7 @@ msgstr ""
msgid "Touch alarms not available"
msgstr ""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid "Traceback (most recent call last):\n"
msgstr ""

Expand Down Expand Up @@ -2513,7 +2512,7 @@ msgid "argument name reused"
msgstr ""

#: py/argcheck.c shared-bindings/_stage/__init__.c
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
#: shared-bindings/digitalio/DigitalInOut.c
msgid "argument num/types mismatch"
msgstr ""

Expand Down Expand Up @@ -3077,6 +3076,10 @@ msgstr ""
msgid "file must be a file opened in byte mode"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "file write is not available"
msgstr ""

#: shared-bindings/storage/__init__.c
msgid "filesystem must provide mount method"
msgstr ""
Expand Down Expand Up @@ -3364,6 +3367,10 @@ msgstr ""
msgid "invalid element_size %d, must be, 1, 2, or 4"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "invalid exception"
msgstr ""

#: extmod/modframebuf.c
msgid "invalid format"
msgstr ""
Expand Down Expand Up @@ -3401,6 +3408,10 @@ msgstr ""
msgid "invalid syntax for number"
msgstr ""

#: py/objexcept.c shared-bindings/traceback/__init__.c
msgid "invalid traceback"
msgstr ""

#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr ""
Expand Down Expand Up @@ -3445,6 +3456,10 @@ msgstr ""
msgid "lhs and rhs should be compatible"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "limit should be an int"
msgstr ""

#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr ""
Expand Down Expand Up @@ -3597,10 +3612,6 @@ msgstr ""
msgid "no active exception to reraise"
msgstr ""

#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr ""

#: py/compile.c
msgid "no binding for nonlocal found"
msgstr ""
Expand Down
44 changes: 29 additions & 15 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ msgstr ""
"Bitte melden Sie ein Problem mit dem Inhalt Ihres CIRCUITPY-Laufwerks unter\n"
"https://github.com/adafruit/circuitpython/issues\n"

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid " File \"%q\""
msgstr " Datei \"%q\""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid " File \"%q\", line %d"
msgstr " Datei \"%q\", Zeile %d"

Expand Down Expand Up @@ -331,7 +331,7 @@ msgstr "'yield' außerhalb einer Funktion"
msgid "*x must be assignment target"
msgstr "*x muss Zuordnungsziel sein"

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid ", in %q\n"
msgstr ", in %q\n"

Expand Down Expand Up @@ -1205,11 +1205,6 @@ msgstr "Input benötigt zu lange"
msgid "Input/output error"
msgstr "Eingabe-/Ausgabefehler"

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing jmp_pin. Instruction %d jumps on pin"
msgstr ""

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Instruction %d shifts in more bits than pin count"
Expand Down Expand Up @@ -1527,6 +1522,11 @@ msgstr "Fehlender first_out_pin. Instruktion %d schreibt Pin(s)"
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr "Fehlender first_set_pin. Instruktion %d setzt Pin(s)"

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing jmp_pin. Instruction %d jumps on pin"
msgstr ""

#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr "Muss eine %q Unterklasse sein."
Expand Down Expand Up @@ -2095,7 +2095,6 @@ msgid "Size not supported"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
#: ports/stm/common-hal/alarm/SleepMemory.c
msgid "Sleep Memory not available"
msgstr ""

Expand Down Expand Up @@ -2247,7 +2246,7 @@ msgstr ""
msgid "Touch alarms not available"
msgstr ""

#: py/obj.c
#: py/obj.c shared-bindings/traceback/__init__.c
msgid "Traceback (most recent call last):\n"
msgstr "Zurückverfolgung (jüngste Aufforderung zuletzt):\n"

Expand Down Expand Up @@ -2558,7 +2557,7 @@ msgid "argument name reused"
msgstr ""

#: py/argcheck.c shared-bindings/_stage/__init__.c
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
#: shared-bindings/digitalio/DigitalInOut.c
msgid "argument num/types mismatch"
msgstr "Anzahl/Typen der Argumente passen nicht"

Expand Down Expand Up @@ -3134,6 +3133,10 @@ msgstr "f-string: einzelne '}' nicht erlaubt"
msgid "file must be a file opened in byte mode"
msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein"

#: shared-bindings/traceback/__init__.c
msgid "file write is not available"
msgstr ""

#: shared-bindings/storage/__init__.c
msgid "filesystem must provide mount method"
msgstr "Das Dateisystem muss eine Mount-Methode bereitstellen"
Expand Down Expand Up @@ -3423,6 +3426,10 @@ msgstr ""
msgid "invalid element_size %d, must be, 1, 2, or 4"
msgstr ""

#: shared-bindings/traceback/__init__.c
msgid "invalid exception"
msgstr ""

#: extmod/modframebuf.c
msgid "invalid format"
msgstr "ungültiges Format"
Expand Down Expand Up @@ -3460,6 +3467,10 @@ msgstr "ungültige Syntax für integer mit Basis %d"
msgid "invalid syntax for number"
msgstr "ungültige Syntax für number"

#: py/objexcept.c shared-bindings/traceback/__init__.c
msgid "invalid traceback"
msgstr ""

#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr "issubclass() arg 1 muss eine Klasse sein"
Expand Down Expand Up @@ -3508,6 +3519,10 @@ msgstr "Der Pegel muss zwischen 0 und 1 liegen"
msgid "lhs and rhs should be compatible"
msgstr "lhs und rhs sollten kompatibel sein"

#: shared-bindings/traceback/__init__.c
msgid "limit should be an int"
msgstr ""

#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr "Lokales '%q' hat den Typ '%q', aber die Quelle ist '%q'"
Expand Down Expand Up @@ -3662,10 +3677,6 @@ msgstr ""
msgid "no active exception to reraise"
msgstr "Keine aktive Ausnahme zu verusachen (raise)"

#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr "kein verfügbares Netzwerkadapter (NIC)"

#: py/compile.c
msgid "no binding for nonlocal found"
msgstr "Kein Binding für nonlocal gefunden"
Expand Down Expand Up @@ -4499,6 +4510,9 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "no available NIC"
#~ msgstr "kein verfügbares Netzwerkadapter (NIC)"

#~ msgid "Instruction %d jumps on pin"
#~ msgstr "Instruktion %d springt auf Pin"

Expand Down
Loading