diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-02-06 12:13:17 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-02-11 20:55:05 -0800 |
| commit | c17f147be95e7490e5207c747add2da1cc8b167f (patch) | |
| tree | 90abe0fad90920415ae4f1e118854cf56e8dfe04 /locale | |
| parent | 1a6ad209439e0c8b0d01701b76195f9761949e31 (diff) | |
A variety of displayio improvements
This changes a number of things in displayio:
* Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with
a font it is available as board.TERMINAL_FONT. Fixes #1172
* Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191
* Add width and height properties to Bitmap.
* Add insert and [] access to Group. Fixes #1518
* Add index param to pop on Group.
* Terminal no longer takes unicode character info. It takes a BuiltinFont instead.
* Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history.
* Add x and y positions to Group plus scale as well.
* Add bitmap accessor for BuiltinFont
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/ID.po | 143 | ||||
| -rw-r--r-- | locale/circuitpython.pot | 109 | ||||
| -rw-r--r-- | locale/de_DE.po | 339 | ||||
| -rw-r--r-- | locale/en_US.po | 109 | ||||
| -rw-r--r-- | locale/es.po | 164 | ||||
| -rw-r--r-- | locale/fil.po | 166 | ||||
| -rw-r--r-- | locale/fr.po | 177 | ||||
| -rw-r--r-- | locale/it_IT.po | 185 | ||||
| -rw-r--r-- | locale/pt_BR.po | 163 |
9 files changed, 826 insertions, 729 deletions
diff --git a/locale/ID.po b/locale/ID.po index 9289e46ac..6c9b746eb 100644 --- a/locale/ID.po +++ b/locale/ID.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1356,7 +1356,7 @@ msgstr "" msgid "division by zero" msgstr "" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "" @@ -2181,7 +2181,7 @@ msgid "buffer must be a bytes-like object" msgstr "" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "" @@ -2344,74 +2344,88 @@ msgstr "" msgid "Unsupported pull value." msgstr "" -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:156 +msgid "pixel coordinates out of bounds" msgstr "" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" +#: shared-bindings/displayio/BuiltinFont.c:74 +msgid "%q should be an int" msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 msgid "Command must be an int between 0 and 255" msgstr "" -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +msgid "Group must have %q at least 1" msgstr "" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "" + #: shared-bindings/displayio/Shape.c:92 msgid "start_x should be an int" msgstr "" @@ -2424,19 +2438,19 @@ msgstr "" msgid "position must be 2-tuple" msgstr "" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" @@ -2464,6 +2478,7 @@ msgstr "" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "" @@ -2513,19 +2528,7 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "" @@ -2574,11 +2577,6 @@ msgstr "" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "keyword harus berupa string" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" @@ -2697,25 +2695,26 @@ msgstr "" msgid "Only bit maps of 8 bit color or less are supported" msgstr "" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "sistem file (filesystem) bersifat Read-only" + #: shared-module/displayio/Display.c:67 #, fuzzy msgid "Unsupported display bus type" msgstr "Baudrate tidak didukung" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "" -#: shared-module/displayio/Group.c:46 -msgid "Layer must be a Group or TileGrid subclass." -msgstr "" - #: shared-module/displayio/Group.c:55 -msgid "Group empty" +msgid "Layer must be a Group or TileGrid subclass." msgstr "" #: shared-module/displayio/OnDiskBitmap.c:49 @@ -2848,6 +2847,13 @@ msgid "" "exit safe mode.\n" msgstr "" +#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" +#~ msgstr "" +#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n" + +#~ msgid "Invalid UUID parameter" +#~ msgstr "Parameter UUID tidak valid" + #~ msgid "" #~ "enough power for the whole circuit and press reset (after ejecting " #~ "CIRCUITPY).\n" @@ -2855,24 +2861,21 @@ msgstr "" #~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut " #~ "CIRCUITPY).\n" -#, fuzzy -#~ msgid "unpack requires a buffer of %d bytes" -#~ msgstr "Gagal untuk megalokasikan buffer RX dari %d byte" - #~ msgid "Invalid UUID string length" #~ msgstr "Panjang string UUID tidak valid" -#~ msgid "Invalid UUID parameter" -#~ msgstr "Parameter UUID tidak valid" - -#~ msgid "All PWM peripherals are in use" -#~ msgstr "Semua perangkat PWM sedang digunakan" - -#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" -#~ msgstr "" -#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n" - #~ msgid "" #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n" #~ msgstr "" #~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n" + +#, fuzzy +#~ msgid "unpack requires a buffer of %d bytes" +#~ msgstr "Gagal untuk megalokasikan buffer RX dari %d byte" + +#~ msgid "All PWM peripherals are in use" +#~ msgstr "Semua perangkat PWM sedang digunakan" + +#, fuzzy +#~ msgid "unicode_characters must be a string" +#~ msgstr "keyword harus berupa string" diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index c98e927b1..35eba0cf5 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1323,7 +1323,7 @@ msgstr "" msgid "division by zero" msgstr "" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "" @@ -2148,7 +2148,7 @@ msgid "buffer must be a bytes-like object" msgstr "" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "" @@ -2306,74 +2306,88 @@ msgstr "" msgid "Unsupported pull value." msgstr "" -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:156 +msgid "pixel coordinates out of bounds" msgstr "" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" +#: shared-bindings/displayio/BuiltinFont.c:74 +msgid "%q should be an int" msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 msgid "Command must be an int between 0 and 255" msgstr "" -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +msgid "Group must have %q at least 1" msgstr "" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "" + #: shared-bindings/displayio/Shape.c:92 msgid "start_x should be an int" msgstr "" @@ -2386,19 +2400,19 @@ msgstr "" msgid "position must be 2-tuple" msgstr "" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" @@ -2426,6 +2440,7 @@ msgstr "" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "" @@ -2475,19 +2490,7 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "" @@ -2536,10 +2539,6 @@ msgstr "" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/terminalio/Terminal.c:68 -msgid "unicode_characters must be a string" -msgstr "" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" @@ -2658,24 +2657,24 @@ msgstr "" msgid "Only bit maps of 8 bit color or less are supported" msgstr "" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "" +#: shared-module/displayio/Bitmap.c:118 +msgid "Read-only object" +msgstr "" + #: shared-module/displayio/Display.c:67 msgid "Unsupported display bus type" msgstr "" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "" -#: shared-module/displayio/Group.c:46 -msgid "Layer must be a Group or TileGrid subclass." -msgstr "" - #: shared-module/displayio/Group.c:55 -msgid "Group empty" +msgid "Layer must be a Group or TileGrid subclass." msgstr "" #: shared-module/displayio/OnDiskBitmap.c:49 diff --git a/locale/de_DE.po b/locale/de_DE.po index 6317fa230..e791b7f1f 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 01:10-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" -"Last-Translator: Pascal Deneaux\n" -"Language-Team: Sebastian Plamauer, Pascal Deneaux\n" +"Last-Translator: Sebastian Plamauer\n" +"Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -69,11 +69,11 @@ msgstr "eine nicht-hex zahl wurde gefunden" #: extmod/modubinascii.c:169 msgid "incorrect padding" -msgstr "padding ist inkorrekt" +msgstr "falsches padding" #: extmod/moductypes.c:122 msgid "syntax error in uctypes descriptor" -msgstr "Syntaxfehler in uctypes Deskriptor" +msgstr "Syntaxfehler in uctypes Definition" #: extmod/moductypes.c:219 msgid "Cannot unambiguously get sizeof scalar" @@ -105,7 +105,7 @@ msgstr "Syntaxfehler in JSON" #: extmod/modure.c:161 msgid "Splitting with sub-captures" -msgstr "Splitting with sub-captures" +msgstr "Teilen mit unter-captures" #: extmod/modure.c:207 msgid "Error in regex" @@ -161,7 +161,7 @@ msgid "" "disable.\n" msgstr "" "Automatisches Neuladen ist aktiv. Speichere Dateien über USB um sie " -"auszuführen oder verbinde dich mit der REPL zum Deaktivieren.\n" +"auszuführen oder verbinde dich mit der REPL zum deaktivieren.\n" #: main.c:168 msgid "Running in safe mode! Auto-reload is off.\n" @@ -185,12 +185,12 @@ msgid "" "\n" "Code done running. Waiting for reload.\n" msgstr "" -"\n" -"Der Code wurde ausgeführt. Warte auf reload.\n" #: main.c:254 msgid "Press any key to enter the REPL. Use CTRL-D to reload." -msgstr "Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum neu laden" +msgstr "" +"Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum neu " +"laden" #: main.c:419 msgid "soft reboot\n" @@ -492,7 +492,9 @@ msgstr "Minimale PWM Frequenz ist %dHz" #: ports/esp8266/common-hal/pulseio/PWMOut.c:68 #, c-format msgid "Multiple PWM frequencies not supported. PWM already set to %dhz." -msgstr "Mehrere PWM Frequenzen werden nicht unterstützt. PWM wurde bereits auf %dHz gesetzt." +msgstr "" +"Mehrere PWM Frequenzen werden nicht unterstützt. PWM wurde bereits auf %dHz " +"gesetzt." #: ports/esp8266/common-hal/pulseio/PWMOut.c:77 ports/esp8266/machine_pwm.c:70 #, c-format @@ -509,7 +511,8 @@ msgstr "Dateisystem kann nicht wieder gemounted werden." #: ports/esp8266/common-hal/storage/__init__.c:38 msgid "Use esptool to erase flash and re-upload Python instead" -msgstr "Benutze das esptool um den flash zu löschen und Python erneut hochzuladen" +msgstr "" +"Benutze esptool um den flash zu löschen und stattdessen Python hochzuladen" #: ports/esp8266/esp_mphal.c:154 msgid "C-level assert" @@ -565,7 +568,8 @@ msgstr "len muss ein vielfaches von 4 sein" #: ports/esp8266/modesp.c:274 #, c-format msgid "memory allocation failed, allocating %u bytes for native code" -msgstr "Speicherallozierung fehlgeschlagen, alloziere %u Bytes für nativen Code" +msgstr "" +"Speicherallozierung fehlgeschlagen, alloziere %u Bytes für nativen Code" #: ports/esp8266/modesp.c:317 msgid "flash location must be below 1MByte" @@ -840,7 +844,7 @@ msgstr "Ungültige Puffergröße" #: ports/nrf/common-hal/busio/UART.c:99 msgid "Odd parity is not supported" -msgstr "Eine ungerade Parität wird nicht unterstützt" +msgstr "Ungerade Parität wird nicht unterstützt" #: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339 #: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349 @@ -868,12 +872,12 @@ msgstr "ffi_prep_closure_loc" #: ports/unix/modffi.c:413 msgid "Don't know how to pass object to native function" -msgstr "Ich weiß nicht, wie man das Objekt an die native Funktion übergeben kann" +msgstr "" #: ports/unix/modusocket.c:474 #, c-format msgid "[addrinfo error %d]" -msgstr "[addrinfo error %d]" +msgstr "" #: py/argcheck.c:53 msgid "function does not take keyword arguments" @@ -882,7 +886,8 @@ msgstr "Funktion akzeptiert keine Keyword-Argumente" #: py/argcheck.c:63 py/bc.c:85 py/objnamedtuple.c:108 #, c-format msgid "function takes %d positional arguments but %d were given" -msgstr "Funktion nimmt %d Argumente ohne Keyword an, aber es wurden %d angegeben" +msgstr "" +"Funktion nimmt %d Argumente ohne Keyword an, aber es wurden %d angegeben" #: py/argcheck.c:73 #, c-format @@ -912,7 +917,8 @@ msgstr "Anzahl/Type der Argumente passen nicht" #: py/argcheck.c:156 msgid "keyword argument(s) not yet implemented - use normal args instead" -msgstr "Keyword-Argument(e) noch nicht implementiert - verwenden Sie stattdessen " +msgstr "" +"Keyword-Argument(e) noch nicht implementiert - verwenden Sie stattdessen " "normale Argumente" #: py/bc.c:88 py/objnamedtuple.c:112 @@ -950,11 +956,11 @@ msgstr "Funktion vermisst Keyword-only-Argument" #: py/binary.c:112 msgid "bad typecode" -msgstr "schlechter typecode" +msgstr "" #: py/builtinevex.c:99 msgid "bad compile mode" -msgstr "schlechter compile mode" +msgstr "" #: py/builtinhelp.c:137 msgid "Plus any modules on the filesystem\n" @@ -1062,15 +1068,15 @@ msgstr "mehrere **x sind nicht gestattet" #: py/compile.c:2271 msgid "LHS of keyword arg must be an id" -msgstr "LHS of keyword arg must be an id" +msgstr "" #: py/compile.c:2287 msgid "non-keyword arg after */**" -msgstr "non-keyword arg after */**" +msgstr "" #: py/compile.c:2291 msgid "non-keyword arg after keyword arg" -msgstr "non-keyword arg after keyword arg" +msgstr "" #: py/compile.c:2463 py/compile.c:2473 py/compile.c:2712 py/compile.c:2742 #: py/parse.c:1176 @@ -1148,56 +1154,56 @@ msgstr "" #: py/emitinlinethumb.c:188 py/emitinlinethumb.c:230 #, c-format msgid "'%s' expects at most r%d" -msgstr "'%s' erwartet höchstens r%d" +msgstr "" #: py/emitinlinethumb.c:197 py/emitinlinextensa.c:162 #, c-format msgid "'%s' expects a register" -msgstr "'%s' erwartet ein Register" +msgstr "" #: py/emitinlinethumb.c:211 #, c-format msgid "'%s' expects a special register" -msgstr "'%s' erwartet ein Spezialregister" +msgstr "" #: py/emitinlinethumb.c:239 #, c-format msgid "'%s' expects an FPU register" -msgstr "'%s' erwartet ein FPU-Register" +msgstr "" #: py/emitinlinethumb.c:292 #, c-format msgid "'%s' expects {r0, r1, ...}" -msgstr "'%s' erwartet {r0, r1, ...}" +msgstr "" #: py/emitinlinethumb.c:299 py/emitinlinextensa.c:169 #, c-format msgid "'%s' expects an integer" -msgstr "'%s' erwartet ein Integer" +msgstr "" #: py/emitinlinethumb.c:304 #, c-format msgid "'%s' integer 0x%x does not fit in mask 0x%x" -msgstr "'%s' Integer 0x%x passt nicht in Maske 0x%x" +msgstr "" #: py/emitinlinethumb.c:328 #, c-format msgid "'%s' expects an address of the form [a, b]" -msgstr "'%s' erwartet eine Adresse in der Form [a, b]" +msgstr "" #: py/emitinlinethumb.c:334 py/emitinlinextensa.c:182 #, c-format msgid "'%s' expects a label" -msgstr "'%s' erwartet ein Label" +msgstr "" #: py/emitinlinethumb.c:345 py/emitinlinextensa.c:193 msgid "label '%q' not defined" -msgstr "Label '%q' nicht definiert" +msgstr "" #: py/emitinlinethumb.c:806 #, c-format msgid "unsupported Thumb instruction '%s' with %d arguments" -msgstr "nicht unterstützter Thumb-Befehl '%s' mit %d Argumenten" +msgstr "" #: py/emitinlinethumb.c:810 msgid "branch not in range" @@ -1205,11 +1211,11 @@ msgstr "Zweig ist außerhalb der Reichweite" #: py/emitinlinextensa.c:86 msgid "can only have up to 4 parameters to Xtensa assembly" -msgstr "kann nur bis zu 4 Parameter für die Xtensa assembly haben" +msgstr "" #: py/emitinlinextensa.c:91 py/emitinlinextensa.c:96 msgid "parameters must be registers in sequence a2 to a5" -msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein" +msgstr "" #: py/emitinlinextensa.c:174 #, c-format @@ -1263,19 +1269,19 @@ msgstr "" #: py/emitnative.c:1540 msgid "can't implicitly convert '%q' to 'bool'" -msgstr "Kann '%q' nicht implizit nach 'bool' konvertieren" +msgstr "" #: py/emitnative.c:1774 msgid "unary op %q not implemented" -msgstr "Der unäre Operator %q ist nicht implementiert" +msgstr "" #: py/emitnative.c:1930 msgid "binary op %q not implemented" -msgstr "Der binäre Operator %q ist nicht implementiert" +msgstr "" #: py/emitnative.c:1951 msgid "can't do binary op between '%q' and '%q'" -msgstr "Eine binäre Operation zwischen '%q' und '%q' ist nicht möglich" +msgstr "" #: py/emitnative.c:2126 msgid "casting" @@ -1299,51 +1305,51 @@ msgstr "" #: py/modbuiltins.c:162 msgid "chr() arg not in range(0x110000)" -msgstr "chr() arg ist nicht in range(0x110000)" +msgstr "" #: py/modbuiltins.c:171 msgid "chr() arg not in range(256)" -msgstr "chr() arg ist nicht in range(256)" +msgstr "" #: py/modbuiltins.c:285 msgid "arg is an empty sequence" -msgstr "arg ist eine leere Sequenz" +msgstr "" #: py/modbuiltins.c:350 msgid "ord expects a character" -msgstr "ord erwartet ein Zeichen" +msgstr "" #: py/modbuiltins.c:353 #, c-format msgid "ord() expected a character, but string of length %d found" -msgstr "ord() erwartet ein Zeichen aber es wurde eine Zeichenfolge mit Länge %d gefunden" +msgstr "" #: py/modbuiltins.c:363 msgid "3-arg pow() not supported" -msgstr "3-arg pow() wird nicht unterstützt" +msgstr "" #: py/modbuiltins.c:517 msgid "must use keyword argument for key function" -msgstr "muss Schlüsselwortargument für key function verwenden" +msgstr "" #: py/modmath.c:41 shared-bindings/math/__init__.c:53 msgid "math domain error" -msgstr "math domain error" +msgstr "" #: py/modmath.c:196 py/objfloat.c:270 py/objint_longlong.c:222 #: py/objint_mpz.c:230 py/runtime.c:619 shared-bindings/math/__init__.c:346 msgid "division by zero" -msgstr "Division durch Null" +msgstr "" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" -msgstr "Der schedule stack ist voll" +msgstr "" #: py/modstruct.c:148 py/modstruct.c:156 py/modstruct.c:244 py/modstruct.c:254 #: shared-bindings/struct/__init__.c:102 shared-bindings/struct/__init__.c:161 #: shared-module/struct/__init__.c:128 shared-module/struct/__init__.c:183 msgid "buffer too small" -msgstr "Der Puffer ist zu klein" +msgstr "Puffer zu klein" #: py/modthread.c:240 msgid "expecting a dict for keyword args" @@ -1367,7 +1373,7 @@ msgstr "Datei existiert" #: py/moduerrno.c:152 msgid "Unsupported operation" -msgstr "Nicht unterstützte Operation" +msgstr "Nicht unterstützter Vorgang" #: py/moduerrno.c:153 msgid "Invalid argument" @@ -1375,7 +1381,7 @@ msgstr "Ungültiges Argument" #: py/moduerrno.c:154 msgid "No space left on device" -msgstr "Kein Speicherplatz auf Gerät" +msgstr "" #: py/obj.c:92 msgid "Traceback (most recent call last):\n" @@ -1391,7 +1397,7 @@ msgstr " Datei \"%q\"" #: py/obj.c:102 msgid ", in %q\n" -msgstr ", in %q\n" +msgstr "" #: py/obj.c:259 msgid "can't convert to int" @@ -1553,24 +1559,24 @@ msgstr "" #: py/objint.c:144 msgid "can't convert inf to int" -msgstr "kann inf nicht nach int konvertieren" +msgstr "" #: py/objint.c:146 msgid "can't convert NaN to int" -msgstr "kann NaN nicht nach int konvertieren" +msgstr "" #: py/objint.c:163 msgid "float too big" -msgstr "float zu groß" +msgstr "" #: py/objint.c:328 msgid "long int not supported in this build" -msgstr "long int wird in diesem Build nicht unterstützt" +msgstr "" #: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358 #: py/sequence.c:41 msgid "small int overflow" -msgstr "small int Überlauf" +msgstr "" #: py/objint_longlong.c:189 py/objint_mpz.c:283 py/runtime.c:486 msgid "negative power with no float support" @@ -1973,16 +1979,16 @@ msgstr "'%s' Objekt nicht iterierbar" #: py/runtime.c:1260 py/runtime.c:1296 msgid "object not an iterator" -msgstr "Objekt ist kein Iterator" +msgstr "" #: py/runtime.c:1262 py/runtime.c:1298 #, c-format msgid "'%s' object is not an iterator" -msgstr "'%s' Objekt ist kein Iterator" +msgstr "" #: py/runtime.c:1401 msgid "exceptions must derive from BaseException" -msgstr "Exceptions müssen von BaseException abgeleitet sein" +msgstr "" #: py/runtime.c:1430 msgid "cannot import name %q" @@ -2003,23 +2009,23 @@ msgstr "maximale Rekursionstiefe überschritten" #: py/sequence.c:273 msgid "object not in sequence" -msgstr "Objekt ist nicht in sequence" +msgstr "" #: py/stream.c:96 msgid "stream operation not supported" -msgstr "stream operation ist nicht unterstützt" +msgstr "" #: py/stream.c:254 msgid "string not supported; use bytes or bytearray" -msgstr "Zeichenfolgen werden nicht unterstützt; Verwenden Sie bytes oder bytearray" +msgstr "" #: py/stream.c:289 msgid "length argument not allowed for this type" -msgstr "Für diesen Typ ist length nicht zulässig" +msgstr "" #: py/vm.c:255 msgid "local variable referenced before assignment" -msgstr "Es wurde versucht auf eine Variable zuzugreifen, die es (noch) nicht gibt. Variablen immer zuerst Zuweisen!" +msgstr "" #: py/vm.c:1142 msgid "no active exception to reraise" @@ -2159,16 +2165,16 @@ msgstr "Es müssen 8 oder 16 bits_per_sample sein" msgid "" "sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or " "'B'" -msgstr "sample_source buffer muss ein Bytearray oder ein Array vom Typ 'h', 'H', 'b' oder 'B' sein" +msgstr "" #: shared-bindings/audioio/RawSample.c:101 msgid "buffer must be a bytes-like object" -msgstr "Puffer muss ein bytes-artiges Objekt sein" +msgstr "" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" -msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein" +msgstr "" #: shared-bindings/bitbangio/I2C.c:109 shared-bindings/bitbangio/SPI.c:119 #: shared-bindings/busio/SPI.c:130 @@ -2268,15 +2274,15 @@ msgstr "" #: shared-bindings/bleio/UUID.c:66 msgid "UUID integer value not in range 0 to 0xffff" -msgstr "UUID-Integer nicht im Bereich 0 bis 0xffff" +msgstr "" #: shared-bindings/bleio/UUID.c:91 msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'" -msgstr "UUID Zeichenfolge ist nicht 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'" +msgstr "" #: shared-bindings/bleio/UUID.c:103 msgid "UUID value is not str, int or byte buffer" -msgstr "Der UUID-Wert ist kein str-, int- oder Byte-Puffer" +msgstr "" #: shared-bindings/bleio/UUID.c:107 msgid "Byte buffer must be 16 bytes." @@ -2284,7 +2290,7 @@ msgstr "Der Puffer muss 16 Bytes lang sein" #: shared-bindings/bleio/UUID.c:151 msgid "not a 128-bit UUID" -msgstr "keine 128-bit UUID" +msgstr "" #: shared-bindings/busio/I2C.c:117 msgid "Function requires lock." @@ -2292,11 +2298,11 @@ msgstr "Die Funktion erwartet, dass der 'lock'-Befehl zuvor ausgeführt wurde" #: shared-bindings/busio/UART.c:103 msgid "bits must be 7, 8 or 9" -msgstr "bits muss 7, 8 oder 9 sein" +msgstr "" #: shared-bindings/busio/UART.c:115 msgid "stop must be 1 or 2" -msgstr "stop muss 1 oder 2 sein" +msgstr "" #: shared-bindings/busio/UART.c:120 msgid "timeout >100 (units are now seconds, not msecs)" @@ -2324,74 +2330,89 @@ msgstr "" msgid "Unsupported pull value." msgstr "" -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:156 +msgid "pixel coordinates out of bounds" msgstr "" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" +#: shared-bindings/displayio/BuiltinFont.c:74 +msgid "%q should be an int" msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 msgid "Command must be an int between 0 and 255" msgstr "" -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" -msgstr "" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +#, fuzzy +msgid "Group must have %q at least 1" +msgstr "Der Puffer muss eine Mindestenslänge von 1 haben" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "" + #: shared-bindings/displayio/Shape.c:92 msgid "start_x should be an int" msgstr "" @@ -2404,25 +2425,25 @@ msgstr "" msgid "position must be 2-tuple" msgstr "" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "Nicht unterstützter Bitmap-Typ" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" #: shared-bindings/gamepad/GamePad.c:100 msgid "too many arguments" -msgstr "zu viele Argumente" +msgstr "" #: shared-bindings/gamepad/GamePad.c:104 msgid "expected a DigitalInOut" @@ -2430,84 +2451,73 @@ msgstr "" #: shared-bindings/i2cslave/I2CSlave.c:95 msgid "can't convert address to int" -msgstr "kann Adresse nicht in int konvertieren" +msgstr "" #: shared-bindings/i2cslave/I2CSlave.c:98 msgid "address out of bounds" -msgstr "Adresse außerhalb der Grenzen" +msgstr "" #: shared-bindings/i2cslave/I2CSlave.c:104 msgid "addresses is empty" -msgstr "adresses ist leer" +msgstr "" #: shared-bindings/microcontroller/Pin.c:89 #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" -msgstr "Erwartet ein(e) %q" +msgstr "" #: shared-bindings/microcontroller/Pin.c:100 msgid "%q in use" -msgstr "%q in Benutzung" +msgstr "" #: shared-bindings/microcontroller/__init__.c:126 msgid "Invalid run mode." -msgstr "Ungültiger Ausführungsmodus" +msgstr "" #: shared-bindings/multiterminal/__init__.c:68 msgid "Stream missing readinto() or write() method." -msgstr "Stream fehlt readinto() oder write() Methode." +msgstr "" #: shared-bindings/nvm/ByteArray.c:99 msgid "Slice and value different lengths." -msgstr "Slice und Wert (value) haben unterschiedliche Längen." +msgstr "" #: shared-bindings/nvm/ByteArray.c:104 msgid "Array values should be single bytes." -msgstr "Array-Werte sollten aus Einzelbytes bestehen." +msgstr "" #: shared-bindings/nvm/ByteArray.c:111 shared-bindings/nvm/ByteArray.c:141 msgid "Unable to write to nvm." -msgstr "Schreiben in nvm nicht möglich." +msgstr "" #: shared-bindings/nvm/ByteArray.c:137 msgid "Bytes must be between 0 and 255." -msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen." +msgstr "" #: shared-bindings/os/__init__.c:200 msgid "No hardware random available" -msgstr "Kein hardware random verfügbar" +msgstr "" #: shared-bindings/pulseio/PWMOut.c:117 msgid "All timers for this pin are in use" -msgstr "Alle timer für diesen Pin werden bereits benutzt" +msgstr "Alle timer für diesen Pin werden benutzt" #: shared-bindings/pulseio/PWMOut.c:171 msgid "" "PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" -msgstr "PWM duty_cycle muss zwischen 0 und 65535 (16 Bit Auflösung) liegen" +msgstr "" #: shared-bindings/pulseio/PWMOut.c:202 msgid "" "PWM frequency not writable when variable_frequency is False on construction." -msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False." - -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "Kann Werte nicht löschen" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "Slices werden nicht unterstützt" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "index muss ein int sein" +msgstr "" -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" -msgstr "Nur lesen möglich, da Schreibgeschützt" +msgstr "" #: shared-bindings/pulseio/PulseOut.c:135 msgid "Array must contain halfwords (type 'H')" @@ -2515,28 +2525,28 @@ msgstr "" #: shared-bindings/random/__init__.c:92 shared-bindings/random/__init__.c:100 msgid "stop not reachable from start" -msgstr "stop ist von start aus nicht erreichbar" +msgstr "" #: shared-bindings/random/__init__.c:111 msgid "step must be non-zero" -msgstr "Schritt (step) darf nicht Null sein" +msgstr "" #: shared-bindings/random/__init__.c:114 msgid "invalid step" -msgstr "ungültiger Schritt (step)" +msgstr "" #: shared-bindings/random/__init__.c:146 msgid "empty sequence" -msgstr "leere Sequenz" +msgstr "" #: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44 #: shared-bindings/time/__init__.c:190 msgid "RTC is not supported on this board" -msgstr "Eine RTC wird auf diesem Board nicht unterstützt" +msgstr "" #: shared-bindings/rtc/RTC.c:52 msgid "RTC calibration is not supported on this board" -msgstr "Die RTC-Kalibrierung wird auf diesem Board nicht unterstützt" +msgstr "" #: shared-bindings/socket/__init__.c:516 shared-module/network/__init__.c:81 msgid "no available NIC" @@ -2544,20 +2554,15 @@ msgstr "" #: shared-bindings/storage/__init__.c:77 msgid "filesystem must provide mount method" -msgstr "Das Dateisystem muss eine Mount-Methode bereitstellen" +msgstr "" #: shared-bindings/supervisor/__init__.c:93 msgid "Brightness must be between 0 and 255" -msgstr "Die Helligkeit muss zwischen 0 und 255 liegen" +msgstr "" #: shared-bindings/supervisor/__init__.c:119 msgid "Stack size must be at least 256" -msgstr "Die Stackgröße sollte mindestens 256 sein" - -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "unicode_characters muss eine Zeichenfolge sein" +msgstr "" #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" @@ -2585,17 +2590,17 @@ msgstr "" #: shared-bindings/touchio/TouchIn.c:173 msgid "threshold must be in the range 0-65536" -msgstr "threshold muss im Intervall 0-65536 liegen" +msgstr "" #: shared-bindings/util.c:38 msgid "" "Object has been deinitialized and can no longer be used. Create a new object." -msgstr "Objekt wurde deinitialisiert und kann nicht mehr verwendet werden. Erstelle ein neues Objekt." +msgstr "" #: shared-module/_pixelbuf/PixelBuf.c:69 #, c-format msgid "Expected tuple of length %d, got %d" -msgstr "Habe ein Tupel der Länge %d erwartet aber %d erhalten" +msgstr "" #: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117 msgid "Couldn't allocate first buffer" @@ -2677,24 +2682,25 @@ msgstr "" msgid "Only bit maps of 8 bit color or less are supported" msgstr "" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "Schreibgeschützte Dateisystem" + #: shared-module/displayio/Display.c:67 msgid "Unsupported display bus type" msgstr "Nicht unterstützter display bus type" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "" -#: shared-module/displayio/Group.c:46 -msgid "Layer must be a Group or TileGrid subclass." -msgstr "" - #: shared-module/displayio/Group.c:55 -msgid "Group empty" +msgid "Layer must be a Group or TileGrid subclass." msgstr "" #: shared-module/displayio/OnDiskBitmap.c:49 @@ -2738,12 +2744,12 @@ msgstr "" #: shared-module/struct/__init__.c:179 msgid "buffer size must match format" -msgstr "Die Puffergröße muss zum Format passen" +msgstr "Buffergröße muss zum Format passen" #: shared-module/usb_hid/Device.c:45 #, c-format msgid "Buffer incorrect size. Should be %d bytes." -msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben." +msgstr "Buffergröße falsch, sollte %d bytes sein." #: shared-module/usb_hid/Device.c:53 msgid "USB Busy" @@ -2837,3 +2843,10 @@ msgid "" msgstr "" "Die Reset-Taste wurde beim Booten von CircuitPython gedrückt. Drücke sie " "erneut um den abgesicherten Modus zu verlassen. \n" + +#~ msgid "All PWM peripherals are in use" +#~ msgstr "Alle PWM-Peripheriegeräte werden verwendet" + +#, fuzzy +#~ msgid "unicode_characters must be a string" +#~ msgstr "name muss ein String sein" diff --git a/locale/en_US.po b/locale/en_US.po index 667b7d5ec..05cb43648 100644 --- a/locale/en_US.po +++ b/locale/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 01:10-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -1323,7 +1323,7 @@ msgstr "" msgid "division by zero" msgstr "" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "" @@ -2148,7 +2148,7 @@ msgid "buffer must be a bytes-like object" msgstr "" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "" @@ -2306,74 +2306,88 @@ msgstr "" msgid "Unsupported pull value." msgstr "" -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:156 +msgid "pixel coordinates out of bounds" msgstr "" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" +#: shared-bindings/displayio/BuiltinFont.c:74 +msgid "%q should be an int" msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 msgid "Command must be an int between 0 and 255" msgstr "" -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +msgid "Group must have %q at least 1" msgstr "" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "" + #: shared-bindings/displayio/Shape.c:92 msgid "start_x should be an int" msgstr "" @@ -2386,19 +2400,19 @@ msgstr "" msgid "position must be 2-tuple" msgstr "" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" @@ -2426,6 +2440,7 @@ msgstr "" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "" @@ -2475,19 +2490,7 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "" @@ -2536,10 +2539,6 @@ msgstr "" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/terminalio/Terminal.c:68 -msgid "unicode_characters must be a string" -msgstr "" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" @@ -2658,24 +2657,24 @@ msgstr "" msgid "Only bit maps of 8 bit color or less are supported" msgstr "" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "" +#: shared-module/displayio/Bitmap.c:118 +msgid "Read-only object" +msgstr "" + #: shared-module/displayio/Display.c:67 msgid "Unsupported display bus type" msgstr "" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "" -#: shared-module/displayio/Group.c:46 -msgid "Layer must be a Group or TileGrid subclass." -msgstr "" - #: shared-module/displayio/Group.c:55 -msgid "Group empty" +msgid "Layer must be a Group or TileGrid subclass." msgstr "" #: shared-module/displayio/OnDiskBitmap.c:49 diff --git a/locale/es.po b/locale/es.po index 9d22134dd..f213ef9d6 100644 --- a/locale/es.po +++ b/locale/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-08-24 22:56-0500\n" "Last-Translator: \n" "Language-Team: \n" @@ -1359,7 +1359,7 @@ msgstr "error de dominio matemático" msgid "division by zero" msgstr "división por cero" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "" @@ -2200,7 +2200,7 @@ msgid "buffer must be a bytes-like object" msgstr "buffer debe de ser un objeto bytes-like" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "el archivo deberia ser una archivo abierto en modo byte" @@ -2365,75 +2365,92 @@ msgstr "Pull no se usa cuando la dirección es output." msgid "Unsupported pull value." msgstr "valor pull no soportado." -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" -msgstr "y deberia ser un int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "No se puede eliminar valores" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "" + +#: shared-bindings/displayio/Bitmap.c:156 +#, fuzzy +msgid "pixel coordinates out of bounds" +msgstr "address fuera de límites" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" -msgstr "row buffer deberia ser un bytearray o array de tipo 'b' o 'B'" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" +msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" -msgstr "row data debe ser un buffer" +#: shared-bindings/displayio/BuiltinFont.c:74 +#, fuzzy +msgid "%q should be an int" +msgstr "y deberia ser un int" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "color deberia ser un int" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 #, fuzzy msgid "Command must be an int between 0 and 255" msgstr "Bytes debe estar entre 0 y 255." -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +#, fuzzy +msgid "Group must have %q at least 1" msgstr "Group debe tener size de minimo 1" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "color buffer deberia ser un bytearray o array de tipo 'b' o 'B'" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "color debe estar entre 0x000000 y 0xffffff" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "color buffer deber ser un buffer o un int" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "palette_index deberia ser un int" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "y deberia ser un int" + #: shared-bindings/displayio/Shape.c:92 #, fuzzy msgid "start_x should be an int" @@ -2448,19 +2465,19 @@ msgstr "y deberia ser un int" msgid "position must be 2-tuple" msgstr "posición debe ser 2-tuple" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "tipo de bitmap no soportado" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter" @@ -2488,6 +2505,7 @@ msgstr "addresses esta vacío" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "Se espera un %q" @@ -2537,19 +2555,7 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "No se puede eliminar valores" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "indice debe ser int" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "Solo-lectura" @@ -2598,11 +2604,6 @@ msgstr "Brightness debe estar entro 0 y 255" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "palabras clave deben ser strings" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "la longitud de sleep no puede ser negativa" @@ -2723,27 +2724,28 @@ msgstr "No se puede transferir sin pines MOSI y MISO." msgid "Only bit maps of 8 bit color or less are supported" msgstr "Solo se admiten bit maps de color de 8 bits o menos" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "la fila debe estar empacada y la palabra alineada" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "Solo-lectura" + #: shared-module/displayio/Display.c:67 #, fuzzy msgid "Unsupported display bus type" msgstr "tipo de bitmap no soportado" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "Group lleno" -#: shared-module/displayio/Group.c:46 +#: shared-module/displayio/Group.c:55 msgid "Layer must be a Group or TileGrid subclass." msgstr "" -#: shared-module/displayio/Group.c:55 -msgid "Group empty" -msgstr "Group vacío" - #: shared-module/displayio/OnDiskBitmap.c:49 msgid "Invalid BMP file" msgstr "Archivo BMP inválido" @@ -2887,6 +2889,22 @@ msgstr "" #~ msgid "Invalid UUID parameter" #~ msgstr "Parámetro UUID inválido" +#~ msgid "Group empty" +#~ msgstr "Group vacío" + +#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#~ msgstr "row buffer deberia ser un bytearray o array de tipo 'b' o 'B'" + +#~ msgid "row data must be a buffer" +#~ msgstr "row data debe ser un buffer" + +#, fuzzy +#~ msgid "unicode_characters must be a string" +#~ msgstr "palabras clave deben ser strings" + +#~ msgid "index must be int" +#~ msgstr "indice debe ser int" + #~ msgid "Can not query for the device address." #~ msgstr "No se puede consultar la dirección del dispositivo." @@ -2902,17 +2920,17 @@ msgstr "" #~ msgid "Invalid UUID string length" #~ msgstr "Longitud de string UUID inválida" -#~ msgid "Baud rate too high for this SPI peripheral" -#~ msgstr "Baud rate demasiado alto para este periférico SPI" - #~ msgid "Can encode UUID into the advertisement packet." #~ msgstr "Se puede codificar el UUID en el paquete de anuncio." +#~ msgid "Wrong address length" +#~ msgstr "Longitud de address erronea" + #~ msgid "Cannot apply GAP parameters." #~ msgstr "No se pueden aplicar los parámetros GAP." -#~ msgid "Wrong address length" -#~ msgstr "Longitud de address erronea" +#~ msgid "Can not apply device name in the stack." +#~ msgstr "No se puede aplicar el nombre del dispositivo en el stack." #~ msgid "" #~ "enough power for the whole circuit and press reset (after ejecting " @@ -2928,8 +2946,9 @@ msgstr "" #~ "Por favor registra un issue en la siguiente URL con el contenidos de tu " #~ "unidad de almacenamiento CIRCUITPY:\n" -#~ msgid "Can not apply device name in the stack." -#~ msgstr "No se puede aplicar el nombre del dispositivo en el stack." +#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" +#~ msgstr "" +#~ "Parece que nuestro código CircuitPython dejó de funcionar. Whoops!\n" #, fuzzy #~ msgid "unpack requires a buffer of %d bytes" @@ -2941,15 +2960,14 @@ msgstr "" #~ msgid "Can not add Service." #~ msgstr "No se puede agregar el Servicio." -#~ msgid "Can not apply advertisement data. status: 0x%02x" -#~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x" +#~ msgid "Can not encode UUID, to check length." +#~ msgstr "No se puede codificar el UUID, para revisar la longitud." #~ msgid "Invalid Service type" #~ msgstr "Tipo de Servicio inválido" -#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" -#~ msgstr "" -#~ "Parece que nuestro código CircuitPython dejó de funcionar. Whoops!\n" +#~ msgid "Can not apply advertisement data. status: 0x%02x" +#~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x" -#~ msgid "Can not encode UUID, to check length." -#~ msgstr "No se puede codificar el UUID, para revisar la longitud." +#~ msgid "Baud rate too high for this SPI peripheral" +#~ msgstr "Baud rate demasiado alto para este periférico SPI" diff --git a/locale/fil.po b/locale/fil.po index 9834092fd..6b0a4775a 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-12-20 22:15-0800\n" "Last-Translator: Timothy <me@timothygarcia.ca>\n" "Language-Team: fil\n" @@ -1360,7 +1360,7 @@ msgstr "may pagkakamali sa math domain" msgid "division by zero" msgstr "dibisyon ng zero" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "puno na ang schedule stack" @@ -2205,7 +2205,7 @@ msgid "buffer must be a bytes-like object" msgstr "buffer ay dapat bytes-like object" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "file ay dapat buksan sa byte mode" @@ -2370,75 +2370,92 @@ msgstr "Pull hindi ginagamit kapag ang direksyon ay output." msgid "Unsupported pull value." msgstr "Hindi suportado ang pull value." -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" -msgstr "y ay dapat int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "Hindi mabura ang values" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" -msgstr "ang row buffer ay dapat bytearray o array na type ‘b’ or ‘B’" +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "Hindi suportado ang Slices" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" -msgstr "row data ay dapat na buffer" +#: shared-bindings/displayio/Bitmap.c:156 +#, fuzzy +msgid "pixel coordinates out of bounds" +msgstr "wala sa sakop ang address" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" +msgstr "" + +#: shared-bindings/displayio/BuiltinFont.c:74 +#, fuzzy +msgid "%q should be an int" +msgstr "y ay dapat int" + +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "color ay dapat na int" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 #, fuzzy msgid "Command must be an int between 0 and 255" msgstr "Sa gitna ng 0 o 255 dapat ang bytes." -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +#, fuzzy +msgid "Group must have %q at least 1" msgstr "Group dapat ay hindi baba sa 1 na haba" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "ang color buffer ay dapat bytearray o array na type ‘b’ or ‘B’" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "color buffer ay dapat na 3 bytes (RGB) o 4 bytes (RGB + pad byte)" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "color ay dapat mula sa 0x000000 hangang 0xffffff" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "color buffer ay dapat buffer or int" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "palette_index ay dapat na int" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "y ay dapat int" + #: shared-bindings/displayio/Shape.c:92 #, fuzzy msgid "start_x should be an int" @@ -2453,19 +2470,19 @@ msgstr "y ay dapat int" msgid "position must be 2-tuple" msgstr "position ay dapat 2-tuple" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "Hindi supportadong tipo ng bitmap" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "pixel_shader ay dapat displayio.Palette o displayio.ColorConverter" @@ -2493,6 +2510,7 @@ msgstr "walang laman ang address" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "Umasa ng %q" @@ -2543,19 +2561,7 @@ msgid "" msgstr "" "PWM frequency hindi writable kapag variable_frequency ay False sa pag buo." -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "Hindi mabura ang values" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "Hindi suportado ang Slices" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "index ay dapat int" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "Basahin-lamang" @@ -2604,11 +2610,6 @@ msgstr "Ang liwanag ay dapat sa gitna ng 0 o 255" msgid "Stack size must be at least 256" msgstr "Ang laki ng stack ay dapat na hindi bababa sa 256" -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "ang keywords dapat strings" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "sleep length ay dapat hindi negatibo" @@ -2729,27 +2730,28 @@ msgstr "Hindi maaaring ilipat kapag walang MOSI at MISO pin." msgid "Only bit maps of 8 bit color or less are supported" msgstr "Tanging bit maps na may 8 bit color o mas mababa ang supportado" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "row ay dapat packed at ang word nakahanay" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "Basahin-lamang" + #: shared-module/displayio/Display.c:67 #, fuzzy msgid "Unsupported display bus type" msgstr "Hindi supportadong tipo ng bitmap" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "Puno ang group" -#: shared-module/displayio/Group.c:46 +#: shared-module/displayio/Group.c:55 msgid "Layer must be a Group or TileGrid subclass." msgstr "" -#: shared-module/displayio/Group.c:55 -msgid "Group empty" -msgstr "Walang laman ang group" - #: shared-module/displayio/OnDiskBitmap.c:49 msgid "Invalid BMP file" msgstr "Mali ang BMP file" @@ -2893,6 +2895,22 @@ msgstr "" #~ msgid "Invalid UUID parameter" #~ msgstr "Mali ang UUID parameter" +#~ msgid "Group empty" +#~ msgstr "Walang laman ang group" + +#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#~ msgstr "ang row buffer ay dapat bytearray o array na type ‘b’ or ‘B’" + +#~ msgid "row data must be a buffer" +#~ msgstr "row data ay dapat na buffer" + +#, fuzzy +#~ msgid "unicode_characters must be a string" +#~ msgstr "ang keywords dapat strings" + +#~ msgid "index must be int" +#~ msgstr "index ay dapat int" + #~ msgid "Can not query for the device address." #~ msgstr "Hindi maaaring mag-query para sa address ng device." @@ -2908,18 +2926,17 @@ msgstr "" #~ msgid "Invalid UUID string length" #~ msgstr "Mali ang UUID string length" -#, fuzzy -#~ msgid "palette must be displayio.Palette" -#~ msgstr "ang palette ay dapat 32 bytes ang haba" - #~ msgid "Can encode UUID into the advertisement packet." #~ msgstr "Maaring i-encode ang UUID sa advertisement packet." +#~ msgid "Wrong address length" +#~ msgstr "Mali ang address length" + #~ msgid "Cannot apply GAP parameters." #~ msgstr "Hindi ma-apply ang GAP parameters." -#~ msgid "Wrong address length" -#~ msgstr "Mali ang address length" +#~ msgid "Can not apply device name in the stack." +#~ msgstr "Hindi maaaring ma-aplay ang device name sa stack." #~ msgid "" #~ "enough power for the whole circuit and press reset (after ejecting " @@ -2934,8 +2951,9 @@ msgstr "" #~ "Mag-file ng isang isyu dito gamit ang mga nilalaman ng iyong CIRCUITPY " #~ "drive:\n" -#~ msgid "Can not apply device name in the stack." -#~ msgstr "Hindi maaaring ma-aplay ang device name sa stack." +#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" +#~ msgstr "" +#~ "Mukhang ang core CircuitPython code ay nag-crash ng malakas. Aray!\n" #, fuzzy #~ msgid "unpack requires a buffer of %d bytes" @@ -2947,15 +2965,15 @@ msgstr "" #~ msgid "Can not add Service." #~ msgstr "Hindi maidaragdag ang serbisyo." -#~ msgid "Can not apply advertisement data. status: 0x%02x" -#~ msgstr "Hindi ma i-apply ang advertisement data. status: 0x%02x" +#~ msgid "Can not encode UUID, to check length." +#~ msgstr "Hindi ma-encode UUID, para suriin ang haba." #~ msgid "Invalid Service type" #~ msgstr "Mali ang tipo ng serbisyo" -#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" -#~ msgstr "" -#~ "Mukhang ang core CircuitPython code ay nag-crash ng malakas. Aray!\n" +#~ msgid "Can not apply advertisement data. status: 0x%02x" +#~ msgstr "Hindi ma i-apply ang advertisement data. status: 0x%02x" -#~ msgid "Can not encode UUID, to check length." -#~ msgstr "Hindi ma-encode UUID, para suriin ang haba." +#, fuzzy +#~ msgid "palette must be displayio.Palette" +#~ msgstr "ang palette ay dapat 32 bytes ang haba" diff --git a/locale/fr.po b/locale/fr.po index 51a01768a..36738fbba 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-12-23 20:05+0100\n" "Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n" "Language-Team: fr\n" @@ -1358,7 +1358,7 @@ msgstr "erreur de domaine math" msgid "division by zero" msgstr "division par zéro" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "pile de plannification pleine" @@ -2206,7 +2206,7 @@ msgid "buffer must be a bytes-like object" msgstr "le tampon doit être un objet bytes-like" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "le fichier doit être un fichier ouvert en mode 'byte'" @@ -2371,86 +2371,99 @@ msgstr "Le tirage 'pull' n'est pas utilisé quand la direction est 'output'." msgid "Unsupported pull value." msgstr "Valeur de tirage 'pull' non supportée." -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -#, fuzzy -msgid "y should be an int" -msgstr "y doit être un entier (int)" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "Impossible de supprimer les valeurs" -#: shared-bindings/displayio/Bitmap.c:89 +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "Slices non supportées" + +#: shared-bindings/displayio/Bitmap.c:156 #, fuzzy -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +msgid "pixel coordinates out of bounds" +msgstr "adresse hors limites" + +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" msgstr "" -"le tampon de ligne doit être un bytearray ou un tableau de type 'b' ou 'B'" -#: shared-bindings/displayio/Bitmap.c:94 +#: shared-bindings/displayio/BuiltinFont.c:74 #, fuzzy -msgid "row data must be a buffer" -msgstr "les données de ligne doivent être un tampon" +msgid "%q should be an int" +msgstr "y doit être un entier (int)" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/ColorConverter.c:70 #, fuzzy msgid "color should be an int" msgstr "la couleur doit être un entier (int)" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 #, fuzzy msgid "Command must be an int between 0 and 255" msgstr "Les octets 'bytes' doivent être entre 0 et 255" -#: shared-bindings/displayio/Group.c:62 +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 #, fuzzy -msgid "Group must have size at least 1" +msgid "Group must have %q at least 1" msgstr "Le tampon doit être de longueur au moins 1" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 #, fuzzy msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" "le tampon de couleur doit être un bytearray ou un tableau de type 'b' ou 'B'" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "le tampon de couleur doit faire 3 octets (RVB) ou 4 (RVB + pad byte)" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 #, fuzzy msgid "color must be between 0x000000 and 0xffffff" msgstr "la couleur doit être entre 0x000000 et 0xffffff" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 #, fuzzy msgid "color buffer must be a buffer or int" msgstr "le tampon de couleur doit être un tampon ou un entier" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 #, fuzzy msgid "palette_index should be an int" msgstr "palette_index devrait être un entier (int)'" +#: shared-bindings/displayio/Shape.c:88 +#, fuzzy +msgid "y should be an int" +msgstr "y doit être un entier (int)" + #: shared-bindings/displayio/Shape.c:92 #, fuzzy msgid "start_x should be an int" @@ -2466,20 +2479,20 @@ msgstr "y doit être un entier (int)" msgid "position must be 2-tuple" msgstr "position doit être un 2-tuple" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 #, fuzzy msgid "unsupported bitmap type" msgstr "type de bitmap non supporté" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" "pixel_shader doit être un objet displayio.Palette ou displayio.ColorConverter" @@ -2509,6 +2522,7 @@ msgstr "adresses vides" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "Attendu : %q" @@ -2563,19 +2577,7 @@ msgstr "" "La fréquence de PWM n'est pas modifiable quand variable_frequency est False " "à la construction." -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "Impossible de supprimer les valeurs" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "Slices non supportées" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "l'index doit être un entier" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "Lecture seule" @@ -2625,11 +2627,6 @@ msgstr "La luminosité doit être entre 0 et 255" msgid "Stack size must be at least 256" msgstr "La pile doit être au moins de 256" -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "les noms doivent être des chaînes de caractère" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "la longueur de sleep ne doit pas être négative" @@ -2750,28 +2747,28 @@ msgstr "Pas de transfert sans broches MOSI et MISO" msgid "Only bit maps of 8 bit color or less are supported" msgstr "Seules les bitmaps de 8bits par couleur ou moins sont supportées" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "Lecture seule" + #: shared-module/displayio/Display.c:67 #, fuzzy msgid "Unsupported display bus type" msgstr "type de bitmap non supporté" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "Groupe plein" -#: shared-module/displayio/Group.c:46 +#: shared-module/displayio/Group.c:55 msgid "Layer must be a Group or TileGrid subclass." msgstr "" -#: shared-module/displayio/Group.c:55 -#, fuzzy -msgid "Group empty" -msgstr "Groupe vide" - #: shared-module/displayio/OnDiskBitmap.c:49 #, fuzzy msgid "Invalid BMP file" @@ -2922,6 +2919,26 @@ msgstr "" #~ msgstr "Paramètre UUID invalide" #, fuzzy +#~ msgid "Group empty" +#~ msgstr "Groupe vide" + +#, fuzzy +#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#~ msgstr "" +#~ "le tampon de ligne doit être un bytearray ou un tableau de type 'b' ou 'B'" + +#, fuzzy +#~ msgid "row data must be a buffer" +#~ msgstr "les données de ligne doivent être un tampon" + +#, fuzzy +#~ msgid "unicode_characters must be a string" +#~ msgstr "les noms doivent être des chaînes de caractère" + +#~ msgid "index must be int" +#~ msgstr "l'index doit être un entier" + +#, fuzzy #~ msgid "palette must be displayio.Palette" #~ msgstr "la palette doit être une displayio.Palette" @@ -2938,18 +2955,20 @@ msgstr "" #~ msgid "Invalid UUID string length" #~ msgstr "Longeur de chaîne UUID invalide" -#~ msgid "Cannot set PPCP parameters." -#~ msgstr "Impossible d'appliquer les paramètres PPCP" - #~ msgid "Can not add Service." #~ msgstr "Impossible d'ajouter le Service" +#~ msgid "Wrong address length" +#~ msgstr "Mauvaise longueur d'adresse" + #~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" #~ msgstr "" #~ "Il semblerait que votre code CircuitPython a durement planté. Oups!\n" -#~ msgid "Wrong address length" -#~ msgstr "Mauvaise longueur d'adresse" +#~ msgid "" +#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n" +#~ msgstr "" +#~ "SVP, remontez le problème là avec le contenu du lecteur CIRCUITPY:\n" #~ msgid "Invalid Service type" #~ msgstr "Type de service invalide" @@ -2957,10 +2976,9 @@ msgstr "" #~ msgid "Can not encode UUID, to check length." #~ msgstr "Impossible d'encoder l'UUID pour vérifier la longueur." -#~ msgid "" -#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n" -#~ msgstr "" -#~ "SVP, remontez le problème là avec le contenu du lecteur CIRCUITPY:\n" +#, fuzzy +#~ msgid "value_size must be power of two" +#~ msgstr "value_size doit être une puissance de 2" #, fuzzy #~ msgid "unpack requires a buffer of %d bytes" @@ -2973,19 +2991,18 @@ msgstr "" #~ msgid "Can not apply device name in the stack." #~ msgstr "Impossible d'appliquer le nom de périphérique dans la pile" -#~ msgid "Can not query for the device address." -#~ msgstr "Impossible d'obtenir l'adresse du périphérique" - -#~ msgid "Can not add Characteristic." -#~ msgstr "Impossible d'ajouter la Characteristic." - -#, fuzzy -#~ msgid "value_size must be power of two" -#~ msgstr "value_size doit être une puissance de 2" - #~ msgid "" #~ "enough power for the whole circuit and press reset (after ejecting " #~ "CIRCUITPY).\n" #~ msgstr "" #~ "assez de puissance pour l'ensemble du circuit et appuyez sur " #~ "'reset' (après avoir éjecter CIRCUITPY).\n" + +#~ msgid "Can not add Characteristic." +#~ msgstr "Impossible d'ajouter la Characteristic." + +#~ msgid "Can not query for the device address." +#~ msgstr "Impossible d'obtenir l'adresse du périphérique" + +#~ msgid "Cannot set PPCP parameters." +#~ msgstr "Impossible d'appliquer les paramètres PPCP" diff --git a/locale/it_IT.po b/locale/it_IT.po index 8d687b382..0cd825858 100644 --- a/locale/it_IT.po +++ b/locale/it_IT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-10-02 16:27+0200\n" "Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n" "Language-Team: \n" @@ -1358,7 +1358,7 @@ msgstr "errore di dominio matematico" msgid "division by zero" msgstr "divisione per zero" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "" @@ -2203,7 +2203,7 @@ msgid "buffer must be a bytes-like object" msgstr "" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "" @@ -2368,77 +2368,94 @@ msgstr "" msgid "Unsupported pull value." msgstr "Valore di pull non supportato." -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" -msgstr "y dovrebbe essere un int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "Impossibile cancellare valori" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "Slice non supportate" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" -msgstr "buffer di riga deve essere un bytearray o un array di tipo 'b' o 'B'" +#: shared-bindings/displayio/Bitmap.c:156 +#, fuzzy +msgid "pixel coordinates out of bounds" +msgstr "indirizzo fuori limite" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" -msgstr "valori della riga devono essere un buffer" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" +msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/BuiltinFont.c:74 +#, fuzzy +msgid "%q should be an int" +msgstr "y dovrebbe essere un int" + +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "il colore deve essere un int" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 #, fuzzy msgid "Command must be an int between 0 and 255" msgstr "I byte devono essere compresi tra 0 e 255" -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +#, fuzzy +msgid "Group must have %q at least 1" msgstr "Il gruppo deve avere dimensione almeno 1" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" "buffer del colore deve essere un bytearray o un array di tipo 'b' o 'B'" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" "il buffer del colore deve esseer di 3 byte (RGB) o 4 byte (RGB + pad byte)" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "il colore deve essere compreso tra 0x000000 e 0xffffff" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "il buffer del colore deve essere un buffer o un int" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "palette_index deve essere un int" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "y dovrebbe essere un int" + #: shared-bindings/displayio/Shape.c:92 #, fuzzy msgid "start_x should be an int" @@ -2453,19 +2470,19 @@ msgstr "y dovrebbe essere un int" msgid "position must be 2-tuple" msgstr "position deve essere una 2-tuple" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "tipo di bitmap non supportato" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "pixel_shader deve essere displayio.Palette o displayio.ColorConverter" @@ -2493,6 +2510,7 @@ msgstr "gli indirizzi sono vuoti" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "Atteso un %q" @@ -2547,19 +2565,7 @@ msgstr "" "frequenza PWM frequency non è scrivibile quando variable_frequency è " "impostato nel costruttore a False." -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "Impossibile cancellare valori" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "Slice non supportate" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "l'indice deve essere int" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "Sola lettura" @@ -2609,11 +2615,6 @@ msgstr "La luminosità deve essere compreso tra 0 e 255" msgid "Stack size must be at least 256" msgstr "La dimensione dello stack deve essere almeno 256" -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "argomenti nominati devono essere stringhe" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "la lunghezza di sleed deve essere non negativa" @@ -2734,27 +2735,28 @@ msgstr "Impossibile trasferire senza i pin MOSI e MISO." msgid "Only bit maps of 8 bit color or less are supported" msgstr "Sono supportate solo bitmap con colori a 8 bit o meno" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "la riga deve essere compattata e allineata alla parola" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "Sola lettura" + #: shared-module/displayio/Display.c:67 #, fuzzy msgid "Unsupported display bus type" msgstr "tipo di bitmap non supportato" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "Gruppo pieno" -#: shared-module/displayio/Group.c:46 +#: shared-module/displayio/Group.c:55 msgid "Layer must be a Group or TileGrid subclass." msgstr "" -#: shared-module/displayio/Group.c:55 -msgid "Group empty" -msgstr "Gruppo vuoto" - #: shared-module/displayio/OnDiskBitmap.c:49 msgid "Invalid BMP file" msgstr "File BMP non valido" @@ -2887,17 +2889,34 @@ msgid "" "exit safe mode.\n" msgstr "" -#, fuzzy -#~ msgid "Wrong number of bytes provided" -#~ msgstr "numero di argomenti errato" - #~ msgid "Invalid UUID parameter" #~ msgstr "Parametro UUID non valido" +#~ msgid "Group empty" +#~ msgstr "Gruppo vuoto" + +#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#~ msgstr "" +#~ "buffer di riga deve essere un bytearray o un array di tipo 'b' o 'B'" + +#~ msgid "row data must be a buffer" +#~ msgstr "valori della riga devono essere un buffer" + #, fuzzy #~ msgid "All PWM peripherals are in use" #~ msgstr "Tutte le periferiche SPI sono in uso" +#~ msgid "index must be int" +#~ msgstr "l'indice deve essere int" + +#, fuzzy +#~ msgid "Wrong number of bytes provided" +#~ msgstr "numero di argomenti errato" + +#, fuzzy +#~ msgid "unicode_characters must be a string" +#~ msgstr "argomenti nominati devono essere stringhe" + #~ msgid "Invalid Service type" #~ msgstr "Tipo di servizio non valido" @@ -2906,11 +2925,26 @@ msgstr "" #~ "Sembra che il codice del core di CircuitPython sia crashato malamente. " #~ "Whoops!\n" +#~ msgid "Cannot set PPCP parameters." +#~ msgstr "Impossibile impostare i parametri PPCP." + +#~ msgid "Can not apply advertisement data. status: 0x%02x" +#~ msgstr "Impossible inserire dati advertisement. status: 0x%02x" + +#~ msgid "Invalid UUID string length" +#~ msgstr "Lunghezza della stringa UUID non valida" + #~ msgid "Can not query for the device address." #~ msgstr "Non è possibile trovare l'indirizzo del dispositivo." -#~ msgid "Cannot set PPCP parameters." -#~ msgstr "Impossibile impostare i parametri PPCP." +#~ msgid "Can not add Service." +#~ msgstr "Non è possibile aggiungere Service." + +#~ msgid "Can not encode UUID, to check length." +#~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare." + +#~ msgid "Can not apply device name in the stack." +#~ msgstr "Non è possibile inserire il nome del dipositivo nella lista." #, fuzzy #~ msgid "unpack requires a buffer of %d bytes" @@ -2923,30 +2957,15 @@ msgstr "" #~ "abbastanza potenza per l'intero circuito e premere reset (dopo aver " #~ "espulso CIRCUITPY).\n" -#~ msgid "Can not add Service." -#~ msgstr "Non è possibile aggiungere Service." - -#~ msgid "Can not apply advertisement data. status: 0x%02x" -#~ msgstr "Impossible inserire dati advertisement. status: 0x%02x" - -#~ msgid "Can not apply device name in the stack." -#~ msgstr "Non è possibile inserire il nome del dipositivo nella lista." - -#~ msgid "Can not add Characteristic." -#~ msgstr "Non è possibile aggiungere Characteristic." - -#~ msgid "Can not encode UUID, to check length." -#~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare." - -#~ msgid "Invalid UUID string length" -#~ msgstr "Lunghezza della stringa UUID non valida" - #~ msgid "Cannot apply GAP parameters." #~ msgstr "Impossibile applicare i parametri GAP." #~ msgid "Can encode UUID into the advertisement packet." #~ msgstr "È possibile codificare l'UUID nel pacchetto di advertisement." +#~ msgid "Can not add Characteristic." +#~ msgstr "Non è possibile aggiungere Characteristic." + #~ msgid "" #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n" #~ msgstr "" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 59d384dd6..aca414a48 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-07 09:09-0600\n" +"POT-Creation-Date: 2019-02-11 17:39-0800\n" "PO-Revision-Date: 2018-10-02 21:14-0000\n" "Last-Translator: \n" "Language-Team: \n" @@ -1340,7 +1340,7 @@ msgstr "" msgid "division by zero" msgstr "divisão por zero" -#: py/modmicropython.c:155 +#: py/modmicropython.c:117 msgid "schedule stack full" msgstr "" @@ -2169,7 +2169,7 @@ msgid "buffer must be a bytes-like object" msgstr "" #: shared-bindings/audioio/WaveFile.c:78 -#: shared-bindings/displayio/OnDiskBitmap.c:87 +#: shared-bindings/displayio/OnDiskBitmap.c:85 msgid "file must be a file opened in byte mode" msgstr "" @@ -2334,75 +2334,91 @@ msgstr "" msgid "Unsupported pull value." msgstr "" -#: shared-bindings/displayio/Bitmap.c:84 shared-bindings/displayio/Shape.c:88 -msgid "y should be an int" -msgstr "y deve ser um int" +#: shared-bindings/displayio/Bitmap.c:131 shared-bindings/pulseio/PulseIn.c:272 +msgid "Cannot delete values" +msgstr "Não é possível excluir valores" + +#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 +#: shared-bindings/pulseio/PulseIn.c:278 +msgid "Slices not supported" +msgstr "" -#: shared-bindings/displayio/Bitmap.c:89 -msgid "row buffer must be a bytearray or array of type 'b' or 'B'" +#: shared-bindings/displayio/Bitmap.c:156 +msgid "pixel coordinates out of bounds" msgstr "" -#: shared-bindings/displayio/Bitmap.c:94 -msgid "row data must be a buffer" +#: shared-bindings/displayio/Bitmap.c:166 +msgid "pixel value requires too many bits" msgstr "" -#: shared-bindings/displayio/ColorConverter.c:72 +#: shared-bindings/displayio/BuiltinFont.c:74 +#, fuzzy +msgid "%q should be an int" +msgstr "y deve ser um int" + +#: shared-bindings/displayio/ColorConverter.c:70 msgid "color should be an int" msgstr "cor deve ser um int" -#: shared-bindings/displayio/Display.c:131 +#: shared-bindings/displayio/Display.c:129 msgid "Display rotation must be in 90 degree increments" msgstr "" -#: shared-bindings/displayio/Display.c:143 +#: shared-bindings/displayio/Display.c:141 msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:167 +#: shared-bindings/displayio/Display.c:165 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/Display.c:209 -#: shared-bindings/displayio/Display.c:219 +#: shared-bindings/displayio/Display.c:207 +#: shared-bindings/displayio/Display.c:217 msgid "Brightness not adjustable" msgstr "" -#: shared-bindings/displayio/FourWire.c:93 -#: shared-bindings/displayio/ParallelBus.c:98 +#: shared-bindings/displayio/FourWire.c:91 +#: shared-bindings/displayio/ParallelBus.c:96 msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:109 -#: shared-bindings/displayio/ParallelBus.c:113 +#: shared-bindings/displayio/FourWire.c:107 +#: shared-bindings/displayio/ParallelBus.c:111 #, fuzzy msgid "Command must be an int between 0 and 255" msgstr "Os bytes devem estar entre 0 e 255." -#: shared-bindings/displayio/Group.c:62 -msgid "Group must have size at least 1" +#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 +#: shared-bindings/displayio/Group.c:93 +#, fuzzy +msgid "Group must have %q at least 1" msgstr "Grupo deve ter tamanho pelo menos 1" -#: shared-bindings/displayio/Palette.c:93 +#: shared-bindings/displayio/Palette.c:91 msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgstr "" -#: shared-bindings/displayio/Palette.c:99 +#: shared-bindings/displayio/Palette.c:97 msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgstr "" -#: shared-bindings/displayio/Palette.c:103 +#: shared-bindings/displayio/Palette.c:101 msgid "color must be between 0x000000 and 0xffffff" msgstr "cor deve estar entre 0x000000 e 0xffffff" -#: shared-bindings/displayio/Palette.c:107 +#: shared-bindings/displayio/Palette.c:105 msgid "color buffer must be a buffer or int" msgstr "" -#: shared-bindings/displayio/Palette.c:120 -#: shared-bindings/displayio/Palette.c:134 +#: shared-bindings/displayio/Palette.c:118 +#: shared-bindings/displayio/Palette.c:132 msgid "palette_index should be an int" msgstr "" +#: shared-bindings/displayio/Shape.c:88 +msgid "y should be an int" +msgstr "y deve ser um int" + #: shared-bindings/displayio/Shape.c:92 #, fuzzy msgid "start_x should be an int" @@ -2417,19 +2433,19 @@ msgstr "y deve ser um int" msgid "position must be 2-tuple" msgstr "" -#: shared-bindings/displayio/TileGrid.c:117 +#: shared-bindings/displayio/TileGrid.c:115 msgid "unsupported bitmap type" msgstr "" -#: shared-bindings/displayio/TileGrid.c:128 +#: shared-bindings/displayio/TileGrid.c:126 msgid "Tile width must exactly divide bitmap width" msgstr "" -#: shared-bindings/displayio/TileGrid.c:131 +#: shared-bindings/displayio/TileGrid.c:129 msgid "Tile height must exactly divide bitmap height" msgstr "" -#: shared-bindings/displayio/TileGrid.c:198 +#: shared-bindings/displayio/TileGrid.c:196 msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" msgstr "" @@ -2457,6 +2473,7 @@ msgstr "" #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:76 #: shared-bindings/terminalio/Terminal.c:63 +#: shared-bindings/terminalio/Terminal.c:68 msgid "Expected a %q" msgstr "Esperado um" @@ -2506,19 +2523,7 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" -#: shared-bindings/pulseio/PulseIn.c:272 -msgid "Cannot delete values" -msgstr "Não é possível excluir valores" - -#: shared-bindings/pulseio/PulseIn.c:278 -msgid "Slices not supported" -msgstr "" - -#: shared-bindings/pulseio/PulseIn.c:284 -msgid "index must be int" -msgstr "index deve ser int" - -#: shared-bindings/pulseio/PulseIn.c:290 +#: shared-bindings/pulseio/PulseIn.c:285 msgid "Read-only" msgstr "Somente leitura" @@ -2567,11 +2572,6 @@ msgstr "O brilho deve estar entre 0 e 255" msgid "Stack size must be at least 256" msgstr "O tamanho da pilha deve ser pelo menos 256" -#: shared-bindings/terminalio/Terminal.c:68 -#, fuzzy -msgid "unicode_characters must be a string" -msgstr "heap deve ser uma lista" - #: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" @@ -2691,27 +2691,28 @@ msgstr "Não é possível transferir sem os pinos MOSI e MISO." msgid "Only bit maps of 8 bit color or less are supported" msgstr "Apenas bit maps de cores de 8 bit ou menos são suportados" -#: shared-module/displayio/Bitmap.c:69 +#: shared-module/displayio/Bitmap.c:81 msgid "row must be packed and word aligned" msgstr "Linha deve ser comprimida e com as palavras alinhadas" +#: shared-module/displayio/Bitmap.c:118 +#, fuzzy +msgid "Read-only object" +msgstr "Somente leitura" + #: shared-module/displayio/Display.c:67 #, fuzzy msgid "Unsupported display bus type" msgstr "Taxa de transmissão não suportada" -#: shared-module/displayio/Group.c:39 +#: shared-module/displayio/Group.c:48 msgid "Group full" msgstr "Grupo cheio" -#: shared-module/displayio/Group.c:46 +#: shared-module/displayio/Group.c:55 msgid "Layer must be a Group or TileGrid subclass." msgstr "" -#: shared-module/displayio/Group.c:55 -msgid "Group empty" -msgstr "Grupo vazio" - #: shared-module/displayio/OnDiskBitmap.c:49 msgid "Invalid BMP file" msgstr "Arquivo BMP inválido" @@ -2836,40 +2837,50 @@ msgid "" "exit safe mode.\n" msgstr "" -#~ msgid "Can not apply device name in the stack." -#~ msgstr "Não é possível aplicar o nome do dispositivo na pilha." +#~ msgid "index must be int" +#~ msgstr "index deve ser int" #, fuzzy -#~ msgid "unpack requires a buffer of %d bytes" -#~ msgstr "Falha ao alocar buffer RX de %d bytes" +#~ msgid "unicode_characters must be a string" +#~ msgstr "heap deve ser uma lista" -#~ msgid "Baud rate too high for this SPI peripheral" -#~ msgstr "Taxa de transmissão muito alta para esse periférico SPI" - -#, fuzzy -#~ msgid "All PWM peripherals are in use" -#~ msgstr "Todos os temporizadores em uso" +#~ msgid "Group empty" +#~ msgstr "Grupo vazio" #~ msgid "Invalid UUID parameter" #~ msgstr "Parâmetro UUID inválido" -#~ msgid "Can encode UUID into the advertisement packet." -#~ msgstr "Pode codificar o UUID no pacote de anúncios." - -#~ msgid "Can not apply advertisement data. status: 0x%02x" -#~ msgstr "Não é possível aplicar dados de anúncio. status: 0x%02x" +#, fuzzy +#~ msgid "unpack requires a buffer of %d bytes" +#~ msgstr "Falha ao alocar buffer RX de %d bytes" #~ msgid "Cannot set PPCP parameters." #~ msgstr "Não é possível definir parâmetros PPCP." +#~ msgid "Can not apply device name in the stack." +#~ msgstr "Não é possível aplicar o nome do dispositivo na pilha." + +#~ msgid "Cannot apply GAP parameters." +#~ msgstr "Não é possível aplicar parâmetros GAP." + #~ msgid "Can not add Characteristic." #~ msgstr "Não é possível adicionar Característica." -#~ msgid "Can not query for the device address." -#~ msgstr "Não é possível consultar o endereço do dispositivo." +#~ msgid "Can not apply advertisement data. status: 0x%02x" +#~ msgstr "Não é possível aplicar dados de anúncio. status: 0x%02x" + +#~ msgid "Can encode UUID into the advertisement packet." +#~ msgstr "Pode codificar o UUID no pacote de anúncios." #~ msgid "Invalid Service type" #~ msgstr "Tipo de serviço inválido" -#~ msgid "Cannot apply GAP parameters." -#~ msgstr "Não é possível aplicar parâmetros GAP." +#~ msgid "Can not query for the device address." +#~ msgstr "Não é possível consultar o endereço do dispositivo." + +#~ msgid "Baud rate too high for this SPI peripheral" +#~ msgstr "Taxa de transmissão muito alta para esse periférico SPI" + +#, fuzzy +#~ msgid "All PWM peripherals are in use" +#~ msgstr "Todos os temporizadores em uso" |
