Merge branch 'master' into master

This commit is contained in:
Scott Shawcroft 2019-04-16 10:32:38 -07:00 committed by GitHub
commit f58446e937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
231 changed files with 34369 additions and 3598 deletions

2
.gitignore vendored
View File

@ -66,3 +66,5 @@ TAGS
# POEdit mo files
####################
*.mo
.vscode

3
.gitmodules vendored
View File

@ -5,9 +5,6 @@
[submodule "lib/libffi"]
path = lib/libffi
url = https://github.com/atgreen/libffi
[submodule "lib/lwip"]
path = lib/lwip
url = https://git.savannah.gnu.org/r/lwip.git
[submodule "lib/berkeley-db-1.xx"]
path = lib/berkeley-db-1.xx
url = https://github.com/pfalcon/berkeley-db-1.xx

View File

@ -22,10 +22,10 @@ git:
# just try to make the builds "about equal in run time"
env:
- TRAVIS_TESTS="unix docs translations website" TRAVIS_BOARDS="circuitplayground_express mini_sam_m4 grandcentral_m4_express pca10056 pca10059 feather_nrf52840_express makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini" TRAVIS_SDK=arm:nrf
- TRAVIS_BOARDS="metro_m0_express metro_m4_express pirkey_m0 trellis_m4_express trinket_m0 sparkfun_lumidrive sparkfun_redboard_turbo pybadge" TRAVIS_SDK=arm
- TRAVIS_BOARDS="metro_m0_express metro_m4_express metro_m4_airlift_lite pirkey_m0 trellis_m4_express trinket_m0 sparkfun_lumidrive sparkfun_redboard_turbo bast_pro_mini_m0" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express meowmeow sam32 uchip" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300 arduino_mkrzero pewpew10" TRAVIS_SDK=arm
- TRAVIS_BOARDS="circuitplayground_express_crickit feather_m0_adalogger feather_m0_basic feather_m0_express catwan_usbstick pyportal sparkfun_samd21_mini sparkfun_samd21_dev" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300 arduino_mkrzero pewpew10 kicksat-sprite ugame10" TRAVIS_SDK=arm
- TRAVIS_BOARDS="circuitplayground_express_crickit feather_m0_adalogger feather_m0_basic feather_m0_express catwan_usbstick pyportal sparkfun_samd21_mini sparkfun_samd21_dev pybadge" TRAVIS_SDK=arm
addons:
artifacts:

View File

@ -29,6 +29,8 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(BASEOPTS)
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(BASEOPTS)
TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/nrf py shared-bindings shared-module supervisor
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
help:
@ -194,7 +196,7 @@ pseudoxml:
all-source:
locale/circuitpython.pot: all-source
find . -iname "*.c" | xargs xgettext -L C -s --add-location=file --keyword=translate -o circuitpython.pot -p locale
find $(TRANSLATE_SOURCES) -iname "*.c" | xargs xgettext -L C -s --add-location=file --keyword=translate -o circuitpython.pot -p locale
translate: locale/circuitpython.pot
for po in $(shell ls locale/*.po); do msgmerge -U $$po -s --no-fuzzy-matching --add-location=file locale/circuitpython.pot; done

View File

@ -500,6 +500,8 @@ properties.
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``value`` | int | 16-bit Analog value, unit-less |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``weight`` | float | grams (g) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
Adding native modules
--------------------------------------------------------------------------------

@ -1 +1 @@
Subproject commit 3e6bf71c75c9ed4ada51ab69f8bd196dad18c0c1
Subproject commit 6b3402965999d068316882d63fae3ab26006477c

@ -1 +1 @@
Subproject commit dbfabac857123443506a3a1de9b5917d58248820
Subproject commit 836bb9843fd793683061c15150944f8897d806e9

@ -1 +1 @@
Subproject commit a8894480283e3b81f39a3db5716b443963abc56f
Subproject commit 98563ab65800aac6464f671c0d005df56ecaa6c6

@ -1 +1 @@
Subproject commit 6e35cd2b40575a20e2904b096508325cef4a71d3
Subproject commit c0ed34813a608b64ed044826553918ddbad12f0c

@ -1 +1 @@
Subproject commit 2df8a671a5a3d055b75df278fb354b558718b56d
Subproject commit 1d12cfc0b729b4ae0a2f3f4e7c1933a0fbd3b166

@ -1 +1 @@
Subproject commit d8a9d8c1d73041e4cc5669c5441f531ecba517fc
Subproject commit 5669083c2d2cada8b2a1108cdcd4c69694648c93

@ -1 +0,0 @@
Subproject commit 5b8b5d459e7dd890724515bbfad86c705234f9ec

@ -1 +1 @@
Subproject commit 55874813f82157b7509729b1a0c66e68f86e2d07
Subproject commit 0848c462b3e431a9da42e96537d2b597a4579636

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\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"
@ -218,10 +218,6 @@ msgstr ""
msgid "A hardware interrupt channel is already in use"
msgstr "Sebuah channel hardware interrupt sedang digunakan"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr "AP dibutuhkan"
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -349,10 +345,6 @@ msgstr "buffers harus mempunyai panjang yang sama"
msgid "Bytes must be between 0 and 255."
msgstr ""
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr "Dukungan C-level"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -374,18 +366,10 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr "Tidak dapat menyambungkan ke AP"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr "Tidak dapat memutuskna dari AP"
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -415,16 +399,11 @@ msgid "Cannot remount '/' when USB is active."
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
"Tidak dapat melakukan reset ke bootloader karena tidak ada bootloader yang "
"terisi"
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr "Tidak dapat mengatur konfigurasi STA"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
@ -441,10 +420,6 @@ msgstr ""
msgid "Cannot unambiguously get sizeof scalar"
msgstr "tidak dapat mendapatkan ukuran scalar secara tidak ambigu"
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr "Tidak dapat memperbarui status i/f"
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr ""
@ -534,31 +509,15 @@ msgstr ""
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr "Tidak tahu cara meloloskan objek ke fungsi native"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr ""
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr "ESP8266 tidak mendukung safe mode"
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr "ESP866 tidak mendukung pull down"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Channel EXTINT sedang digunakan"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr "Errod pada ffi_prep_cif"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Error pada regex"
@ -613,7 +572,6 @@ msgid "Failed to allocate RX buffer"
msgstr "Gagal untuk mengalokasikan buffer RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -660,9 +618,9 @@ msgid "Failed to get softdevice state"
msgstr "Gagal untuk mendapatkan status softdevice, error: 0x%08lX"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr "Gagal untuk melaporkan nilai atribut, status: 0x%08lX"
#, c-format
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -670,9 +628,9 @@ msgid "Failed to read CCCD value, err 0x%04x"
msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read attribute value, err %0x04x"
msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
#, c-format
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -763,23 +721,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 tidak mendukung pull up"
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr ""
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "operasi I/O pada file tertutup"
@ -818,6 +768,10 @@ msgstr ""
msgid "Invalid bit clock pin"
msgstr "Bit clock pada pin tidak valid"
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Ukuran buffer tidak valid"
@ -928,11 +882,6 @@ msgstr ""
msgid "MOSI pin init failed."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "Nilai maksimum frekuensi PWM adalah %dhz"
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -950,15 +899,6 @@ msgstr ""
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr "Nilai minimum frekuensi PWM is 1hz"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr "Nilai Frekuensi PWM ganda tidak didukung. PWM sudah diatur pada %dhz"
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -972,10 +912,6 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
msgid "No DMA channel found"
msgstr "tidak ada channel DMA ditemukan"
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr "Tidak ada dukungan PulseIn untuk %q"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Tidak pin RX"
@ -988,17 +924,9 @@ msgstr "Tidak ada pin TX"
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr "Tidak ada standar bus I2C"
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr "Tidak ada standar bus SPI"
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
msgstr "Tidak ada standar bus UART"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Tidak ada standar bus %q"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
@ -1008,10 +936,6 @@ msgstr "Tidak ada GCLK yang kosong"
msgid "No hardware random available"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr "Tidak dukungan hardware untuk analog out."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1030,10 +954,6 @@ msgstr ""
msgid "Not connected"
msgstr "Tidak dapat menyambungkan ke AP"
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr ""
@ -1057,10 +977,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Only bit maps of 8 bit color or less are supported"
msgstr ""
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
@ -1072,10 +988,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Hanya tx yang mendukung pada UART1 (GPIO2)."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@ -1090,32 +1002,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr "PWM tidak didukung pada pin %d"
#: py/moduerrno.c
msgid "Permission denied"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr "Pin %q tidak memiliki kemampuan ADC"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr "Pin(16) tidak mendukung pull"
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr "Pin-pin tidak valid untuk SPI"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1134,11 +1029,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr ""
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr ""
@ -1180,14 +1075,6 @@ msgstr ""
msgid "SDA or SCL needs a pull up"
msgstr "SDA atau SCL membutuhkan pull up"
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr "STA harus aktif"
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr "STA dibutuhkan"
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
@ -1306,15 +1193,6 @@ msgstr ""
msgid "Tuple or struct_time argument required"
msgstr ""
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr "UART(%d) tidak ada"
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr "UART(1) tidak dapat dibaca"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr ""
@ -1353,10 +1231,6 @@ msgstr ""
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr "Tidak dapat memasang filesystem kembali"
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr ""
@ -1365,10 +1239,6 @@ msgstr ""
msgid "Unexpected nrfx uuid type"
msgstr ""
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr "Tipe tidak diketahui"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1395,12 +1265,6 @@ msgstr ""
msgid "Unsupported pull value."
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr ""
"Gunakan esptool untuk menghapus flash dan upload ulang Python sebagai "
"gantinya"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
@ -1441,11 +1305,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr "Anda mengajukan untuk memulai mode aman pada (safe mode) pada "
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr "[addrinfo error %d]"
#: py/objtype.c
msgid "__init__() should return None"
msgstr ""
@ -1467,7 +1326,7 @@ msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
msgid "abort() called"
msgstr "abort() dipanggil"
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "alamat %08x tidak selaras dengan %d bytes"
@ -1562,10 +1421,6 @@ msgstr "buffers harus mempunyai panjang yang sama"
msgid "buffer slices must be of equal length"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr "buffer terlalu panjang"
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1620,10 +1475,6 @@ msgstr ""
msgid "can only save bytecode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr "hanya bisa melakukan query satu param"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1695,14 +1546,6 @@ msgstr ""
msgid "can't do truncated division of a complex number"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr "tidak bisa mendapatkan konfigurasi AP"
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr "tidak bisa mendapatkan konfigurasi STA"
#: py/compile.c
msgid "can't have multiple **x"
msgstr "tidak bisa memiliki **x ganda"
@ -1731,14 +1574,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr "tidak bisa mendapatkan konfigurasi AP"
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr "tidak bisa mendapatkan konfigurasi STA"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr ""
@ -1871,10 +1706,6 @@ msgstr ""
msgid "division by zero"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr "hanya antar pos atau kw args yang diperbolehkan"
#: py/objdeque.c
msgid "empty"
msgstr ""
@ -1924,10 +1755,6 @@ msgstr ""
msgid "expecting a dict for keyword args"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr "mengharapkan sebuah pin"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "sebuah instruksi assembler diharapkan"
@ -1948,10 +1775,6 @@ msgstr "argumen keyword ekstra telah diberikan"
msgid "extra positional arguments given"
msgstr "argumen posisi ekstra telah diberikan"
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@ -1968,10 +1791,6 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr "bit pertama(firstbit) harus berupa MSB"
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr "alokasi flash harus dibawah 1MByte"
#: py/objint.c
msgid "float too big"
msgstr ""
@ -1984,10 +1803,6 @@ msgstr ""
msgid "format requires a dict"
msgstr ""
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "frekuensi hanya bisa didefinisikan 80Mhz atau 160Mhz"
#: py/objdeque.c
msgid "full"
msgstr ""
@ -2056,10 +1871,6 @@ msgstr "identifier didefinisi ulang sebagai global"
msgid "identifier redefined as nonlocal"
msgstr "identifier didefinisi ulang sebagai nonlocal"
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr "baudrate tidak memungkinkan"
#: py/objstr.c
msgid "incomplete format"
msgstr ""
@ -2073,7 +1884,6 @@ msgid "incorrect padding"
msgstr "lapisan (padding) tidak benar"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index keluar dari jangkauan"
@ -2106,26 +1916,14 @@ msgstr "perangkat I2C tidak valid"
msgid "invalid SPI peripheral"
msgstr "perangkat SPI tidak valid"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr "alarm tidak valid"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "argumen-argumen tidak valid"
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr "panjang buffer tidak valid"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "cert tidak valid"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr "bit data tidak valid"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "indeks dupterm tidak valid"
@ -2146,18 +1944,10 @@ msgstr "key tidak valid"
msgid "invalid micropython decorator"
msgstr "micropython decorator tidak valid"
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr "pin tidak valid"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr "stop bit tidak valid"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "syntax tidak valid"
@ -2203,10 +1993,6 @@ msgstr ""
msgid "label redefined"
msgstr "label didefinis ulang"
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr "len harus kelipatan dari 4"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
@ -2248,11 +2034,6 @@ msgstr ""
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr "alokasi memori gagal, mengalokasikan %u byte untuk kode native"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr ""
@ -2359,11 +2140,6 @@ msgstr "non-keyword arg setelah keyword arg"
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "tidak valid channel ADC: %d"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2465,10 +2241,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr "pin tidak memiliki kemampuan IRQ"
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
@ -2482,7 +2254,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "Muncul dari PulseIn yang kosong"
@ -2536,10 +2307,6 @@ msgstr "anotasi return harus sebuah identifier"
msgid "return expected '%q' but got '%q'"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2554,10 +2321,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr "nilai sampling keluar dari jangkauan"
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr "scan gagal"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2765,10 +2528,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr "konfigurasi param tidak diketahui"
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2789,10 +2548,6 @@ msgstr ""
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr "status param tidak diketahui"
#: py/compile.c
msgid "unknown type"
msgstr "tipe tidak diketahui"
@ -2809,6 +2564,10 @@ msgstr ""
msgid "unreadable attribute"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2819,10 +2578,6 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2840,9 +2595,9 @@ msgstr ""
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() gagal"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
@ -2871,3 +2626,176 @@ msgstr ""
#: py/objrange.c
msgid "zero step"
msgstr ""
#~ msgid "AP required"
#~ msgstr "AP dibutuhkan"
#~ msgid "C-level assert"
#~ msgstr "Dukungan C-level"
#~ msgid "Cannot connect to AP"
#~ msgstr "Tidak dapat menyambungkan ke AP"
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Tidak dapat memutuskna dari AP"
#~ msgid "Cannot set STA config"
#~ msgstr "Tidak dapat mengatur konfigurasi STA"
#~ msgid "Cannot update i/f status"
#~ msgstr "Tidak dapat memperbarui status i/f"
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "Tidak tahu cara meloloskan objek ke fungsi native"
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "ESP8266 tidak mendukung safe mode"
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP866 tidak mendukung pull down"
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Errod pada ffi_prep_cif"
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Gagal untuk melaporkan nilai atribut, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 tidak mendukung pull up"
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "Nilai maksimum frekuensi PWM adalah %dhz"
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "Nilai minimum frekuensi PWM is 1hz"
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
#~ msgstr ""
#~ "Nilai Frekuensi PWM ganda tidak didukung. PWM sudah diatur pada %dhz"
#~ msgid "No PulseIn support for %q"
#~ msgstr "Tidak ada dukungan PulseIn untuk %q"
#~ msgid "No hardware support for analog out."
#~ msgstr "Tidak dukungan hardware untuk analog out."
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Hanya tx yang mendukung pada UART1 (GPIO2)."
#~ msgid "PWM not supported on pin %d"
#~ msgstr "PWM tidak didukung pada pin %d"
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Pin %q tidak memiliki kemampuan ADC"
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pin(16) tidak mendukung pull"
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pin-pin tidak valid untuk SPI"
#~ msgid "STA must be active"
#~ msgstr "STA harus aktif"
#~ msgid "STA required"
#~ msgstr "STA dibutuhkan"
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) tidak ada"
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) tidak dapat dibaca"
#~ msgid "Unable to remount filesystem"
#~ msgstr "Tidak dapat memasang filesystem kembali"
#~ msgid "Unknown type"
#~ msgstr "Tipe tidak diketahui"
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr ""
#~ "Gunakan esptool untuk menghapus flash dan upload ulang Python sebagai "
#~ "gantinya"
#~ msgid "[addrinfo error %d]"
#~ msgstr "[addrinfo error %d]"
#~ msgid "buffer too long"
#~ msgstr "buffer terlalu panjang"
#~ msgid "can query only one param"
#~ msgstr "hanya bisa melakukan query satu param"
#~ msgid "can't get AP config"
#~ msgstr "tidak bisa mendapatkan konfigurasi AP"
#~ msgid "can't get STA config"
#~ msgstr "tidak bisa mendapatkan konfigurasi STA"
#~ msgid "can't set AP config"
#~ msgstr "tidak bisa mendapatkan konfigurasi AP"
#~ msgid "can't set STA config"
#~ msgstr "tidak bisa mendapatkan konfigurasi STA"
#~ msgid "either pos or kw args are allowed"
#~ msgstr "hanya antar pos atau kw args yang diperbolehkan"
#~ msgid "expecting a pin"
#~ msgstr "mengharapkan sebuah pin"
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
#~ msgid "flash location must be below 1MByte"
#~ msgstr "alokasi flash harus dibawah 1MByte"
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "frekuensi hanya bisa didefinisikan 80Mhz atau 160Mhz"
#~ msgid "impossible baudrate"
#~ msgstr "baudrate tidak memungkinkan"
#~ msgid "invalid alarm"
#~ msgstr "alarm tidak valid"
#~ msgid "invalid buffer length"
#~ msgstr "panjang buffer tidak valid"
#~ msgid "invalid data bits"
#~ msgstr "bit data tidak valid"
#~ msgid "invalid pin"
#~ msgstr "pin tidak valid"
#~ msgid "invalid stop bits"
#~ msgstr "stop bit tidak valid"
#~ msgid "len must be multiple of 4"
#~ msgstr "len harus kelipatan dari 4"
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr "alokasi memori gagal, mengalokasikan %u byte untuk kode native"
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "tidak valid channel ADC: %d"
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "pin tidak memiliki kemampuan IRQ"
#~ msgid "scan failed"
#~ msgstr "scan gagal"
#~ msgid "unknown config param"
#~ msgstr "konfigurasi param tidak diketahui"
#~ msgid "unknown status param"
#~ msgstr "status param tidak diketahui"
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() gagal"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\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"
@ -217,10 +217,6 @@ msgstr ""
msgid "A hardware interrupt channel is already in use"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr ""
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -344,10 +340,6 @@ msgstr ""
msgid "Bytes must be between 0 and 255."
msgstr ""
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -369,18 +361,10 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr ""
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr ""
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -407,14 +391,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
@ -431,10 +410,6 @@ msgstr ""
msgid "Cannot unambiguously get sizeof scalar"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr ""
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr ""
@ -522,31 +497,15 @@ msgstr ""
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr ""
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr ""
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr ""
#: extmod/modure.c
msgid "Error in regex"
msgstr ""
@ -599,7 +558,6 @@ msgid "Failed to allocate RX buffer"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -640,7 +598,7 @@ msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
@ -650,7 +608,7 @@ msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to read attribute value, err %0x04x"
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
@ -738,23 +696,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr ""
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr ""
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr ""
@ -793,6 +743,10 @@ msgstr ""
msgid "Invalid bit clock pin"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr ""
@ -903,11 +857,6 @@ msgstr ""
msgid "MOSI pin init failed."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr ""
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -925,15 +874,6 @@ msgstr ""
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr ""
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -947,10 +887,6 @@ msgstr ""
msgid "No DMA channel found"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr ""
@ -963,16 +899,8 @@ msgstr ""
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr ""
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
@ -983,10 +911,6 @@ msgstr ""
msgid "No hardware random available"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1004,10 +928,6 @@ msgstr ""
msgid "Not connected"
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr ""
@ -1031,10 +951,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Only bit maps of 8 bit color or less are supported"
msgstr ""
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
@ -1046,10 +962,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@ -1064,32 +976,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr ""
#: py/moduerrno.c
msgid "Permission denied"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr ""
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1106,11 +1001,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr ""
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr ""
@ -1150,14 +1045,6 @@ msgstr ""
msgid "SDA or SCL needs a pull up"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr ""
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
@ -1273,15 +1160,6 @@ msgstr ""
msgid "Tuple or struct_time argument required"
msgstr ""
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr ""
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr ""
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr ""
@ -1320,10 +1198,6 @@ msgstr ""
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr ""
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr ""
@ -1332,10 +1206,6 @@ msgstr ""
msgid "Unexpected nrfx uuid type"
msgstr ""
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1361,10 +1231,6 @@ msgstr ""
msgid "Unsupported pull value."
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr ""
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
@ -1396,11 +1262,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr ""
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
#: py/objtype.c
msgid "__init__() should return None"
msgstr ""
@ -1422,7 +1283,7 @@ msgstr ""
msgid "abort() called"
msgstr ""
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr ""
@ -1516,10 +1377,6 @@ msgstr ""
msgid "buffer slices must be of equal length"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr ""
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1574,10 +1431,6 @@ msgstr ""
msgid "can only save bytecode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr ""
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1649,14 +1502,6 @@ msgstr ""
msgid "can't do truncated division of a complex number"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr ""
#: py/compile.c
msgid "can't have multiple **x"
msgstr ""
@ -1685,14 +1530,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr ""
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr ""
@ -1825,10 +1662,6 @@ msgstr ""
msgid "division by zero"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr ""
#: py/objdeque.c
msgid "empty"
msgstr ""
@ -1878,10 +1711,6 @@ msgstr ""
msgid "expecting a dict for keyword args"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr ""
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr ""
@ -1902,10 +1731,6 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr ""
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@ -1922,10 +1747,6 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr ""
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr ""
#: py/objint.c
msgid "float too big"
msgstr ""
@ -1938,10 +1759,6 @@ msgstr ""
msgid "format requires a dict"
msgstr ""
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr ""
#: py/objdeque.c
msgid "full"
msgstr ""
@ -2010,10 +1827,6 @@ msgstr ""
msgid "identifier redefined as nonlocal"
msgstr ""
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr ""
#: py/objstr.c
msgid "incomplete format"
msgstr ""
@ -2027,7 +1840,6 @@ msgid "incorrect padding"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr ""
@ -2060,26 +1872,14 @@ msgstr ""
msgid "invalid SPI peripheral"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr ""
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr ""
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr ""
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr ""
@ -2100,18 +1900,10 @@ msgstr ""
msgid "invalid micropython decorator"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr ""
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr ""
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr ""
@ -2157,10 +1949,6 @@ msgstr ""
msgid "label redefined"
msgstr ""
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr ""
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
@ -2202,11 +1990,6 @@ msgstr ""
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr ""
@ -2312,11 +2095,6 @@ msgstr ""
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr ""
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2417,10 +2195,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr ""
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
@ -2434,7 +2208,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr ""
@ -2488,10 +2261,6 @@ msgstr ""
msgid "return expected '%q' but got '%q'"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2506,10 +2275,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr ""
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2716,10 +2481,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2740,10 +2501,6 @@ msgstr ""
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr ""
#: py/compile.c
msgid "unknown type"
msgstr ""
@ -2760,6 +2517,10 @@ msgstr ""
msgid "unreadable attribute"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2770,10 +2531,6 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2791,8 +2548,8 @@ msgstr ""
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: Pascal Deneaux\n"
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@ -219,10 +219,6 @@ msgstr "3-arg pow() wird nicht unterstützt"
msgid "A hardware interrupt channel is already in use"
msgstr "Ein Hardware Interrupt Kanal wird schon benutzt"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr "AP erforderlich"
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -348,10 +344,6 @@ msgstr "Der Puffer muss 16 Bytes lang sein"
msgid "Bytes must be between 0 and 255."
msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen."
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr "C-Level Assert"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -373,18 +365,10 @@ msgstr "Im Central mode kann name nicht geändert werden"
msgid "Can't connect in Peripheral mode"
msgstr "Im Peripheral mode kann keine Verbindung hergestellt werden"
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr "Kann nicht zu AP verbinden"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr "Kann Werte nicht löschen"
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr "Kann nicht trennen von AP"
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -411,14 +395,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr "Kann '/' nicht remounten when USB aktiv ist"
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr "Reset zum bootloader nicht möglich da bootloader nicht vorhanden"
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr "Kann STA Konfiguration nicht setzen"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr "Der Wert kann nicht gesetzt werden, wenn die Richtung input ist."
@ -435,10 +414,6 @@ msgstr "Übertragung ohne MOSI- und MISO-Pins nicht möglich."
msgid "Cannot unambiguously get sizeof scalar"
msgstr "sizeof scalar kann nicht eindeutig bestimmt werden"
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr "Kann i/f Status nicht updaten"
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr "Kann nicht ohne MOSI-Pin schreiben."
@ -526,32 +501,15 @@ msgstr "Die Zielkapazität ist kleiner als destination_length."
msgid "Display rotation must be in 90 degree increments"
msgstr "Die Rotation der Anzeige muss in 90-Grad-Schritten erfolgen"
#: ports/unix/modffi.c
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"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr "ESP8226 hat keinen Sicherheitsmodus"
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr "ESP8266 unterstützt pull down nicht"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "EXTINT Kanal ist schon in Benutzung"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr "Fehler in ffi_prep_cif"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Fehler in regex"
@ -604,7 +562,6 @@ msgid "Failed to allocate RX buffer"
msgstr "Konnte keinen RX Buffer allozieren"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -645,8 +602,8 @@ msgstr "Fehler beim Abrufen des Softdevice-Status"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr "Kann den Attributwert nicht mitteilen. Status: 0x%04x"
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
@ -655,8 +612,8 @@ msgstr "Kann CCCD value nicht lesen. Status: 0x%04x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to read attribute value, err %0x04x"
msgstr "Kann den Attributwert nicht lesen. Status: 0x%04x"
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
@ -743,23 +700,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "Die Funktion erwartet, dass der 'lock'-Befehl zuvor ausgeführt wurde"
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr "Die Funktion erwartet, dass der 'lock'-Befehl zuvor ausgeführt wurde"
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 unterstützt pull up nicht"
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr "Gruppe voll"
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "Lese/Schreibe-operation an geschlossener Datei"
@ -800,6 +749,10 @@ msgstr "Ungültiges Argument"
msgid "Invalid bit clock pin"
msgstr "Ungültiges bit clock pin"
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Ungültige Puffergröße"
@ -914,11 +867,6 @@ msgstr "MISO pin Initialisierung fehlgeschlagen"
msgid "MOSI pin init failed."
msgstr "MOSI pin Initialisierung fehlgeschlagen"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "Maximale PWM Frequenz ist %dHz"
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -939,17 +887,6 @@ msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
"Die Startverzögerung des Mikrofons muss im Bereich von 0,0 bis 1,0 liegen"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr "Minimale PWM Frequenz ist %dHz"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, 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."
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -963,10 +900,6 @@ msgstr "Kein DAC im Chip vorhanden"
msgid "No DMA channel found"
msgstr "Kein DMA Kanal gefunden"
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr "Keine PulseIn Unterstützung für %q"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Kein RX Pin"
@ -979,17 +912,9 @@ msgstr "Kein TX Pin"
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr "Kein Standard I2C Bus"
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr "Kein Standard SPI Bus"
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
msgstr "Kein Standard UART Bus"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Kein Standard %q Bus"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
@ -999,10 +924,6 @@ msgstr "Keine freien GCLKs"
msgid "No hardware random available"
msgstr "Kein hardware random verfügbar"
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr "Keine Hardwareunterstützung für analog out"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1020,10 +941,6 @@ msgstr "Keine solche Datei/Verzeichnis"
msgid "Not connected"
msgstr "Nicht verbunden"
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr "Nicht verbunden."
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr "Spielt nicht"
@ -1049,11 +966,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Only bit maps of 8 bit color or less are supported"
msgstr ""
"Es werden nur Bitmaps mit einer Farbtiefe von 8 Bit oder weniger unterstützt"
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
@ -1065,10 +977,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "UART1 (GPIO2) unterstützt nur tx"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr "Oversample muss ein Vielfaches von 8 sein."
@ -1083,32 +991,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False."
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr "PWM nicht unterstützt an Pin %d"
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Zugang verweigert"
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr "Pin %q hat keine ADC Funktion"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Pin hat keine ADC Funktionalität"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr "Pin(16) unterstützt kein pull"
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr "Pins nicht gültig für SPI"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr "Pixel außerhalb der Puffergrenzen"
@ -1127,11 +1018,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "Die RTC-Kalibrierung wird auf diesem Board nicht unterstützt"
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr "Eine RTC wird auf diesem Board nicht unterstützt"
@ -1171,14 +1062,6 @@ msgstr "Sicherheitsmodus aktiv! Gespeicherter Code wird nicht ausgeführt\n"
msgid "SDA or SCL needs a pull up"
msgstr "SDA oder SCL brauchen pull up"
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr "STA muss aktiv sein"
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr "STA erforderlich"
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr "Abtastrate muss positiv sein"
@ -1306,15 +1189,6 @@ msgstr "Zurückverfolgung (jüngste Aufforderung zuletzt):\n"
msgid "Tuple or struct_time argument required"
msgstr "Tuple- oder struct_time-Argument erforderlich"
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr "UART(%d) existiert nicht"
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr "UART(1) kann nicht lesen"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr "USB beschäftigt"
@ -1353,10 +1227,6 @@ msgstr "Parser konnte nicht gestartet werden"
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr "Dateisystem konnte nicht wieder eingebunden werden."
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr "Schreiben in nvm nicht möglich."
@ -1365,10 +1235,6 @@ msgstr "Schreiben in nvm nicht möglich."
msgid "Unexpected nrfx uuid type"
msgstr "Unerwarteter nrfx uuid-Typ"
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr "Unbekannter Typ"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1396,11 +1262,6 @@ msgstr "Nicht unterstützte Operation"
msgid "Unsupported pull value."
msgstr "Nicht unterstützter Pull-Wert"
#: ports/esp8266/common-hal/storage/__init__.c
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"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr "Viper-Funktionen unterstützen derzeit nicht mehr als 4 Argumente"
@ -1441,11 +1302,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr "Du hast das Starten im Sicherheitsmodus ausgelöst durch "
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init__() sollte None zurückgeben"
@ -1467,7 +1323,7 @@ msgstr "ein Byte-ähnliches Objekt ist erforderlich"
msgid "abort() called"
msgstr "abort() wurde aufgerufen"
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "Addresse %08x ist nicht an %d bytes ausgerichtet"
@ -1561,10 +1417,6 @@ msgstr "Die Puffergröße muss zum Format passen"
msgid "buffer slices must be of equal length"
msgstr "Puffersegmente müssen gleich lang sein"
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr "Buffer zu lang"
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1619,10 +1471,6 @@ msgstr "kann nur bis zu 4 Parameter für die Xtensa assembly haben"
msgid "can only save bytecode"
msgstr "kann nur Bytecode speichern"
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr ""
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1694,14 +1542,6 @@ msgstr "Eine binäre Operation zwischen '%q' und '%q' ist nicht möglich"
msgid "can't do truncated division of a complex number"
msgstr "kann mit einer komplexen Zahl keine abgeschnittene Division ausführen"
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr ""
#: py/compile.c
msgid "can't have multiple **x"
msgstr "mehrere **x sind nicht gestattet"
@ -1730,14 +1570,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr ""
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr ""
@ -1870,10 +1702,6 @@ msgstr ""
msgid "division by zero"
msgstr "Division durch Null"
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr ""
#: py/objdeque.c
msgid "empty"
msgstr "leer"
@ -1923,10 +1751,6 @@ msgstr "erwarte tuple/list"
msgid "expecting a dict for keyword args"
msgstr "erwarte ein dict als Keyword-Argumente"
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr "Ein Pin wird erwartet"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "erwartet eine Assembler-Anweisung"
@ -1947,10 +1771,6 @@ msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
msgid "extra positional arguments given"
msgstr "Es wurden zusätzliche Argumente ohne Keyword angegeben"
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein"
@ -1967,10 +1787,6 @@ msgstr "Das erste Argument für super() muss type sein"
msgid "firstbit must be MSB"
msgstr "Erstes Bit muss das höchstwertigste Bit (MSB) sein"
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr "flash location muss unter 1MByte sein"
#: py/objint.c
msgid "float too big"
msgstr "float zu groß"
@ -1983,10 +1799,6 @@ msgstr "Die Schriftart (font) muss 2048 Byte lang sein"
msgid "format requires a dict"
msgstr ""
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "Die Frequenz kann nur 80Mhz oder 160Mhz sein"
#: py/objdeque.c
msgid "full"
msgstr "voll"
@ -2056,10 +1868,6 @@ msgstr "Bezeichner als global neu definiert"
msgid "identifier redefined as nonlocal"
msgstr "Bezeichner als nonlocal definiert"
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr "Unmögliche Baudrate"
#: py/objstr.c
msgid "incomplete format"
msgstr "unvollständiges Format"
@ -2073,7 +1881,6 @@ msgid "incorrect padding"
msgstr "padding ist inkorrekt"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index außerhalb der Reichweite"
@ -2106,26 +1913,14 @@ msgstr "ungültige I2C Schnittstelle"
msgid "invalid SPI peripheral"
msgstr "ungültige SPI Schnittstelle"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr "ungültiger Alarm"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "ungültige argumente"
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr "ungültige Pufferlänge"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "ungültiges cert"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr "ungültige Datenbits"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "ungültiger dupterm index"
@ -2146,18 +1941,10 @@ msgstr "ungültiger Schlüssel"
msgid "invalid micropython decorator"
msgstr "ungültiger micropython decorator"
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr "ungültiger Pin"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "ungültiger Schritt (step)"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr "ungültige Stopbits"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "ungültige Syntax"
@ -2207,10 +1994,6 @@ msgstr "Label '%q' nicht definiert"
msgid "label redefined"
msgstr "Label neu definiert"
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr "len muss ein vielfaches von 4 sein"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr "Für diesen Typ ist length nicht zulässig"
@ -2254,12 +2037,6 @@ msgstr "maximale Rekursionstiefe überschritten"
msgid "memory allocation failed, allocating %u bytes"
msgstr "Speicherzuordnung fehlgeschlagen, Zuweisung von %u Bytes"
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
"Speicherallozierung fehlgeschlagen, alloziere %u Bytes für nativen Code"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "Speicherzuweisung fehlgeschlagen, der Heap ist gesperrt"
@ -2365,11 +2142,6 @@ msgstr ""
msgid "not a 128-bit UUID"
msgstr "keine 128-bit UUID"
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "Kein gültiger ADC Kanal: %d"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2472,10 +2244,6 @@ msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr "Pin hat keine IRQ Fähigkeiten"
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr "Pixelkoordinaten außerhalb der Grenzen"
@ -2489,7 +2257,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader muss displayio.Palette oder displayio.ColorConverter sein"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop von einem leeren PulseIn"
@ -2543,10 +2310,6 @@ msgstr "return annotation muss ein identifier sein"
msgid "return expected '%q' but got '%q'"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2563,10 +2326,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr "Abtastrate außerhalb der Reichweite"
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr "Scan fehlgeschlagen"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr "Der schedule stack ist voll"
@ -2778,10 +2537,6 @@ msgstr ""
"Einrückung entspricht keiner äußeren Einrückungsebene. Bitte Leerzeichen am "
"Zeilenanfang kontrollieren!"
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2802,10 +2557,6 @@ msgstr ""
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr "Unbekannter Statusparameter"
#: py/compile.c
msgid "unknown type"
msgstr "unbekannter Typ"
@ -2822,6 +2573,10 @@ msgstr ""
msgid "unreadable attribute"
msgstr "nicht lesbares Attribut"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr "Nicht unterstützter %q-Typ"
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2832,10 +2587,6 @@ msgstr "nicht unterstützter Thumb-Befehl '%s' mit %d Argumenten"
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr "Nicht unterstützter Bitmap-Typ"
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2853,9 +2604,9 @@ msgstr "nicht unterstützter Typ für Operator"
msgid "unsupported types for %q: '%s', '%s'"
msgstr "nicht unterstützte Typen für %q: '%s', '%s'"
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() fehlgeschlagen"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
@ -2885,5 +2636,166 @@ msgstr "y Wert außerhalb der Grenzen"
msgid "zero step"
msgstr ""
#~ msgid "AP required"
#~ msgstr "AP erforderlich"
#~ msgid "C-level assert"
#~ msgstr "C-Level Assert"
#~ msgid "Cannot connect to AP"
#~ msgstr "Kann nicht zu AP verbinden"
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Kann nicht trennen von AP"
#~ msgid "Cannot set STA config"
#~ msgstr "Kann STA Konfiguration nicht setzen"
#~ msgid "Cannot update i/f status"
#~ msgstr "Kann i/f Status nicht updaten"
#~ 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"
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "ESP8226 hat keinen Sicherheitsmodus"
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP8266 unterstützt pull down nicht"
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Fehler in ffi_prep_cif"
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Kann den Attributwert nicht mitteilen. Status: 0x%04x"
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Kann den Attributwert nicht lesen. Status: 0x%04x"
#~ msgid "Function requires lock."
#~ msgstr ""
#~ "Die Funktion erwartet, dass der 'lock'-Befehl zuvor ausgeführt wurde"
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 unterstützt pull up nicht"
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "Maximale PWM Frequenz ist %dHz"
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "Minimale PWM Frequenz ist %dHz"
#~ 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."
#~ msgid "No PulseIn support for %q"
#~ msgstr "Keine PulseIn Unterstützung für %q"
#~ msgid "No hardware support for analog out."
#~ msgstr "Keine Hardwareunterstützung für analog out"
#~ msgid "Not connected."
#~ msgstr "Nicht verbunden."
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Nur unkomprimiertes Windows-Format (BMP) unterstützt %d"
#~ msgid "Only bit maps of 8 bit color or less are supported"
#~ msgstr ""
#~ "Es werden nur Bitmaps mit einer Farbtiefe von 8 Bit oder weniger "
#~ "unterstützt"
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "UART1 (GPIO2) unterstützt nur tx"
#~ msgid "PWM not supported on pin %d"
#~ msgstr "PWM nicht unterstützt an Pin %d"
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Pin %q hat keine ADC Funktion"
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pin(16) unterstützt kein pull"
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pins nicht gültig für SPI"
#~ msgid "STA must be active"
#~ msgstr "STA muss aktiv sein"
#~ msgid "STA required"
#~ msgstr "STA erforderlich"
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) existiert nicht"
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) kann nicht lesen"
#~ msgid "Unable to remount filesystem"
#~ msgstr "Dateisystem konnte nicht wieder eingebunden werden."
#~ msgid "Unknown type"
#~ msgstr "Unbekannter Typ"
#~ 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"
#~ msgid "buffer too long"
#~ msgstr "Buffer zu lang"
#~ msgid "expecting a pin"
#~ msgstr "Ein Pin wird erwartet"
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
#~ msgid "flash location must be below 1MByte"
#~ msgstr "flash location muss unter 1MByte sein"
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "Die Frequenz kann nur 80Mhz oder 160Mhz sein"
#~ msgid "impossible baudrate"
#~ msgstr "Unmögliche Baudrate"
#~ msgid "invalid alarm"
#~ msgstr "ungültiger Alarm"
#~ msgid "invalid buffer length"
#~ msgstr "ungültige Pufferlänge"
#~ msgid "invalid data bits"
#~ msgstr "ungültige Datenbits"
#~ msgid "invalid pin"
#~ msgstr "ungültiger Pin"
#~ msgid "invalid stop bits"
#~ msgstr "ungültige Stopbits"
#~ msgid "len must be multiple of 4"
#~ msgstr "len muss ein vielfaches von 4 sein"
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr ""
#~ "Speicherallozierung fehlgeschlagen, alloziere %u Bytes für nativen Code"
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "Kein gültiger ADC Kanal: %d"
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "Pin hat keine IRQ Fähigkeiten"
#~ msgid "scan failed"
#~ msgstr "Scan fehlgeschlagen"
#~ msgid "unknown status param"
#~ msgstr "Unbekannter Statusparameter"
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() fehlgeschlagen"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -217,10 +217,6 @@ msgstr ""
msgid "A hardware interrupt channel is already in use"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr ""
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -344,10 +340,6 @@ msgstr ""
msgid "Bytes must be between 0 and 255."
msgstr ""
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -369,18 +361,10 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr ""
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr ""
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -407,14 +391,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
@ -431,10 +410,6 @@ msgstr ""
msgid "Cannot unambiguously get sizeof scalar"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr ""
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr ""
@ -522,31 +497,15 @@ msgstr ""
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr ""
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr ""
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr ""
#: extmod/modure.c
msgid "Error in regex"
msgstr ""
@ -599,7 +558,6 @@ msgid "Failed to allocate RX buffer"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -640,7 +598,7 @@ msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
@ -650,7 +608,7 @@ msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to read attribute value, err %0x04x"
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
@ -738,23 +696,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr ""
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr ""
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr ""
@ -793,6 +743,10 @@ msgstr ""
msgid "Invalid bit clock pin"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr ""
@ -903,11 +857,6 @@ msgstr ""
msgid "MOSI pin init failed."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr ""
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -925,15 +874,6 @@ msgstr ""
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr ""
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -947,10 +887,6 @@ msgstr ""
msgid "No DMA channel found"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr ""
@ -963,16 +899,8 @@ msgstr ""
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr ""
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
@ -983,10 +911,6 @@ msgstr ""
msgid "No hardware random available"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1004,10 +928,6 @@ msgstr ""
msgid "Not connected"
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr ""
@ -1031,10 +951,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Only bit maps of 8 bit color or less are supported"
msgstr ""
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
@ -1046,10 +962,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@ -1064,32 +976,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr ""
#: py/moduerrno.c
msgid "Permission denied"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr ""
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1106,11 +1001,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr ""
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr ""
@ -1150,14 +1045,6 @@ msgstr ""
msgid "SDA or SCL needs a pull up"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr ""
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
@ -1273,15 +1160,6 @@ msgstr ""
msgid "Tuple or struct_time argument required"
msgstr ""
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr ""
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr ""
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr ""
@ -1320,10 +1198,6 @@ msgstr ""
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr ""
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr ""
@ -1332,10 +1206,6 @@ msgstr ""
msgid "Unexpected nrfx uuid type"
msgstr ""
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1361,10 +1231,6 @@ msgstr ""
msgid "Unsupported pull value."
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr ""
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
@ -1396,11 +1262,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr ""
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
#: py/objtype.c
msgid "__init__() should return None"
msgstr ""
@ -1422,7 +1283,7 @@ msgstr ""
msgid "abort() called"
msgstr ""
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr ""
@ -1516,10 +1377,6 @@ msgstr ""
msgid "buffer slices must be of equal length"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr ""
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1574,10 +1431,6 @@ msgstr ""
msgid "can only save bytecode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr ""
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1649,14 +1502,6 @@ msgstr ""
msgid "can't do truncated division of a complex number"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr ""
#: py/compile.c
msgid "can't have multiple **x"
msgstr ""
@ -1685,14 +1530,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr ""
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr ""
@ -1825,10 +1662,6 @@ msgstr ""
msgid "division by zero"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr ""
#: py/objdeque.c
msgid "empty"
msgstr ""
@ -1878,10 +1711,6 @@ msgstr ""
msgid "expecting a dict for keyword args"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr ""
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr ""
@ -1902,10 +1731,6 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr ""
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@ -1922,10 +1747,6 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr ""
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr ""
#: py/objint.c
msgid "float too big"
msgstr ""
@ -1938,10 +1759,6 @@ msgstr ""
msgid "format requires a dict"
msgstr ""
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr ""
#: py/objdeque.c
msgid "full"
msgstr ""
@ -2010,10 +1827,6 @@ msgstr ""
msgid "identifier redefined as nonlocal"
msgstr ""
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr ""
#: py/objstr.c
msgid "incomplete format"
msgstr ""
@ -2027,7 +1840,6 @@ msgid "incorrect padding"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr ""
@ -2060,26 +1872,14 @@ msgstr ""
msgid "invalid SPI peripheral"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr ""
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr ""
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr ""
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr ""
@ -2100,18 +1900,10 @@ msgstr ""
msgid "invalid micropython decorator"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr ""
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr ""
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr ""
@ -2157,10 +1949,6 @@ msgstr ""
msgid "label redefined"
msgstr ""
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr ""
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
@ -2202,11 +1990,6 @@ msgstr ""
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr ""
@ -2312,11 +2095,6 @@ msgstr ""
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr ""
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2417,10 +2195,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr ""
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
@ -2434,7 +2208,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr ""
@ -2488,10 +2261,6 @@ msgstr ""
msgid "return expected '%q' but got '%q'"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2506,10 +2275,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr ""
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2716,10 +2481,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2740,10 +2501,6 @@ msgstr ""
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr ""
#: py/compile.c
msgid "unknown type"
msgstr ""
@ -2760,6 +2517,10 @@ msgstr ""
msgid "unreadable attribute"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2770,10 +2531,6 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2791,8 +2548,8 @@ msgstr ""
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: @sommersoft, @MrCertainly\n"
@ -219,10 +219,6 @@ msgstr ""
msgid "A hardware interrupt channel is already in use"
msgstr "Avast! A hardware interrupt channel be used already"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr ""
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -348,10 +344,6 @@ msgstr ""
msgid "Bytes must be between 0 and 255."
msgstr ""
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -373,18 +365,10 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr ""
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr ""
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -411,14 +395,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
@ -435,10 +414,6 @@ msgstr ""
msgid "Cannot unambiguously get sizeof scalar"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr ""
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr ""
@ -526,31 +501,15 @@ msgstr ""
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr ""
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Avast! EXTINT channel already in use"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr ""
#: extmod/modure.c
msgid "Error in regex"
msgstr ""
@ -603,7 +562,6 @@ msgid "Failed to allocate RX buffer"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -644,7 +602,7 @@ msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
@ -654,7 +612,7 @@ msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, c-format
msgid "Failed to read attribute value, err %0x04x"
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
@ -742,23 +700,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr ""
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr ""
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr ""
@ -797,6 +747,10 @@ msgstr ""
msgid "Invalid bit clock pin"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr ""
@ -907,11 +861,6 @@ msgstr ""
msgid "MOSI pin init failed."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr ""
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -929,15 +878,6 @@ msgstr ""
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr ""
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -951,10 +891,6 @@ msgstr "Shiver me timbers! There be no DAC on this chip"
msgid "No DMA channel found"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr ""
@ -967,16 +903,8 @@ msgstr ""
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr ""
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
@ -987,10 +915,6 @@ msgstr ""
msgid "No hardware random available"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1008,10 +932,6 @@ msgstr ""
msgid "Not connected"
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr ""
@ -1035,10 +955,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "Only bit maps of 8 bit color or less are supported"
msgstr ""
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
@ -1050,10 +966,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@ -1068,32 +980,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr ""
#: py/moduerrno.c
msgid "Permission denied"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Belay that! Th' Pin be not ADC capable"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr ""
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1110,11 +1005,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr ""
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr ""
@ -1154,14 +1049,6 @@ msgstr "Runnin' in safe mode! Nay runnin' saved code.\n"
msgid "SDA or SCL needs a pull up"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr ""
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
@ -1277,15 +1164,6 @@ msgstr ""
msgid "Tuple or struct_time argument required"
msgstr ""
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr ""
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr ""
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr ""
@ -1324,10 +1202,6 @@ msgstr ""
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr ""
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr ""
@ -1336,10 +1210,6 @@ msgstr ""
msgid "Unexpected nrfx uuid type"
msgstr ""
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1365,10 +1235,6 @@ msgstr ""
msgid "Unsupported pull value."
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr ""
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
@ -1400,11 +1266,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr ""
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
#: py/objtype.c
msgid "__init__() should return None"
msgstr ""
@ -1426,7 +1287,7 @@ msgstr ""
msgid "abort() called"
msgstr ""
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr ""
@ -1520,10 +1381,6 @@ msgstr ""
msgid "buffer slices must be of equal length"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr ""
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1578,10 +1435,6 @@ msgstr ""
msgid "can only save bytecode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr ""
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1653,14 +1506,6 @@ msgstr ""
msgid "can't do truncated division of a complex number"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr ""
#: py/compile.c
msgid "can't have multiple **x"
msgstr ""
@ -1689,14 +1534,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr ""
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr ""
@ -1829,10 +1666,6 @@ msgstr ""
msgid "division by zero"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr ""
#: py/objdeque.c
msgid "empty"
msgstr ""
@ -1882,10 +1715,6 @@ msgstr ""
msgid "expecting a dict for keyword args"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr ""
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr ""
@ -1906,10 +1735,6 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr ""
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@ -1926,10 +1751,6 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr ""
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr ""
#: py/objint.c
msgid "float too big"
msgstr ""
@ -1942,10 +1763,6 @@ msgstr ""
msgid "format requires a dict"
msgstr ""
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr ""
#: py/objdeque.c
msgid "full"
msgstr ""
@ -2014,10 +1831,6 @@ msgstr ""
msgid "identifier redefined as nonlocal"
msgstr ""
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr ""
#: py/objstr.c
msgid "incomplete format"
msgstr ""
@ -2031,7 +1844,6 @@ msgid "incorrect padding"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr ""
@ -2064,26 +1876,14 @@ msgstr "Belay that! I2C peripheral be invalid"
msgid "invalid SPI peripheral"
msgstr "Arr! SPI peripheral be invalid"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr ""
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr ""
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr ""
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr ""
@ -2104,18 +1904,10 @@ msgstr ""
msgid "invalid micropython decorator"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr ""
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr ""
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr ""
@ -2161,10 +1953,6 @@ msgstr ""
msgid "label redefined"
msgstr ""
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr ""
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
@ -2206,11 +1994,6 @@ msgstr ""
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr ""
@ -2316,11 +2099,6 @@ msgstr ""
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr ""
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2421,10 +2199,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr ""
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
@ -2438,7 +2212,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr ""
@ -2492,10 +2265,6 @@ msgstr ""
msgid "return expected '%q' but got '%q'"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2510,10 +2279,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr ""
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2720,10 +2485,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2744,10 +2505,6 @@ msgstr ""
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr ""
#: py/compile.c
msgid "unknown type"
msgstr ""
@ -2764,6 +2521,10 @@ msgstr ""
msgid "unreadable attribute"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2774,10 +2535,6 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2795,8 +2552,8 @@ msgstr ""
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -23,6 +23,8 @@ msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
"\n"
"Código en ejecución. Esperando para recargar.\n"
#: py/obj.c
msgid " File \"%q\""
@ -47,7 +49,7 @@ msgstr "%q está siendo utilizado"
#: py/obj.c
msgid "%q index out of range"
msgstr "%w indice fuera de rango"
msgstr "%q indice fuera de rango"
#: py/obj.c
msgid "%q indices must be integers, not %s"
@ -57,12 +59,12 @@ msgstr "%q indices deben ser enteros, no %s"
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
#, fuzzy
msgid "%q must be >= 1"
msgstr "los buffers deben de tener la misma longitud"
msgstr "%q debe ser >= 1"
#: shared-bindings/fontio/BuiltinFont.c
#, fuzzy
msgid "%q should be an int"
msgstr "y deberia ser un int"
msgstr "%q deberia ser un int"
#: py/bc.c py/objnamedtuple.c
msgid "%q() takes %d positional arguments but %d were given"
@ -85,7 +87,7 @@ msgstr "'%s' espera un registro"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a special register"
msgstr "ord espera un carácter"
msgstr "'%s' espera un carácter"
#: py/emitinlinethumb.c
#, c-format
@ -221,10 +223,6 @@ msgstr "pow() con 3 argumentos no soportado"
msgid "A hardware interrupt channel is already in use"
msgstr "El canal EXTINT ya está siendo utilizado"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr "AP requerido"
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -354,10 +352,6 @@ msgstr "buffer debe de ser un objeto bytes-like"
msgid "Bytes must be between 0 and 255."
msgstr "Bytes debe estar entre 0 y 255."
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -379,18 +373,10 @@ msgstr "No se puede cambiar el nombre en modo Central"
msgid "Can't connect in Peripheral mode"
msgstr "No se puede conectar en modo Peripheral"
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr "No se puede conectar a AP"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr "No se puede eliminar valores"
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr "No se puede desconectar de AP"
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -418,14 +404,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr "No se puede volver a montar '/' cuando el USB esta activo."
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr "No se puede reiniciar a bootloader porque no hay bootloader presente."
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr "No se puede establecer STA config"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr "No se puede asignar un valor cuando la dirección es input."
@ -442,10 +423,6 @@ msgstr "No se puede transferir sin pines MOSI y MISO."
msgid "Cannot unambiguously get sizeof scalar"
msgstr "No se puede obtener inequívocamente sizeof escalar"
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr "No se puede actualizar i/f status"
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr "No se puede escribir sin pin MOSI."
@ -535,33 +512,17 @@ msgstr "Capacidad de destino es mas pequeña que destination_length."
#: shared-bindings/displayio/Display.c
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr "No se sabe cómo pasar objeto a función nativa"
msgstr "Rotación de display debe ser en incrementos de 90 grados"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr "Modo Drive no se usa cuando la dirección es input."
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr "ESP8226 no soporta modo seguro."
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr "ESP8266 no soporta pull down."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "El canal EXTINT ya está siendo utilizado"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr "Error en ffi_prep_cif"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Error en regex"
@ -586,7 +547,7 @@ msgstr "Se espera un %q"
#: shared-module/_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr ""
msgstr "Se esperaba un tuple de %d, se obtuvo %d"
#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
@ -618,7 +579,6 @@ msgid "Failed to allocate RX buffer"
msgstr "Ha fallado la asignación del buffer RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -665,9 +625,9 @@ msgid "Failed to get softdevice state"
msgstr "No se puede obtener el estado del softdevice, error: 0x%08lX"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr "No se puede notificar el valor del anuncio. status: 0x%02x"
#, c-format
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr "Error al notificar o indicar el valor del atributo, err 0x%04x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -675,9 +635,9 @@ msgid "Failed to read CCCD value, err 0x%04x"
msgstr "No se puede leer el valor del atributo. status 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read attribute value, err %0x04x"
msgstr "No se puede leer el valor del atributo. status 0x%02x"
#, c-format
msgid "Failed to read attribute value, err 0x%04x"
msgstr "Error al leer valor del atributo, err 0x%04"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -747,44 +707,36 @@ msgstr "El archivo ya existe"
#: ports/nrf/supervisor/internal_flash.c
msgid "Flash erase failed"
msgstr ""
msgstr "Falló borrado de flash"
#: ports/nrf/supervisor/internal_flash.c
#, c-format
msgid "Flash erase failed to start, err 0x%04x"
msgstr ""
msgstr "Falló el iniciar borrado de flash, err 0x%04x"
#: ports/nrf/supervisor/internal_flash.c
msgid "Flash write failed"
msgstr ""
msgstr "Falló la escritura"
#: ports/nrf/supervisor/internal_flash.c
#, c-format
msgid "Flash write failed to start, err 0x%04x"
msgstr ""
msgstr "Falló el iniciar la escritura de flash, err 0x%04x"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
msgstr "Frecuencia capturada por encima de la capacidad. Captura en pausa."
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "La función requiere lock"
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr "La función requiere lock"
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 no soporta pull up."
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr "Group lleno"
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "Operación I/O en archivo cerrado"
@ -802,7 +754,7 @@ msgstr ""
#: shared-bindings/_pew/PewPew.c
msgid "Incorrect buffer size"
msgstr ""
msgstr "Tamaño incorrecto del buffer"
#: py/moduerrno.c
msgid "Input/output error"
@ -825,6 +777,10 @@ msgstr "Argumento inválido"
msgid "Invalid bit clock pin"
msgstr "Pin bit clock inválido"
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Tamaño de buffer inválido"
@ -910,7 +866,7 @@ msgstr "LHS del agumento por palabra clave deberia ser un identificador"
#: shared-module/displayio/Group.c
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""
msgstr "Layer debe ser una subclase de Group o TileGrid."
#: py/objslice.c
msgid "Length must be an int"
@ -939,15 +895,10 @@ msgstr "MISO pin init fallido."
msgid "MOSI pin init failed."
msgstr "MOSI pin init fallido."
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "La frecuencia máxima del PWM es %dhz."
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
msgstr ""
msgstr "Valor máximo de x cuando se refleja es %d"
#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
@ -955,25 +906,15 @@ msgstr ""
#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error.\n"
msgstr ""
msgstr "Error fatal de MicroPython.\n"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr "La frecuencia mínima del PWM es 1hz"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr ""
"PWM de múltiples frecuencias no soportado. El PWM ya se estableció a %dhz"
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
msgstr "Debe ser una subclase de Group."
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "No DAC on chip"
@ -984,10 +925,6 @@ msgstr "El chip no tiene DAC"
msgid "No DMA channel found"
msgstr "No se encontró el canal DMA"
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr "Sin soporte PulseIn para %q"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Sin pin RX"
@ -998,19 +935,11 @@ msgstr "Sin pin TX"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "No available clocks"
msgstr ""
msgstr "Relojes no disponibles"
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr "Sin bus I2C por defecto"
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr "Sin bus SPI por defecto"
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
msgstr "Sin bus UART por defecto"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Sin bus %q por defecto"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
@ -1020,10 +949,6 @@ msgstr "Sin GCLKs libres"
msgid "No hardware random available"
msgstr "No hay hardware random disponible"
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr "Sin soporte de hardware para analog out"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1031,7 +956,7 @@ msgstr "Sin soporte de hardware en pin"
#: py/moduerrno.c
msgid "No space left on device"
msgstr ""
msgstr "No queda espacio en el dispositivo"
#: py/moduerrno.c
msgid "No such file/directory"
@ -1042,10 +967,6 @@ msgstr "No existe el archivo/directorio"
msgid "Not connected"
msgstr "No se puede conectar a AP"
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr ""
@ -1071,10 +992,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
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/OnDiskBitmap.c
#, c-format
msgid ""
@ -1087,10 +1004,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr "solo se admiten segmentos con step=1 (alias None)"
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Solo tx soportada en UART1 (GPIO2)"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@ -1105,32 +1018,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr "El pin %d no soporta PWM"
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Permiso denegado"
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr "Pin %q no tiene capacidades de ADC"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Pin no tiene capacidad ADC"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr "Pin(16) no soporta para pull"
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr "Pines no válidos para SPI"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1149,11 +1045,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr "Pull no se usa cuando la dirección es output."
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "Calibración de RTC no es soportada en esta placa"
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr "RTC no soportado en esta placa"
@ -1195,14 +1091,6 @@ msgstr "Ejecutando en modo seguro! No se esta ejecutando el código guardado.\n"
msgid "SDA or SCL needs a pull up"
msgstr "SDA o SCL necesitan una pull up"
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr "STA debe estar activo"
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr "STA requerido"
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr "Sample rate debe ser positivo"
@ -1291,11 +1179,11 @@ msgstr "El signo del sample no iguala al del mixer"
#: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height"
msgstr ""
msgstr "La altura del Tile debe dividir exacto la altura del bitmap"
#: shared-bindings/displayio/TileGrid.c
msgid "Tile indices must be 0 - 255"
msgstr ""
msgstr "Los índices de Tile deben ser 0 - 255"
#: shared-bindings/displayio/TileGrid.c
msgid "Tile width must exactly divide bitmap width"
@ -1315,7 +1203,7 @@ msgstr ""
#: shared-bindings/displayio/Display.c
msgid "Too many displays"
msgstr ""
msgstr "Muchos displays"
#: py/obj.c
msgid "Traceback (most recent call last):\n"
@ -1325,15 +1213,6 @@ msgstr "Traceback (ultima llamada reciente):\n"
msgid "Tuple or struct_time argument required"
msgstr "Argumento tuple o struct_time requerido"
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr "UART(%d) no existe"
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr "UART(1) no puede leer"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr "USB ocupado"
@ -1370,11 +1249,7 @@ msgstr "Incapaz de inicializar el parser"
#: shared-module/displayio/OnDiskBitmap.c
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr "Incapaz de montar de nuevo el sistema de archivos"
msgstr "No se pudo leer los datos de la paleta de colores"
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
@ -1384,10 +1259,6 @@ msgstr "Imposible escribir en nvm"
msgid "Unexpected nrfx uuid type"
msgstr ""
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr "Tipo desconocido"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1414,10 +1285,6 @@ msgstr "Operación no soportada"
msgid "Unsupported pull value."
msgstr "valor pull no soportado."
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr "Usa esptool para borrar la flash y vuelve a cargar Python en su lugar"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr "funciones Viper actualmente no soportan más de 4 argumentos."
@ -1458,11 +1325,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr "Solicitaste iniciar en modo seguro por "
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init__() deberia devolver None"
@ -1484,7 +1346,7 @@ msgstr "se requiere un objeto bytes-like"
msgid "abort() called"
msgstr "se llamó abort()"
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "la dirección %08x no esta alineada a %d bytes"
@ -1579,10 +1441,6 @@ msgstr "los buffers deben de tener la misma longitud"
msgid "buffer slices must be of equal length"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr "buffer demasiado largo"
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1637,10 +1495,6 @@ msgstr "solo puede tener hasta 4 parámetros para ensamblador Xtensa"
msgid "can only save bytecode"
msgstr "solo puede almacenar bytecode"
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr "puede consultar solo un param"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr "no se puede agregar un método a una clase ya subclasificada"
@ -1712,14 +1566,6 @@ msgstr "no se puede hacer una operacion binaria entre '%q' y '%q'"
msgid "can't do truncated division of a complex number"
msgstr "no se puede hacer la división truncada de un número complejo"
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr "no se puede obtener AP config"
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr "no se puede obtener STA config"
#: py/compile.c
msgid "can't have multiple **x"
msgstr "no puede tener multiples *x"
@ -1749,14 +1595,6 @@ msgid "can't send non-None value to a just-started generator"
msgstr ""
"no se puede enviar un valor que no sea None a un generador recién iniciado"
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr "no se puede establecer AP config"
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr "no se puede establecer STA config"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr "no se puede asignar el atributo"
@ -1895,10 +1733,6 @@ msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta"
msgid "division by zero"
msgstr "división por cero"
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr "ya sea pos o kw args son permitidos"
#: py/objdeque.c
msgid "empty"
msgstr "vacío"
@ -1949,10 +1783,6 @@ msgstr "tupla/lista esperada"
msgid "expecting a dict for keyword args"
msgstr "esperando un diccionario para argumentos por palabra clave"
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr "esperando un pin"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "esperando una instrucción de ensamblador"
@ -1973,10 +1803,6 @@ msgstr "argumento(s) por palabra clave adicionales fueron dados"
msgid "extra positional arguments given"
msgstr "argumento posicional adicional dado"
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr "el archivo deberia ser una archivo abierto en modo byte"
@ -1993,10 +1819,6 @@ msgstr "primer argumento para super() debe ser de tipo"
msgid "firstbit must be MSB"
msgstr "firstbit debe ser MSB"
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr "la ubicación de la flash debe estar debajo de 1MByte"
#: py/objint.c
msgid "float too big"
msgstr ""
@ -2009,10 +1831,6 @@ msgstr "font debe ser 2048 bytes de largo"
msgid "format requires a dict"
msgstr "format requiere un dict"
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "la frecuencia solo puede ser 80MHz o 160MHz"
#: py/objdeque.c
msgid "full"
msgstr "lleno"
@ -2081,10 +1899,6 @@ msgstr "identificador redefinido como global"
msgid "identifier redefined as nonlocal"
msgstr "identificador redefinido como nonlocal"
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr "baudrate imposible"
#: py/objstr.c
msgid "incomplete format"
msgstr "formato incompleto"
@ -2098,7 +1912,6 @@ msgid "incorrect padding"
msgstr "relleno (padding) incorrecto"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index fuera de rango"
@ -2131,26 +1944,14 @@ msgstr "periférico I2C inválido"
msgid "invalid SPI peripheral"
msgstr "periférico SPI inválido"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr "alarma inválida"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "argumentos inválidos"
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr "longitud de buffer inválida"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "certificado inválido"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr "data bits inválidos"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "index dupterm inválido"
@ -2171,18 +1972,10 @@ msgstr "llave inválida"
msgid "invalid micropython decorator"
msgstr "decorador de micropython inválido"
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr "pin inválido"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr "stop bits inválidos"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "sintaxis inválida"
@ -2231,10 +2024,6 @@ msgstr "etiqueta '%q' no definida"
msgid "label redefined"
msgstr "etiqueta redefinida"
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr "len debe de ser múltiple de 4"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr "argumento length no permitido para este tipo"
@ -2276,11 +2065,6 @@ msgstr "profundidad máxima de recursión excedida"
msgid "memory allocation failed, allocating %u bytes"
msgstr "la asignación de memoria falló, asignando %u bytes"
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr "falló la asignación de memoria, asignando %u bytes para código nativo"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "la asignación de memoria falló, el heap está bloqueado"
@ -2389,11 +2173,6 @@ msgstr ""
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "no es un canal ADC válido: %d"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2496,10 +2275,6 @@ msgstr "los parámetros deben ser registros en secuencia de a2 a a5"
msgid "parameters must be registers in sequence r0 to r3"
msgstr "los parametros deben ser registros en secuencia del r0 al r3"
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr "pin sin capacidades IRQ"
#: shared-bindings/displayio/Bitmap.c
#, fuzzy
msgid "pixel coordinates out of bounds"
@ -2514,7 +2289,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop de un PulseIn vacío"
@ -2569,10 +2343,6 @@ msgstr "la anotación de retorno debe ser un identificador"
msgid "return expected '%q' but got '%q'"
msgstr "retorno esperado '%q' pero se obtuvo '%q'"
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr "la fila debe estar empacada y la palabra alineada"
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2589,10 +2359,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr "frecuencia de muestreo fuera de rango"
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr "scan ha fallado"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2801,10 +2567,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr "sangría no coincide con ningún nivel exterior"
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr "parámetro config desconocido"
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2825,10 +2587,6 @@ msgstr "codigo format desconocido '%c' para el typo de objeto 'float'"
msgid "unknown format code '%c' for object of type 'str'"
msgstr "codigo format desconocido '%c' para objeto de tipo 'str'"
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr "status param desconocido"
#: py/compile.c
msgid "unknown type"
msgstr "tipo desconocido"
@ -2845,6 +2603,10 @@ msgstr "No coinciden '{' en format"
msgid "unreadable attribute"
msgstr "atributo no legible"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr "tipo de %q no soportado"
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2855,10 +2617,6 @@ msgstr "instrucción de tipo Thumb no admitida '%s' con %d argumentos"
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "instrucción Xtensa '%s' con %d argumentos no soportada"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr "tipo de bitmap no soportado"
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2876,9 +2634,9 @@ msgstr "tipo de operador no soportado"
msgid "unsupported types for %q: '%s', '%s'"
msgstr "tipos no soportados para %q: '%s', '%s'"
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() ha fallado"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
@ -2910,11 +2668,190 @@ msgstr "address fuera de límites"
msgid "zero step"
msgstr "paso cero"
#~ msgid "AP required"
#~ msgstr "AP requerido"
#~ msgid "Cannot connect to AP"
#~ msgstr "No se puede conectar a AP"
#~ msgid "Cannot disconnect from AP"
#~ msgstr "No se puede desconectar de AP"
#~ msgid "Cannot set STA config"
#~ msgstr "No se puede establecer STA config"
#~ msgid "Cannot update i/f status"
#~ msgstr "No se puede actualizar i/f status"
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "No se sabe cómo pasar objeto a función nativa"
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "ESP8226 no soporta modo seguro."
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP8266 no soporta pull down."
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Error en ffi_prep_cif"
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "No se puede notificar el valor del anuncio. status: 0x%02x"
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "No se puede leer el valor del atributo. status 0x%02x"
#~ msgid "Function requires lock."
#~ msgstr "La función requiere lock"
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 no soporta pull up."
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "La frecuencia máxima del PWM es %dhz."
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "La frecuencia mínima del PWM es 1hz"
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
#~ msgstr ""
#~ "PWM de múltiples frecuencias no soportado. El PWM ya se estableció a %dhz"
#~ msgid "No PulseIn support for %q"
#~ msgstr "Sin soporte PulseIn para %q"
#~ msgid "No hardware support for analog out."
#~ msgstr "Sin soporte de hardware para analog out"
#~ msgid "Not connected."
#~ msgstr "No conectado."
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Solo formato Windows, BMP sin comprimir soportado %d"
#~ 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"
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Solo color verdadero (24 bpp o superior) BMP admitido %x"
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Solo tx soportada en UART1 (GPIO2)"
#~ msgid "PWM not supported on pin %d"
#~ msgstr "El pin %d no soporta PWM"
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Pin %q no tiene capacidades de ADC"
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pin(16) no soporta para pull"
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pines no válidos para SPI"
#~ msgid "STA must be active"
#~ msgstr "STA debe estar activo"
#~ msgid "STA required"
#~ msgstr "STA requerido"
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) no existe"
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) no puede leer"
#~ msgid "Unable to remount filesystem"
#~ msgstr "Incapaz de montar de nuevo el sistema de archivos"
#~ msgid "Unknown type"
#~ msgstr "Tipo desconocido"
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr ""
#~ "Usa esptool para borrar la flash y vuelve a cargar Python en su lugar"
#~ msgid "buffer too long"
#~ msgstr "buffer demasiado largo"
#~ msgid "can query only one param"
#~ msgstr "puede consultar solo un param"
#~ msgid "can't get AP config"
#~ msgstr "no se puede obtener AP config"
#~ msgid "can't get STA config"
#~ msgstr "no se puede obtener STA config"
#~ msgid "can't set AP config"
#~ msgstr "no se puede establecer AP config"
#~ msgid "can't set STA config"
#~ msgstr "no se puede establecer STA config"
#~ msgid "either pos or kw args are allowed"
#~ msgstr "ya sea pos o kw args son permitidos"
#~ msgid "expecting a pin"
#~ msgstr "esperando un pin"
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
#~ msgid "flash location must be below 1MByte"
#~ msgstr "la ubicación de la flash debe estar debajo de 1MByte"
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "la frecuencia solo puede ser 80MHz o 160MHz"
#~ msgid "impossible baudrate"
#~ msgstr "baudrate imposible"
#~ msgid "invalid alarm"
#~ msgstr "alarma inválida"
#~ msgid "invalid buffer length"
#~ msgstr "longitud de buffer inválida"
#~ msgid "invalid data bits"
#~ msgstr "data bits inválidos"
#~ msgid "invalid pin"
#~ msgstr "pin inválido"
#~ msgid "invalid stop bits"
#~ msgstr "stop bits inválidos"
#~ msgid "len must be multiple of 4"
#~ msgstr "len debe de ser múltiple de 4"
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr ""
#~ "falló la asignación de memoria, asignando %u bytes para código nativo"
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "no es un canal ADC válido: %d"
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "pin sin capacidades IRQ"
#~ msgid "position must be 2-tuple"
#~ msgstr "posición debe ser 2-tuple"
#~ msgid "row must be packed and word aligned"
#~ msgstr "la fila debe estar empacada y la palabra alineada"
#~ msgid "scan failed"
#~ msgstr "scan ha fallado"
#~ msgid "unknown config param"
#~ msgstr "parámetro config desconocido"
#~ msgid "unknown status param"
#~ msgstr "status param desconocido"
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() ha fallado"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
"Last-Translator: Timothy <me@timothygarcia.ca>\n"
"Language-Team: fil\n"
@ -220,10 +220,6 @@ msgstr "3-arg pow() hindi suportado"
msgid "A hardware interrupt channel is already in use"
msgstr "Isang channel ng hardware interrupt ay ginagamit na"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr "AP kailangan"
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -351,10 +347,6 @@ msgstr "buffer ay dapat bytes-like object"
msgid "Bytes must be between 0 and 255."
msgstr "Sa gitna ng 0 o 255 dapat ang bytes."
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr "C-level assert"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -376,18 +368,10 @@ msgstr "Hindi mapalitan ang pangalan sa Central mode"
msgid "Can't connect in Peripheral mode"
msgstr "Hindi maconnect sa Peripheral mode"
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr "Hindi maka connect sa AP"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr "Hindi mabura ang values"
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr "Hindi ma disconnect sa AP"
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -415,14 +399,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr "Hindi ma-remount '/' kapag aktibo ang USB."
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr "Hindi ma-reset sa bootloader dahil walang bootloader."
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr "Hindi ma-set ang STA Config"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr "Hindi ma i-set ang value kapag ang direksyon ay input."
@ -439,10 +418,6 @@ msgstr "Hindi maaaring ilipat kapag walang MOSI at MISO pin."
msgid "Cannot unambiguously get sizeof scalar"
msgstr "Hindi puedeng hindi sigurado ang get sizeof scalar"
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr "Hindi ma-update i/f status"
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr "Hindi maaring isulat kapag walang MOSI pin."
@ -535,31 +510,15 @@ msgstr ""
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr "Hindi alam ipasa ang object sa native function"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr "Drive mode ay hindi ginagamit kapag ang direksyon ay input."
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr "Walang safemode support ang ESP8266."
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr "Walang pull down support ang ESP8266."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Ginagamit na ang EXTINT channel"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr "Pagkakamali sa ffi_prep_cif"
#: extmod/modure.c
msgid "Error in regex"
msgstr "May pagkakamali sa REGEX"
@ -616,7 +575,6 @@ msgid "Failed to allocate RX buffer"
msgstr "Nabigong ilaan ang RX buffer"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -663,9 +621,9 @@ msgid "Failed to get softdevice state"
msgstr "Nabigo sa pagkuha ng softdevice state, error: 0x%08lX"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr "Hindi mabalitaan ang attribute value, status: 0x%08lX"
#, c-format
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -673,9 +631,9 @@ msgid "Failed to read CCCD value, err 0x%04x"
msgstr "Hindi mabasa ang value ng attribute, status: 0x%08lX"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read attribute value, err %0x04x"
msgstr "Hindi mabasa ang value ng attribute, status: 0x%08lX"
#, c-format
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -766,23 +724,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "Function nangangailangan ng lock"
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr "Kailangan ng lock ang function."
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr "Walang pull down support ang GPI016."
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr "Puno ang group"
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "I/O operasyon sa saradong file"
@ -823,6 +773,10 @@ msgstr "Maling argumento"
msgid "Invalid bit clock pin"
msgstr "Mali ang bit clock pin"
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Mali ang buffer size"
@ -937,11 +891,6 @@ msgstr "Hindi ma-initialize ang MISO pin."
msgid "MOSI pin init failed."
msgstr "Hindi ma-initialize ang MOSI pin."
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "Pinakamataas na PWM frequency ay %dhz."
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -959,16 +908,6 @@ msgstr "CircuitPython fatal na pagkakamali.\n"
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr "Ang delay ng startup ng mikropono ay dapat na nasa 0.0 hanggang 1.0"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr "Pinakamababang PWM frequency ay 1hz."
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr ""
"Hindi sinusuportahan ang maraming mga PWM frequency. PWM na naka-set sa %dhz."
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -982,10 +921,6 @@ msgstr "Walang DAC sa chip"
msgid "No DMA channel found"
msgstr "Walang DMA channel na mahanap"
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr "Walang PulseIn support sa %q"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Walang RX pin"
@ -998,17 +933,9 @@ msgstr "Walang TX pin"
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr "Walang default na I2C bus"
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr "Walang default SPI bus"
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
msgstr "Walang default UART bus"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Walang default na %q bus"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
@ -1018,10 +945,6 @@ msgstr "Walang libreng GCLKs"
msgid "No hardware random available"
msgstr "Walang magagamit na hardware random"
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr "Hindi supportado ng hardware ang analog out."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1040,10 +963,6 @@ msgstr "Walang file/directory"
msgid "Not connected"
msgstr "Hindi maka connect sa AP"
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr "Hindi playing"
@ -1069,10 +988,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
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/OnDiskBitmap.c
#, c-format
msgid ""
@ -1085,10 +1000,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Tanging suportado ang TX sa UART1 (GPIO2)."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr "Oversample ay dapat multiple ng 8."
@ -1104,32 +1015,15 @@ msgid ""
msgstr ""
"PWM frequency hindi writable kapag variable_frequency ay False sa pag buo."
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr "Walang PWM support sa pin %d"
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Walang pahintulot"
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr "Walang kakayahang ADC ang pin %q"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Ang pin ay walang kakayahan sa ADC"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr "Walang pull support ang Pin(16)"
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr "Mali ang pins para sa SPI"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1148,11 +1042,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr "Pull hindi ginagamit kapag ang direksyon ay output."
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "RTC calibration ay hindi supportado ng board na ito"
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr "Hindi supportado ang RTC sa board na ito"
@ -1194,14 +1088,6 @@ msgstr "Tumatakbo sa safe mode! Hindi tumatakbo ang nai-save na code.\n"
msgid "SDA or SCL needs a pull up"
msgstr "Kailangan ng pull up resistors ang SDA o SCL"
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr "Dapat aktibo ang STA"
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr "STA kailangan"
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr "Sample rate ay dapat positibo"
@ -1327,15 +1213,6 @@ msgstr "Traceback (pinakahuling huling tawag): \n"
msgid "Tuple or struct_time argument required"
msgstr "Tuple o struct_time argument kailangan"
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr "Walang UART(%d)"
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr "Hindi mabasa ang UART(1)"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr "Busy ang USB"
@ -1374,10 +1251,6 @@ msgstr "Hindi ma-init ang parser"
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr "Hindi ma-remount ang filesystem"
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr "Hindi ma i-sulat sa NVM."
@ -1387,10 +1260,6 @@ msgstr "Hindi ma i-sulat sa NVM."
msgid "Unexpected nrfx uuid type"
msgstr "hindi inaasahang indent"
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr "Hindi alam ang type"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1417,11 +1286,6 @@ msgstr "Hindi sinusuportahang operasyon"
msgid "Unsupported pull value."
msgstr "Hindi suportado ang pull value."
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr ""
"Gamitin ang esptool upang burahin ang flash at muling i-upload ang Python"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
@ -1461,11 +1325,6 @@ msgstr "Ikaw ay tumatakbo sa safe mode dahil may masamang nangyari.\n"
msgid "You requested starting safe mode by "
msgstr "Ikaw ang humiling sa safe mode sa pamamagitan ng "
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr "[addrinfo error %d]"
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init __ () dapat magbalik na None"
@ -1487,7 +1346,7 @@ msgstr "a bytes-like object ay kailangan"
msgid "abort() called"
msgstr "abort() tinawag"
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "address %08x ay hindi pantay sa %d bytes"
@ -1582,10 +1441,6 @@ msgstr "aarehas na haba dapat ang buffer slices"
msgid "buffer slices must be of equal length"
msgstr "aarehas na haba dapat ang buffer slices"
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr "masyadong mahaba ng buffer"
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1640,10 +1495,6 @@ msgstr "maaari lamang magkaroon ng hanggang 4 na parameter sa Xtensa assembly"
msgid "can only save bytecode"
msgstr "maaring i-save lamang ang bytecode"
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr "maaaring i-query lamang ang isang param"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1717,14 +1568,6 @@ msgid "can't do truncated division of a complex number"
msgstr ""
"hindi maaaring gawin ang truncated division ng isang kumplikadong numero"
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr "hindi makuha ang AP config"
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr "hindi makuha ang STA config"
#: py/compile.c
msgid "can't have multiple **x"
msgstr "hindi puede ang maraming **x"
@ -1753,14 +1596,6 @@ msgstr "hindi mapadala ang send throw sa isang kaka umpisang generator"
msgid "can't send non-None value to a just-started generator"
msgstr "hindi mapadala ang non-None value sa isang kaka umpisang generator"
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr "hindi makuha ang AP config"
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr "hindi makuha ang STA config"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr "hindi ma i-set ang attribute"
@ -1901,10 +1736,6 @@ msgstr "may mali sa haba ng dict update sequence"
msgid "division by zero"
msgstr "dibisyon ng zero"
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr "pos o kw args ang pinahihintulutan"
#: py/objdeque.c
msgid "empty"
msgstr "walang laman"
@ -1955,10 +1786,6 @@ msgstr "umaasa ng tuple/list"
msgid "expecting a dict for keyword args"
msgstr "umaasa ng dict para sa keyword args"
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr "umaasa ng isang pin"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "umaasa ng assembler instruction"
@ -1979,10 +1806,6 @@ msgstr "dagdag na keyword argument na ibinigay"
msgid "extra positional arguments given"
msgstr "dagdag na positional argument na ibinigay"
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr "file ay dapat buksan sa byte mode"
@ -1999,10 +1822,6 @@ msgstr "unang argument ng super() ay dapat type"
msgid "firstbit must be MSB"
msgstr "firstbit ay dapat MSB"
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr "dapat na mas mababa sa 1MB ang lokasyon ng flash"
#: py/objint.c
msgid "float too big"
msgstr "masyadong malaki ang float"
@ -2015,10 +1834,6 @@ msgstr "font ay dapat 2048 bytes ang haba"
msgid "format requires a dict"
msgstr "kailangan ng format ng dict"
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "ang frequency ay dapat 80Mhz or 160MHz lamang"
#: py/objdeque.c
msgid "full"
msgstr "puno"
@ -2088,10 +1903,6 @@ msgstr "identifier ginawang global"
msgid "identifier redefined as nonlocal"
msgstr "identifier ginawang nonlocal"
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr "impossibleng baudrate"
#: py/objstr.c
msgid "incomplete format"
msgstr "hindi kumpleto ang format"
@ -2105,7 +1916,6 @@ msgid "incorrect padding"
msgstr "mali ang padding"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index wala sa sakop"
@ -2138,26 +1948,14 @@ msgstr "maling I2C peripheral"
msgid "invalid SPI peripheral"
msgstr "hindi wastong SPI peripheral"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr "mali ang alarm"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "mali ang mga argumento"
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr "mali ang buffer length"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "mali ang cert"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr "mali ang data bits"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "mali ang dupterm index"
@ -2178,18 +1976,10 @@ msgstr "mali ang key"
msgid "invalid micropython decorator"
msgstr "mali ang micropython decorator"
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr "mali ang pin"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "mali ang step"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr "mali ang stop bits"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "mali ang sintaks"
@ -2239,10 +2029,6 @@ msgstr "label '%d' kailangan na i-define"
msgid "label redefined"
msgstr "ang label ay na-define ulit"
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr "len ay dapat multiple ng 4"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr "length argument ay walang pahintulot sa ganitong type"
@ -2284,12 +2070,6 @@ msgstr "lumagpas ang maximum recursion depth"
msgid "memory allocation failed, allocating %u bytes"
msgstr "nabigo ang paglalaan ng memorya, paglalaan ng %u bytes"
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
"nabigo ang paglalaan ng memorya, naglalaan ng %u bytes para sa native code"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "abigo ang paglalaan ng memorya, ang heap ay naka-lock"
@ -2396,11 +2176,6 @@ msgstr "non-keyword arg sa huli ng keyword arg"
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "hindi tamang ADC Channel: %d"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr "hindi lahat ng arguments na i-convert habang string formatting"
@ -2502,10 +2277,6 @@ msgstr "ang mga parameter ay dapat na nagrerehistro sa sequence a2 hanggang a5"
msgid "parameters must be registers in sequence r0 to r3"
msgstr "ang mga parameter ay dapat na nagrerehistro sa sequence r0 hanggang r3"
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr "walang IRQ capabilities ang pin"
#: shared-bindings/displayio/Bitmap.c
#, fuzzy
msgid "pixel coordinates out of bounds"
@ -2520,7 +2291,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader ay dapat displayio.Palette o displayio.ColorConverter"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop mula sa walang laman na PulseIn"
@ -2575,10 +2345,6 @@ msgstr "return annotation ay dapat na identifier"
msgid "return expected '%q' but got '%q'"
msgstr "return umasa ng '%q' pero ang nakuha ay %q"
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr "row ay dapat packed at ang word nakahanay"
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr "rsplit(None,n)"
@ -2595,10 +2361,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr "pagpili ng rate wala sa sakop"
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr "nabigo ang pag-scan"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr "puno na ang schedule stack"
@ -2807,10 +2569,6 @@ msgstr "unicode name escapes"
msgid "unindent does not match any outer indentation level"
msgstr "unindent hindi tugma sa indentation level sa labas"
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr "hindi alam na config param"
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2831,10 +2589,6 @@ msgstr "hindi alam ang format code '%c' sa object na ang type ay 'float'"
msgid "unknown format code '%c' for object of type 'str'"
msgstr "hindi alam ang format ng code na '%c' para sa object ng type ay 'str'"
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr "hindi alam na status param"
#: py/compile.c
msgid "unknown type"
msgstr "hindi malaman ang type (unknown type)"
@ -2851,6 +2605,10 @@ msgstr "hindi tugma ang '{' sa format"
msgid "unreadable attribute"
msgstr "hindi mabasa ang attribute"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr "Hindi supportadong tipo ng %q"
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2861,10 +2619,6 @@ msgstr "hindi sinusuportahan ang thumb instruktion '%s' sa %d argumento"
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "hindi sinusuportahan ang instruction ng Xtensa '%s' sa %d argumento"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr "Hindi supportadong tipo ng bitmap"
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2882,9 +2636,9 @@ msgstr "hindi sinusuportahang type para sa operator"
msgid "unsupported types for %q: '%s', '%s'"
msgstr "hindi sinusuportahang type para sa %q: '%s', '%s'"
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
msgstr "nabigo ang wifi_set_ip_info()"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
@ -2916,11 +2670,194 @@ msgstr "wala sa sakop ang address"
msgid "zero step"
msgstr "zero step"
#~ msgid "AP required"
#~ msgstr "AP kailangan"
#~ msgid "C-level assert"
#~ msgstr "C-level assert"
#~ msgid "Cannot connect to AP"
#~ msgstr "Hindi maka connect sa AP"
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Hindi ma disconnect sa AP"
#~ msgid "Cannot set STA config"
#~ msgstr "Hindi ma-set ang STA Config"
#~ msgid "Cannot update i/f status"
#~ msgstr "Hindi ma-update i/f status"
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "Hindi alam ipasa ang object sa native function"
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "Walang safemode support ang ESP8266."
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "Walang pull down support ang ESP8266."
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Pagkakamali sa ffi_prep_cif"
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Hindi mabalitaan ang attribute value, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Hindi mabasa ang value ng attribute, status: 0x%08lX"
#~ msgid "Function requires lock."
#~ msgstr "Kailangan ng lock ang function."
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "Walang pull down support ang GPI016."
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "Pinakamataas na PWM frequency ay %dhz."
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "Pinakamababang PWM frequency ay 1hz."
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
#~ msgstr ""
#~ "Hindi sinusuportahan ang maraming mga PWM frequency. PWM na naka-set sa "
#~ "%dhz."
#~ msgid "No PulseIn support for %q"
#~ msgstr "Walang PulseIn support sa %q"
#~ msgid "No hardware support for analog out."
#~ msgstr "Hindi supportado ng hardware ang analog out."
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Tanging Windows format, uncompressed BMP lamang ang supportado %d"
#~ 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"
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Dapat true color (24 bpp o mas mataas) BMP lamang ang supportado %x"
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Tanging suportado ang TX sa UART1 (GPIO2)."
#~ msgid "PWM not supported on pin %d"
#~ msgstr "Walang PWM support sa pin %d"
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Walang kakayahang ADC ang pin %q"
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Walang pull support ang Pin(16)"
#~ msgid "Pins not valid for SPI"
#~ msgstr "Mali ang pins para sa SPI"
#~ msgid "STA must be active"
#~ msgstr "Dapat aktibo ang STA"
#~ msgid "STA required"
#~ msgstr "STA kailangan"
#~ msgid "UART(%d) does not exist"
#~ msgstr "Walang UART(%d)"
#~ msgid "UART(1) can't read"
#~ msgstr "Hindi mabasa ang UART(1)"
#~ msgid "Unable to remount filesystem"
#~ msgstr "Hindi ma-remount ang filesystem"
#~ msgid "Unknown type"
#~ msgstr "Hindi alam ang type"
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr ""
#~ "Gamitin ang esptool upang burahin ang flash at muling i-upload ang Python"
#~ msgid "[addrinfo error %d]"
#~ msgstr "[addrinfo error %d]"
#~ msgid "buffer too long"
#~ msgstr "masyadong mahaba ng buffer"
#~ msgid "can query only one param"
#~ msgstr "maaaring i-query lamang ang isang param"
#~ msgid "can't get AP config"
#~ msgstr "hindi makuha ang AP config"
#~ msgid "can't get STA config"
#~ msgstr "hindi makuha ang STA config"
#~ msgid "can't set AP config"
#~ msgstr "hindi makuha ang AP config"
#~ msgid "can't set STA config"
#~ msgstr "hindi makuha ang STA config"
#~ msgid "either pos or kw args are allowed"
#~ msgstr "pos o kw args ang pinahihintulutan"
#~ msgid "expecting a pin"
#~ msgstr "umaasa ng isang pin"
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
#~ msgid "flash location must be below 1MByte"
#~ msgstr "dapat na mas mababa sa 1MB ang lokasyon ng flash"
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "ang frequency ay dapat 80Mhz or 160MHz lamang"
#~ msgid "impossible baudrate"
#~ msgstr "impossibleng baudrate"
#~ msgid "invalid alarm"
#~ msgstr "mali ang alarm"
#~ msgid "invalid buffer length"
#~ msgstr "mali ang buffer length"
#~ msgid "invalid data bits"
#~ msgstr "mali ang data bits"
#~ msgid "invalid pin"
#~ msgstr "mali ang pin"
#~ msgid "invalid stop bits"
#~ msgstr "mali ang stop bits"
#~ msgid "len must be multiple of 4"
#~ msgstr "len ay dapat multiple ng 4"
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr ""
#~ "nabigo ang paglalaan ng memorya, naglalaan ng %u bytes para sa native code"
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "hindi tamang ADC Channel: %d"
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "walang IRQ capabilities ang pin"
#~ msgid "position must be 2-tuple"
#~ msgstr "position ay dapat 2-tuple"
#~ msgid "row must be packed and word aligned"
#~ msgstr "row ay dapat packed at ang word nakahanay"
#~ msgid "scan failed"
#~ msgstr "nabigo ang pag-scan"
#~ msgid "unknown config param"
#~ msgstr "hindi alam na config param"
#~ msgid "unknown status param"
#~ msgstr "hindi alam na status param"
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "nabigo ang wifi_set_ip_info()"

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
"Language-Team: \n"
@ -219,10 +219,6 @@ msgstr "pow() con tre argmomenti non supportata"
msgid "A hardware interrupt channel is already in use"
msgstr "Un canale di interrupt hardware è già in uso"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr "AP richiesto"
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -351,10 +347,6 @@ msgstr "i buffer devono essere della stessa lunghezza"
msgid "Bytes must be between 0 and 255."
msgstr "I byte devono essere compresi tra 0 e 255"
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr "assert a livello C"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -376,18 +368,10 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr "Impossible connettersi all'AP"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr "Impossibile cancellare valori"
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr "Impossible disconnettersi all'AP"
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -415,15 +399,10 @@ msgid "Cannot remount '/' when USB is active."
msgstr "Non è possibile rimontare '/' mentre l'USB è attiva."
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
"Impossibile resettare nel bootloader poiché nessun bootloader è presente."
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr "Impossibile impostare la configurazione della STA"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
@ -440,10 +419,6 @@ msgstr "Impossibile trasferire senza i pin MOSI e MISO."
msgid "Cannot unambiguously get sizeof scalar"
msgstr "Impossibile ricavare la grandezza scalare di sizeof inequivocabilmente"
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr "Impossibile aggiornare status di i/f"
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr "Impossibile scrivere senza pin MOSI."
@ -535,31 +510,15 @@ msgstr "La capacità di destinazione è più piccola di destination_length."
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr "Non so come passare l'oggetto alla funzione nativa"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr ""
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr "ESP8266 non supporta la modalità sicura."
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr "ESP8266 non supporta pull-down"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Canale EXTINT già in uso"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr "Errore in ffi_prep_cif"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Errore nella regex"
@ -616,7 +575,6 @@ msgid "Failed to allocate RX buffer"
msgstr "Impossibile allocare buffer RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -662,9 +620,9 @@ msgid "Failed to get softdevice state"
msgstr "Impossibile fermare advertisement. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr "Impossibile notificare valore dell'attributo. status: 0x%02x"
#, c-format
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -672,9 +630,9 @@ msgid "Failed to read CCCD value, err 0x%04x"
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read attribute value, err %0x04x"
msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
#, c-format
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -765,23 +723,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 non supporta pull-up"
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr "Gruppo pieno"
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "operazione I/O su file chiuso"
@ -822,6 +772,10 @@ msgstr "Argomento non valido"
msgid "Invalid bit clock pin"
msgstr "Pin del clock di bit non valido"
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
#, fuzzy
msgid "Invalid buffer size"
@ -935,11 +889,6 @@ msgstr "inizializzazione del pin MISO fallita."
msgid "MOSI pin init failed."
msgstr "inizializzazione del pin MOSI fallita."
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "Frequenza massima su PWM è %dhz"
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -958,15 +907,6 @@ msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
"Il ritardo di avvio del microfono deve essere nell'intervallo tra 0.0 e 1.0"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr "Frequenza minima su PWM è 1hz"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr "Frequenze PWM multiple non supportate. PWM già impostato a %shz."
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -980,10 +920,6 @@ msgstr "Nessun DAC sul chip"
msgid "No DMA channel found"
msgstr "Nessun canale DMA trovato"
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr "Nessun supporto per PulseIn per %q"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Nessun pin RX"
@ -996,17 +932,9 @@ msgstr "Nessun pin TX"
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr "Nessun bus I2C predefinito"
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr "Nessun bus SPI predefinito"
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
msgstr "Nessun bus UART predefinito"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Nessun bus %q predefinito"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
@ -1016,10 +944,6 @@ msgstr "Nessun GCLK libero"
msgid "No hardware random available"
msgstr "Nessun generatore hardware di numeri casuali disponibile"
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr "Nessun supporto hardware per l'uscita analogica."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1038,10 +962,6 @@ msgstr "Nessun file/directory esistente"
msgid "Not connected"
msgstr "Impossible connettersi all'AP"
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr "In pausa"
@ -1068,10 +988,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
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/OnDiskBitmap.c
#, c-format
msgid ""
@ -1084,10 +1000,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr "solo slice con step=1 (aka None) sono supportate"
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Solo tx supportato su UART1 (GPIO2)."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr "L'oversampling deve essere multiplo di 8."
@ -1107,32 +1019,15 @@ msgstr ""
"frequenza PWM frequency non è scrivibile quando variable_frequency è "
"impostato nel costruttore a False."
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr "PWM non è supportato sul pin %d"
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Permesso negato"
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr "Il pin %q non ha capacità ADC"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Il pin non ha capacità di ADC"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr "Pin(16) non supporta pull"
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr "Pin non validi per SPI"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1151,11 +1046,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "calibrazione RTC non supportata su questa scheda"
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr "RTC non supportato su questa scheda"
@ -1197,14 +1092,6 @@ msgstr "Modalità sicura in esecuzione! Codice salvato non in esecuzione.\n"
msgid "SDA or SCL needs a pull up"
msgstr "SDA o SCL necessitano un pull-up"
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr "STA deve essere attiva"
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr "STA richiesta"
#: shared-bindings/audioio/Mixer.c
#, fuzzy
msgid "Sample rate must be positive"
@ -1325,15 +1212,6 @@ msgstr "Traceback (chiamata più recente per ultima):\n"
msgid "Tuple or struct_time argument required"
msgstr "Tupla o struct_time richiesto come argomento"
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr "UART(%d) non esistente"
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr "UART(1) non leggibile"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr "USB occupata"
@ -1372,10 +1250,6 @@ msgstr "Inizilizzazione del parser non possibile"
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr "Imposssibile rimontare il filesystem"
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr "Imposibile scrivere su nvm."
@ -1385,10 +1259,6 @@ msgstr "Imposibile scrivere su nvm."
msgid "Unexpected nrfx uuid type"
msgstr "indentazione inaspettata"
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr "Tipo sconosciuto"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1415,10 +1285,6 @@ msgstr "Operazione non supportata"
msgid "Unsupported pull value."
msgstr "Valore di pull non supportato."
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr "Usa esptool per cancellare la flash e ricaricare Python invece"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr "Le funzioni Viper non supportano più di 4 argomenti al momento"
@ -1453,11 +1319,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr "È stato richiesto l'avvio in modalità sicura da "
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr "[errore addrinfo %d]"
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init__() deve ritornare None"
@ -1479,7 +1340,7 @@ msgstr "un oggetto byte-like è richiesto"
msgid "abort() called"
msgstr "abort() chiamato"
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "l'indirizzo %08x non è allineato a %d bytes"
@ -1576,10 +1437,6 @@ msgstr "slice del buffer devono essere della stessa lunghezza"
msgid "buffer slices must be of equal length"
msgstr "slice del buffer devono essere della stessa lunghezza"
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr "buffer troppo lungo"
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1635,10 +1492,6 @@ msgstr "sono disponibili fino a 4 parametri per il Xtensa assembly"
msgid "can only save bytecode"
msgstr "È possibile salvare solo bytecode"
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr "è possibile interrogare solo un parametro"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1710,14 +1563,6 @@ msgstr "impossibile eseguire operazione binaria tra '%q' e '%q'"
msgid "can't do truncated division of a complex number"
msgstr "impossibile fare il modulo di un numero complesso"
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr "impossibile recuperare le configurazioni dell'AP"
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr "impossibile recuperare la configurazione della STA"
#: py/compile.c
msgid "can't have multiple **x"
msgstr "impossibile usare **x multipli"
@ -1746,14 +1591,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr "impossibile impostare le configurazioni dell'AP"
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr "impossibile impostare le configurazioni della STA"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr "impossibile impostare attributo"
@ -1891,10 +1728,6 @@ msgstr "sequanza di aggiornamento del dizionario ha la lunghezza errata"
msgid "division by zero"
msgstr "divisione per zero"
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr "sono permesse solo gli argomenti pos o kw"
#: py/objdeque.c
msgid "empty"
msgstr "vuoto"
@ -1945,10 +1778,6 @@ msgstr "lista/tupla prevista"
msgid "expecting a dict for keyword args"
msgstr "argomenti nominati necessitano un dizionario"
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr "pin atteso"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "istruzione assembler attesa"
@ -1969,10 +1798,6 @@ msgstr "argomento nominato aggiuntivo fornito"
msgid "extra positional arguments given"
msgstr "argomenti posizonali extra dati"
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@ -1989,10 +1814,6 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr "il primo bit deve essere il più significativo (MSB)"
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr "Locazione della flash deve essere inferiore a 1mb"
#: py/objint.c
msgid "float too big"
msgstr "float troppo grande"
@ -2005,10 +1826,6 @@ msgstr "il font deve essere lungo 2048 byte"
msgid "format requires a dict"
msgstr "la formattazione richiede un dict"
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "la frequenza può essere o 80Mhz o 160Mhz"
#: py/objdeque.c
msgid "full"
msgstr "pieno"
@ -2078,10 +1895,6 @@ msgstr "identificatore ridefinito come globale"
msgid "identifier redefined as nonlocal"
msgstr "identificatore ridefinito come nonlocal"
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr "baudrate impossibile"
#: py/objstr.c
msgid "incomplete format"
msgstr "formato incompleto"
@ -2095,7 +1908,6 @@ msgid "incorrect padding"
msgstr "padding incorretto"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "indice fuori intervallo"
@ -2128,26 +1940,14 @@ msgstr "periferica I2C invalida"
msgid "invalid SPI peripheral"
msgstr "periferica SPI invalida"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr "alarm non valido"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "argomenti non validi"
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr "lunghezza del buffer non valida"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "certificato non valido"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr "bit dati invalidi"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "indice dupterm non valido"
@ -2168,18 +1968,10 @@ msgstr "chiave non valida"
msgid "invalid micropython decorator"
msgstr "decoratore non valido in micropython"
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr "pin non valido"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "step non valida"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr "bit di stop invalidi"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "sintassi non valida"
@ -2230,10 +2022,6 @@ msgstr "etichetta '%q' non definita"
msgid "label redefined"
msgstr "etichetta ridefinita"
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr "len deve essere multiplo di 4"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
@ -2275,12 +2063,6 @@ msgstr "profondità massima di ricorsione superata"
msgid "memory allocation failed, allocating %u bytes"
msgstr "allocazione di memoria fallita, allocando %u byte"
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr ""
"allocazione di memoria fallita, allocazione di %d byte per codice nativo"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "allocazione di memoria fallita, l'heap è bloccato"
@ -2388,11 +2170,6 @@ msgstr "argomento non nominato seguito da argomento nominato"
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "canale ADC non valido: %d"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2498,10 +2275,6 @@ msgstr "parametri devono essere i registri in sequenza da a2 a a5"
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parametri devono essere i registri in sequenza da a2 a a5"
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr "il pin non implementa IRQ"
#: shared-bindings/displayio/Bitmap.c
#, fuzzy
msgid "pixel coordinates out of bounds"
@ -2516,7 +2289,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader deve essere displayio.Palette o displayio.ColorConverter"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop sun un PulseIn vuoto"
@ -2571,10 +2343,6 @@ msgstr ""
msgid "return expected '%q' but got '%q'"
msgstr "return aspettava '%q' ma ha ottenuto '%q'"
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr "la riga deve essere compattata e allineata alla parola"
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2591,10 +2359,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr "frequenza di campionamento fuori intervallo"
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr "scansione fallita"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2803,10 +2567,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr "parametro di configurazione sconosciuto"
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2827,10 +2587,6 @@ msgstr "codice di formattazione '%c' sconosciuto per oggetto di tipo 'float'"
msgid "unknown format code '%c' for object of type 'str'"
msgstr "codice di formattazione '%c' sconosciuto per oggetto di tipo 'str'"
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr "prametro di stato sconosciuto"
#: py/compile.c
msgid "unknown type"
msgstr "tipo sconosciuto"
@ -2847,6 +2603,10 @@ msgstr "'{' spaiato nella stringa di formattazione"
msgid "unreadable attribute"
msgstr "attributo non leggibile"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr "tipo di %q non supportato"
#: py/emitinlinethumb.c
#, fuzzy, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2857,10 +2617,6 @@ msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr "tipo di bitmap non supportato"
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2878,9 +2634,9 @@ msgstr "tipo non supportato per l'operando"
msgid "unsupported types for %q: '%s', '%s'"
msgstr "tipi non supportati per %q: '%s', '%s'"
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() faillito"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
@ -2912,11 +2668,188 @@ msgstr "indirizzo fuori limite"
msgid "zero step"
msgstr "zero step"
#~ msgid "AP required"
#~ msgstr "AP richiesto"
#~ msgid "C-level assert"
#~ msgstr "assert a livello C"
#~ msgid "Cannot connect to AP"
#~ msgstr "Impossible connettersi all'AP"
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Impossible disconnettersi all'AP"
#~ msgid "Cannot set STA config"
#~ msgstr "Impossibile impostare la configurazione della STA"
#~ msgid "Cannot update i/f status"
#~ msgstr "Impossibile aggiornare status di i/f"
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "Non so come passare l'oggetto alla funzione nativa"
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "ESP8266 non supporta la modalità sicura."
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP8266 non supporta pull-down"
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Errore in ffi_prep_cif"
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Impossibile notificare valore dell'attributo. status: 0x%02x"
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Impossibile leggere valore dell'attributo. status: 0x%02x"
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 non supporta pull-up"
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "Frequenza massima su PWM è %dhz"
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "Frequenza minima su PWM è 1hz"
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
#~ msgstr "Frequenze PWM multiple non supportate. PWM già impostato a %shz."
#~ msgid "No PulseIn support for %q"
#~ msgstr "Nessun supporto per PulseIn per %q"
#~ msgid "No hardware support for analog out."
#~ msgstr "Nessun supporto hardware per l'uscita analogica."
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Formato solo di Windows, BMP non compresso supportato %d"
#~ msgid "Only bit maps of 8 bit color or less are supported"
#~ msgstr "Sono supportate solo bitmap con colori a 8 bit o meno"
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Solo BMP true color (24 bpp o superiore) sono supportati %x"
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Solo tx supportato su UART1 (GPIO2)."
#~ msgid "PWM not supported on pin %d"
#~ msgstr "PWM non è supportato sul pin %d"
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Il pin %q non ha capacità ADC"
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pin(16) non supporta pull"
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pin non validi per SPI"
#~ msgid "STA must be active"
#~ msgstr "STA deve essere attiva"
#~ msgid "STA required"
#~ msgstr "STA richiesta"
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) non esistente"
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) non leggibile"
#~ msgid "Unable to remount filesystem"
#~ msgstr "Imposssibile rimontare il filesystem"
#~ msgid "Unknown type"
#~ msgstr "Tipo sconosciuto"
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr "Usa esptool per cancellare la flash e ricaricare Python invece"
#~ msgid "[addrinfo error %d]"
#~ msgstr "[errore addrinfo %d]"
#~ msgid "buffer too long"
#~ msgstr "buffer troppo lungo"
#~ msgid "can query only one param"
#~ msgstr "è possibile interrogare solo un parametro"
#~ msgid "can't get AP config"
#~ msgstr "impossibile recuperare le configurazioni dell'AP"
#~ msgid "can't get STA config"
#~ msgstr "impossibile recuperare la configurazione della STA"
#~ msgid "can't set AP config"
#~ msgstr "impossibile impostare le configurazioni dell'AP"
#~ msgid "can't set STA config"
#~ msgstr "impossibile impostare le configurazioni della STA"
#~ msgid "either pos or kw args are allowed"
#~ msgstr "sono permesse solo gli argomenti pos o kw"
#~ msgid "expecting a pin"
#~ msgstr "pin atteso"
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
#~ msgid "flash location must be below 1MByte"
#~ msgstr "Locazione della flash deve essere inferiore a 1mb"
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "la frequenza può essere o 80Mhz o 160Mhz"
#~ msgid "impossible baudrate"
#~ msgstr "baudrate impossibile"
#~ msgid "invalid alarm"
#~ msgstr "alarm non valido"
#~ msgid "invalid buffer length"
#~ msgstr "lunghezza del buffer non valida"
#~ msgid "invalid data bits"
#~ msgstr "bit dati invalidi"
#~ msgid "invalid pin"
#~ msgstr "pin non valido"
#~ msgid "invalid stop bits"
#~ msgstr "bit di stop invalidi"
#~ msgid "len must be multiple of 4"
#~ msgstr "len deve essere multiplo di 4"
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr ""
#~ "allocazione di memoria fallita, allocazione di %d byte per codice nativo"
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "canale ADC non valido: %d"
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "il pin non implementa IRQ"
#~ msgid "position must be 2-tuple"
#~ msgstr "position deve essere una 2-tuple"
#~ msgid "row must be packed and word aligned"
#~ msgstr "la riga deve essere compattata e allineata alla parola"
#~ msgid "scan failed"
#~ msgstr "scansione fallita"
#~ msgid "unknown config param"
#~ msgstr "parametro di configurazione sconosciuto"
#~ msgid "unknown status param"
#~ msgstr "prametro di stato sconosciuto"
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() faillito"

2623
locale/pl.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-19 18:37-0700\n"
"POT-Creation-Date: 2019-04-12 13:44-0700\n"
"PO-Revision-Date: 2018-10-02 21:14-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -219,10 +219,6 @@ msgstr ""
msgid "A hardware interrupt channel is already in use"
msgstr "Um canal de interrupção de hardware já está em uso"
#: ports/esp8266/modnetwork.c
msgid "AP required"
msgstr "AP requerido"
#: shared-bindings/bleio/Address.c
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
@ -348,10 +344,6 @@ msgstr "buffers devem ser o mesmo tamanho"
msgid "Bytes must be between 0 and 255."
msgstr "Os bytes devem estar entre 0 e 255."
#: ports/esp8266/esp_mphal.c
msgid "C-level assert"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Can not use dotstar with %s"
@ -373,18 +365,10 @@ msgstr ""
msgid "Can't connect in Peripheral mode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot connect to AP"
msgstr "Não é possível conectar-se ao AP"
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
msgid "Cannot delete values"
msgstr "Não é possível excluir valores"
#: ports/esp8266/modnetwork.c
msgid "Cannot disconnect from AP"
msgstr "Não é possível desconectar do AP"
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
@ -412,14 +396,9 @@ msgid "Cannot remount '/' when USB is active."
msgstr "Não é possível remontar '/' enquanto o USB estiver ativo."
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot set STA config"
msgstr "Não é possível definir a configuração STA"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Cannot set value when direction is input."
msgstr ""
@ -436,10 +415,6 @@ msgstr "Não é possível transferir sem os pinos MOSI e MISO."
msgid "Cannot unambiguously get sizeof scalar"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "Cannot update i/f status"
msgstr "Não é possível atualizar o status i/f"
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr "Não é possível ler sem um pino MOSI"
@ -530,31 +505,15 @@ msgstr ""
msgid "Display rotation must be in 90 degree increments"
msgstr ""
#: ports/unix/modffi.c
msgid "Don't know how to pass object to native function"
msgstr "Não sabe como passar o objeto para a função nativa"
#: shared-bindings/digitalio/DigitalInOut.c
msgid "Drive mode not used when direction is input."
msgstr ""
#: ports/esp8266/common-hal/microcontroller/__init__.c
msgid "ESP8226 does not support safe mode."
msgstr "O ESP8226 não suporta o modo de segurança."
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "ESP8266 does not support pull down."
msgstr "ESP8266 não suporta pull down."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Canal EXTINT em uso"
#: ports/unix/modffi.c
msgid "Error in ffi_prep_cif"
msgstr "Erro no ffi_prep_cif"
#: extmod/modure.c
msgid "Error in regex"
msgstr "Erro no regex"
@ -611,7 +570,6 @@ msgid "Failed to allocate RX buffer"
msgstr "Falha ao alocar buffer RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
@ -655,9 +613,9 @@ msgid "Failed to get softdevice state"
msgstr "Não pode parar propaganda. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr "Não é possível gravar o valor do atributo. status: 0x%02x"
#, c-format
msgid "Failed to notify or indicate attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -665,9 +623,9 @@ msgid "Failed to read CCCD value, err 0x%04x"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
msgid "Failed to read attribute value, err %0x04x"
msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#, c-format
msgid "Failed to read attribute value, err 0x%04x"
msgstr ""
#: ports/nrf/common-hal/bleio/Characteristic.c
#, fuzzy, c-format
@ -758,23 +716,15 @@ msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""
#: shared-bindings/busio/I2C.c
msgid "Function requires lock."
msgstr ""
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 não suporta pull up."
#: shared-module/displayio/Group.c
msgid "Group full"
msgstr "Grupo cheio"
#: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "Operação I/O no arquivo fechado"
@ -813,6 +763,10 @@ msgstr "Argumento inválido"
msgid "Invalid bit clock pin"
msgstr "Pino de bit clock inválido"
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c
#, fuzzy
msgid "Invalid buffer size"
@ -926,11 +880,6 @@ msgstr "Inicialização do pino MISO falhou"
msgid "MOSI pin init failed."
msgstr "Inicialização do pino MOSI falhou."
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "A frequência máxima PWM é de %dhz."
#: shared-module/displayio/Shape.c
#, c-format
msgid "Maximum x value when mirrored is %d"
@ -948,15 +897,6 @@ msgstr ""
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c
msgid "Minimum PWM frequency is 1hz."
msgstr "A frequência mínima PWM é de 1hz"
#: ports/esp8266/common-hal/pulseio/PWMOut.c
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr "Múltiplas frequências PWM não suportadas. PWM já definido para %dhz."
#: shared-bindings/displayio/Display.c
msgid "Must be a Group subclass."
msgstr ""
@ -970,10 +910,6 @@ msgstr "Nenhum DAC no chip"
msgid "No DMA channel found"
msgstr "Nenhum canal DMA encontrado"
#: ports/esp8266/common-hal/pulseio/PulseIn.c
msgid "No PulseIn support for %q"
msgstr "Não há suporte para PulseIn no pino %q"
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Nenhum pino RX"
@ -986,17 +922,9 @@ msgstr "Nenhum pino TX"
msgid "No available clocks"
msgstr ""
#: supervisor/shared/board_busses.c
msgid "No default I2C bus"
msgstr "Nenhum barramento I2C padrão"
#: supervisor/shared/board_busses.c
msgid "No default SPI bus"
msgstr "Nenhum barramento SPI padrão"
#: supervisor/shared/board_busses.c
msgid "No default UART bus"
msgstr "Nenhum barramento UART padrão"
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Nenhum barramento %q padrão"
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
@ -1006,10 +934,6 @@ msgstr "Não há GCLKs livre"
msgid "No hardware random available"
msgstr ""
#: ports/esp8266/common-hal/analogio/AnalogOut.c
msgid "No hardware support for analog out."
msgstr "Nenhum suporte de hardware para saída analógica."
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
@ -1028,10 +952,6 @@ msgstr ""
msgid "Not connected"
msgstr "Não é possível conectar-se ao AP"
#: shared-bindings/bleio/CharacteristicBuffer.c
msgid "Not connected."
msgstr ""
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
msgid "Not playing"
msgstr ""
@ -1057,10 +977,6 @@ msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
#: shared-module/displayio/Bitmap.c
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/OnDiskBitmap.c
#, c-format
msgid ""
@ -1072,10 +988,6 @@ msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
msgstr ""
#: ports/esp8266/common-hal/busio/UART.c
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Apenas TX suportado no UART1 (GPIO2)."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr ""
@ -1090,32 +1002,15 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
#, c-format
msgid "PWM not supported on pin %d"
msgstr "PWM não suportado no pino %d"
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Permissão negada"
#: ports/esp8266/common-hal/analogio/AnalogIn.c
msgid "Pin %q does not have ADC capabilities"
msgstr "Pino %q não tem recursos de ADC"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "O pino não tem recursos de ADC"
#: ports/esp8266/machine_pin.c
msgid "Pin(16) doesn't support pull"
msgstr "Pino (16) não suporta pull"
#: ports/esp8266/common-hal/busio/SPI.c
msgid "Pins not valid for SPI"
msgstr "Pinos não válidos para SPI"
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Pixel beyond bounds of buffer"
msgstr ""
@ -1133,11 +1028,11 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
#: shared-bindings/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "A calibração RTC não é suportada nesta placa"
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
#: shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr "O RTC não é suportado nesta placa"
@ -1178,14 +1073,6 @@ msgstr "Rodando em modo seguro! Não está executando o código salvo.\n"
msgid "SDA or SCL needs a pull up"
msgstr "SDA ou SCL precisa de um pull up"
#: ports/esp8266/modnetwork.c
msgid "STA must be active"
msgstr "STA deve estar ativo"
#: ports/esp8266/modnetwork.c
msgid "STA required"
msgstr "STA requerido"
#: shared-bindings/audioio/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
@ -1301,15 +1188,6 @@ msgstr ""
msgid "Tuple or struct_time argument required"
msgstr ""
#: ports/esp8266/machine_uart.c
#, c-format
msgid "UART(%d) does not exist"
msgstr "UART(%d) não existe"
#: ports/esp8266/machine_uart.c
msgid "UART(1) can't read"
msgstr "UART(1) não pode ler"
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr "USB ocupada"
@ -1348,10 +1226,6 @@ msgstr ""
msgid "Unable to read color palette data"
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Unable to remount filesystem"
msgstr "Não é possível remontar o sistema de arquivos"
#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr "Não é possível gravar no nvm."
@ -1360,10 +1234,6 @@ msgstr "Não é possível gravar no nvm."
msgid "Unexpected nrfx uuid type"
msgstr ""
#: ports/unix/modffi.c
msgid "Unknown type"
msgstr "Tipo desconhecido"
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@ -1390,10 +1260,6 @@ msgstr ""
msgid "Unsupported pull value."
msgstr ""
#: ports/esp8266/common-hal/storage/__init__.c
msgid "Use esptool to erase flash and re-upload Python instead"
msgstr "Use o esptool para apagar o flash e recarregar o Python"
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
@ -1425,11 +1291,6 @@ msgstr ""
msgid "You requested starting safe mode by "
msgstr "Você solicitou o início do modo de segurança"
#: ports/unix/modusocket.c
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
#: py/objtype.c
msgid "__init__() should return None"
msgstr ""
@ -1451,7 +1312,7 @@ msgstr ""
msgid "abort() called"
msgstr "abort() chamado"
#: extmod/machine_mem.c ports/unix/modmachine.c
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "endereço %08x não está alinhado com %d bytes"
@ -1548,10 +1409,6 @@ msgstr "buffers devem ser o mesmo tamanho"
msgid "buffer slices must be of equal length"
msgstr ""
#: ports/esp8266/machine_rtc.c
msgid "buffer too long"
msgstr "buffer muito longo"
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
msgid "buffer too small"
@ -1606,10 +1463,6 @@ msgstr ""
msgid "can only save bytecode"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can query only one param"
msgstr "pode consultar apenas um parâmetro"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
@ -1681,14 +1534,6 @@ msgstr ""
msgid "can't do truncated division of a complex number"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't get AP config"
msgstr "não pode obter configuração de AP"
#: ports/esp8266/modnetwork.c
msgid "can't get STA config"
msgstr "não pode obter a configuração STA"
#: py/compile.c
msgid "can't have multiple **x"
msgstr ""
@ -1717,14 +1562,6 @@ msgstr ""
msgid "can't send non-None value to a just-started generator"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "can't set AP config"
msgstr "não é possível definir a configuração do AP"
#: ports/esp8266/modnetwork.c
msgid "can't set STA config"
msgstr "não é possível definir a configuração STA"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr ""
@ -1857,10 +1694,6 @@ msgstr ""
msgid "division by zero"
msgstr "divisão por zero"
#: ports/esp8266/modnetwork.c
msgid "either pos or kw args are allowed"
msgstr "pos ou kw args são permitidos"
#: py/objdeque.c
msgid "empty"
msgstr "vazio"
@ -1911,10 +1744,6 @@ msgstr ""
msgid "expecting a dict for keyword args"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "expecting a pin"
msgstr "esperando um pino"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr ""
@ -1935,10 +1764,6 @@ msgstr "argumentos extras de palavras-chave passados"
msgid "extra positional arguments given"
msgstr "argumentos extra posicionais passados"
#: ports/unix/modffi.c
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
msgstr ""
@ -1955,10 +1780,6 @@ msgstr ""
msgid "firstbit must be MSB"
msgstr "firstbit devem ser MSB"
#: ports/esp8266/modesp.c
msgid "flash location must be below 1MByte"
msgstr "o local do flash deve estar abaixo de 1 MByte"
#: py/objint.c
msgid "float too big"
msgstr "float muito grande"
@ -1971,10 +1792,6 @@ msgstr ""
msgid "format requires a dict"
msgstr ""
#: ports/esp8266/modmachine.c
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "A frequência só pode ser 80Mhz ou 160MHz"
#: py/objdeque.c
msgid "full"
msgstr "cheio"
@ -2043,10 +1860,6 @@ msgstr ""
msgid "identifier redefined as nonlocal"
msgstr ""
#: ports/esp8266/machine_hspi.c
msgid "impossible baudrate"
msgstr "taxa de transmissão impossível"
#: py/objstr.c
msgid "incomplete format"
msgstr "formato incompleto"
@ -2060,7 +1873,6 @@ msgid "incorrect padding"
msgstr "preenchimento incorreto"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "Índice fora do intervalo"
@ -2093,26 +1905,14 @@ msgstr "periférico I2C inválido"
msgid "invalid SPI peripheral"
msgstr "periférico SPI inválido"
#: ports/esp8266/machine_rtc.c
msgid "invalid alarm"
msgstr "Alarme inválido"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "argumentos inválidos"
#: ports/esp8266/modnetwork.c
msgid "invalid buffer length"
msgstr "comprimento de buffer inválido"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "certificado inválido"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid data bits"
msgstr "Bits de dados inválidos"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "Índice de dupterm inválido"
@ -2133,18 +1933,10 @@ msgstr "chave inválida"
msgid "invalid micropython decorator"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "invalid pin"
msgstr "Pino inválido"
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "passo inválido"
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
msgid "invalid stop bits"
msgstr "Bits de parada inválidos"
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr ""
@ -2190,10 +1982,6 @@ msgstr ""
msgid "label redefined"
msgstr ""
#: ports/esp8266/modesp.c
msgid "len must be multiple of 4"
msgstr "len deve ser múltiplo de 4"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr ""
@ -2235,11 +2023,6 @@ msgstr ""
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
#: ports/esp8266/modesp.c
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr "alocação de memória falhou, alocando %u bytes para código nativo"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr ""
@ -2346,11 +2129,6 @@ msgstr ""
msgid "not a 128-bit UUID"
msgstr ""
#: ports/esp8266/machine_adc.c
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "não é um canal ADC válido: %d"
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr ""
@ -2451,10 +2229,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""
#: ports/esp8266/machine_pin.c
msgid "pin does not have IRQ capabilities"
msgstr "Pino não tem recursos de IRQ"
#: shared-bindings/displayio/Bitmap.c
msgid "pixel coordinates out of bounds"
msgstr ""
@ -2468,7 +2242,6 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/esp8266/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr ""
@ -2523,10 +2296,6 @@ msgstr ""
msgid "return expected '%q' but got '%q'"
msgstr ""
#: shared-module/displayio/Bitmap.c
msgid "row must be packed and word aligned"
msgstr "Linha deve ser comprimida e com as palavras alinhadas"
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr ""
@ -2541,10 +2310,6 @@ msgstr ""
msgid "sampling rate out of range"
msgstr "Taxa de amostragem fora do intervalo"
#: ports/esp8266/modnetwork.c
msgid "scan failed"
msgstr "varredura falhou"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr ""
@ -2753,10 +2518,6 @@ msgstr ""
msgid "unindent does not match any outer indentation level"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown config param"
msgstr "parâmetro configuração desconhecido"
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
@ -2777,10 +2538,6 @@ msgstr ""
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "unknown status param"
msgstr "parâmetro de status desconhecido"
#: py/compile.c
msgid "unknown type"
msgstr ""
@ -2797,6 +2554,10 @@ msgstr ""
msgid "unreadable attribute"
msgstr "atributo ilegível"
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported %q type"
msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
@ -2807,10 +2568,6 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
msgid "unsupported bitmap type"
msgstr ""
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
@ -2828,9 +2585,9 @@ msgstr ""
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
#: ports/esp8266/modnetwork.c
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() falhou"
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "write_args must be a list, tuple, or None"
@ -2860,8 +2617,179 @@ msgstr ""
msgid "zero step"
msgstr "passo zero"
#~ msgid "AP required"
#~ msgstr "AP requerido"
#~ msgid "Cannot connect to AP"
#~ msgstr "Não é possível conectar-se ao AP"
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Não é possível desconectar do AP"
#~ msgid "Cannot set STA config"
#~ msgstr "Não é possível definir a configuração STA"
#~ msgid "Cannot update i/f status"
#~ msgstr "Não é possível atualizar o status i/f"
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "Não sabe como passar o objeto para a função nativa"
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "O ESP8226 não suporta o modo de segurança."
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "ESP8266 não suporta pull down."
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Erro no ffi_prep_cif"
#, fuzzy
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Não é possível gravar o valor do atributo. status: 0x%02x"
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Não é possível ler o valor do atributo. status: 0x%02x"
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "GPIO16 não suporta pull up."
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "A frequência máxima PWM é de %dhz."
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "A frequência mínima PWM é de 1hz"
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
#~ msgstr ""
#~ "Múltiplas frequências PWM não suportadas. PWM já definido para %dhz."
#~ msgid "No PulseIn support for %q"
#~ msgstr "Não há suporte para PulseIn no pino %q"
#~ msgid "No hardware support for analog out."
#~ msgstr "Nenhum suporte de hardware para saída analógica."
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Apenas formato Windows, BMP descomprimido suportado"
#~ 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"
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
#~ msgstr "Apenas cores verdadeiras (24 bpp ou maior) BMP suportadas"
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Apenas TX suportado no UART1 (GPIO2)."
#~ msgid "PWM not supported on pin %d"
#~ msgstr "PWM não suportado no pino %d"
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Pino %q não tem recursos de ADC"
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Pino (16) não suporta pull"
#~ msgid "Pins not valid for SPI"
#~ msgstr "Pinos não válidos para SPI"
#~ msgid "STA must be active"
#~ msgstr "STA deve estar ativo"
#~ msgid "STA required"
#~ msgstr "STA requerido"
#~ msgid "UART(%d) does not exist"
#~ msgstr "UART(%d) não existe"
#~ msgid "UART(1) can't read"
#~ msgstr "UART(1) não pode ler"
#~ msgid "Unable to remount filesystem"
#~ msgstr "Não é possível remontar o sistema de arquivos"
#~ msgid "Unknown type"
#~ msgstr "Tipo desconhecido"
#~ msgid "Use esptool to erase flash and re-upload Python instead"
#~ msgstr "Use o esptool para apagar o flash e recarregar o Python"
#~ msgid "buffer too long"
#~ msgstr "buffer muito longo"
#~ msgid "can query only one param"
#~ msgstr "pode consultar apenas um parâmetro"
#~ msgid "can't get AP config"
#~ msgstr "não pode obter configuração de AP"
#~ msgid "can't get STA config"
#~ msgstr "não pode obter a configuração STA"
#~ msgid "can't set AP config"
#~ msgstr "não é possível definir a configuração do AP"
#~ msgid "can't set STA config"
#~ msgstr "não é possível definir a configuração STA"
#~ msgid "either pos or kw args are allowed"
#~ msgstr "pos ou kw args são permitidos"
#~ msgid "expecting a pin"
#~ msgstr "esperando um pino"
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
#~ msgid "flash location must be below 1MByte"
#~ msgstr "o local do flash deve estar abaixo de 1 MByte"
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "A frequência só pode ser 80Mhz ou 160MHz"
#~ msgid "impossible baudrate"
#~ msgstr "taxa de transmissão impossível"
#~ msgid "invalid alarm"
#~ msgstr "Alarme inválido"
#~ msgid "invalid buffer length"
#~ msgstr "comprimento de buffer inválido"
#~ msgid "invalid data bits"
#~ msgstr "Bits de dados inválidos"
#~ msgid "invalid pin"
#~ msgstr "Pino inválido"
#~ msgid "invalid stop bits"
#~ msgstr "Bits de parada inválidos"
#~ msgid "len must be multiple of 4"
#~ msgstr "len deve ser múltiplo de 4"
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr "alocação de memória falhou, alocando %u bytes para código nativo"
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "não é um canal ADC válido: %d"
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "Pino não tem recursos de IRQ"
#~ msgid "row must be packed and word aligned"
#~ msgstr "Linha deve ser comprimida e com as palavras alinhadas"
#~ msgid "scan failed"
#~ msgstr "varredura falhou"
#~ msgid "unknown config param"
#~ msgstr "parâmetro configuração desconhecido"
#~ msgid "unknown status param"
#~ msgstr "parâmetro de status desconhecido"
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "wifi_set_ip_info() falhou"

2638
locale/zh_Latn_pinyin.po Normal file

File diff suppressed because it is too large Load Diff

8
main.c
View File

@ -43,6 +43,7 @@
#include "lib/mp-readline/readline.h"
#include "lib/utils/pyexec.h"
#include "background.h"
#include "mpconfigboard.h"
#include "shared-module/displayio/__init__.h"
#include "supervisor/cpu.h"
@ -50,7 +51,6 @@
#include "supervisor/port.h"
#include "supervisor/filesystem.h"
#include "supervisor/shared/autoreload.h"
#include "supervisor/shared/board_busses.h"
#include "supervisor/shared/translate.h"
#include "supervisor/shared/rgb_led_status.h"
#include "supervisor/shared/safe_mode.h"
@ -62,6 +62,10 @@
#include "shared-module/network/__init__.h"
#endif
#if CIRCUITPY_BOARD
#include "shared-module/board/__init__.h"
#endif
void do_str(const char *src, mp_parse_input_kind_t input_kind) {
mp_lexer_t *lex = mp_lexer_new_from_str_len(MP_QSTR__lt_stdin_gt_, src, strlen(src), 0);
if (lex == NULL) {
@ -86,6 +90,8 @@ void start_mp(supervisor_allocation* heap) {
reset_status_led();
autoreload_stop();
background_tasks_reset();
// Stack limit should be less than real stack size, so we have a chance
// to recover from limit hit. (Limit is measured in bytes.)
mp_stack_ctrl_init();

View File

@ -212,6 +212,7 @@ SRC_C = \
bindings/samd/__init__.c \
boards/$(BOARD)/board.c \
boards/$(BOARD)/pins.c \
eic_handler.c \
fatfs_port.c \
freetouch/adafruit_ptc.c \
lib/libc/string0.c \

View File

@ -27,6 +27,7 @@
#include "audio_dma.h"
#include "tick.h"
#include "supervisor/filesystem.h"
#include "supervisor/usb.h"
#include "py/runtime.h"
@ -41,8 +42,20 @@ volatile uint64_t last_finished_tick = 0;
bool stack_ok_so_far = true;
static bool running_background_tasks = false;
void background_tasks_reset(void) {
running_background_tasks = false;
}
void run_background_tasks(void) {
// Don't call ourselves recursively.
if (running_background_tasks) {
return;
}
assert_heap_ok();
running_background_tasks = true;
#if (defined(SAMD21) && defined(PIN_PA02)) || defined(SAMD51)
audio_dma_background();
#endif
@ -53,7 +66,9 @@ void run_background_tasks(void) {
#if CIRCUITPY_NETWORK
network_module_background();
#endif
filesystem_background();
usb_background();
running_background_tasks = false;
assert_heap_ok();
last_finished_tick = ticks_ms;

View File

@ -29,6 +29,7 @@
#include <stdbool.h>
void background_tasks_reset(void);
void run_background_tasks(void);
void run_background_vm_tasks(void);
bool background_tasks_ok(void);

View File

@ -7,9 +7,9 @@
#define MICROPY_HW_LED_STATUS (&pin_PB23)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA09)
#define DEFAULT_I2C_BUS_SDA (&pin_PA08)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB02) },

View File

@ -5,9 +5,9 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA09)
#define DEFAULT_I2C_BUS_SDA (&pin_PA08)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB02) },

View File

@ -10,9 +10,9 @@
#define MICROPY_PORT_B (PORT_PB03)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
#define DEFAULT_I2C_BUS_SDA (&pin_PA22)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -0,0 +1,38 @@
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "boards/board.h"
void board_init(void)
{
}
bool board_requests_safe_mode(void) {
return false;
}
void reset_board(void) {
}

View File

@ -0,0 +1,53 @@
#define MICROPY_HW_BOARD_NAME "Electronic Cats Bast Pro Mini M0"
#define MICROPY_HW_MCU_NAME "samd21e18"
#define MICROPY_PORT_A (0)
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define DEFAULT_I2C_BUS_SCL (&pin_PA08)
#define DEFAULT_I2C_BUS_SDA (&pin_PA09)
#define DEFAULT_SPI_BUS_SCK (&pin_PA17)
#define DEFAULT_SPI_BUS_MOSI (&pin_PA16)
#define DEFAULT_SPI_BUS_MISO (&pin_PA19)
#define DEFAULT_UART_BUS_RX (&pin_PA01)
#define DEFAULT_UART_BUS_TX (&pin_PA00)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define IGNORE_PIN_PA03 1
#define IGNORE_PIN_PA12 1
#define IGNORE_PIN_PA13 1
#define IGNORE_PIN_PA20 1
#define IGNORE_PIN_PA21 1
// USB is always used.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1
#define IGNORE_PIN_PA30 1
#define IGNORE_PIN_PA31 1
#define IGNORE_PIN_PB01 1
#define IGNORE_PIN_PB02 1
#define IGNORE_PIN_PB03 1
#define IGNORE_PIN_PB04 1
#define IGNORE_PIN_PB05 1
#define IGNORE_PIN_PB06 1
#define IGNORE_PIN_PB07 1
#define IGNORE_PIN_PB08 1
#define IGNORE_PIN_PB09 1
#define IGNORE_PIN_PB10 1
#define IGNORE_PIN_PB11 1
#define IGNORE_PIN_PB12 1
#define IGNORE_PIN_PB13 1
#define IGNORE_PIN_PB14 1
#define IGNORE_PIN_PB15 1
#define IGNORE_PIN_PB16 1
#define IGNORE_PIN_PB17 1
#define IGNORE_PIN_PB22 1
#define IGNORE_PIN_PB23 1
#define IGNORE_PIN_PB30 1
#define IGNORE_PIN_PB31 1
#define IGNORE_PIN_PB00 1

View File

@ -0,0 +1,12 @@
LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0xBAB3
USB_PID = 0x1209
USB_PRODUCT = "Bast Pro Mini M0"
USB_MANUFACTURER = "Electronic Cats"
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21E18A
CHIP_FAMILY = samd21

View File

@ -0,0 +1,36 @@
#include "shared-bindings/board/__init__.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA04) },
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PA05) },
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_PA10) },
{ MP_ROM_QSTR(MP_QSTR_A4), MP_ROM_PTR(&pin_PA08) },
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_PA09) },
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PA00) },
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_PA01) },
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_PA01) },
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_PA00) },
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_PA14) },
{ MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_PA23) },
{ MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_PA22) },
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_PA15) },
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_PA27) },
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_PA28) },
{ MP_ROM_QSTR(MP_QSTR_D8), MP_ROM_PTR(&pin_PA06) },
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_PA07) },
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_PA18) },
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_PA16) },
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_PA19) },
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_PA17) },
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PA11) },
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_PA08) },
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_PA09) },
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_PA17) },
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_PA16) },
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_PA19) },
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
};
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

View File

@ -7,13 +7,13 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define DEFAULT_SPI_BUS_SCK (&pin_PA19)
#define DEFAULT_SPI_BUS_MOSI (&pin_PA18)
#define DEFAULT_SPI_BUS_MISO (&pin_PA22)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define IGNORE_PIN_PA00 1
#define IGNORE_PIN_PA01 1

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PA30) },
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_PA31) },

View File

@ -25,5 +25,9 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
#Adding per @danh to reduce memory usage and get the latest changes in
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 35
else
CFLAGS_INLINE_LIMIT = 55
endif

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_PA02) },

View File

@ -18,7 +18,12 @@ CIRCUITPY_I2CSLAVE = 0
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 35
else
CFLAGS_INLINE_LIMIT = 55
endif
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_PA02) },

View File

@ -1,13 +1,13 @@
#define MICROPY_HW_BOARD_NAME "CP32-M4"
#define MICROPY_HW_MCU_NAME "samd51g19"
#define MICROPY_HW_MCU_NAME "samd51j20"
#define MICROPY_HW_APA102_MOSI (&pin_PA17)
#define MICROPY_HW_APA102_SCK (&pin_PA16)
#define MICROPY_HW_APA102_MOSI (&pin_PA12)
#define MICROPY_HW_APA102_SCK (&pin_PA13)
#define CIRCUITPY_MCU_FAMILY samd51
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11| PORT_PA16| PORT_PA17)
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11| PORT_PA12| PORT_PA13)
#define MICROPY_PORT_B ( PORT_PB10 | PORT_PB11)
#define MICROPY_PORT_C (0)
#define MICROPY_PORT_D (0)
@ -27,5 +27,5 @@
#define DEFAULT_SPI_BUS_MOSI (&pin_PA23)
#define DEFAULT_SPI_BUS_MISO (&pin_PA21)
#define DEFAULT_UART_BUS_RX (&pin_PA12)
#define DEFAULT_UART_BUS_TX (&pin_PA13)
#define DEFAULT_UART_BUS_RX (&pin_PB17)
#define DEFAULT_UART_BUS_TX (&pin_PB16)

View File

@ -1,4 +1,4 @@
LD_FILE = boards/samd51x19-bootloader-external-flash.ld
LD_FILE = boards/samd51x20-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8021
USB_PRODUCT = "CP32-M4"
@ -13,5 +13,5 @@ CIRCUITPY_AUDIOBUSIO = 0
# No touch on SAMD51 yet
CIRCUITPY_TOUCHIO = 0
CHIP_VARIANT = SAMD51G19A
CHIP_VARIANT = SAMD51J20A
CHIP_FAMILY = samd51

View File

@ -1,38 +1,48 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR_SPEAKER_P), MP_ROM_PTR(&pin_PA02) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_BATTERY), MP_ROM_PTR(&pin_PB08) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW3_4), MP_ROM_PTR(&pin_PB09) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW1_2), MP_ROM_PTR(&pin_PA04) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SPEAKER_N), MP_ROM_PTR(&pin_PA05) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_BATTERY), MP_ROM_PTR(&pin_PA04) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_STATUS_LED), MP_ROM_PTR(&pin_PA15) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_BACKLIGHT_PWM), MP_ROM_PTR(&pin_PB09) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW9), MP_ROM_PTR(&pin_PA06) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW7), MP_ROM_PTR(&pin_PA07) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_BACKLIGHT_PWM), MP_ROM_PTR(&pin_PA12) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_HDR3), MP_ROM_PTR(&pin_PA13) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW5), MP_ROM_PTR(&pin_PA14) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_HDR4), MP_ROM_PTR(&pin_PA15) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW1_2), MP_ROM_PTR(&pin_PA06) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW3_4), MP_ROM_PTR(&pin_PB08) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW5), MP_ROM_PTR(&pin_PB12) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW7), MP_ROM_PTR(&pin_PB06) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW8), MP_ROM_PTR(&pin_PB03) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW9), MP_ROM_PTR(&pin_PB05) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW10), MP_ROM_PTR(&pin_PB04) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_APA102_SCK), MP_ROM_PTR(&pin_PA16) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_APA102_MOSI), MP_ROM_PTR(&pin_PA17) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_STATUS_LED), MP_ROM_PTR(&pin_PA18) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SW6), MP_ROM_PTR(&pin_PA19) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_CS0), MP_ROM_PTR(&pin_PA20) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_MISO), MP_ROM_PTR(&pin_PA21) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_SCK), MP_ROM_PTR(&pin_PA22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_MOSI), MP_ROM_PTR(&pin_PA23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_HDR3), MP_ROM_PTR(&pin_PB07) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_HDR4), MP_ROM_PTR(&pin_PA20) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_HDR5), MP_ROM_PTR(&pin_PA22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_SW6), MP_ROM_PTR(&pin_PA21) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD0), MP_ROM_PTR(&pin_PA16) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD1), MP_ROM_PTR(&pin_PA18) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD2), MP_ROM_PTR(&pin_PB13) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD3), MP_ROM_PTR(&pin_PB14) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_CMD), MP_ROM_PTR(&pin_PB15) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_CLK), MP_ROM_PTR(&pin_PA14) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_PB16) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_PB17) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_SCK), MP_ROM_PTR(&pin_PA17) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_MOSI), MP_ROM_PTR(&pin_PB23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_MISO), MP_ROM_PTR(&pin_PB22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_CS0), MP_ROM_PTR(&pin_PA19) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_CS1), MP_ROM_PTR(&pin_PA27) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_LCD_DC), MP_ROM_PTR(&pin_PA23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_APA102_SCK), MP_ROM_PTR(&pin_PA17) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_APA102_MOSI), MP_ROM_PTR(&pin_PA12) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_VSPI_CS1), MP_ROM_PTR(&pin_PB22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_EXT_HDR5), MP_ROM_PTR(&pin_PB23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_LCD_DC), MP_ROM_PTR(&pin_PA27) },
{ MP_ROM_QSTR(MP_QSTR_SW8), MP_ROM_PTR(&pin_PB02) },
{ MP_ROM_QSTR(MP_QSTR_SW10), MP_ROM_PTR(&pin_PB03) },
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.

View File

@ -8,9 +8,9 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA22)
#define DEFAULT_I2C_BUS_SDA (&pin_PA23)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -8,9 +8,9 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
#define DEFAULT_I2C_BUS_SDA (&pin_PA22)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -12,4 +12,7 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 60
endif

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -32,3 +32,11 @@
#define DEFAULT_UART_BUS_RX (&pin_PA11)
#define DEFAULT_UART_BUS_TX (&pin_PA10)
// USB is always used internally so skip the pin objects for it.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1
// Not connected
#define IGNORE_PIN_PB22 1
#define IGNORE_PIN_PB23 1

View File

@ -10,6 +10,7 @@ EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
LONGINT_IMPL = MPZ
# Make space for frozen libs
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_DISPLAYIO = 0
CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_I2CSLAVE = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -8,9 +8,9 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
#define DEFAULT_I2C_BUS_SDA (&pin_PA22)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -8,9 +8,9 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
#define DEFAULT_I2C_BUS_SDA (&pin_PA22)

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA05) },

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PB02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB03) },

View File

@ -12,7 +12,7 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define DEFAULT_I2C_BUS_SCL (&pin_PA05)
#define DEFAULT_I2C_BUS_SDA (&pin_PA04)
@ -20,7 +20,7 @@
#define DEFAULT_UART_BUS_RX (&pin_PA05)
#define DEFAULT_UART_BUS_TX (&pin_PA04)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define IGNORE_PIN_PA03 1
#define IGNORE_PIN_PA06 1

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21E18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA05) }, // pad 1
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_PA05) },

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.

View File

@ -26,9 +26,11 @@
#include "boards/board.h"
#include "shared-bindings/board/__init__.h"
#include "shared-bindings/displayio/FourWire.h"
#include "shared-module/displayio/__init__.h"
#include "shared-module/displayio/mipi_constants.h"
#include "shared-bindings/busio/SPI.h"
#include "tick.h"
@ -71,8 +73,10 @@ uint8_t display_init_sequence[] = {
void board_init(void) {
displayio_fourwire_obj_t* bus = &displays[0].fourwire_bus;
bus->base.type = &displayio_fourwire_type;
busio_spi_obj_t *spi = common_hal_board_create_spi();
common_hal_busio_spi_configure(spi, 12000000, 0, 0, 8);
common_hal_displayio_fourwire_construct(bus,
board_spi(),
spi,
&pin_PA28, // Command or data
&pin_PA01, // Chip select
&pin_PA27); // Reset
@ -93,7 +97,9 @@ void board_init(void) {
0x37, // set vertical scroll command
display_init_sequence,
sizeof(display_init_sequence),
&pin_PA00);
&pin_PA00,
false, // single_byte_bounds
false); // data_as_commands
common_hal_displayio_display_set_auto_brightness(display, true);
}

View File

@ -9,6 +9,13 @@ EXTERNAL_FLASH_DEVICE_COUNT = 2
EXTERNAL_FLASH_DEVICES = "W25Q64JV_IQ, GD25Q64C"
LONGINT_IMPL = MPZ
# To keep the build small
CIRCUITPY_I2CSLAVE = 0
CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_AUDIOBUSIO = 0
CFLAGS_INLINE_LIMIT = 50
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
@ -16,7 +23,3 @@ CHIP_FAMILY = samd21
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
# To keep the build small
CIRCUITPY_I2CSLAVE = 0
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,6 @@
#include "shared-bindings/board/__init__.h"
#include "boards/board.h"
#include "supervisor/shared/board_busses.h"
#include "shared-module/displayio/__init__.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {

View File

@ -36,3 +36,7 @@
// USB is always used internally so skip the pin objects for it.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1
// Not connected
#define IGNORE_PIN_PA13 1
#define IGNORE_PIN_PA28 1

View File

@ -11,3 +11,10 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 45
else
CFLAGS_INLINE_LIMIT = 70
endif

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PA11) },
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_PA11) },

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.

View File

@ -0,0 +1,41 @@
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include <string.h>
#include "boards/board.h"
#include "py/mpconfig.h"
void board_init(void) {
}
bool board_requests_safe_mode(void) {
return false;
}
void reset_board(void) {
}

View File

@ -0,0 +1,30 @@
#define MICROPY_HW_BOARD_NAME "Sprite_v2b"
#define MICROPY_HW_MCU_NAME "samd51G19"
#define CIRCUITPY_MCU_FAMILY samd51
#define MICROPY_HW_LED_STATUS (&pin_PB03)
#define MICROPY_PORT_A (PORT_PA24 | PORT_PA25)
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define MICROPY_PORT_D (0)
#define CALIBRATE_CRYSTALLESS 1
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - 0x010000)
#define DEFAULT_I2C_BUS_SCL (&pin_PA17)
#define DEFAULT_I2C_BUS_SDA (&pin_PA16)
#define DEFAULT_SPI_BUS_SCK (&pin_PA05)
#define DEFAULT_SPI_BUS_MOSI (&pin_PA07)
#define DEFAULT_SPI_BUS_MISO (&pin_PA04)
#define DEFAULT_UART_BUS_TX (&pin_PB09)
#define DEFAULT_UART_BUS_RX (&pin_PB08)
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1

View File

@ -0,0 +1,17 @@
LD_FILE = boards/samd51x19-bootloader.ld
USB_VID = 0x04D8
USB_PID = 0xED94
USB_PRODUCT = "kicksat-sprite"
USB_MANUFACTURER = "maholli"
QSPI_FLASH_FILESYSTEM = 0
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = MPZ
# No touch on SAMD51 yet
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_DISPLAYIO = 0
CHIP_VARIANT = SAMD51G19A
CHIP_FAMILY = samd51

View File

@ -0,0 +1,38 @@
#include "shared-bindings/board/__init__.h"
#include "boards/board.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_PA05) },
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_PA07) },
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_PA04) },
{ MP_ROM_QSTR(MP_QSTR_radioCS), MP_ROM_PTR(&pin_PA00) },
{ MP_ROM_QSTR(MP_QSTR_WAKE), MP_ROM_PTR(&pin_PA01) },
{ MP_ROM_QSTR(MP_QSTR_SHDWN), MP_ROM_PTR(&pin_PB10) },
{ MP_ROM_QSTR(MP_QSTR_PWDWN), MP_ROM_PTR(&pin_PB11) },
{ MP_ROM_QSTR(MP_QSTR_TST), MP_ROM_PTR(&pin_PA11) },
{ MP_ROM_QSTR(MP_QSTR_FSYNC), MP_ROM_PTR(&pin_PA13) },
{ MP_ROM_QSTR(MP_QSTR_VCLK), MP_ROM_PTR(&pin_PA14) },
{ MP_ROM_QSTR(MP_QSTR_FSYNC), MP_ROM_PTR(&pin_PA15) },
{ MP_ROM_QSTR(MP_QSTR_MD), MP_ROM_PTR(&pin_PA18) },
{ MP_ROM_QSTR(MP_QSTR_MC), MP_ROM_PTR(&pin_PA19) },
{ MP_ROM_QSTR(MP_QSTR_PA08), MP_ROM_PTR(&pin_PA08) },
{ MP_ROM_QSTR(MP_QSTR_PA10), MP_ROM_PTR(&pin_PA10) },
{ MP_ROM_QSTR(MP_QSTR_PA09), MP_ROM_PTR(&pin_PA09) },
{ MP_ROM_QSTR(MP_QSTR_PA06), MP_ROM_PTR(&pin_PA06) },
{ MP_ROM_QSTR(MP_QSTR_DAC0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_PB09) },
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_PB08) },
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_PA16) },
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_PA17) },
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PB03) },
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
};
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

View File

@ -10,9 +10,9 @@
// If you change this, then make sure to update the linker scripts as well to
// make sure you don't overwrite code.
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define CALIBRATE_CRYSTALLESS 1

View File

@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA03) },

View File

@ -13,4 +13,7 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
CIRCUITPY_FREQUENCYIO = 0
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 50
endif

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },

View File

@ -0,0 +1,39 @@
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "boards/board.h"
#include "mpconfigboard.h"
#include "hal/include/hal_gpio.h"
void board_init(void) {
}
bool board_requests_safe_mode(void) {
return false;
}
void reset_board(void) {
}

View File

@ -0,0 +1,43 @@
#define MICROPY_HW_BOARD_NAME "Adafruit Metro M4 Airlift Lite"
#define MICROPY_HW_MCU_NAME "samd51j19"
#define CIRCUITPY_MCU_FAMILY samd51
#define MICROPY_HW_LED_TX (&pin_PB07)
#define MICROPY_HW_LED_RX (&pin_PB06)
#define MICROPY_HW_LED_STATUS (&pin_PA16)
#define MICROPY_HW_NEOPIXEL (&pin_PB22)
// These are pins not to reset.
// QSPI Data pins
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
// QSPI CS, QSPI SCK and NeoPixel pin
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11 | PORT_PB22)
#define MICROPY_PORT_C (0)
#define MICROPY_PORT_D (0)
#define AUTORESET_DELAY_MS 500
// If you change this, then make sure to update the linker scripts as well to
// make sure you don't overwrite code
#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define BOARD_HAS_CRYSTAL 1
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
#define DEFAULT_SPI_BUS_SCK (&pin_PA13)
#define DEFAULT_SPI_BUS_MOSI (&pin_PA12)
#define DEFAULT_SPI_BUS_MISO (&pin_PA14)
#define DEFAULT_UART_BUS_RX (&pin_PA23)
#define DEFAULT_UART_BUS_TX (&pin_PA22)
// USB is always used internally so skip the pin objects for it.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1

View File

@ -0,0 +1,20 @@
LD_FILE = boards/samd51x19-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8038
USB_PRODUCT = "Metro M4 Airlift Lite"
USB_MANUFACTURER = "Adafruit Industries LLC"
QSPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICE_COUNT = 3
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
LONGINT_IMPL = MPZ
# No touch on SAMD51 yet
CIRCUITPY_TOUCHIO = 0
CHIP_VARIANT = SAMD51J19A
CHIP_FAMILY = samd51
CIRCUITPY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500

View File

@ -0,0 +1,55 @@
#include "shared-bindings/board/__init__.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA05) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PA06) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_PB00) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_A4), MP_ROM_PTR(&pin_PB08) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_PB09) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PA23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_PA23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_PA22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_PA22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_PB17) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_PB16) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_PB13) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_PB14) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_PB15) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_PB12) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D8), MP_ROM_PTR(&pin_PA21) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_PA20) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_PA18) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_PA19) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_PA17) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D13),MP_ROM_PTR(&pin_PA16) },
// ESP control
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_CS), MP_ROM_PTR(&pin_PA15) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_GPIO0), MP_ROM_PTR(&pin_PB01) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_BUSY), MP_ROM_PTR(&pin_PB04) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_RESET), MP_ROM_PTR(&pin_PB05) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_RTS), MP_ROM_PTR(&pin_PB23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_TX), MP_ROM_PTR(&pin_PA04) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_ESP_RX), MP_ROM_PTR(&pin_PA07) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SDA),MP_ROM_PTR(&pin_PB02) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SCL),MP_ROM_PTR(&pin_PB03) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_NEOPIXEL),MP_ROM_PTR(&pin_PB22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SCK),MP_ROM_PTR(&pin_PA13) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_MOSI),MP_ROM_PTR(&pin_PA12) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_MISO),MP_ROM_PTR(&pin_PA14) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED_RX),MP_ROM_PTR(&pin_PB06) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED_TX),MP_ROM_PTR(&pin_PB07) },
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
};
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.

View File

@ -1,7 +1,5 @@
#include "shared-bindings/board/__init__.h"
#include "supervisor/shared/board_busses.h"
// This mapping only includes functional names because pins broken
// out on connectors are labeled with their MCU name available from
// microcontroller.pin.

View File

@ -5,9 +5,9 @@
#define MICROPY_PORT_B (0)
#define MICROPY_PORT_C (0)
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define CIRCUITPY_INTERNAL_NVM_SIZE 256
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000 - CIRCUITPY_INTERNAL_NVM_SIZE)
#define IGNORE_PIN_PB00 1

View File

@ -16,8 +16,13 @@ CIRCUITPY_PEW = 1
CIRCUITPY_ANALOGIO = 1
CIRCUITPY_MATH = 1
CIRCUITPY_NEOPIXEL_WRITE = 1
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_SAMD = 0
CIRCUITPY_USB_MIDI = 0
CIRCUITPY_SMALL_BUILD = 1
CIRCUITPY_FREQUENCYIO = 0
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 40
endif

Some files were not shown because too many files have changed in this diff Show More