Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
This commit is contained in:
Hosted Weblate 2021-09-24 03:25:57 +02:00
parent 10fdc80b9c
commit d5e3d780d5
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
17 changed files with 344 additions and 85 deletions

View File

@ -595,7 +595,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Ukuran buffer salah. Seharusnya %d byte." msgstr "Ukuran buffer salah. Seharusnya %d byte."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Buffer bukan bytearray." msgstr "Buffer bukan bytearray."
@ -899,10 +898,6 @@ msgstr "DAC sudah digunakan"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Data 0 pin harus byte disejajarkan" msgstr "Data 0 pin harus byte disejajarkan"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Potongan data harus mengikuti fmt chunk" msgstr "Potongan data harus mengikuti fmt chunk"
@ -1258,6 +1253,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "Kesalahan definisi internal" msgstr "Kesalahan definisi internal"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1736,6 +1735,11 @@ msgstr "Tidak berfungsi"
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2144,6 +2148,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama" msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Memisahkan dengan menggunakan sub-captures" msgstr "Memisahkan dengan menggunakan sub-captures"
@ -2219,6 +2227,12 @@ msgstr "Tingkat sampel dari sampel tidak cocok dengan mixer"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "signedness dari sampel tidak cocok dengan mixer" msgstr "signedness dari sampel tidak cocok dengan mixer"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Tinggi tile harus persis membagi tinggi bitmap" msgstr "Tinggi tile harus persis membagi tinggi bitmap"

View File

@ -589,7 +589,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "" msgstr ""
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "" msgstr ""
@ -884,10 +883,6 @@ msgstr ""
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "" msgstr ""
@ -1241,6 +1236,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1719,6 +1718,11 @@ msgstr ""
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2113,6 +2117,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "" msgstr ""
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "" msgstr ""
@ -2188,6 +2196,12 @@ msgstr ""
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "" msgstr ""
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "" msgstr ""

View File

@ -597,7 +597,6 @@ msgstr "Puffer-Elemente müssen 4 Bytes lang oder kürzer sein"
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben." msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Der Buffer ist kein Byte-Array." msgstr "Der Buffer ist kein Byte-Array."
@ -896,10 +895,6 @@ msgstr "DAC wird schon benutzt"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Data 0 pin muss am Byte ausgerichtet sein" msgstr "Data 0 pin muss am Byte ausgerichtet sein"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "Data 0 Pin muss Byte aligned sein."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Dem fmt Block muss ein Datenblock folgen" msgstr "Dem fmt Block muss ein Datenblock folgen"
@ -1258,6 +1253,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "Interner Definitionsfehler" msgstr "Interner Definitionsfehler"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1737,6 +1736,11 @@ msgstr "Spielt nicht ab"
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2142,6 +2146,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Quell- und Zielbuffer müssen gleich lang sein" msgstr "Quell- und Zielbuffer müssen gleich lang sein"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Splitting mit sub-captures" msgstr "Splitting mit sub-captures"
@ -2219,6 +2227,12 @@ msgid "The sample's signedness does not match the mixer's"
msgstr "" msgstr ""
"Die Art des Vorzeichens des Samples stimmt nicht mit dem des Mixers überein" "Die Art des Vorzeichens des Samples stimmt nicht mit dem des Mixers überein"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Die Kachelhöhe muss die Bitmaphöhe genau teilen" msgstr "Die Kachelhöhe muss die Bitmaphöhe genau teilen"
@ -4550,6 +4564,9 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "" msgstr ""
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "Data 0 Pin muss Byte aligned sein."
#~ msgid "ParallelBus not yet supported" #~ msgid "ParallelBus not yet supported"
#~ msgstr "ParallelBus wird noch nicht unterstützt" #~ msgstr "ParallelBus wird noch nicht unterstützt"

View File

@ -586,7 +586,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "" msgstr ""
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "" msgstr ""
@ -881,10 +880,6 @@ msgstr ""
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "" msgstr ""
@ -1238,6 +1233,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1716,6 +1715,11 @@ msgstr ""
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2110,6 +2114,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "" msgstr ""
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "" msgstr ""
@ -2185,6 +2193,12 @@ msgstr ""
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "" msgstr ""
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "" msgstr ""

View File

@ -597,7 +597,6 @@ msgstr "Buffer elements must be 4 bytes long or less"
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Buffer incorrect size. Should be %d bytes." msgstr "Buffer incorrect size. Should be %d bytes."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Buffer is not a bytearray." msgstr "Buffer is not a bytearray."
@ -894,10 +893,6 @@ msgstr "DAC already in use"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Data 0 pin must be byte aligned" msgstr "Data 0 pin must be byte aligned"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "Data 0 pin must be byte aligned."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Data chunk must follow fmt chunk" msgstr "Data chunk must follow fmt chunk"
@ -1253,6 +1248,10 @@ msgstr "Internal audio buffer too small"
msgid "Internal define error" msgid "Internal define error"
msgstr "Internal define error" msgstr "Internal define error"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1731,6 +1730,11 @@ msgstr "Not playing"
msgid "Not settable" msgid "Not settable"
msgstr "Not settable" msgstr "Not settable"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2134,6 +2138,10 @@ msgstr "SocketPool can only be used with wifi.radio"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Source and destination buffers must be the same length" msgstr "Source and destination buffers must be the same length"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Splitting with sub-captures" msgstr "Splitting with sub-captures"
@ -2216,6 +2224,12 @@ msgstr "The sample's sample rate does not match the mixer's"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "The sample's signedness does not match the mixer's" msgstr "The sample's signedness does not match the mixer's"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Tile height must exactly divide bitmap height" msgstr "Tile height must exactly divide bitmap height"
@ -4515,6 +4529,9 @@ msgstr "zi must be of float type"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi must be of shape (n_section, 2)" msgstr "zi must be of shape (n_section, 2)"
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "Data 0 pin must be byte aligned."
#~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
#~ msgstr "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgstr "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"

View File

@ -602,7 +602,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes." msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Buffer no es un bytearray." msgstr "Buffer no es un bytearray."
@ -903,10 +902,6 @@ msgstr "DAC ya está siendo utilizado"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "El pin Data 0 debe estar alineado a bytes" msgstr "El pin Data 0 debe estar alineado a bytes"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "El pin de datos 0 debe ser alineado a byte."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Trozo de datos debe seguir fmt chunk" msgstr "Trozo de datos debe seguir fmt chunk"
@ -1271,6 +1266,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "Error interno de definición" msgstr "Error interno de definición"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1753,6 +1752,11 @@ msgstr "No reproduciendo"
msgid "Not settable" msgid "Not settable"
msgstr "No configurable" msgstr "No configurable"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2162,6 +2166,10 @@ msgstr "SocketPool solo se puede usar con wifi.radio"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Los buffers de fuente y destino deben ser del mismo tamaño" msgstr "Los buffers de fuente y destino deben ser del mismo tamaño"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Dividiendo con sub-capturas" msgstr "Dividiendo con sub-capturas"
@ -2245,6 +2253,12 @@ msgstr "El sample rate del sample no iguala al del mixer"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "El signo del sample no iguala al del mixer" msgstr "El signo del sample no iguala al del mixer"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "La altura del Tile debe dividir exacto la altura del bitmap" msgstr "La altura del Tile debe dividir exacto la altura del bitmap"
@ -4563,6 +4577,9 @@ msgstr "zi debe ser de tipo flotante"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi debe ser una forma (n_section,2)" msgstr "zi debe ser una forma (n_section,2)"
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "El pin de datos 0 debe ser alineado a byte."
#~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
#~ msgstr "" #~ msgstr ""
#~ "los bits_per_pixel %d no son validos, deben ser 1, 4, 8, 16, 24 o 32" #~ "los bits_per_pixel %d no son validos, deben ser 1, 4, 8, 16, 24 o 32"

View File

@ -593,7 +593,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Mali ang size ng buffer. Dapat %d bytes." msgstr "Mali ang size ng buffer. Dapat %d bytes."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "" msgstr ""
@ -892,10 +891,6 @@ msgstr "Ginagamit na ang DAC"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "graphic ay dapat 2048 bytes ang haba" msgstr "graphic ay dapat 2048 bytes ang haba"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Dapat sunurin ng Data chunk ang fmt chunk" msgstr "Dapat sunurin ng Data chunk ang fmt chunk"
@ -1255,6 +1250,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1734,6 +1733,11 @@ msgstr "Hindi playing"
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2132,6 +2136,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "" msgstr ""
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Binibiyak gamit ang sub-captures" msgstr "Binibiyak gamit ang sub-captures"
@ -2207,6 +2215,12 @@ msgstr "Ang sample rate ng sample ay hindi tugma sa mixer"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "Ang signedness ng sample hindi tugma sa mixer" msgstr "Ang signedness ng sample hindi tugma sa mixer"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "" msgstr ""

View File

@ -603,7 +603,6 @@ msgstr "Éléments du tampon doit être 4 octets ou moins"
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Tampon de taille incorrect. Devrait être de %d octets." msgstr "Tampon de taille incorrect. Devrait être de %d octets."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Le tampon n'est pas un 'bytearray'." msgstr "Le tampon n'est pas un 'bytearray'."
@ -909,10 +908,6 @@ msgstr "DAC déjà utilisé"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "La broche 'Data 0' doit être aligné sur l'octet" msgstr "La broche 'Data 0' doit être aligné sur l'octet"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "La broche Data 0 doit être aligné sur l'octet."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Un bloc de données doit suivre un bloc fmt" msgstr "Un bloc de données doit suivre un bloc fmt"
@ -1281,6 +1276,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "Erreur de définition interne" msgstr "Erreur de définition interne"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1761,6 +1760,11 @@ msgstr "Ne joue pas"
msgid "Not settable" msgid "Not settable"
msgstr "Non réglable" msgstr "Non réglable"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2171,6 +2175,10 @@ msgstr "SocketPool ne s'utilise qu'avec wifi.radio"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Les tampons source et de destination doivent être de la même longueur" msgstr "Les tampons source et de destination doivent être de la même longueur"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Fractionnement avec des sous-captures" msgstr "Fractionnement avec des sous-captures"
@ -2247,6 +2255,12 @@ msgstr "L'échantillonage de l'échantillon ne correspond pas à celui du mixer"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "Le signe de l'échantillon ne correspond pas à celui du mixer" msgstr "Le signe de l'échantillon ne correspond pas à celui du mixer"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "La hauteur de la tuile doit diviser exactement la hauteur de l'image" msgstr "La hauteur de la tuile doit diviser exactement la hauteur de l'image"
@ -4574,6 +4588,9 @@ msgstr "zi doit être de type float"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi doit être de forme (n_section, 2)" msgstr "zi doit être de forme (n_section, 2)"
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "La broche Data 0 doit être aligné sur l'octet."
#~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
#~ msgstr "bits_per_pixel %d est invalid, doit être 1, 4, 8, 16, 24 ou 32" #~ msgstr "bits_per_pixel %d est invalid, doit être 1, 4, 8, 16, 24 ou 32"

View File

@ -586,7 +586,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "" msgstr ""
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "" msgstr ""
@ -881,10 +880,6 @@ msgstr ""
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "" msgstr ""
@ -1238,6 +1233,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1716,6 +1715,11 @@ msgstr ""
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2110,6 +2114,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "" msgstr ""
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "" msgstr ""
@ -2185,6 +2193,12 @@ msgstr ""
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "" msgstr ""
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "" msgstr ""

View File

@ -601,7 +601,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Buffer di lunghezza non valida. Dovrebbe essere di %d bytes." msgstr "Buffer di lunghezza non valida. Dovrebbe essere di %d bytes."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Buffer non è un array di bites." msgstr "Buffer non è un array di bites."
@ -900,10 +899,6 @@ msgstr "DAC già in uso"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "graphic deve essere lunga 2048 byte" msgstr "graphic deve essere lunga 2048 byte"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "" msgstr ""
@ -1262,6 +1257,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1745,6 +1744,11 @@ msgstr "In pausa"
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2151,6 +2155,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "" msgstr ""
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Suddivisione con sotto-catture" msgstr "Suddivisione con sotto-catture"
@ -2226,6 +2234,12 @@ msgstr ""
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "" msgstr ""
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "" msgstr ""

View File

@ -593,7 +593,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "バッファサイズが不正です。%dバイトでなければなりません" msgstr "バッファサイズが不正です。%dバイトでなければなりません"
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "バッファがbytearrayではありません" msgstr "バッファがbytearrayではありません"
@ -890,10 +889,6 @@ msgstr "DACはすでに使用中"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Data 0 ピンは、バイト整列されていなければなりません" msgstr "Data 0 ピンは、バイト整列されていなければなりません"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "fmtチャンクの後にdataチャンクが続かなければなりません" msgstr "fmtチャンクの後にdataチャンクが続かなければなりません"
@ -1249,6 +1244,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "内部定義エラー" msgstr "内部定義エラー"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1727,6 +1726,11 @@ msgstr "再生していません"
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2124,6 +2128,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "バッファ (元/先) は同じ長さでなければなりません" msgstr "バッファ (元/先) は同じ長さでなければなりません"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "" msgstr ""
@ -2199,6 +2207,12 @@ msgstr "サンプルレートがサンプルとミキサーで一致しません
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "符号の有無がサンプルとミキサーで一致しません" msgstr "符号の有無がサンプルとミキサーで一致しません"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "タイルの高さはビットマップの高さを割り切れる値でなければなりません" msgstr "タイルの高さはビットマップの高さを割り切れる値でなければなりません"

View File

@ -589,7 +589,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "잘못된 크기의 버퍼. %d 바이트 여야합니다." msgstr "잘못된 크기의 버퍼. %d 바이트 여야합니다."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "" msgstr ""
@ -884,10 +883,6 @@ msgstr "DAC가 현재 사용 중입니다"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "" msgstr ""
@ -1241,6 +1236,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1719,6 +1718,11 @@ msgstr ""
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2113,6 +2117,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "" msgstr ""
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "" msgstr ""
@ -2188,6 +2196,12 @@ msgstr ""
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "" msgstr ""
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "" msgstr ""

View File

@ -591,7 +591,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Buffer heeft incorrect grootte. Moet %d bytes zijn." msgstr "Buffer heeft incorrect grootte. Moet %d bytes zijn."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Buffer is geen bytearray." msgstr "Buffer is geen bytearray."
@ -890,10 +889,6 @@ msgstr "DAC al in gebruik"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Data 0 pin moet byte uitgelijnd zijn" msgstr "Data 0 pin moet byte uitgelijnd zijn"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Data chunk moet gevolgd worden door fmt chunk" msgstr "Data chunk moet gevolgd worden door fmt chunk"
@ -1250,6 +1245,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "Interne define fout" msgstr "Interne define fout"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1728,6 +1727,11 @@ msgstr "Wordt niet afgespeeld"
msgid "Not settable" msgid "Not settable"
msgstr "Niet instelbaar" msgstr "Niet instelbaar"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2136,6 +2140,10 @@ msgstr "SocketPool kan alleen met wifi.radio gebruikt worden"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Bron en bestemming buffers moeten dezelfde lengte hebben" msgstr "Bron en bestemming buffers moeten dezelfde lengte hebben"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Splitting met sub-captures" msgstr "Splitting met sub-captures"
@ -2211,6 +2219,12 @@ msgstr "De sample's sample rate komt niet overeen met die van de mixer"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "De sample's signature komt niet overeen met die van de mixer" msgstr "De sample's signature komt niet overeen met die van de mixer"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Tile hoogte moet exact de bitmap hoogte verdelen" msgstr "Tile hoogte moet exact de bitmap hoogte verdelen"

View File

@ -593,7 +593,6 @@ msgstr ""
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Zła wielkość bufora. Powinno być %d bajtów." msgstr "Zła wielkość bufora. Powinno być %d bajtów."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "" msgstr ""
@ -890,10 +889,6 @@ msgstr "DAC w użyciu"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Nóżka data 0 musi być wyrównana do bajtu" msgstr "Nóżka data 0 musi być wyrównana do bajtu"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr ""
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Fragment danych musi następować po fragmencie fmt" msgstr "Fragment danych musi następować po fragmencie fmt"
@ -1249,6 +1244,10 @@ msgstr ""
msgid "Internal define error" msgid "Internal define error"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1727,6 +1726,11 @@ msgstr "Nic nie jest odtwarzane"
msgid "Not settable" msgid "Not settable"
msgstr "" msgstr ""
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2121,6 +2125,10 @@ msgstr ""
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Bufory źródłowy i docelowy muszą mieć taką samą długość" msgstr "Bufory źródłowy i docelowy muszą mieć taką samą długość"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Podział z podgrupami" msgstr "Podział z podgrupami"
@ -2196,6 +2204,12 @@ msgstr "Sample rate nie pasuje do miksera"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "Znak nie pasuje do miksera" msgstr "Znak nie pasuje do miksera"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Wysokość bitmapy musi być wielokrotnością wysokości kafelka" msgstr "Wysokość bitmapy musi być wielokrotnością wysokości kafelka"

View File

@ -604,7 +604,6 @@ msgstr "Os elementos do buffer devem ter 4 bytes de comprimento ou menos"
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Buffer de tamanho incorreto. Deve ser %d bytes." msgstr "Buffer de tamanho incorreto. Deve ser %d bytes."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "O buffer não é um bytearray." msgstr "O buffer não é um bytearray."
@ -906,10 +905,6 @@ msgstr "DAC em uso"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "O pino de dados 0 deve ser alinhado por bytes" msgstr "O pino de dados 0 deve ser alinhado por bytes"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "O pino de dados 0 deve ser alinhado por bytes."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Pedaço de dados deve seguir o pedaço de cortes" msgstr "Pedaço de dados deve seguir o pedaço de cortes"
@ -1272,6 +1267,10 @@ msgstr "O buffer interno de áudio é muito pequeno"
msgid "Internal define error" msgid "Internal define error"
msgstr "Erro interno de definição" msgstr "Erro interno de definição"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1752,6 +1751,11 @@ msgstr "Não está jogando"
msgid "Not settable" msgid "Not settable"
msgstr "Não configurável" msgstr "Não configurável"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2164,6 +2168,10 @@ msgstr "O SocketPool só pode ser usado com rádio wifi.radio"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Os buffers da origem e do destino devem ter o mesmo comprimento" msgstr "Os buffers da origem e do destino devem ter o mesmo comprimento"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Divisão com sub-capturas" msgstr "Divisão com sub-capturas"
@ -2248,6 +2256,12 @@ msgstr "A taxa de amostragem da amostra não coincide com a do mixer"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "A amostragem \"signedness\" não coincide com a do mixer" msgstr "A amostragem \"signedness\" não coincide com a do mixer"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "A altura do bloco deve dividir exatamente com a altura do bitmap" msgstr "A altura do bloco deve dividir exatamente com a altura do bitmap"
@ -4573,6 +4587,9 @@ msgstr "zi deve ser de um tipo float"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi deve estar na forma (n_section, 2)" msgstr "zi deve estar na forma (n_section, 2)"
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "O pino de dados 0 deve ser alinhado por bytes."
#~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
#~ msgstr "bits_per_pixel %d é inválido, deve ser, 1, 4, 8, 16, 24, ou 32" #~ msgstr "bits_per_pixel %d é inválido, deve ser, 1, 4, 8, 16, 24, ou 32"

View File

@ -596,7 +596,6 @@ msgstr "Buffertelement måste vara fyra byte långa eller mindre"
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Buffert har felaktig storlek. Ska vara %d byte." msgstr "Buffert har felaktig storlek. Ska vara %d byte."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Buffert är inte en bytearray." msgstr "Buffert är inte en bytearray."
@ -896,10 +895,6 @@ msgstr "DAC används redan"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Datapinne 0 måste vara bytejusterad" msgstr "Datapinne 0 måste vara bytejusterad"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "Datapinne 0 måste vara byte-justerad."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Datasegmentet måste följa fmt-segmentet" msgstr "Datasegmentet måste följa fmt-segmentet"
@ -1257,6 +1252,10 @@ msgstr "Intern ljudbuffert för liten"
msgid "Internal define error" msgid "Internal define error"
msgstr "Internt define-fel" msgstr "Internt define-fel"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1736,6 +1735,11 @@ msgstr "Ingen uppspelning"
msgid "Not settable" msgid "Not settable"
msgstr "Går inte sätta" msgstr "Går inte sätta"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2142,6 +2146,10 @@ msgstr "SocketPool kan endast användas med wifi.radio"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Käll- och målbuffertar måste ha samma längd" msgstr "Käll- och målbuffertar måste ha samma längd"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Splitting med sub-captures" msgstr "Splitting med sub-captures"
@ -2225,6 +2233,12 @@ msgstr "Samplingens frekvens matchar inte mixerns"
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "Samplingens signerad/osignerad stämmer inte med mixern" msgstr "Samplingens signerad/osignerad stämmer inte med mixern"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Tile-höjden måste vara jämnt delbar med höjd på bitmap" msgstr "Tile-höjden måste vara jämnt delbar med höjd på bitmap"
@ -4532,6 +4546,9 @@ msgstr "zi måste vara av typ float"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi måste vara i formen (n_section, 2)" msgstr "zi måste vara i formen (n_section, 2)"
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "Datapinne 0 måste vara byte-justerad."
#~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
#~ msgstr "ogiltig bits_per_pixel %d, måste vara 1, 4, 8, 16, 24 eller 32" #~ msgstr "ogiltig bits_per_pixel %d, måste vara 1, 4, 8, 16, 24 eller 32"

View File

@ -598,7 +598,6 @@ msgstr "huǎn chōng yuán jiàn bì xū wéi 4 zì jié cháng huò gèng shǎo
msgid "Buffer incorrect size. Should be %d bytes." msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Huǎnchōng qū dàxiǎo bù zhèngquè. Yīnggāi shì %d zì jié." msgstr "Huǎnchōng qū dàxiǎo bù zhèngquè. Yīnggāi shì %d zì jié."
#: shared-bindings/displayio/Display.c
#: shared-bindings/framebufferio/FramebufferDisplay.c #: shared-bindings/framebufferio/FramebufferDisplay.c
msgid "Buffer is not a bytearray." msgid "Buffer is not a bytearray."
msgstr "Huǎnchōng qū bùshì bytearray." msgstr "Huǎnchōng qū bùshì bytearray."
@ -895,10 +894,6 @@ msgstr "Fā yuán huì yǐjīng shǐyòng"
msgid "Data 0 pin must be byte aligned" msgid "Data 0 pin must be byte aligned"
msgstr "Shùjù 0 de yǐn jiǎo bìxū shì zì jié duìqí" msgstr "Shùjù 0 de yǐn jiǎo bìxū shì zì jié duìqí"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Data 0 pin must be byte aligned."
msgstr "shù jù 0 yǐn jiǎo bì xū àn zì jié duì qí."
#: shared-module/audiocore/WaveFile.c #: shared-module/audiocore/WaveFile.c
msgid "Data chunk must follow fmt chunk" msgid "Data chunk must follow fmt chunk"
msgstr "Shùjù kuài bìxū zūnxún fmt qū kuài" msgstr "Shùjù kuài bìxū zūnxún fmt qū kuài"
@ -1260,6 +1255,10 @@ msgstr "nèi bù yīn pín huǎn chōng qì tài xiǎo"
msgid "Internal define error" msgid "Internal define error"
msgstr "Nèibù dìngyì cuòwù" msgstr "Nèibù dìngyì cuòwù"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
msgid "Internal error"
msgstr ""
#: shared-module/rgbmatrix/RGBMatrix.c #: shared-module/rgbmatrix/RGBMatrix.c
#, c-format #, c-format
msgid "Internal error #%d" msgid "Internal error #%d"
@ -1739,6 +1738,11 @@ msgstr "Wèi bòfàng"
msgid "Not settable" msgid "Not settable"
msgstr "bù kě shè zhì" msgstr "bù kě shè zhì"
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr ""
#: shared-bindings/util.c #: shared-bindings/util.c
msgid "" msgid ""
"Object has been deinitialized and can no longer be used. Create a new object." "Object has been deinitialized and can no longer be used. Create a new object."
@ -2144,6 +2148,10 @@ msgstr "SocketPool zhǐ néng yǔ wifi.Radio yīqǐ shǐyòng"
msgid "Source and destination buffers must be the same length" msgid "Source and destination buffers must be the same length"
msgstr "Yuán huǎnchōng qū hé mùbiāo huǎnchōng qū de chángdù bìxū xiāngtóng" msgstr "Yuán huǎnchōng qū hé mùbiāo huǎnchōng qū de chángdù bìxū xiāngtóng"
#: shared-bindings/paralleldisplay/ParallelBus.c
msgid "Specify exactly one of data0 or data_pins"
msgstr ""
#: extmod/modure.c #: extmod/modure.c
msgid "Splitting with sub-captures" msgid "Splitting with sub-captures"
msgstr "Yǔ zi bǔhuò fēnliè" msgstr "Yǔ zi bǔhuò fēnliè"
@ -2226,6 +2234,12 @@ msgstr "Yàngběn de yàngběn sùdù yǔ hǔn yīn qì de xiāngchà bù pǐpè
msgid "The sample's signedness does not match the mixer's" msgid "The sample's signedness does not match the mixer's"
msgstr "Yàngběn de qiānmíng yǔ hǔn yīn qì de qiānmíng bù pǐpèi" msgstr "Yàngběn de qiānmíng yǔ hǔn yīn qì de qiānmíng bù pǐpèi"
#: shared-module/paralleldisplay/ParallelBus.c
msgid ""
"This microcontroller only supports data0=, not data_pins=, because it "
"requires contiguous pins."
msgstr ""
#: shared-bindings/displayio/TileGrid.c #: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height" msgid "Tile height must exactly divide bitmap height"
msgstr "Píng pū gāodù bìxū huàfēn wèi tú gāodù" msgstr "Píng pū gāodù bìxū huàfēn wèi tú gāodù"
@ -4532,6 +4546,9 @@ msgstr "zi bìxū wèi fú diǎn xíng"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi bìxū jùyǒu xíngzhuàng (n_section,2)" msgstr "zi bìxū jùyǒu xíngzhuàng (n_section,2)"
#~ msgid "Data 0 pin must be byte aligned."
#~ msgstr "shù jù 0 yǐn jiǎo bì xū àn zì jié duì qí."
#~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32" #~ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
#~ msgstr "wú xiào bits_per_pixel %d, bì xū shì, 1, 4, 8, 16, 24, huò 32" #~ msgstr "wú xiào bits_per_pixel %d, bì xū shì, 1, 4, 8, 16, 24, huò 32"