Merge remote-tracking branch 'yeyeto2788/master'
This commit is contained in:
commit
7fe3fb480d
4
Makefile
4
Makefile
@ -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
|
||||
|
488
locale/ID.po
488
locale/ID.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\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"
|
||||
@ -52,8 +52,8 @@ msgstr ""
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
#, fuzzy
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "buffers harus mempunyai panjang yang sama"
|
||||
@ -62,7 +62,7 @@ msgstr "buffers harus mempunyai panjang yang sama"
|
||||
msgid "%q should be an int"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
|
||||
|
||||
@ -70,12 +70,12 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
|
||||
msgid "'%q' argument required"
|
||||
msgstr "'%q' argumen dibutuhkan"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr "'%s' mengharapkan sebuah register"
|
||||
@ -95,7 +95,7 @@ msgstr "'%s' mengharapkan sebuah FPU register"
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr "'%s' mengharapkan sebuah alamat dengan bentuk [a, b]"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr "'%s' mengharapkan integer"
|
||||
@ -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"
|
||||
@ -249,7 +245,7 @@ msgstr "Semua perangkat I2C sedang digunakan"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Semua channel event sedang digunakan"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
|
||||
|
||||
@ -257,9 +253,9 @@ msgstr "Semua channel event yang disinkronisasi sedang digunakan"
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Semua timer untuk pin ini sedang digunakan"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +509,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr ""
|
||||
|
||||
@ -572,8 +532,8 @@ msgstr ""
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
msgid "Expected a UUID"
|
||||
msgstr ""
|
||||
|
||||
@ -613,7 +573,6 @@ msgstr "Gagal untuk mengalokasikan buffer RX"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
|
||||
@ -761,20 +720,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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 ""
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_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"
|
||||
|
||||
@ -868,10 +823,11 @@ msgstr "Pin untuk channel kiri tidak valid"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Pin untuk channel kanan tidak valid"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "Pin-pin tidak valid"
|
||||
|
||||
@ -922,11 +878,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"
|
||||
@ -944,15 +895,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 ""
|
||||
@ -966,10 +908,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"
|
||||
@ -1002,12 +940,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Tidak ada dukungan hardware untuk pin"
|
||||
|
||||
@ -1024,10 +958,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 ""
|
||||
@ -1066,10 +996,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 ""
|
||||
@ -1084,32 +1010,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 ""
|
||||
@ -1136,6 +1045,10 @@ msgstr ""
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Range out of bounds"
|
||||
msgstr ""
|
||||
@ -1174,14 +1087,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 ""
|
||||
@ -1300,15 +1205,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 ""
|
||||
@ -1347,10 +1243,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 ""
|
||||
@ -1359,10 +1251,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)."
|
||||
@ -1389,12 +1277,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 ""
|
||||
@ -1435,11 +1317,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 ""
|
||||
@ -1461,7 +1338,7 @@ msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
|
||||
msgid "abort() called"
|
||||
msgstr "abort() dipanggil"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.c
|
||||
#: extmod/machine_mem.c
|
||||
#, c-format
|
||||
msgid "address %08x is not aligned to %d bytes"
|
||||
msgstr "alamat %08x tidak selaras dengan %d bytes"
|
||||
@ -1490,7 +1367,7 @@ msgstr "argumen num/types tidak cocok"
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr ""
|
||||
|
||||
@ -1556,12 +1433,8 @@ 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"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr ""
|
||||
|
||||
@ -1614,10 +1487,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 ""
|
||||
@ -1689,14 +1558,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"
|
||||
@ -1725,14 +1586,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 ""
|
||||
@ -1819,7 +1672,7 @@ msgstr ""
|
||||
msgid "complex division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr ""
|
||||
|
||||
@ -1860,20 +1713,16 @@ msgstr ""
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
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 ""
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "heap kosong"
|
||||
|
||||
@ -1918,10 +1767,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"
|
||||
@ -1942,11 +1787,7 @@ 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/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr ""
|
||||
|
||||
@ -1962,10 +1803,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 ""
|
||||
@ -1978,10 +1815,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 ""
|
||||
@ -1995,7 +1828,7 @@ msgstr "fungsi tidak dapat mengambil argumen keyword"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
|
||||
|
||||
@ -2017,7 +1850,7 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
|
||||
@ -2050,10 +1883,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 ""
|
||||
@ -2067,8 +1896,7 @@ msgid "incorrect padding"
|
||||
msgstr "lapisan (padding) tidak benar"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "index keluar dari jangkauan"
|
||||
|
||||
@ -2100,26 +1928,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"
|
||||
@ -2140,18 +1956,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"
|
||||
@ -2189,7 +1997,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
|
||||
msgid "keywords must be strings"
|
||||
msgstr "keyword harus berupa string"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr ""
|
||||
|
||||
@ -2197,10 +2005,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 ""
|
||||
@ -2229,7 +2033,7 @@ msgstr ""
|
||||
msgid "map buffer too small"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr ""
|
||||
|
||||
@ -2242,11 +2046,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 ""
|
||||
@ -2305,11 +2104,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2329,7 +2128,7 @@ msgstr "tidak ada ikatan/bind pada temuan nonlocal"
|
||||
msgid "no module named '%q'"
|
||||
msgstr "tidak ada modul yang bernama '%q'"
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr ""
|
||||
|
||||
@ -2353,11 +2152,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 ""
|
||||
@ -2416,13 +2210,13 @@ msgstr ""
|
||||
msgid "odd-length string"
|
||||
msgstr "panjang data string memiliki keganjilan (odd-length)"
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
#, fuzzy
|
||||
msgid "offset out of bounds"
|
||||
msgstr "modul tidak ditemukan"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr ""
|
||||
|
||||
@ -2439,7 +2233,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr ""
|
||||
|
||||
@ -2459,10 +2253,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 ""
|
||||
@ -2477,7 +2267,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr "Muncul dari PulseIn yang kosong"
|
||||
|
||||
@ -2548,10 +2337,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 ""
|
||||
@ -2584,7 +2369,7 @@ msgstr ""
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr ""
|
||||
|
||||
@ -2747,7 +2532,7 @@ msgstr ""
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr "argumen keyword tidak diharapkan"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr "keyword argumen '%q' tidak diharapkan"
|
||||
|
||||
@ -2759,10 +2544,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"
|
||||
@ -2783,10 +2564,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"
|
||||
@ -2838,10 +2615,6 @@ msgstr ""
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "wifi_set_ip_info() gagal"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
@ -2870,6 +2643,36 @@ msgstr ""
|
||||
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"
|
||||
@ -2877,3 +2680,138 @@ msgstr ""
|
||||
#, 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"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\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"
|
||||
@ -52,8 +52,8 @@ msgstr ""
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
msgid "%q must be >= 1"
|
||||
msgstr ""
|
||||
|
||||
@ -61,7 +61,7 @@ msgstr ""
|
||||
msgid "%q should be an int"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
|
||||
@ -69,12 +69,12 @@ msgstr ""
|
||||
msgid "'%q' argument required"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr ""
|
||||
@ -94,7 +94,7 @@ msgstr ""
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr ""
|
||||
@ -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"
|
||||
@ -247,7 +243,7 @@ msgstr ""
|
||||
msgid "All event channels in use"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr ""
|
||||
|
||||
@ -255,9 +251,9 @@ msgstr ""
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +497,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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 ""
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr ""
|
||||
|
||||
@ -560,8 +520,8 @@ msgstr ""
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
msgid "Expected a UUID"
|
||||
msgstr ""
|
||||
|
||||
@ -599,7 +559,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr ""
|
||||
@ -736,20 +695,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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 ""
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_file.c py/objstringio.c
|
||||
#: extmod/vfs_posix_file.c py/objstringio.c
|
||||
msgid "I/O operation on closed file"
|
||||
msgstr ""
|
||||
|
||||
@ -843,10 +798,11 @@ msgstr ""
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr ""
|
||||
|
||||
@ -897,11 +853,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"
|
||||
@ -919,15 +870,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 ""
|
||||
@ -941,10 +883,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 ""
|
||||
@ -977,12 +915,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr ""
|
||||
|
||||
@ -998,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 ""
|
||||
@ -1040,10 +970,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 ""
|
||||
@ -1058,32 +984,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 ""
|
||||
@ -1108,6 +1017,10 @@ msgstr ""
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Range out of bounds"
|
||||
msgstr ""
|
||||
@ -1144,14 +1057,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 ""
|
||||
@ -1267,15 +1172,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 ""
|
||||
@ -1314,10 +1210,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 ""
|
||||
@ -1326,10 +1218,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)."
|
||||
@ -1355,10 +1243,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 ""
|
||||
@ -1390,11 +1274,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 ""
|
||||
@ -1416,7 +1295,7 @@ msgstr ""
|
||||
msgid "abort() called"
|
||||
msgstr ""
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.c
|
||||
#: extmod/machine_mem.c
|
||||
#, c-format
|
||||
msgid "address %08x is not aligned to %d bytes"
|
||||
msgstr ""
|
||||
@ -1445,7 +1324,7 @@ msgstr ""
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr ""
|
||||
|
||||
@ -1510,12 +1389,8 @@ msgstr ""
|
||||
msgid "buffer slices must be of equal length"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_rtc.c
|
||||
msgid "buffer too long"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr ""
|
||||
|
||||
@ -1568,10 +1443,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 ""
|
||||
@ -1643,14 +1514,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 ""
|
||||
@ -1679,14 +1542,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 ""
|
||||
@ -1773,7 +1628,7 @@ msgstr ""
|
||||
msgid "complex division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr ""
|
||||
|
||||
@ -1814,20 +1669,16 @@ msgstr ""
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
msgid "division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "either pos or kw args are allowed"
|
||||
msgstr ""
|
||||
|
||||
#: py/objdeque.c
|
||||
msgid "empty"
|
||||
msgstr ""
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr ""
|
||||
|
||||
@ -1872,10 +1723,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 ""
|
||||
@ -1896,11 +1743,7 @@ msgstr ""
|
||||
msgid "extra positional arguments given"
|
||||
msgstr ""
|
||||
|
||||
#: ports/unix/modffi.c
|
||||
msgid "ffi_prep_closure_loc"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr ""
|
||||
|
||||
@ -1916,10 +1759,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 ""
|
||||
@ -1932,10 +1771,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 ""
|
||||
@ -1949,7 +1784,7 @@ msgstr ""
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -1971,7 +1806,7 @@ msgstr ""
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr ""
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
@ -2004,10 +1839,6 @@ msgstr ""
|
||||
msgid "identifier redefined as nonlocal"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_hspi.c
|
||||
msgid "impossible baudrate"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstr.c
|
||||
msgid "incomplete format"
|
||||
msgstr ""
|
||||
@ -2021,8 +1852,7 @@ msgid "incorrect padding"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr ""
|
||||
|
||||
@ -2054,26 +1884,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 ""
|
||||
@ -2094,18 +1912,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 ""
|
||||
@ -2143,7 +1953,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr ""
|
||||
|
||||
@ -2151,10 +1961,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 ""
|
||||
@ -2183,7 +1989,7 @@ msgstr ""
|
||||
msgid "map buffer too small"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr ""
|
||||
|
||||
@ -2196,11 +2002,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 ""
|
||||
@ -2258,11 +2059,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2282,7 +2083,7 @@ msgstr ""
|
||||
msgid "no module named '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr ""
|
||||
|
||||
@ -2306,11 +2107,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 ""
|
||||
@ -2369,12 +2165,12 @@ msgstr ""
|
||||
msgid "odd-length string"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
msgid "offset out of bounds"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr ""
|
||||
|
||||
@ -2391,7 +2187,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr ""
|
||||
|
||||
@ -2411,10 +2207,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 ""
|
||||
@ -2429,7 +2221,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr ""
|
||||
|
||||
@ -2500,10 +2291,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 ""
|
||||
@ -2536,7 +2323,7 @@ msgstr ""
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr ""
|
||||
|
||||
@ -2698,7 +2485,7 @@ msgstr ""
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -2710,10 +2497,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"
|
||||
@ -2734,10 +2517,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 ""
|
||||
@ -2789,10 +2568,6 @@ msgstr ""
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
|
472
locale/de_DE.po
472
locale/de_DE.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
|
||||
"Last-Translator: Pascal Deneaux\n"
|
||||
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
|
||||
@ -54,8 +54,8 @@ msgstr "Der Index %q befindet sich außerhalb der Reihung"
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr "%q Indizes müssen ganze Zahlen sein, nicht %s"
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "%q muss >= 1 sein"
|
||||
|
||||
@ -63,7 +63,7 @@ msgstr "%q muss >= 1 sein"
|
||||
msgid "%q should be an int"
|
||||
msgstr "%q sollte ein int sein"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr "%q() nimmt %d Argumente ohne Keyword an, aber es wurden %d angegeben"
|
||||
|
||||
@ -71,12 +71,12 @@ msgstr "%q() nimmt %d Argumente ohne Keyword an, aber es wurden %d angegeben"
|
||||
msgid "'%q' argument required"
|
||||
msgstr "'%q' Argument erforderlich"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr "'%s' erwartet ein Label"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr "'%s' erwartet ein Register"
|
||||
@ -96,7 +96,7 @@ msgstr "'%s' erwartet ein FPU-Register"
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr "'%s' erwartet eine Adresse in der Form [a, b]"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr "'%s' erwartet ein Integer"
|
||||
@ -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"
|
||||
@ -249,7 +245,7 @@ msgstr "Alle UART-Peripheriegeräte sind in Benutzung"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Alle event Kanäle werden benutzt"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr "Alle sync event Kanäle werden benutzt"
|
||||
|
||||
@ -257,9 +253,9 @@ msgstr "Alle sync event Kanäle werden benutzt"
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Alle timer für diesen Pin werden bereits benutzt"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,38 +501,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr "Erwartet ein(e) %q"
|
||||
|
||||
@ -565,8 +524,8 @@ msgstr "Erwartet ein(e) %q"
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr "Characteristic wird erwartet"
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
msgid "Expected a UUID"
|
||||
msgstr "Eine UUID wird erwartet"
|
||||
|
||||
@ -604,7 +563,6 @@ msgstr "Konnte keinen RX Buffer allozieren"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Konnte keine RX Buffer mit %d allozieren"
|
||||
@ -741,20 +699,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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"
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_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"
|
||||
|
||||
@ -850,10 +804,11 @@ msgstr "Ungültiger Pin für linken Kanal"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Ungültiger Pin für rechten Kanal"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "Ungültige Pins"
|
||||
|
||||
@ -908,11 +863,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"
|
||||
@ -933,17 +883,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 ""
|
||||
@ -957,10 +896,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"
|
||||
@ -993,12 +928,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Keine Hardwareunterstützung an diesem Pin"
|
||||
|
||||
@ -1014,10 +945,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"
|
||||
@ -1059,10 +986,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."
|
||||
@ -1077,32 +1000,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"
|
||||
@ -1129,6 +1035,10 @@ msgstr "Die RTC-Kalibrierung wird auf diesem Board nicht unterstützt"
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr "Eine RTC wird auf diesem Board nicht unterstützt"
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Range out of bounds"
|
||||
msgstr ""
|
||||
@ -1165,14 +1075,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"
|
||||
@ -1300,15 +1202,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"
|
||||
@ -1347,10 +1240,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."
|
||||
@ -1359,10 +1248,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)."
|
||||
@ -1390,11 +1275,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"
|
||||
@ -1435,11 +1315,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"
|
||||
@ -1461,7 +1336,7 @@ msgstr "ein Byte-ähnliches Objekt ist erforderlich"
|
||||
msgid "abort() called"
|
||||
msgstr "abort() wurde aufgerufen"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.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"
|
||||
@ -1490,7 +1365,7 @@ msgstr "Anzahl/Type der Argumente passen nicht"
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr "Argument sollte '%q' sein, nicht '%q'"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr "Array/Bytes auf der rechten Seite erforderlich"
|
||||
|
||||
@ -1555,12 +1430,8 @@ 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"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr "Der Puffer ist zu klein"
|
||||
|
||||
@ -1613,10 +1484,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 ""
|
||||
@ -1688,14 +1555,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"
|
||||
@ -1724,14 +1583,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 ""
|
||||
@ -1818,7 +1669,7 @@ msgstr ""
|
||||
msgid "complex division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr ""
|
||||
|
||||
@ -1859,20 +1710,16 @@ msgstr ""
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
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"
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "leerer heap"
|
||||
|
||||
@ -1917,10 +1764,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"
|
||||
@ -1941,11 +1784,7 @@ 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/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: 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"
|
||||
|
||||
@ -1961,10 +1800,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ß"
|
||||
@ -1977,10 +1812,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"
|
||||
@ -1994,7 +1825,7 @@ msgstr "Funktion akzeptiert keine Keyword-Argumente"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "Funktion erwartet maximal %d Argumente, aber hat %d erhalten"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr "Funktion hat mehrere Werte für Argument '%q'"
|
||||
|
||||
@ -2016,7 +1847,7 @@ msgstr "Funktion vermisst benötigtes Keyword-Argumente '%q'"
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr "Funktion vermisst benötigtes Argumente ohne Keyword #%d"
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
@ -2050,10 +1881,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"
|
||||
@ -2067,8 +1894,7 @@ msgid "incorrect padding"
|
||||
msgstr "padding ist inkorrekt"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "index außerhalb der Reichweite"
|
||||
|
||||
@ -2100,26 +1926,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"
|
||||
@ -2140,18 +1954,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"
|
||||
@ -2193,7 +1999,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr "Schlüsselwörter müssen Zeichenfolgen sein"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr "Label '%q' nicht definiert"
|
||||
|
||||
@ -2201,10 +2007,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"
|
||||
@ -2235,7 +2037,7 @@ msgstr "long int wird in diesem Build nicht unterstützt"
|
||||
msgid "map buffer too small"
|
||||
msgstr "map buffer zu klein"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr ""
|
||||
|
||||
@ -2248,12 +2050,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"
|
||||
@ -2311,11 +2107,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2335,7 +2131,7 @@ msgstr ""
|
||||
msgid "no module named '%q'"
|
||||
msgstr "Kein Modul mit dem Namen '%q'"
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr ""
|
||||
|
||||
@ -2359,11 +2155,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 ""
|
||||
@ -2422,12 +2213,12 @@ msgstr "Objekt mit Pufferprotokoll (buffer protocol) erforderlich"
|
||||
msgid "odd-length string"
|
||||
msgstr "String mit ungerader Länge"
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
msgid "offset out of bounds"
|
||||
msgstr "offset außerhalb der Grenzen"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr ""
|
||||
|
||||
@ -2446,7 +2237,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr ""
|
||||
|
||||
@ -2466,10 +2257,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"
|
||||
@ -2484,7 +2271,6 @@ msgstr "pixel_shader muss displayio.Palette oder displayio.ColorConverter sein"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr "pop von einem leeren PulseIn"
|
||||
|
||||
@ -2557,10 +2343,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"
|
||||
@ -2593,7 +2375,7 @@ msgstr ""
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr "small int Überlauf"
|
||||
|
||||
@ -2758,7 +2540,7 @@ msgstr ""
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr "unerwartetes Keyword-Argument"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr "unerwartetes Keyword-Argument '%q'"
|
||||
|
||||
@ -2772,10 +2554,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"
|
||||
@ -2796,10 +2574,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"
|
||||
@ -2851,10 +2625,6 @@ msgstr "nicht unterstützte Typen für %q: '%s', '%s'"
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "wifi_set_ip_info() fehlgeschlagen"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr "write_args muss eine Liste, ein Tupel oder None sein"
|
||||
@ -2883,6 +2653,37 @@ 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"
|
||||
|
||||
@ -2893,5 +2694,120 @@ msgstr ""
|
||||
#~ 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 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"
|
||||
|
321
locale/en_US.po
321
locale/en_US.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@ -52,8 +52,8 @@ msgstr ""
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
msgid "%q must be >= 1"
|
||||
msgstr ""
|
||||
|
||||
@ -61,7 +61,7 @@ msgstr ""
|
||||
msgid "%q should be an int"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
|
||||
@ -69,12 +69,12 @@ msgstr ""
|
||||
msgid "'%q' argument required"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr ""
|
||||
@ -94,7 +94,7 @@ msgstr ""
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr ""
|
||||
@ -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"
|
||||
@ -247,7 +243,7 @@ msgstr ""
|
||||
msgid "All event channels in use"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr ""
|
||||
|
||||
@ -255,9 +251,9 @@ msgstr ""
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +497,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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 ""
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr ""
|
||||
|
||||
@ -560,8 +520,8 @@ msgstr ""
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
msgid "Expected a UUID"
|
||||
msgstr ""
|
||||
|
||||
@ -599,7 +559,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr ""
|
||||
@ -736,20 +695,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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 ""
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_file.c py/objstringio.c
|
||||
#: extmod/vfs_posix_file.c py/objstringio.c
|
||||
msgid "I/O operation on closed file"
|
||||
msgstr ""
|
||||
|
||||
@ -843,10 +798,11 @@ msgstr ""
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr ""
|
||||
|
||||
@ -897,11 +853,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"
|
||||
@ -919,15 +870,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 ""
|
||||
@ -941,10 +883,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 ""
|
||||
@ -977,12 +915,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr ""
|
||||
|
||||
@ -998,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 ""
|
||||
@ -1040,10 +970,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 ""
|
||||
@ -1058,32 +984,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 ""
|
||||
@ -1108,6 +1017,10 @@ msgstr ""
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Range out of bounds"
|
||||
msgstr ""
|
||||
@ -1144,14 +1057,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 ""
|
||||
@ -1267,15 +1172,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 ""
|
||||
@ -1314,10 +1210,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 ""
|
||||
@ -1326,10 +1218,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)."
|
||||
@ -1355,10 +1243,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 ""
|
||||
@ -1390,11 +1274,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 ""
|
||||
@ -1416,7 +1295,7 @@ msgstr ""
|
||||
msgid "abort() called"
|
||||
msgstr ""
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.c
|
||||
#: extmod/machine_mem.c
|
||||
#, c-format
|
||||
msgid "address %08x is not aligned to %d bytes"
|
||||
msgstr ""
|
||||
@ -1445,7 +1324,7 @@ msgstr ""
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr ""
|
||||
|
||||
@ -1510,12 +1389,8 @@ msgstr ""
|
||||
msgid "buffer slices must be of equal length"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_rtc.c
|
||||
msgid "buffer too long"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr ""
|
||||
|
||||
@ -1568,10 +1443,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 ""
|
||||
@ -1643,14 +1514,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 ""
|
||||
@ -1679,14 +1542,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 ""
|
||||
@ -1773,7 +1628,7 @@ msgstr ""
|
||||
msgid "complex division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr ""
|
||||
|
||||
@ -1814,20 +1669,16 @@ msgstr ""
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
msgid "division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "either pos or kw args are allowed"
|
||||
msgstr ""
|
||||
|
||||
#: py/objdeque.c
|
||||
msgid "empty"
|
||||
msgstr ""
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr ""
|
||||
|
||||
@ -1872,10 +1723,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 ""
|
||||
@ -1896,11 +1743,7 @@ msgstr ""
|
||||
msgid "extra positional arguments given"
|
||||
msgstr ""
|
||||
|
||||
#: ports/unix/modffi.c
|
||||
msgid "ffi_prep_closure_loc"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr ""
|
||||
|
||||
@ -1916,10 +1759,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 ""
|
||||
@ -1932,10 +1771,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 ""
|
||||
@ -1949,7 +1784,7 @@ msgstr ""
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -1971,7 +1806,7 @@ msgstr ""
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr ""
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
@ -2004,10 +1839,6 @@ msgstr ""
|
||||
msgid "identifier redefined as nonlocal"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_hspi.c
|
||||
msgid "impossible baudrate"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstr.c
|
||||
msgid "incomplete format"
|
||||
msgstr ""
|
||||
@ -2021,8 +1852,7 @@ msgid "incorrect padding"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr ""
|
||||
|
||||
@ -2054,26 +1884,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 ""
|
||||
@ -2094,18 +1912,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 ""
|
||||
@ -2143,7 +1953,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr ""
|
||||
|
||||
@ -2151,10 +1961,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 ""
|
||||
@ -2183,7 +1989,7 @@ msgstr ""
|
||||
msgid "map buffer too small"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr ""
|
||||
|
||||
@ -2196,11 +2002,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 ""
|
||||
@ -2258,11 +2059,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2282,7 +2083,7 @@ msgstr ""
|
||||
msgid "no module named '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr ""
|
||||
|
||||
@ -2306,11 +2107,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 ""
|
||||
@ -2369,12 +2165,12 @@ msgstr ""
|
||||
msgid "odd-length string"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
msgid "offset out of bounds"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr ""
|
||||
|
||||
@ -2391,7 +2187,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr ""
|
||||
|
||||
@ -2411,10 +2207,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 ""
|
||||
@ -2429,7 +2221,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr ""
|
||||
|
||||
@ -2500,10 +2291,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 ""
|
||||
@ -2536,7 +2323,7 @@ msgstr ""
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr ""
|
||||
|
||||
@ -2698,7 +2485,7 @@ msgstr ""
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -2710,10 +2497,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"
|
||||
@ -2734,10 +2517,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 ""
|
||||
@ -2789,10 +2568,6 @@ msgstr ""
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: @sommersoft, @MrCertainly\n"
|
||||
@ -54,8 +54,8 @@ msgstr ""
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
msgid "%q must be >= 1"
|
||||
msgstr ""
|
||||
|
||||
@ -63,7 +63,7 @@ msgstr ""
|
||||
msgid "%q should be an int"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
|
||||
@ -71,12 +71,12 @@ msgstr ""
|
||||
msgid "'%q' argument required"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr ""
|
||||
@ -96,7 +96,7 @@ msgstr ""
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr ""
|
||||
@ -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"
|
||||
@ -249,7 +245,7 @@ msgstr ""
|
||||
msgid "All event channels in use"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr ""
|
||||
|
||||
@ -257,9 +253,9 @@ msgstr ""
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +501,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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 ""
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr ""
|
||||
|
||||
@ -564,8 +524,8 @@ msgstr ""
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
msgid "Expected a UUID"
|
||||
msgstr ""
|
||||
|
||||
@ -603,7 +563,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr ""
|
||||
@ -740,20 +699,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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 ""
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_file.c py/objstringio.c
|
||||
#: extmod/vfs_posix_file.c py/objstringio.c
|
||||
msgid "I/O operation on closed file"
|
||||
msgstr ""
|
||||
|
||||
@ -847,10 +802,11 @@ msgstr "Belay that! Invalid pin for port-side channel"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Belay that! Invalid pin for starboard-side channel"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr ""
|
||||
|
||||
@ -901,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"
|
||||
@ -923,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 ""
|
||||
@ -945,10 +887,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 ""
|
||||
@ -981,12 +919,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr ""
|
||||
|
||||
@ -1002,10 +936,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 ""
|
||||
@ -1044,10 +974,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 ""
|
||||
@ -1062,32 +988,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 ""
|
||||
@ -1112,6 +1021,10 @@ msgstr ""
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Range out of bounds"
|
||||
msgstr ""
|
||||
@ -1148,14 +1061,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 ""
|
||||
@ -1271,15 +1176,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 ""
|
||||
@ -1318,10 +1214,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 ""
|
||||
@ -1330,10 +1222,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)."
|
||||
@ -1359,10 +1247,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 ""
|
||||
@ -1394,11 +1278,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 ""
|
||||
@ -1420,7 +1299,7 @@ msgstr ""
|
||||
msgid "abort() called"
|
||||
msgstr ""
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.c
|
||||
#: extmod/machine_mem.c
|
||||
#, c-format
|
||||
msgid "address %08x is not aligned to %d bytes"
|
||||
msgstr ""
|
||||
@ -1449,7 +1328,7 @@ msgstr ""
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr ""
|
||||
|
||||
@ -1514,12 +1393,8 @@ msgstr ""
|
||||
msgid "buffer slices must be of equal length"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_rtc.c
|
||||
msgid "buffer too long"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr ""
|
||||
|
||||
@ -1572,10 +1447,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 ""
|
||||
@ -1647,14 +1518,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 ""
|
||||
@ -1683,14 +1546,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 ""
|
||||
@ -1777,7 +1632,7 @@ msgstr ""
|
||||
msgid "complex division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr ""
|
||||
|
||||
@ -1818,20 +1673,16 @@ msgstr ""
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
msgid "division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "either pos or kw args are allowed"
|
||||
msgstr ""
|
||||
|
||||
#: py/objdeque.c
|
||||
msgid "empty"
|
||||
msgstr ""
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr ""
|
||||
|
||||
@ -1876,10 +1727,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 ""
|
||||
@ -1900,11 +1747,7 @@ msgstr ""
|
||||
msgid "extra positional arguments given"
|
||||
msgstr ""
|
||||
|
||||
#: ports/unix/modffi.c
|
||||
msgid "ffi_prep_closure_loc"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr ""
|
||||
|
||||
@ -1920,10 +1763,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 ""
|
||||
@ -1936,10 +1775,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 ""
|
||||
@ -1953,7 +1788,7 @@ msgstr ""
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -1975,7 +1810,7 @@ msgstr ""
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr ""
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
@ -2008,10 +1843,6 @@ msgstr ""
|
||||
msgid "identifier redefined as nonlocal"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_hspi.c
|
||||
msgid "impossible baudrate"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstr.c
|
||||
msgid "incomplete format"
|
||||
msgstr ""
|
||||
@ -2025,8 +1856,7 @@ msgid "incorrect padding"
|
||||
msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr ""
|
||||
|
||||
@ -2058,26 +1888,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 ""
|
||||
@ -2098,18 +1916,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 ""
|
||||
@ -2147,7 +1957,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr ""
|
||||
|
||||
@ -2155,10 +1965,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 ""
|
||||
@ -2187,7 +1993,7 @@ msgstr ""
|
||||
msgid "map buffer too small"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr ""
|
||||
|
||||
@ -2200,11 +2006,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 ""
|
||||
@ -2262,11 +2063,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2286,7 +2087,7 @@ msgstr ""
|
||||
msgid "no module named '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr ""
|
||||
|
||||
@ -2310,11 +2111,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 ""
|
||||
@ -2373,12 +2169,12 @@ msgstr ""
|
||||
msgid "odd-length string"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
msgid "offset out of bounds"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr ""
|
||||
|
||||
@ -2395,7 +2191,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr ""
|
||||
|
||||
@ -2415,10 +2211,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 ""
|
||||
@ -2433,7 +2225,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr ""
|
||||
|
||||
@ -2504,10 +2295,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 ""
|
||||
@ -2540,7 +2327,7 @@ msgstr ""
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr ""
|
||||
|
||||
@ -2702,7 +2489,7 @@ msgstr ""
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -2714,10 +2501,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"
|
||||
@ -2738,10 +2521,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 ""
|
||||
@ -2793,10 +2572,6 @@ msgstr ""
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
|
477
locale/es.po
477
locale/es.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@ -55,8 +55,8 @@ msgstr "%q indice fuera de rango"
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr "%q indices deben ser enteros, no %s"
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
#, fuzzy
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "%q debe ser >= 1"
|
||||
@ -66,7 +66,7 @@ msgstr "%q debe ser >= 1"
|
||||
msgid "%q should be an int"
|
||||
msgstr "%q deberia ser un int"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
|
||||
|
||||
@ -74,12 +74,12 @@ msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
|
||||
msgid "'%q' argument required"
|
||||
msgstr "argumento '%q' requerido"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr "'%s' espera una etiqueta"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr "'%s' espera un registro"
|
||||
@ -99,7 +99,7 @@ msgstr "'%s' espera un registro de FPU"
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr "'%s' espera una dirección de forma [a, b]"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr "'%s' espera un entero"
|
||||
@ -223,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"
|
||||
@ -254,7 +250,7 @@ msgstr "Todos los timers están siendo usados"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Todos los canales de eventos en uso"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr ""
|
||||
"Todos los canales de eventos de sincronización(sync event channels) están "
|
||||
@ -264,9 +260,9 @@ msgstr ""
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Todos los timers para este pin están siendo utilizados"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -356,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"
|
||||
@ -381,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"
|
||||
@ -420,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."
|
||||
@ -444,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."
|
||||
@ -539,37 +514,22 @@ msgstr "Capacidad de destino es mas pequeña que destination_length."
|
||||
msgid "Display rotation must be in 90 degree increments"
|
||||
msgstr "Rotación de display debe ser en incrementos de 90 grados"
|
||||
|
||||
#: 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"
|
||||
|
||||
#: 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr "Se espera un %q"
|
||||
|
||||
@ -578,8 +538,8 @@ msgstr "Se espera un %q"
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr "No se puede agregar la Característica."
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
#, fuzzy
|
||||
msgid "Expected a UUID"
|
||||
msgstr "Se espera un %q"
|
||||
@ -620,7 +580,6 @@ msgstr "Ha fallado la asignación del buffer RX"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Falló la asignación del buffer RX de %d bytes"
|
||||
@ -768,20 +727,16 @@ msgstr "Falló el iniciar la escritura de flash, err 0x%04x"
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr "Frecuencia capturada por encima de la capacidad. Captura en pausa."
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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"
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_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"
|
||||
|
||||
@ -877,10 +832,11 @@ msgstr "Pin inválido para canal izquierdo"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Pin inválido para canal derecho"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "pines inválidos"
|
||||
|
||||
@ -935,11 +891,6 @@ 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"
|
||||
@ -957,16 +908,6 @@ msgstr "Error fatal de MicroPython.\n"
|
||||
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 "Debe ser una subclase de Group."
|
||||
@ -980,10 +921,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"
|
||||
@ -1016,12 +953,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Sin soporte de hardware en pin"
|
||||
|
||||
@ -1083,10 +1016,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 ""
|
||||
@ -1101,32 +1030,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 ""
|
||||
@ -1153,6 +1065,10 @@ msgstr "Calibración de RTC no es soportada en esta placa"
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr "RTC no soportado en esta placa"
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
#, fuzzy
|
||||
msgid "Range out of bounds"
|
||||
@ -1191,14 +1107,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"
|
||||
@ -1321,15 +1229,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"
|
||||
@ -1368,10 +1267,6 @@ msgstr "Incapaz de inicializar el parser"
|
||||
msgid "Unable to read color palette data"
|
||||
msgstr "No se pudo leer los datos de la paleta de colores"
|
||||
|
||||
#: ports/esp8266/common-hal/storage/__init__.c
|
||||
msgid "Unable to remount filesystem"
|
||||
msgstr "Incapaz de montar de nuevo el sistema de archivos"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "Unable to write to nvm."
|
||||
msgstr "Imposible escribir en nvm"
|
||||
@ -1380,10 +1275,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)."
|
||||
@ -1410,10 +1301,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."
|
||||
@ -1454,11 +1341,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"
|
||||
@ -1480,7 +1362,7 @@ msgstr "se requiere un objeto bytes-like"
|
||||
msgid "abort() called"
|
||||
msgstr "se llamó abort()"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.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"
|
||||
@ -1509,7 +1391,7 @@ msgstr "argumento número/tipos no coinciden"
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr "argumento deberia ser un '%q' no un '%q'"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr "array/bytes requeridos en el lado derecho"
|
||||
|
||||
@ -1575,12 +1457,8 @@ 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"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr "buffer demasiado pequeño"
|
||||
|
||||
@ -1633,10 +1511,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"
|
||||
@ -1708,14 +1582,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"
|
||||
@ -1745,14 +1611,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"
|
||||
@ -1843,7 +1701,7 @@ msgstr "color deberia ser un int"
|
||||
msgid "complex division by zero"
|
||||
msgstr "división compleja por cero"
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr "valores complejos no soportados"
|
||||
|
||||
@ -1886,20 +1744,16 @@ msgstr "destination_length debe ser un int >= 0"
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
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"
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "heap vacío"
|
||||
|
||||
@ -1945,10 +1799,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"
|
||||
@ -1969,11 +1819,7 @@ 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/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: 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"
|
||||
|
||||
@ -1989,10 +1835,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 ""
|
||||
@ -2005,10 +1847,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"
|
||||
@ -2022,7 +1860,7 @@ msgstr "la función no tiene argumentos por palabra clave"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "la función esperaba minimo %d argumentos, tiene %d"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr "la función tiene múltiples valores para el argumento '%q'"
|
||||
|
||||
@ -2044,7 +1882,7 @@ msgstr "la función requiere del argumento por palabra clave '%q'"
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr "la función requiere del argumento posicional #%d"
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr "la función toma %d argumentos posicionales pero le fueron dados %d"
|
||||
@ -2077,10 +1915,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"
|
||||
@ -2094,8 +1928,7 @@ msgid "incorrect padding"
|
||||
msgstr "relleno (padding) incorrecto"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "index fuera de rango"
|
||||
|
||||
@ -2127,26 +1960,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"
|
||||
@ -2167,18 +1988,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"
|
||||
@ -2219,7 +2032,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr "palabras clave deben ser strings"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr "etiqueta '%q' no definida"
|
||||
|
||||
@ -2227,10 +2040,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"
|
||||
@ -2259,7 +2068,7 @@ msgstr "long int no soportado en esta compilación"
|
||||
msgid "map buffer too small"
|
||||
msgstr "map buffer muy pequeño"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr "error de dominio matemático"
|
||||
|
||||
@ -2272,11 +2081,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"
|
||||
@ -2335,11 +2139,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr "necesita más de %d valores para descomprimir"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr "potencia negativa sin float support"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr "cuenta negativa de turnos"
|
||||
|
||||
@ -2359,7 +2163,7 @@ msgstr "no se ha encontrado ningún enlace para nonlocal"
|
||||
msgid "no module named '%q'"
|
||||
msgstr "ningún módulo se llama '%q'"
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr "no hay tal atributo"
|
||||
|
||||
@ -2385,11 +2189,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 ""
|
||||
@ -2449,13 +2248,13 @@ msgstr "objeto con protocolo de buffer requerido"
|
||||
msgid "odd-length string"
|
||||
msgstr "string de longitud impar"
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
#, fuzzy
|
||||
msgid "offset out of bounds"
|
||||
msgstr "address fuera de límites"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr "solo se admiten segmentos con step=1 (alias None)"
|
||||
|
||||
@ -2472,7 +2271,7 @@ msgstr "ord() espera un carácter, pero encontró un string de longitud %d"
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr "desbordamiento convirtiendo long int a palabra de máquina"
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr "palette debe ser 32 bytes de largo"
|
||||
|
||||
@ -2492,10 +2291,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"
|
||||
@ -2511,7 +2306,6 @@ msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr "pop de un PulseIn vacío"
|
||||
|
||||
@ -2585,10 +2379,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 ""
|
||||
@ -2621,7 +2411,7 @@ msgstr "la longitud de sleep no puede ser negativa"
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr "slice step no puede ser cero"
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr "pequeño int desbordamiento"
|
||||
|
||||
@ -2785,7 +2575,7 @@ msgstr "sangría inesperada"
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr "argumento por palabra clave inesperado"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr "argumento por palabra clave inesperado '%q'"
|
||||
|
||||
@ -2797,10 +2587,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"
|
||||
@ -2821,10 +2607,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"
|
||||
@ -2876,10 +2658,6 @@ msgstr "tipos no soportados para %q: '%s', '%s'"
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "wifi_set_ip_info() ha fallado"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
@ -2910,6 +2688,33 @@ 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"
|
||||
@ -2921,11 +2726,143 @@ msgstr "paso cero"
|
||||
#~ 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 "Only Windows format, uncompressed BMP supported %d"
|
||||
#~ msgstr "Solo formato Windows, BMP sin comprimir soportado %d"
|
||||
|
||||
#~ 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 "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"
|
||||
|
490
locale/fil.po
490
locale/fil.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
|
||||
"Last-Translator: Timothy <me@timothygarcia.ca>\n"
|
||||
"Language-Team: fil\n"
|
||||
@ -52,8 +52,8 @@ msgstr "%q indeks wala sa sakop"
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr "%q indeks ay dapat integers, hindi %s"
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
#, fuzzy
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "aarehas na haba dapat ang buffer slices"
|
||||
@ -63,7 +63,7 @@ msgstr "aarehas na haba dapat ang buffer slices"
|
||||
msgid "%q should be an int"
|
||||
msgstr "y ay dapat int"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
"Ang %q() ay kumukuha ng %d positional arguments pero %d lang ang binigay"
|
||||
@ -72,12 +72,12 @@ msgstr ""
|
||||
msgid "'%q' argument required"
|
||||
msgstr "'%q' argument kailangan"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr "'%s' umaasa ng label"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr "Inaasahan ng '%s' ang isang rehistro"
|
||||
@ -97,7 +97,7 @@ msgstr "Inaasahan ng '%s' ang isang FPU register"
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr "Inaasahan ng '%s' ang isang address sa [a, b]"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr "Inaasahan ng '%s' ang isang integer"
|
||||
@ -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"
|
||||
@ -251,7 +247,7 @@ msgstr "Lahat ng I2C peripherals ginagamit"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Lahat ng event channels ginagamit"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr "Lahat ng sync event channels ay ginagamit"
|
||||
|
||||
@ -259,9 +255,9 @@ msgstr "Lahat ng sync event channels ay ginagamit"
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Lahat ng timers para sa pin na ito ay ginagamit"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +510,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr "Umasa ng %q"
|
||||
|
||||
@ -574,8 +534,8 @@ msgstr "Umasa ng %q"
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr "Hindi mabasa and Characteristic."
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
#, fuzzy
|
||||
msgid "Expected a UUID"
|
||||
msgstr "Umasa ng %q"
|
||||
@ -616,7 +576,6 @@ msgstr "Nabigong ilaan ang RX buffer"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Nabigong ilaan ang RX buffer ng %d bytes"
|
||||
@ -764,20 +723,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c shared-bindings/busio/I2C.c
|
||||
msgid "Function requires lock"
|
||||
msgstr "Function nangangailangan ng lock"
|
||||
|
||||
#: 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"
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_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"
|
||||
|
||||
@ -873,10 +828,11 @@ msgstr "Mali ang pin para sa kaliwang channel"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Mali ang pin para sa kanang channel"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "Mali ang pins"
|
||||
|
||||
@ -931,11 +887,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"
|
||||
@ -953,16 +904,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 ""
|
||||
@ -976,10 +917,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"
|
||||
@ -1012,12 +949,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Walang support sa hardware ang pin"
|
||||
|
||||
@ -1034,10 +967,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"
|
||||
@ -1079,10 +1008,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."
|
||||
@ -1098,32 +1023,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 ""
|
||||
@ -1150,6 +1058,10 @@ msgstr "RTC calibration ay hindi supportado ng board na ito"
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr "Hindi supportado ang RTC sa board na ito"
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
#, fuzzy
|
||||
msgid "Range out of bounds"
|
||||
@ -1188,14 +1100,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"
|
||||
@ -1321,15 +1225,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"
|
||||
@ -1368,10 +1263,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."
|
||||
@ -1381,10 +1272,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)."
|
||||
@ -1411,11 +1298,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 ""
|
||||
@ -1455,11 +1337,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"
|
||||
@ -1481,7 +1358,7 @@ msgstr "a bytes-like object ay kailangan"
|
||||
msgid "abort() called"
|
||||
msgstr "abort() tinawag"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.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"
|
||||
@ -1510,7 +1387,7 @@ msgstr "hindi tugma ang argument num/types"
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr "argument ay dapat na '%q' hindi '%q'"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr "array/bytes kinakailangan sa kanang bahagi"
|
||||
|
||||
@ -1576,12 +1453,8 @@ 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"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr "masyadong maliit ang buffer"
|
||||
|
||||
@ -1634,10 +1507,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 ""
|
||||
@ -1711,14 +1580,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"
|
||||
@ -1747,14 +1608,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"
|
||||
@ -1845,7 +1698,7 @@ msgstr "color ay dapat na int"
|
||||
msgid "complex division by zero"
|
||||
msgstr "kumplikadong dibisyon sa pamamagitan ng zero"
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr "kumplikadong values hindi sinusuportahan"
|
||||
|
||||
@ -1890,20 +1743,16 @@ msgstr "ang destination_length ay dapat na isang int >= 0"
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr "may mali sa haba ng dict update sequence"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
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"
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "walang laman ang heap"
|
||||
|
||||
@ -1949,10 +1798,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"
|
||||
@ -1973,11 +1818,7 @@ 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/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: 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"
|
||||
|
||||
@ -1993,10 +1834,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"
|
||||
@ -2009,10 +1846,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"
|
||||
@ -2026,7 +1859,7 @@ msgstr "ang function ay hindi kumukuha ng mga argumento ng keyword"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "function na inaasahang %d ang argumento, ngunit %d ang nakuha"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr "ang function ay nakakuha ng maraming values para sa argument '%q'"
|
||||
|
||||
@ -2048,7 +1881,7 @@ msgstr "function nangangailangan ng keyword argument '%q'"
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr "function nangangailangan ng positional argument #%d"
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
@ -2082,10 +1915,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"
|
||||
@ -2099,8 +1928,7 @@ msgid "incorrect padding"
|
||||
msgstr "mali ang padding"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "index wala sa sakop"
|
||||
|
||||
@ -2132,26 +1960,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"
|
||||
@ -2172,18 +1988,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"
|
||||
@ -2225,7 +2033,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr "ang keywords dapat strings"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr "label '%d' kailangan na i-define"
|
||||
|
||||
@ -2233,10 +2041,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"
|
||||
@ -2265,7 +2069,7 @@ msgstr "long int hindi sinusuportahan sa build na ito"
|
||||
msgid "map buffer too small"
|
||||
msgstr "masyadong maliit ang buffer map"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr "may pagkakamali sa math domain"
|
||||
|
||||
@ -2278,12 +2082,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"
|
||||
@ -2342,11 +2140,11 @@ msgstr "native yield"
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr "kailangan ng higit sa %d na halaga upang i-unpack"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr "negatibong power na walang float support"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr "negative shift count"
|
||||
|
||||
@ -2366,7 +2164,7 @@ msgstr "no binding para sa nonlocal, nahanap"
|
||||
msgid "no module named '%q'"
|
||||
msgstr "walang module na '%q'"
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr "walang ganoon na attribute"
|
||||
|
||||
@ -2390,11 +2188,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"
|
||||
@ -2453,13 +2246,13 @@ msgstr "object na may buffer protocol kinakailangan"
|
||||
msgid "odd-length string"
|
||||
msgstr "odd-length string"
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
#, fuzzy
|
||||
msgid "offset out of bounds"
|
||||
msgstr "wala sa sakop ang address"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
|
||||
|
||||
@ -2476,7 +2269,7 @@ msgstr "ord() umaasa ng character pero string ng %d haba ang nakita"
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr "overflow nagcoconvert ng long int sa machine word"
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr "ang palette ay dapat 32 bytes ang haba"
|
||||
|
||||
@ -2496,10 +2289,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"
|
||||
@ -2515,7 +2304,6 @@ msgstr "pixel_shader ay dapat displayio.Palette o displayio.ColorConverter"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr "pop mula sa walang laman na PulseIn"
|
||||
|
||||
@ -2589,10 +2377,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"
|
||||
@ -2625,7 +2409,7 @@ msgstr "sleep length ay dapat hindi negatibo"
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr "slice step ay hindi puedeng 0"
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr "small int overflow"
|
||||
|
||||
@ -2789,7 +2573,7 @@ msgstr "hindi inaasahang indent"
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr "hindi inaasahang argumento ng keyword"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr "hindi inaasahang argumento ng keyword na '%q'"
|
||||
|
||||
@ -2801,10 +2585,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"
|
||||
@ -2825,10 +2605,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)"
|
||||
@ -2880,10 +2656,6 @@ msgstr "hindi sinusuportahang type para sa %q: '%s', '%s'"
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "nabigo ang wifi_set_ip_info()"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
@ -2914,6 +2686,36 @@ 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"
|
||||
@ -2925,11 +2727,147 @@ msgstr "zero step"
|
||||
#~ 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 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 "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()"
|
||||
|
480
locale/fr.po
480
locale/fr.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-12-23 20:05+0100\n"
|
||||
"Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n"
|
||||
"Language-Team: fr\n"
|
||||
@ -51,8 +51,8 @@ msgstr "index %q hors gamme"
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr "les indices %q doivent être des entiers, pas %s"
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
#, fuzzy
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "les slices de tampon doivent être de longueurs égales"
|
||||
@ -62,7 +62,7 @@ msgstr "les slices de tampon doivent être de longueurs égales"
|
||||
msgid "%q should be an int"
|
||||
msgstr "y doit être un entier (int)"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr "%q() prend %d arguments mais %d ont été donnés"
|
||||
|
||||
@ -70,12 +70,12 @@ msgstr "%q() prend %d arguments mais %d ont été donnés"
|
||||
msgid "'%q' argument required"
|
||||
msgstr "'%q' argument requis"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr "'%s' attend un label"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr "'%s' attend un registre"
|
||||
@ -95,7 +95,7 @@ msgstr "'%s' attend un registre FPU"
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr "'%s' attend une adresse de la forme [a, b]"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr "'%s' attend un entier"
|
||||
@ -218,10 +218,6 @@ msgstr "pow() avec 3 arguments non supporté"
|
||||
msgid "A hardware interrupt channel is already in use"
|
||||
msgstr "Un canal d'interruptions est déjà utilisé"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "AP required"
|
||||
msgstr "'AP' requis"
|
||||
|
||||
#: shared-bindings/bleio/Address.c
|
||||
#, c-format
|
||||
msgid "Address is not %d bytes long or is in wrong format"
|
||||
@ -251,7 +247,7 @@ msgstr "Tous les périphériques I2C sont utilisés"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Tous les canaux d'événements sont utilisés"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr "Tous les canaux d'événements de synchro sont utilisés"
|
||||
|
||||
@ -259,9 +255,9 @@ msgstr "Tous les canaux d'événements de synchro sont utilisés"
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Tous les timers pour cette broche sont utilisés"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -352,10 +348,6 @@ msgstr "le tampon doit être un objet bytes-like"
|
||||
msgid "Bytes must be between 0 and 255."
|
||||
msgstr "Les octets 'bytes' doivent être entre 0 et 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"
|
||||
@ -377,18 +369,10 @@ msgstr "Modification du nom impossible en mode Central"
|
||||
msgid "Can't connect in Peripheral mode"
|
||||
msgstr "Impossible de se connecter en mode Peripheral"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "Cannot connect to AP"
|
||||
msgstr "Impossible de se connecter à 'AP'"
|
||||
|
||||
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
|
||||
msgid "Cannot delete values"
|
||||
msgstr "Impossible de supprimer les valeurs"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "Cannot disconnect from AP"
|
||||
msgstr "Impossible de se déconnecter 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"
|
||||
@ -416,15 +400,10 @@ msgid "Cannot remount '/' when USB is active."
|
||||
msgstr "'/' ne peut être remonté quand l'USB est actif."
|
||||
|
||||
#: 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 ""
|
||||
"Ne peut être redémarré vers le bootloader car il n'y a pas de bootloader."
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "Cannot set STA config"
|
||||
msgstr "Impossible de configurer STA"
|
||||
|
||||
#: shared-bindings/digitalio/DigitalInOut.c
|
||||
msgid "Cannot set value when direction is input."
|
||||
msgstr "Impossible d'affecter une valeur quand la direction est 'input'."
|
||||
@ -441,10 +420,6 @@ msgstr "Pas de transfert sans broches MOSI et MISO"
|
||||
msgid "Cannot unambiguously get sizeof scalar"
|
||||
msgstr "Impossible d'obtenir la taille du scalaire sans ambigüité"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "Cannot update i/f status"
|
||||
msgstr "le status i/f ne peut être mis à jour"
|
||||
|
||||
#: shared-module/bitbangio/SPI.c
|
||||
msgid "Cannot write without MOSI pin."
|
||||
msgstr "Impossible d'écrire sans broche MOSI."
|
||||
@ -534,37 +509,22 @@ msgstr "La capacité de la cible est plus petite que 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 "Ne sais pas comment passer l'objet à une fonction native"
|
||||
|
||||
#: shared-bindings/digitalio/DigitalInOut.c
|
||||
msgid "Drive mode not used when direction is input."
|
||||
msgstr "Le mode Drive n'est pas utilisé quand la direction est 'input'."
|
||||
|
||||
#: ports/esp8266/common-hal/microcontroller/__init__.c
|
||||
msgid "ESP8226 does not support safe mode."
|
||||
msgstr "l'ESP8266 ne supporte pas le mode sans-échec"
|
||||
|
||||
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
|
||||
msgid "ESP8266 does not support pull down."
|
||||
msgstr "L'ESP8266 ne supporte pas le rappel (pull-down)"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "EXTINT channel already in use"
|
||||
msgstr "Canal EXTINT déjà utilisé"
|
||||
|
||||
#: ports/unix/modffi.c
|
||||
msgid "Error in ffi_prep_cif"
|
||||
msgstr "Erreur dans ffi_prep_cif"
|
||||
|
||||
#: extmod/modure.c
|
||||
msgid "Error in regex"
|
||||
msgstr "Erreur dans l'expression régulière"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr "Attendu : %q"
|
||||
|
||||
@ -573,8 +533,8 @@ msgstr "Attendu : %q"
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr "Impossible d'ajouter la Characteristic."
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
#, fuzzy
|
||||
msgid "Expected a UUID"
|
||||
msgstr "Attendu : %q"
|
||||
@ -615,7 +575,6 @@ msgstr "Echec de l'allocation du tampon RX"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Echec de l'allocation de %d octets du tampon RX"
|
||||
@ -763,20 +722,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c shared-bindings/busio/I2C.c
|
||||
msgid "Function requires lock"
|
||||
msgstr "La fonction nécessite un verrou"
|
||||
|
||||
#: ports/esp8266/common-hal/digitalio/DigitalInOut.c
|
||||
msgid "GPIO16 does not support pull up."
|
||||
msgstr "le GPIO16 ne supporte pas le tirage (pull-up)"
|
||||
|
||||
#: shared-module/displayio/Group.c
|
||||
msgid "Group full"
|
||||
msgstr "Groupe plein"
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_file.c py/objstringio.c
|
||||
#: extmod/vfs_posix_file.c py/objstringio.c
|
||||
msgid "I/O operation on closed file"
|
||||
msgstr "opération d'E/S sur un fichier fermé"
|
||||
|
||||
@ -875,10 +830,11 @@ msgstr "Broche invalide pour le canal gauche"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Broche invalide pour le canal droit"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "Broches invalides"
|
||||
|
||||
@ -934,11 +890,6 @@ msgstr "Echec de l'init. de la broche MISO"
|
||||
msgid "MOSI pin init failed."
|
||||
msgstr "Echec de l'init. de la broche MOSI"
|
||||
|
||||
#: ports/esp8266/common-hal/pulseio/PWMOut.c
|
||||
#, c-format
|
||||
msgid "Maximum PWM frequency is %dhz."
|
||||
msgstr "La fréquence de PWM maximale est %dHz"
|
||||
|
||||
#: shared-module/displayio/Shape.c
|
||||
#, c-format
|
||||
msgid "Maximum x value when mirrored is %d"
|
||||
@ -956,16 +907,6 @@ msgstr "Erreur fatale de MicroPython.\n"
|
||||
msgid "Microphone startup delay must be in range 0.0 to 1.0"
|
||||
msgstr "Le délais au démarrage du micro doit être entre 0.0 et 1.0"
|
||||
|
||||
#: ports/esp8266/common-hal/pulseio/PWMOut.c
|
||||
msgid "Minimum PWM frequency is 1hz."
|
||||
msgstr "La fréquence de PWM minimale est 1Hz"
|
||||
|
||||
#: ports/esp8266/common-hal/pulseio/PWMOut.c
|
||||
#, c-format
|
||||
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
|
||||
msgstr ""
|
||||
"Les fréquences de PWM multiples ne sont pas supportées. PWM réglé à %dHz"
|
||||
|
||||
#: shared-bindings/displayio/Display.c
|
||||
msgid "Must be a Group subclass."
|
||||
msgstr ""
|
||||
@ -979,10 +920,6 @@ msgstr "Pas de DAC sur la puce"
|
||||
msgid "No DMA channel found"
|
||||
msgstr "Aucun canal DMA trouvé"
|
||||
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "No PulseIn support for %q"
|
||||
msgstr "Pas de support de PulseIn pour %q"
|
||||
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
|
||||
msgid "No RX pin"
|
||||
msgstr "Pas de broche RX"
|
||||
@ -1015,12 +952,8 @@ msgstr "Pas de GCLK libre"
|
||||
msgid "No hardware random available"
|
||||
msgstr "Pas de source matérielle d'aléa disponible"
|
||||
|
||||
#: ports/esp8266/common-hal/analogio/AnalogOut.c
|
||||
msgid "No hardware support for analog out."
|
||||
msgstr "Pas de support matériel pour une sortie analogique"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Pas de support matériel pour cette broche"
|
||||
|
||||
@ -1037,10 +970,6 @@ msgstr "Fichier/dossier introuvable"
|
||||
msgid "Not connected"
|
||||
msgstr "Impossible de se connecter à 'AP'"
|
||||
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
msgid "Not connected."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
|
||||
msgid "Not playing"
|
||||
msgstr "Ne joue pas"
|
||||
@ -1083,10 +1012,6 @@ msgstr ""
|
||||
msgid "Only slices with step=1 (aka None) are supported"
|
||||
msgstr "seuls les slices avec 'step=1' (cad None) sont supportées"
|
||||
|
||||
#: ports/esp8266/common-hal/busio/UART.c
|
||||
msgid "Only tx supported on UART1 (GPIO2)."
|
||||
msgstr "Seul le tx est supporté sur l'UART1 (GPIO2)."
|
||||
|
||||
#: shared-bindings/audiobusio/PDMIn.c
|
||||
msgid "Oversample must be multiple of 8."
|
||||
msgstr "Le sur-échantillonage doit être un multiple de 8."
|
||||
@ -1106,32 +1031,15 @@ msgstr ""
|
||||
"La fréquence de PWM n'est pas modifiable quand variable_frequency est False "
|
||||
"à la construction."
|
||||
|
||||
#: ports/esp8266/common-hal/pulseio/PWMOut.c ports/esp8266/machine_pwm.c
|
||||
#, c-format
|
||||
msgid "PWM not supported on pin %d"
|
||||
msgstr "La broche %d ne supporte pas le PWM"
|
||||
|
||||
#: py/moduerrno.c
|
||||
msgid "Permission denied"
|
||||
msgstr "Permission refusée"
|
||||
|
||||
#: ports/esp8266/common-hal/analogio/AnalogIn.c
|
||||
msgid "Pin %q does not have ADC capabilities"
|
||||
msgstr "La broche %q n'a pas de convertisseur analogique-digital"
|
||||
|
||||
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
|
||||
#: ports/nrf/common-hal/analogio/AnalogIn.c
|
||||
msgid "Pin does not have ADC capabilities"
|
||||
msgstr "la broche ne peut être utilisé pour l'ADC"
|
||||
|
||||
#: ports/esp8266/machine_pin.c
|
||||
msgid "Pin(16) doesn't support pull"
|
||||
msgstr "Pin(16) ne supporte pas le tirage (pull)"
|
||||
|
||||
#: ports/esp8266/common-hal/busio/SPI.c
|
||||
msgid "Pins not valid for SPI"
|
||||
msgstr "Broche invalide pour le SPI"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Pixel beyond bounds of buffer"
|
||||
msgstr ""
|
||||
@ -1157,6 +1065,10 @@ msgstr "calibration de la RTC non supportée sur cette carte"
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr "RTC non supportée sur cette carte"
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
#, fuzzy
|
||||
msgid "Range out of bounds"
|
||||
@ -1195,14 +1107,6 @@ msgstr "Mode sans-échec! Le code sauvegardé ne s'éxecute pas.\n"
|
||||
msgid "SDA or SCL needs a pull up"
|
||||
msgstr "SDA ou SCL a besoin d'une résistance de tirage ('pull up')"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "STA must be active"
|
||||
msgstr "'STA' doit être actif"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "STA required"
|
||||
msgstr "'STA' requis"
|
||||
|
||||
#: shared-bindings/audioio/Mixer.c
|
||||
#, fuzzy
|
||||
msgid "Sample rate must be positive"
|
||||
@ -1332,15 +1236,6 @@ msgstr "Trace (appels les plus récents en dernier):\n"
|
||||
msgid "Tuple or struct_time argument required"
|
||||
msgstr "Argument de type tuple ou struct_time nécessaire"
|
||||
|
||||
#: ports/esp8266/machine_uart.c
|
||||
#, c-format
|
||||
msgid "UART(%d) does not exist"
|
||||
msgstr "UART(%d) n'existe pas"
|
||||
|
||||
#: ports/esp8266/machine_uart.c
|
||||
msgid "UART(1) can't read"
|
||||
msgstr "UART(1) ne peut pas lire"
|
||||
|
||||
#: shared-module/usb_hid/Device.c
|
||||
msgid "USB Busy"
|
||||
msgstr "USB occupé"
|
||||
@ -1379,10 +1274,6 @@ msgstr "Impossible d'initialiser le parser"
|
||||
msgid "Unable to read color palette data"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/common-hal/storage/__init__.c
|
||||
msgid "Unable to remount filesystem"
|
||||
msgstr "Impossible de remonter le système de fichiers"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "Unable to write to nvm."
|
||||
msgstr "Impossible d'écrire sur la nvm."
|
||||
@ -1392,10 +1283,6 @@ msgstr "Impossible d'écrire sur la nvm."
|
||||
msgid "Unexpected nrfx uuid type"
|
||||
msgstr "indentation inattendue"
|
||||
|
||||
#: ports/unix/modffi.c
|
||||
msgid "Unknown type"
|
||||
msgstr "Type inconnu"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
#, c-format
|
||||
msgid "Unmatched number of items on RHS (expected %d, got %d)."
|
||||
@ -1422,11 +1309,6 @@ msgstr "Opération non supportée"
|
||||
msgid "Unsupported pull value."
|
||||
msgstr "Valeur de tirage 'pull' non supportée."
|
||||
|
||||
#: ports/esp8266/common-hal/storage/__init__.c
|
||||
msgid "Use esptool to erase flash and re-upload Python instead"
|
||||
msgstr ""
|
||||
"Utilisez 'esptool' pour effacer la flash et rechargez Python à la place"
|
||||
|
||||
#: py/emitnative.c
|
||||
msgid "Viper functions don't currently support more than 4 arguments"
|
||||
msgstr "les fonctions Viper ne supportent pas plus de 4 arguments actuellement"
|
||||
@ -1465,11 +1347,6 @@ msgstr ""
|
||||
msgid "You requested starting safe mode by "
|
||||
msgstr "Vous avez demandé à démarrer en mode sans-échec par "
|
||||
|
||||
#: ports/unix/modusocket.c
|
||||
#, c-format
|
||||
msgid "[addrinfo error %d]"
|
||||
msgstr ""
|
||||
|
||||
#: py/objtype.c
|
||||
msgid "__init__() should return None"
|
||||
msgstr "__init__() doit retourner None"
|
||||
@ -1491,7 +1368,7 @@ msgstr "un objet 'bytes-like' est requis"
|
||||
msgid "abort() called"
|
||||
msgstr "abort() appelé"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.c
|
||||
#: extmod/machine_mem.c
|
||||
#, c-format
|
||||
msgid "address %08x is not aligned to %d bytes"
|
||||
msgstr "l'adresse %08x n'est pas alignée sur %d octets"
|
||||
@ -1520,7 +1397,7 @@ msgstr "argument num/types ne correspond pas"
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr "l'argument devrait être un(e) '%q', pas '%q'"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr "tableau/octets requis à droite"
|
||||
|
||||
@ -1588,12 +1465,8 @@ msgstr "les slices de tampon doivent être de longueurs égales"
|
||||
msgid "buffer slices must be of equal length"
|
||||
msgstr "les slices de tampon doivent être de longueurs égales"
|
||||
|
||||
#: ports/esp8266/machine_rtc.c
|
||||
msgid "buffer too long"
|
||||
msgstr "tampon trop long"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr "tampon trop petit"
|
||||
|
||||
@ -1646,10 +1519,6 @@ msgstr "Maximum 4 paramètres pour l'assembleur Xtensa"
|
||||
msgid "can only save bytecode"
|
||||
msgstr "ne peut sauvegarder que du bytecode"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "can query only one param"
|
||||
msgstr "ne peut demander qu'un seul paramètre"
|
||||
|
||||
#: py/objtype.c
|
||||
msgid "can't add special method to already-subclassed class"
|
||||
msgstr ""
|
||||
@ -1723,14 +1592,6 @@ msgstr "opération binaire impossible entre '%q' et '%q'"
|
||||
msgid "can't do truncated division of a complex number"
|
||||
msgstr "on ne peut pas faire de division tronquée de nombres complexes"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "can't get AP config"
|
||||
msgstr "impossible de récupérer la config de 'AP'"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "can't get STA config"
|
||||
msgstr "impossible de récupérer la config de 'STA'"
|
||||
|
||||
#: py/compile.c
|
||||
msgid "can't have multiple **x"
|
||||
msgstr "il ne peut y avoir de **x multiples"
|
||||
@ -1761,14 +1622,6 @@ msgstr ""
|
||||
"on ne peut envoyer une valeur autre que None à un générateur fraîchement "
|
||||
"démarré"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "can't set AP config"
|
||||
msgstr "impossible de régler la config de 'AP'"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "can't set STA config"
|
||||
msgstr "impossible de régler la config de 'STA'"
|
||||
|
||||
#: py/objnamedtuple.c
|
||||
msgid "can't set attribute"
|
||||
msgstr "attribut non modifiable"
|
||||
@ -1864,7 +1717,7 @@ msgstr "la couleur doit être un entier (int)"
|
||||
msgid "complex division by zero"
|
||||
msgstr "division complexe par zéro"
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr "valeurs complexes non supportées"
|
||||
|
||||
@ -1907,20 +1760,16 @@ msgstr "destination_length doit être un entier >= 0"
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr "la séquence de mise à jour de dict a une mauvaise longueur"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
msgid "division by zero"
|
||||
msgstr "division par zéro"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "either pos or kw args are allowed"
|
||||
msgstr "soit 'pos', soit 'kw' est permis en argument"
|
||||
|
||||
#: py/objdeque.c
|
||||
msgid "empty"
|
||||
msgstr "vide"
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "'heap' vide"
|
||||
|
||||
@ -1966,10 +1815,6 @@ msgstr "un tuple ou une liste est attendu"
|
||||
msgid "expecting a dict for keyword args"
|
||||
msgstr "un dict est attendu pour les arguments nommés"
|
||||
|
||||
#: ports/esp8266/machine_pin.c
|
||||
msgid "expecting a pin"
|
||||
msgstr "une broche (Pin) est attendue"
|
||||
|
||||
#: py/compile.c
|
||||
msgid "expecting an assembler instruction"
|
||||
msgstr "une instruction assembleur est attendue"
|
||||
@ -1990,11 +1835,7 @@ msgstr "argument nommé donné en plus"
|
||||
msgid "extra positional arguments given"
|
||||
msgstr "argument positionnel donné en plus"
|
||||
|
||||
#: ports/unix/modffi.c
|
||||
msgid "ffi_prep_closure_loc"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr "le fichier doit être un fichier ouvert en mode 'byte'"
|
||||
|
||||
@ -2010,10 +1851,6 @@ msgstr "le premier argument de super() doit être un type"
|
||||
msgid "firstbit must be MSB"
|
||||
msgstr "le 1er bit doit être le MSB"
|
||||
|
||||
#: ports/esp8266/modesp.c
|
||||
msgid "flash location must be below 1MByte"
|
||||
msgstr "l'emplacement en mémoire flash doit être inférieure à 1Mo"
|
||||
|
||||
#: py/objint.c
|
||||
msgid "float too big"
|
||||
msgstr "nombre flottant trop grand"
|
||||
@ -2026,10 +1863,6 @@ msgstr "la fonte doit être longue de 2048 octets"
|
||||
msgid "format requires a dict"
|
||||
msgstr "le format nécessite un dict"
|
||||
|
||||
#: ports/esp8266/modmachine.c
|
||||
msgid "frequency can only be either 80Mhz or 160MHz"
|
||||
msgstr "la fréquence doit être soit 80MHz soit 160MHz"
|
||||
|
||||
#: py/objdeque.c
|
||||
msgid "full"
|
||||
msgstr "plein"
|
||||
@ -2043,7 +1876,7 @@ msgstr "la fonction ne prend pas d'arguments nommés"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "la fonction attendait au plus %d arguments, reçu %d"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
|
||||
|
||||
@ -2065,7 +1898,7 @@ msgstr "il manque l'argument nommé obligatoire '%q'"
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr "il manque l'argument obligatoire #%d"
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr "la fonction prend %d argument(s) mais %d ont été donné(s)"
|
||||
@ -2098,10 +1931,6 @@ msgstr "identifiant redéfini comme global"
|
||||
msgid "identifier redefined as nonlocal"
|
||||
msgstr "identifiant redéfini comme nonlocal"
|
||||
|
||||
#: ports/esp8266/machine_hspi.c
|
||||
msgid "impossible baudrate"
|
||||
msgstr "débit impossible"
|
||||
|
||||
#: py/objstr.c
|
||||
msgid "incomplete format"
|
||||
msgstr "format incomplet"
|
||||
@ -2115,8 +1944,7 @@ msgid "incorrect padding"
|
||||
msgstr "espacement incorrect"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "index hors gamme"
|
||||
|
||||
@ -2148,26 +1976,14 @@ msgstr "périphérique I2C invalide"
|
||||
msgid "invalid SPI peripheral"
|
||||
msgstr "périphérique SPI invalide"
|
||||
|
||||
#: ports/esp8266/machine_rtc.c
|
||||
msgid "invalid alarm"
|
||||
msgstr "alarme invalide"
|
||||
|
||||
#: lib/netutils/netutils.c
|
||||
msgid "invalid arguments"
|
||||
msgstr "arguments invalides"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "invalid buffer length"
|
||||
msgstr "longueur de tampon invalide"
|
||||
|
||||
#: extmod/modussl_axtls.c
|
||||
msgid "invalid cert"
|
||||
msgstr "certificat invalide"
|
||||
|
||||
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
|
||||
msgid "invalid data bits"
|
||||
msgstr "bits de données invalides"
|
||||
|
||||
#: extmod/uos_dupterm.c
|
||||
msgid "invalid dupterm index"
|
||||
msgstr "index invalide pour dupterm"
|
||||
@ -2188,18 +2004,10 @@ msgstr "clé invalide"
|
||||
msgid "invalid micropython decorator"
|
||||
msgstr "décorateur micropython invalide"
|
||||
|
||||
#: ports/esp8266/machine_pin.c
|
||||
msgid "invalid pin"
|
||||
msgstr "broche invalide"
|
||||
|
||||
#: shared-bindings/random/__init__.c
|
||||
msgid "invalid step"
|
||||
msgstr "pas invalide"
|
||||
|
||||
#: ports/esp8266/common-hal/busio/UART.c ports/esp8266/machine_uart.c
|
||||
msgid "invalid stop bits"
|
||||
msgstr "bits d'arrêt invalides"
|
||||
|
||||
#: py/compile.c py/parse.c
|
||||
msgid "invalid syntax"
|
||||
msgstr "syntaxe invalide"
|
||||
@ -2239,7 +2047,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr "les noms doivent être des chaînes de caractère"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr "label '%q' non supporté"
|
||||
|
||||
@ -2247,10 +2055,6 @@ msgstr "label '%q' non supporté"
|
||||
msgid "label redefined"
|
||||
msgstr "label redéfini"
|
||||
|
||||
#: ports/esp8266/modesp.c
|
||||
msgid "len must be multiple of 4"
|
||||
msgstr "'len' doit être un multiple de 4"
|
||||
|
||||
#: py/stream.c
|
||||
msgid "length argument not allowed for this type"
|
||||
msgstr "argument lenght non permis pour ce type"
|
||||
@ -2279,7 +2083,7 @@ msgstr "entiers longs non supportés dans cette build"
|
||||
msgid "map buffer too small"
|
||||
msgstr "tampon trop petit"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr "erreur de domaine math"
|
||||
|
||||
@ -2292,12 +2096,6 @@ msgstr "profondeur maximale de récursivité dépassée"
|
||||
msgid "memory allocation failed, allocating %u bytes"
|
||||
msgstr "l'allocation de mémoire a échoué en allouant %u octets"
|
||||
|
||||
#: ports/esp8266/modesp.c
|
||||
#, c-format
|
||||
msgid "memory allocation failed, allocating %u bytes for native code"
|
||||
msgstr ""
|
||||
"l'allocation de mémoire a échoué en allouant %u octets pour un code natif"
|
||||
|
||||
#: py/runtime.c
|
||||
msgid "memory allocation failed, heap is locked"
|
||||
msgstr "l'allocation de mémoire a échoué, la pile est vérrouillé"
|
||||
@ -2356,11 +2154,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr "nécessite plus de %d valeur à dégrouper"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr "puissance négative sans support des nombres flottants"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr "compte de décalage négatif"
|
||||
|
||||
@ -2381,7 +2179,7 @@ msgstr "pas de lien trouvé pour nonlocal"
|
||||
msgid "no module named '%q'"
|
||||
msgstr "pas de module '%q'"
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr "pas de tel attribut"
|
||||
|
||||
@ -2406,11 +2204,6 @@ msgstr "argument non-nommé après argument nommé"
|
||||
msgid "not a 128-bit UUID"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/machine_adc.c
|
||||
#, c-format
|
||||
msgid "not a valid ADC Channel: %d"
|
||||
msgstr "canal ADC non valide : %d"
|
||||
|
||||
#: py/objstr.c
|
||||
msgid "not all arguments converted during string formatting"
|
||||
msgstr ""
|
||||
@ -2470,13 +2263,13 @@ msgstr "un objet avec un protocol de tampon est nécessaire"
|
||||
msgid "odd-length string"
|
||||
msgstr "chaîne de longueur impaire"
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
#, fuzzy
|
||||
msgid "offset out of bounds"
|
||||
msgstr "adresse hors limites"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr "seuls les slices avec 'step=1' (cad None) sont supportées"
|
||||
|
||||
@ -2493,7 +2286,7 @@ msgstr "ord() attend un caractère mais une chaîne de longueur %d a été trouv
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr "dépassement de capacité en convertissant un entier long en mot machine"
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr "la palette doit être longue de 32 octets"
|
||||
|
||||
@ -2515,10 +2308,6 @@ msgstr "les paramètres doivent être des registres dans la séquence a2 à a5"
|
||||
msgid "parameters must be registers in sequence r0 to r3"
|
||||
msgstr "les paramètres doivent être des registres dans la séquence r0 à r3"
|
||||
|
||||
#: ports/esp8266/machine_pin.c
|
||||
msgid "pin does not have IRQ capabilities"
|
||||
msgstr "la broche ne supporte pas les interruptions (IRQ)"
|
||||
|
||||
#: shared-bindings/displayio/Bitmap.c
|
||||
#, fuzzy
|
||||
msgid "pixel coordinates out of bounds"
|
||||
@ -2535,7 +2324,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr "'pop' d'une entrée PulseIn vide"
|
||||
|
||||
@ -2609,10 +2397,6 @@ msgstr ""
|
||||
msgid "sampling rate out of range"
|
||||
msgstr "taux d'échantillonage hors gamme"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "scan failed"
|
||||
msgstr "échec du scan"
|
||||
|
||||
#: py/modmicropython.c
|
||||
msgid "schedule stack full"
|
||||
msgstr "pile de plannification pleine"
|
||||
@ -2645,7 +2429,7 @@ msgstr "la longueur de sleep ne doit pas être négative"
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr "le pas 'step' de slice ne peut être zéro"
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr "dépassement de capacité d'un entier court"
|
||||
|
||||
@ -2810,7 +2594,7 @@ msgstr "indentation inattendue"
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr "argument nommé imprévu"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr "argument nommé '%q' imprévu"
|
||||
|
||||
@ -2822,10 +2606,6 @@ msgstr "échappements de nom unicode"
|
||||
msgid "unindent does not match any outer indentation level"
|
||||
msgstr "la désindentation ne correspond à aucune indentation"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "unknown config param"
|
||||
msgstr "paramètre de config. inconnu"
|
||||
|
||||
#: py/objstr.c
|
||||
#, c-format
|
||||
msgid "unknown conversion specifier %c"
|
||||
@ -2846,10 +2626,6 @@ msgstr "code de format '%c' inconnu pour un objet de type 'float'"
|
||||
msgid "unknown format code '%c' for object of type 'str'"
|
||||
msgstr "code de format '%c' inconnu pour un objet de type 'str'"
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "unknown status param"
|
||||
msgstr "paramètre de status inconnu"
|
||||
|
||||
#: py/compile.c
|
||||
msgid "unknown type"
|
||||
msgstr "type inconnu"
|
||||
@ -2902,10 +2678,6 @@ msgstr "type non supporté pour %q: '%s', '%s'"
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "wifi_set_ip_info() a échoué"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
@ -2937,6 +2709,33 @@ msgstr "adresse hors limites"
|
||||
msgid "zero step"
|
||||
msgstr "'step' nul"
|
||||
|
||||
#~ msgid "AP required"
|
||||
#~ msgstr "'AP' requis"
|
||||
|
||||
#~ msgid "Cannot connect to AP"
|
||||
#~ msgstr "Impossible de se connecter à 'AP'"
|
||||
|
||||
#~ msgid "Cannot disconnect from AP"
|
||||
#~ msgstr "Impossible de se déconnecter de 'AP'"
|
||||
|
||||
#~ msgid "Cannot set STA config"
|
||||
#~ msgstr "Impossible de configurer STA"
|
||||
|
||||
#~ msgid "Cannot update i/f status"
|
||||
#~ msgstr "le status i/f ne peut être mis à jour"
|
||||
|
||||
#~ msgid "Don't know how to pass object to native function"
|
||||
#~ msgstr "Ne sais pas comment passer l'objet à une fonction native"
|
||||
|
||||
#~ msgid "ESP8226 does not support safe mode."
|
||||
#~ msgstr "l'ESP8266 ne supporte pas le mode sans-échec"
|
||||
|
||||
#~ msgid "ESP8266 does not support pull down."
|
||||
#~ msgstr "L'ESP8266 ne supporte pas le rappel (pull-down)"
|
||||
|
||||
#~ msgid "Error in ffi_prep_cif"
|
||||
#~ msgstr "Erreur dans ffi_prep_cif"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
|
||||
#~ msgstr "Impossible de notifier la valeur de l'attribut. status: 0x%08lX"
|
||||
@ -2948,12 +2747,141 @@ msgstr "'step' nul"
|
||||
#~ msgid "Function requires lock."
|
||||
#~ msgstr "La fonction nécessite un verrou."
|
||||
|
||||
#~ msgid "GPIO16 does not support pull up."
|
||||
#~ msgstr "le GPIO16 ne supporte pas le tirage (pull-up)"
|
||||
|
||||
#~ msgid "Maximum PWM frequency is %dhz."
|
||||
#~ msgstr "La fréquence de PWM maximale est %dHz"
|
||||
|
||||
#~ msgid "Minimum PWM frequency is 1hz."
|
||||
#~ msgstr "La fréquence de PWM minimale est 1Hz"
|
||||
|
||||
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
|
||||
#~ msgstr ""
|
||||
#~ "Les fréquences de PWM multiples ne sont pas supportées. PWM réglé à %dHz"
|
||||
|
||||
#~ msgid "No PulseIn support for %q"
|
||||
#~ msgstr "Pas de support de PulseIn pour %q"
|
||||
|
||||
#~ msgid "No hardware support for analog out."
|
||||
#~ msgstr "Pas de support matériel pour une sortie analogique"
|
||||
|
||||
#~ msgid "Only Windows format, uncompressed BMP supported %d"
|
||||
#~ msgstr "Seul les BMP non-compressé au format Windows sont supportés %d"
|
||||
|
||||
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
|
||||
#~ msgstr "Seul les BMP 24bits ou plus sont supportés %x"
|
||||
|
||||
#~ msgid "Only tx supported on UART1 (GPIO2)."
|
||||
#~ msgstr "Seul le tx est supporté sur l'UART1 (GPIO2)."
|
||||
|
||||
#~ msgid "PWM not supported on pin %d"
|
||||
#~ msgstr "La broche %d ne supporte pas le PWM"
|
||||
|
||||
#~ msgid "Pin %q does not have ADC capabilities"
|
||||
#~ msgstr "La broche %q n'a pas de convertisseur analogique-digital"
|
||||
|
||||
#~ msgid "Pin(16) doesn't support pull"
|
||||
#~ msgstr "Pin(16) ne supporte pas le tirage (pull)"
|
||||
|
||||
#~ msgid "Pins not valid for SPI"
|
||||
#~ msgstr "Broche invalide pour le SPI"
|
||||
|
||||
#~ msgid "STA must be active"
|
||||
#~ msgstr "'STA' doit être actif"
|
||||
|
||||
#~ msgid "STA required"
|
||||
#~ msgstr "'STA' requis"
|
||||
|
||||
#~ msgid "UART(%d) does not exist"
|
||||
#~ msgstr "UART(%d) n'existe pas"
|
||||
|
||||
#~ msgid "UART(1) can't read"
|
||||
#~ msgstr "UART(1) ne peut pas lire"
|
||||
|
||||
#~ msgid "Unable to remount filesystem"
|
||||
#~ msgstr "Impossible de remonter le système de fichiers"
|
||||
|
||||
#~ msgid "Unknown type"
|
||||
#~ msgstr "Type inconnu"
|
||||
|
||||
#~ msgid "Use esptool to erase flash and re-upload Python instead"
|
||||
#~ msgstr ""
|
||||
#~ "Utilisez 'esptool' pour effacer la flash et rechargez Python à la place"
|
||||
|
||||
#~ msgid "buffer too long"
|
||||
#~ msgstr "tampon trop long"
|
||||
|
||||
#~ msgid "can query only one param"
|
||||
#~ msgstr "ne peut demander qu'un seul paramètre"
|
||||
|
||||
#~ msgid "can't get AP config"
|
||||
#~ msgstr "impossible de récupérer la config de 'AP'"
|
||||
|
||||
#~ msgid "can't get STA config"
|
||||
#~ msgstr "impossible de récupérer la config de 'STA'"
|
||||
|
||||
#~ msgid "can't set AP config"
|
||||
#~ msgstr "impossible de régler la config de 'AP'"
|
||||
|
||||
#~ msgid "can't set STA config"
|
||||
#~ msgstr "impossible de régler la config de 'STA'"
|
||||
|
||||
#~ msgid "either pos or kw args are allowed"
|
||||
#~ msgstr "soit 'pos', soit 'kw' est permis en argument"
|
||||
|
||||
#~ msgid "expecting a pin"
|
||||
#~ msgstr "une broche (Pin) est attendue"
|
||||
|
||||
#~ msgid "flash location must be below 1MByte"
|
||||
#~ msgstr "l'emplacement en mémoire flash doit être inférieure à 1Mo"
|
||||
|
||||
#~ msgid "frequency can only be either 80Mhz or 160MHz"
|
||||
#~ msgstr "la fréquence doit être soit 80MHz soit 160MHz"
|
||||
|
||||
#~ msgid "impossible baudrate"
|
||||
#~ msgstr "débit impossible"
|
||||
|
||||
#~ msgid "invalid alarm"
|
||||
#~ msgstr "alarme invalide"
|
||||
|
||||
#~ msgid "invalid buffer length"
|
||||
#~ msgstr "longueur de tampon invalide"
|
||||
|
||||
#~ msgid "invalid data bits"
|
||||
#~ msgstr "bits de données invalides"
|
||||
|
||||
#~ msgid "invalid pin"
|
||||
#~ msgstr "broche invalide"
|
||||
|
||||
#~ msgid "invalid stop bits"
|
||||
#~ msgstr "bits d'arrêt invalides"
|
||||
|
||||
#~ msgid "len must be multiple of 4"
|
||||
#~ msgstr "'len' doit être un multiple de 4"
|
||||
|
||||
#~ msgid "memory allocation failed, allocating %u bytes for native code"
|
||||
#~ msgstr ""
|
||||
#~ "l'allocation de mémoire a échoué en allouant %u octets pour un code natif"
|
||||
|
||||
#~ msgid "not a valid ADC Channel: %d"
|
||||
#~ msgstr "canal ADC non valide : %d"
|
||||
|
||||
#~ msgid "pin does not have IRQ capabilities"
|
||||
#~ msgstr "la broche ne supporte pas les interruptions (IRQ)"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "position must be 2-tuple"
|
||||
#~ msgstr "position doit être un 2-tuple"
|
||||
|
||||
#~ msgid "scan failed"
|
||||
#~ msgstr "échec du scan"
|
||||
|
||||
#~ msgid "unknown config param"
|
||||
#~ msgstr "paramètre de config. inconnu"
|
||||
|
||||
#~ msgid "unknown status param"
|
||||
#~ msgstr "paramètre de status inconnu"
|
||||
|
||||
#~ msgid "wifi_set_ip_info() failed"
|
||||
#~ msgstr "wifi_set_ip_info() a échoué"
|
||||
|
485
locale/it_IT.po
485
locale/it_IT.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
|
||||
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@ -52,8 +52,8 @@ msgstr "indice %q fuori intervallo"
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr "gli indici %q devono essere interi, non %s"
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
#, fuzzy
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "slice del buffer devono essere della stessa lunghezza"
|
||||
@ -63,7 +63,7 @@ msgstr "slice del buffer devono essere della stessa lunghezza"
|
||||
msgid "%q should be an int"
|
||||
msgstr "y dovrebbe essere un int"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr "%q() prende %d argomenti posizionali ma ne sono stati forniti %d"
|
||||
|
||||
@ -71,12 +71,12 @@ msgstr "%q() prende %d argomenti posizionali ma ne sono stati forniti %d"
|
||||
msgid "'%q' argument required"
|
||||
msgstr "'%q' argomento richiesto"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr "'%s' aspetta una etichetta"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr "'%s' aspetta un registro"
|
||||
@ -96,7 +96,7 @@ msgstr "'%s' aspetta un registro"
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr "'%s' aspetta un registro"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr "'%s' aspetta un intero"
|
||||
@ -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"
|
||||
@ -250,7 +246,7 @@ msgstr "Tutte le periferiche I2C sono in uso"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Tutti i canali eventi utilizati"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr "Tutti i canali di eventi sincronizzati in uso"
|
||||
|
||||
@ -258,9 +254,9 @@ msgstr "Tutti i canali di eventi sincronizzati in uso"
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Tutti i timer per questo pin sono in uso"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +510,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr "Atteso un %q"
|
||||
|
||||
@ -574,8 +534,8 @@ msgstr "Atteso un %q"
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr "Non è possibile aggiungere Characteristic."
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
#, fuzzy
|
||||
msgid "Expected a UUID"
|
||||
msgstr "Atteso un %q"
|
||||
@ -616,7 +576,6 @@ msgstr "Impossibile allocare buffer RX"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Fallita allocazione del buffer RX di %d byte"
|
||||
@ -763,20 +722,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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"
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_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"
|
||||
|
||||
@ -874,10 +829,11 @@ msgstr "Pin non valido per il canale sinistro"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Pin non valido per il canale destro"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "Pin non validi"
|
||||
|
||||
@ -929,11 +885,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"
|
||||
@ -952,15 +903,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 ""
|
||||
@ -974,10 +916,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"
|
||||
@ -1010,12 +948,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Nessun supporto hardware sul pin"
|
||||
|
||||
@ -1032,10 +966,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"
|
||||
@ -1078,10 +1008,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."
|
||||
@ -1101,32 +1027,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 ""
|
||||
@ -1153,6 +1062,10 @@ msgstr "calibrazione RTC non supportata su questa scheda"
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr "RTC non supportato su questa scheda"
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
#, fuzzy
|
||||
msgid "Range out of bounds"
|
||||
@ -1191,14 +1104,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"
|
||||
@ -1319,15 +1224,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"
|
||||
@ -1366,10 +1262,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."
|
||||
@ -1379,10 +1271,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)."
|
||||
@ -1409,10 +1297,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"
|
||||
@ -1447,11 +1331,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"
|
||||
@ -1473,7 +1352,7 @@ msgstr "un oggetto byte-like è richiesto"
|
||||
msgid "abort() called"
|
||||
msgstr "abort() chiamato"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.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"
|
||||
@ -1502,7 +1381,7 @@ msgstr "discrepanza di numero/tipo di argomenti"
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr "l'argomento dovrebbe essere un '%q' e non un '%q'"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr ""
|
||||
|
||||
@ -1570,12 +1449,8 @@ 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"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr "buffer troppo piccolo"
|
||||
|
||||
@ -1629,10 +1504,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 ""
|
||||
@ -1704,14 +1575,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"
|
||||
@ -1740,14 +1603,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"
|
||||
@ -1836,7 +1691,7 @@ msgstr "il colore deve essere un int"
|
||||
msgid "complex division by zero"
|
||||
msgstr "complex divisione per zero"
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr "valori complessi non supportai"
|
||||
|
||||
@ -1880,20 +1735,16 @@ msgstr "destination_length deve essere un int >= 0"
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr "sequanza di aggiornamento del dizionario ha la lunghezza errata"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
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"
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "heap vuoto"
|
||||
|
||||
@ -1939,10 +1790,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"
|
||||
@ -1963,11 +1810,7 @@ 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/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr ""
|
||||
|
||||
@ -1983,10 +1826,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"
|
||||
@ -1999,10 +1838,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"
|
||||
@ -2016,7 +1851,7 @@ msgstr "la funzione non prende argomenti nominati"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "la funzione prevede al massimo %d argmoneti, ma ne ha ricevuti %d"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr "la funzione ha ricevuto valori multipli per l'argomento '%q'"
|
||||
|
||||
@ -2038,7 +1873,7 @@ msgstr "argomento nominato '%q' mancante alla funzione"
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr "mancante il #%d argomento posizonale obbligatorio della funzione"
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
@ -2072,10 +1907,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"
|
||||
@ -2089,8 +1920,7 @@ msgid "incorrect padding"
|
||||
msgstr "padding incorretto"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "indice fuori intervallo"
|
||||
|
||||
@ -2122,26 +1952,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"
|
||||
@ -2162,18 +1980,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"
|
||||
@ -2216,7 +2026,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr "argomenti nominati devono essere stringhe"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr "etichetta '%q' non definita"
|
||||
|
||||
@ -2224,10 +2034,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 ""
|
||||
@ -2256,7 +2062,7 @@ msgstr "long int non supportata in questa build"
|
||||
msgid "map buffer too small"
|
||||
msgstr "map buffer troppo piccolo"
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr "errore di dominio matematico"
|
||||
|
||||
@ -2269,12 +2075,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"
|
||||
@ -2333,11 +2133,11 @@ msgstr "yield nativo"
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr "necessari più di %d valori da scompattare"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr "potenza negativa senza supporto per float"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2358,7 +2158,7 @@ msgstr "nessun binding per nonlocal trovato"
|
||||
msgid "no module named '%q'"
|
||||
msgstr "nessun modulo chiamato '%q'"
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr "attributo inesistente"
|
||||
|
||||
@ -2382,11 +2182,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 ""
|
||||
@ -2447,13 +2242,13 @@ msgstr ""
|
||||
msgid "odd-length string"
|
||||
msgstr "stringa di lunghezza dispari"
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
#, fuzzy
|
||||
msgid "offset out of bounds"
|
||||
msgstr "indirizzo fuori limite"
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr "solo slice con step=1 (aka None) sono supportate"
|
||||
|
||||
@ -2471,7 +2266,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr "overflow convertendo long int in parola"
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr "la palette deve essere lunga 32 byte"
|
||||
|
||||
@ -2492,10 +2287,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"
|
||||
@ -2511,7 +2302,6 @@ msgstr "pixel_shader deve essere displayio.Palette o displayio.ColorConverter"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr "pop sun un PulseIn vuoto"
|
||||
|
||||
@ -2585,10 +2375,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 ""
|
||||
@ -2621,7 +2407,7 @@ msgstr "la lunghezza di sleed deve essere non negativa"
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr "la step della slice non può essere zero"
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr "small int overflow"
|
||||
|
||||
@ -2785,7 +2571,7 @@ msgstr "indentazione inaspettata"
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr "argomento nominato inaspettato"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr "argomento nominato '%q' inaspettato"
|
||||
|
||||
@ -2797,10 +2583,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"
|
||||
@ -2821,10 +2603,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"
|
||||
@ -2876,10 +2654,6 @@ msgstr "tipi non supportati per %q: '%s', '%s'"
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "wifi_set_ip_info() faillito"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
@ -2910,6 +2684,36 @@ 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"
|
||||
@ -2918,11 +2722,144 @@ msgstr "zero step"
|
||||
#~ 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 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 "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"
|
||||
|
478
locale/pt_BR.po
478
locale/pt_BR.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-25 19:40+0100\n"
|
||||
"POT-Creation-Date: 2019-03-28 14:48+1100\n"
|
||||
"PO-Revision-Date: 2018-10-02 21:14-0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@ -52,8 +52,8 @@ msgstr ""
|
||||
msgid "%q indices must be integers, not %s"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
|
||||
#: shared-bindings/bleio/CharacteristicBuffer.c
|
||||
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
|
||||
#, fuzzy
|
||||
msgid "%q must be >= 1"
|
||||
msgstr "buffers devem ser o mesmo tamanho"
|
||||
@ -63,7 +63,7 @@ msgstr "buffers devem ser o mesmo tamanho"
|
||||
msgid "%q should be an int"
|
||||
msgstr "y deve ser um int"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "%q() takes %d positional arguments but %d were given"
|
||||
msgstr ""
|
||||
|
||||
@ -71,12 +71,12 @@ msgstr ""
|
||||
msgid "'%q' argument required"
|
||||
msgstr "'%q' argumento(s) requerido(s)"
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a label"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects a register"
|
||||
msgstr ""
|
||||
@ -96,7 +96,7 @@ msgstr ""
|
||||
msgid "'%s' expects an address of the form [a, b]"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
#, c-format
|
||||
msgid "'%s' expects an integer"
|
||||
msgstr ""
|
||||
@ -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"
|
||||
@ -250,7 +246,7 @@ msgstr "Todos os periféricos I2C estão em uso"
|
||||
msgid "All event channels in use"
|
||||
msgstr "Todos os canais de eventos em uso"
|
||||
|
||||
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c ports/atmel-samd/audio_dma.c
|
||||
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
|
||||
msgid "All sync event channels in use"
|
||||
msgstr ""
|
||||
|
||||
@ -258,9 +254,9 @@ msgstr ""
|
||||
msgid "All timers for this pin are in use"
|
||||
msgstr "Todos os temporizadores para este pino estão em uso"
|
||||
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
|
||||
#: shared-module/_pew/PewPew.c
|
||||
msgid "All timers in use"
|
||||
@ -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,37 +505,22 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
|
||||
|
||||
#: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
|
||||
#: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/microcontroller/Pin.c
|
||||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
|
||||
#: shared-bindings/terminalio/Terminal.c
|
||||
msgid "Expected a %q"
|
||||
msgstr "Esperado um"
|
||||
|
||||
@ -569,8 +529,8 @@ msgstr "Esperado um"
|
||||
msgid "Expected a Characteristic"
|
||||
msgstr "Não é possível adicionar Característica."
|
||||
|
||||
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Characteristic.c
|
||||
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
|
||||
#: shared-bindings/bleio/Descriptor.c
|
||||
#, fuzzy
|
||||
msgid "Expected a UUID"
|
||||
msgstr "Esperado um"
|
||||
@ -611,7 +571,6 @@ msgstr "Falha ao alocar buffer RX"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
#, c-format
|
||||
msgid "Failed to allocate RX buffer of %d bytes"
|
||||
msgstr "Falha ao alocar buffer RX de %d bytes"
|
||||
@ -756,20 +715,16 @@ msgstr ""
|
||||
msgid "Frequency captured is above capability. Capture Paused."
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/bitbangio/SPI.c shared-bindings/bitbangio/I2C.c
|
||||
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
|
||||
#: shared-bindings/busio/SPI.c 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"
|
||||
|
||||
#: ports/unix/file.c extmod/vfs_posix_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"
|
||||
|
||||
@ -865,10 +820,11 @@ msgstr "Pino inválido para canal esquerdo"
|
||||
msgid "Invalid pin for right channel"
|
||||
msgstr "Pino inválido para canal direito"
|
||||
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/busio/UART.c
|
||||
#: ports/atmel-samd/common-hal/busio/SPI.c
|
||||
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
|
||||
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
|
||||
#: ports/nrf/common-hal/busio/I2C.c
|
||||
msgid "Invalid pins"
|
||||
msgstr "Pinos inválidos"
|
||||
|
||||
@ -920,11 +876,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"
|
||||
@ -942,15 +893,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 ""
|
||||
@ -964,10 +906,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"
|
||||
@ -1000,12 +938,8 @@ 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
|
||||
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
|
||||
msgid "No hardware support on pin"
|
||||
msgstr "Nenhum suporte de hardware no pino"
|
||||
|
||||
@ -1022,10 +956,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 ""
|
||||
@ -1066,10 +996,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 ""
|
||||
@ -1084,32 +1010,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 ""
|
||||
@ -1135,6 +1044,10 @@ msgstr "A calibração RTC não é suportada nesta placa"
|
||||
msgid "RTC is not supported on this board"
|
||||
msgstr "O RTC não é suportado nesta placa"
|
||||
|
||||
#: shared-bindings/rtc/RTC.c
|
||||
msgid "RTC set is not supported on this board"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "Range out of bounds"
|
||||
msgstr ""
|
||||
@ -1172,14 +1085,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 ""
|
||||
@ -1295,15 +1200,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"
|
||||
@ -1342,10 +1238,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."
|
||||
@ -1354,10 +1246,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)."
|
||||
@ -1384,10 +1272,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 ""
|
||||
@ -1419,11 +1303,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 ""
|
||||
@ -1445,7 +1324,7 @@ msgstr ""
|
||||
msgid "abort() called"
|
||||
msgstr "abort() chamado"
|
||||
|
||||
#: ports/unix/modmachine.c extmod/machine_mem.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"
|
||||
@ -1474,7 +1353,7 @@ msgstr ""
|
||||
msgid "argument should be a '%q' not a '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c
|
||||
#: py/objarray.c shared-bindings/nvm/ByteArray.c
|
||||
msgid "array/bytes required on right side"
|
||||
msgstr ""
|
||||
|
||||
@ -1542,12 +1421,8 @@ 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"
|
||||
|
||||
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
|
||||
#: py/modstruct.c
|
||||
#: py/modstruct.c shared-bindings/struct/__init__.c
|
||||
#: shared-module/struct/__init__.c
|
||||
msgid "buffer too small"
|
||||
msgstr ""
|
||||
|
||||
@ -1600,10 +1475,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 ""
|
||||
@ -1675,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 "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 ""
|
||||
@ -1711,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 "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 ""
|
||||
@ -1805,7 +1660,7 @@ msgstr "cor deve ser um int"
|
||||
msgid "complex division by zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/parsenum.c py/objfloat.c
|
||||
#: py/objfloat.c py/parsenum.c
|
||||
msgid "complex values not supported"
|
||||
msgstr ""
|
||||
|
||||
@ -1846,20 +1701,16 @@ msgstr "destination_length deve ser um int >= 0"
|
||||
msgid "dict update sequence has wrong length"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/runtime.c py/modmath.c py/objint_mpz.c
|
||||
#: py/objint_longlong.c py/objfloat.c
|
||||
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
#: shared-bindings/math/__init__.c
|
||||
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"
|
||||
|
||||
#: extmod/modutimeq.c extmod/moduheapq.c
|
||||
#: extmod/moduheapq.c extmod/modutimeq.c
|
||||
msgid "empty heap"
|
||||
msgstr "heap vazia"
|
||||
|
||||
@ -1905,10 +1756,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 ""
|
||||
@ -1929,11 +1776,7 @@ 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/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
|
||||
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
|
||||
msgid "file must be a file opened in byte mode"
|
||||
msgstr ""
|
||||
|
||||
@ -1949,10 +1792,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"
|
||||
@ -1965,10 +1804,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"
|
||||
@ -1982,7 +1817,7 @@ msgstr "função não aceita argumentos de palavras-chave"
|
||||
msgid "function expected at most %d arguments, got %d"
|
||||
msgstr "função esperada na maioria dos %d argumentos, obteve %d"
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "function got multiple values for argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -2004,7 +1839,7 @@ msgstr ""
|
||||
msgid "function missing required positional argument #%d"
|
||||
msgstr ""
|
||||
|
||||
#: py/argcheck.c py/objnamedtuple.c py/bc.c
|
||||
#: py/argcheck.c py/bc.c py/objnamedtuple.c
|
||||
#, c-format
|
||||
msgid "function takes %d positional arguments but %d were given"
|
||||
msgstr "função leva %d argumentos posicionais, mas apenas %d foram passadas"
|
||||
@ -2037,10 +1872,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"
|
||||
@ -2054,8 +1885,7 @@ msgid "incorrect padding"
|
||||
msgstr "preenchimento incorreto"
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
|
||||
msgid "index out of range"
|
||||
msgstr "Índice fora do intervalo"
|
||||
|
||||
@ -2087,26 +1917,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"
|
||||
@ -2127,18 +1945,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 ""
|
||||
@ -2176,7 +1986,7 @@ msgstr ""
|
||||
msgid "keywords must be strings"
|
||||
msgstr ""
|
||||
|
||||
#: py/emitinlinextensa.c py/emitinlinethumb.c
|
||||
#: py/emitinlinethumb.c py/emitinlinextensa.c
|
||||
msgid "label '%q' not defined"
|
||||
msgstr ""
|
||||
|
||||
@ -2184,10 +1994,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 ""
|
||||
@ -2216,7 +2022,7 @@ msgstr ""
|
||||
msgid "map buffer too small"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/math/__init__.c py/modmath.c
|
||||
#: py/modmath.c shared-bindings/math/__init__.c
|
||||
msgid "math domain error"
|
||||
msgstr ""
|
||||
|
||||
@ -2229,11 +2035,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 ""
|
||||
@ -2292,11 +2093,11 @@ msgstr ""
|
||||
msgid "need more than %d values to unpack"
|
||||
msgstr "precisa de mais de %d valores para desempacotar"
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c py/objint_longlong.c
|
||||
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
|
||||
msgid "negative power with no float support"
|
||||
msgstr ""
|
||||
|
||||
#: py/runtime.c py/objint_mpz.c
|
||||
#: py/objint_mpz.c py/runtime.c
|
||||
msgid "negative shift count"
|
||||
msgstr ""
|
||||
|
||||
@ -2316,7 +2117,7 @@ msgstr ""
|
||||
msgid "no module named '%q'"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_pixelbuf/__init__.c py/runtime.c
|
||||
#: py/runtime.c shared-bindings/_pixelbuf/__init__.c
|
||||
msgid "no such attribute"
|
||||
msgstr ""
|
||||
|
||||
@ -2340,11 +2141,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 ""
|
||||
@ -2403,12 +2199,12 @@ msgstr ""
|
||||
msgid "odd-length string"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objstr.c py/objstrunicode.c
|
||||
msgid "offset out of bounds"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/nvm/ByteArray.c py/objarray.c py/objtuple.c
|
||||
#: py/objstrunicode.c py/objstr.c
|
||||
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
|
||||
#: shared-bindings/nvm/ByteArray.c
|
||||
msgid "only slices with step=1 (aka None) are supported"
|
||||
msgstr ""
|
||||
|
||||
@ -2425,7 +2221,7 @@ msgstr ""
|
||||
msgid "overflow converting long int to machine word"
|
||||
msgstr ""
|
||||
|
||||
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
|
||||
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
|
||||
msgid "palette must be 32 bytes long"
|
||||
msgstr ""
|
||||
|
||||
@ -2445,10 +2241,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 ""
|
||||
@ -2463,7 +2255,6 @@ msgstr ""
|
||||
|
||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||
#: ports/esp8266/common-hal/pulseio/PulseIn.c
|
||||
msgid "pop from an empty PulseIn"
|
||||
msgstr ""
|
||||
|
||||
@ -2535,10 +2326,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 ""
|
||||
@ -2571,7 +2358,7 @@ msgstr ""
|
||||
msgid "slice step cannot be zero"
|
||||
msgstr ""
|
||||
|
||||
#: py/sequence.c py/objint.c
|
||||
#: py/objint.c py/sequence.c
|
||||
msgid "small int overflow"
|
||||
msgstr ""
|
||||
|
||||
@ -2735,7 +2522,7 @@ msgstr ""
|
||||
msgid "unexpected keyword argument"
|
||||
msgstr ""
|
||||
|
||||
#: py/objnamedtuple.c py/bc.c
|
||||
#: py/bc.c py/objnamedtuple.c
|
||||
msgid "unexpected keyword argument '%q'"
|
||||
msgstr ""
|
||||
|
||||
@ -2747,10 +2534,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"
|
||||
@ -2771,10 +2554,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 ""
|
||||
@ -2826,10 +2605,6 @@ msgstr ""
|
||||
msgid "value_count must be > 0"
|
||||
msgstr ""
|
||||
|
||||
#: ports/esp8266/modnetwork.c
|
||||
msgid "wifi_set_ip_info() failed"
|
||||
msgstr "wifi_set_ip_info() falhou"
|
||||
|
||||
#: shared-bindings/_pixelbuf/PixelBuf.c
|
||||
msgid "write_args must be a list, tuple, or None"
|
||||
msgstr ""
|
||||
@ -2858,6 +2633,33 @@ 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"
|
||||
@ -2866,8 +2668,138 @@ msgstr "passo zero"
|
||||
#~ 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 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 "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"
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -11,5 +11,3 @@ LONGINT_IMPL = MPZ
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -12,5 +12,3 @@ LONGINT_IMPL = MPZ
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -20,4 +20,3 @@ CIRCUITPY_RTC = 0
|
||||
CIRCUITPY_SAMD = 0
|
||||
CIRCUITPY_USB_MIDI = 0
|
||||
CIRCUITPY_SMALL_BUILD = 1
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -17,12 +17,11 @@ CIRCUITPY_RTC = 0
|
||||
CIRCUITPY_SAMD = 0
|
||||
CIRCUITPY_USB_MIDI = 0
|
||||
CIRCUITPY_SMALL_BUILD = 1
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CFLAGS_INLINE_LIMIT = 45
|
||||
CFLAGS_INLINE_LIMIT = 35
|
||||
|
||||
# Include these Python libraries in firmware.
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -11,5 +11,3 @@ LONGINT_IMPL = MPZ
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -10,5 +10,3 @@ CIRCUITPY_SMALL_BUILD = 1
|
||||
|
||||
CHIP_VARIANT = SAMD21E18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -14,6 +14,12 @@ ifeq ($(LONGINT_IMPL),LONGLONG)
|
||||
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
|
||||
endif
|
||||
|
||||
# Put samd21-only choices here.
|
||||
ifeq ($(CHIP_FAMILY),samd21)
|
||||
# frequencyio not yet verified as working on SAMD21.
|
||||
CIRCUITPY_FRQUENCYIO = 0
|
||||
endif
|
||||
|
||||
# Put samd51-only choices here.
|
||||
ifeq ($(CHIP_FAMILY),samd51)
|
||||
CIRCUITPY_SAMD = 1
|
||||
|
@ -140,6 +140,7 @@ SRC_NRFX = $(addprefix nrfx/,\
|
||||
drivers/src/nrfx_twim.c \
|
||||
drivers/src/nrfx_uarte.c \
|
||||
drivers/src/nrfx_gpiote.c \
|
||||
drivers/src/nrfx_rtc.c \
|
||||
)
|
||||
|
||||
ifdef EXTERNAL_FLASH_DEVICES
|
||||
|
81
ports/nrf/common-hal/rtc/RTC.c
Normal file
81
ports/nrf/common-hal/rtc/RTC.c
Normal file
@ -0,0 +1,81 @@
|
||||
/*
|
||||
* This file is part of the MicroPython project, http://micropython.org/
|
||||
*
|
||||
* The MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2019 Nick Moore 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 <stdlib.h>
|
||||
|
||||
#include "py/obj.h"
|
||||
#include "py/runtime.h"
|
||||
#include "lib/timeutils/timeutils.h"
|
||||
#include "shared-bindings/rtc/__init__.h"
|
||||
#include "supervisor/shared/translate.h"
|
||||
|
||||
#include "nrfx_rtc.h"
|
||||
#include "nrf_clock.h"
|
||||
|
||||
// We clock the RTC very slowly (8Hz) so that it won't overflow often.
|
||||
// But the counter is only 24 bits, so overflow is about every 24 days ...
|
||||
// For testing, set this to 32768 and it'll overflow every few minutes
|
||||
|
||||
#define RTC_CLOCK_HZ (8)
|
||||
|
||||
volatile static uint32_t rtc_offset = 0;
|
||||
|
||||
const nrfx_rtc_t rtc_instance = NRFX_RTC_INSTANCE(0);
|
||||
|
||||
const nrfx_rtc_config_t rtc_config = {
|
||||
.prescaler = RTC_FREQ_TO_PRESCALER(RTC_CLOCK_HZ),
|
||||
.reliable = 0,
|
||||
.tick_latency = 0,
|
||||
.interrupt_priority = 6
|
||||
};
|
||||
|
||||
void rtc_handler(nrfx_rtc_int_type_t int_type) {
|
||||
if (int_type == NRFX_RTC_INT_OVERFLOW) {
|
||||
rtc_offset += (1L<<24) / RTC_CLOCK_HZ;
|
||||
}
|
||||
}
|
||||
|
||||
void rtc_init(void) {
|
||||
if (!nrf_clock_lf_is_running()) {
|
||||
nrf_clock_task_trigger(NRF_CLOCK_TASK_LFCLKSTART);
|
||||
}
|
||||
nrfx_rtc_counter_clear(&rtc_instance);
|
||||
nrfx_rtc_init(&rtc_instance, &rtc_config, rtc_handler);
|
||||
nrfx_rtc_enable(&rtc_instance);
|
||||
nrfx_rtc_overflow_enable(&rtc_instance, 1);
|
||||
}
|
||||
|
||||
void common_hal_rtc_get_time(timeutils_struct_time_t *tm) {
|
||||
uint32_t t = rtc_offset + (nrfx_rtc_counter_get(&rtc_instance) / RTC_CLOCK_HZ );
|
||||
timeutils_seconds_since_2000_to_struct_time(t, tm);
|
||||
}
|
||||
|
||||
void common_hal_rtc_set_time(timeutils_struct_time_t *tm) {
|
||||
rtc_offset = timeutils_seconds_since_2000(
|
||||
tm->tm_year, tm->tm_mon, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec
|
||||
);
|
||||
nrfx_rtc_counter_clear(&rtc_instance);
|
||||
}
|
32
ports/nrf/common-hal/rtc/RTC.h
Normal file
32
ports/nrf/common-hal/rtc/RTC.h
Normal file
@ -0,0 +1,32 @@
|
||||
/*
|
||||
* This file is part of the MicroPython project, http://micropython.org/
|
||||
*
|
||||
* The MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2018 Noralf Trønnes
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#ifndef MICROPY_INCLUDED_NRF_COMMON_HAL_RTC_RTC_H
|
||||
#define MICROPY_INCLUDED_NRF_COMMON_HAL_RTC_RTC_H
|
||||
|
||||
extern void rtc_init(void);
|
||||
|
||||
#endif // MICROPY_INCLUDED_NRF_COMMON_HAL_RTC_RTC_H
|
0
ports/nrf/common-hal/rtc/__init__.c
Normal file
0
ports/nrf/common-hal/rtc/__init__.c
Normal file
@ -57,5 +57,4 @@
|
||||
CIRCUITPY_COMMON_ROOT_POINTERS \
|
||||
ble_drv_evt_handler_entry_t* ble_drv_evt_handler_entries; \
|
||||
|
||||
|
||||
#endif // NRF5_MPCONFIGPORT_H__
|
||||
|
@ -22,8 +22,8 @@ CIRCUITPY_I2CSLAVE = 0
|
||||
# nvm not yet implemented
|
||||
CIRCUITPY_NVM = 0
|
||||
|
||||
# rtc not yet implemented
|
||||
CIRCUITPY_RTC = 0
|
||||
# enable RTC
|
||||
CIRCUITPY_RTC = 1
|
||||
|
||||
# frequencyio not yet implemented
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -70,6 +70,9 @@
|
||||
#define NRFX_PWM3_ENABLED 0
|
||||
#endif
|
||||
|
||||
#define NRFX_RTC_ENABLED 1
|
||||
#define NRFX_RTC0_ENABLED 1
|
||||
|
||||
// TIMERS
|
||||
#define NRFX_TIMER_ENABLED 1
|
||||
// Don't enable TIMER0: it's used by the SoftDevice.
|
||||
|
@ -45,8 +45,11 @@
|
||||
#include "common-hal/pulseio/PWMOut.h"
|
||||
#include "common-hal/pulseio/PulseOut.h"
|
||||
#include "common-hal/pulseio/PulseIn.h"
|
||||
#include "common-hal/rtc/RTC.h"
|
||||
#include "tick.h"
|
||||
|
||||
#include "shared-bindings/rtc/__init__.h"
|
||||
|
||||
static void power_warning_handler(void) {
|
||||
reset_into_safe_mode(BROWNOUT);
|
||||
}
|
||||
@ -71,6 +74,7 @@ safe_mode_t port_init(void) {
|
||||
|
||||
// Configure millisecond timer initialization.
|
||||
tick_init();
|
||||
rtc_init();
|
||||
|
||||
// Will do usb_init() if chip supports USB.
|
||||
board_init();
|
||||
@ -90,6 +94,7 @@ void reset_port(void) {
|
||||
pulseout_reset();
|
||||
pulsein_reset();
|
||||
timers_reset();
|
||||
rtc_reset();
|
||||
|
||||
bleio_reset();
|
||||
|
||||
|
@ -93,7 +93,7 @@ endif
|
||||
CFLAGS += -DCIRCUITPY_DISPLAYIO=$(CIRCUITPY_DISPLAYIO)
|
||||
|
||||
ifndef CIRCUITPY_FREQUENCYIO
|
||||
CIRCUITPY_FREQUENCYIO = 1
|
||||
CIRCUITPY_FREQUENCYIO = $(CIRCUITPY_FULL_BUILD)
|
||||
endif
|
||||
CFLAGS += -DCIRCUITPY_FREQUENCYIO=$(CIRCUITPY_FREQUENCYIO)
|
||||
|
||||
|
@ -41,7 +41,7 @@ void MP_WEAK common_hal_rtc_get_time(timeutils_struct_time_t *tm) {
|
||||
}
|
||||
|
||||
void MP_WEAK common_hal_rtc_set_time(timeutils_struct_time_t *tm) {
|
||||
mp_raise_NotImplementedError(translate("RTC is not supported on this board"));
|
||||
mp_raise_NotImplementedError(translate("RTC set is not supported on this board"));
|
||||
}
|
||||
|
||||
int MP_WEAK common_hal_rtc_get_calibration(void) {
|
||||
@ -52,6 +52,7 @@ void MP_WEAK common_hal_rtc_set_calibration(int calibration) {
|
||||
mp_raise_NotImplementedError(translate("RTC calibration is not supported on this board"));
|
||||
}
|
||||
|
||||
|
||||
const rtc_rtc_obj_t rtc_rtc_obj = {{&rtc_rtc_type}};
|
||||
|
||||
//| .. currentmodule:: rtc
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
#include "shared-bindings/busio/SPI.h"
|
||||
#include "shared-bindings/digitalio/DigitalInOut.h"
|
||||
#include "shared-bindings/time/__init__.h"
|
||||
|
||||
#include "tick.h"
|
||||
|
||||
@ -78,6 +79,11 @@ bool common_hal_displayio_fourwire_begin_transaction(mp_obj_t obj) {
|
||||
|
||||
void common_hal_displayio_fourwire_send(mp_obj_t obj, bool command, uint8_t *data, uint32_t data_length) {
|
||||
displayio_fourwire_obj_t* self = MP_OBJ_TO_PTR(obj);
|
||||
if (command) {
|
||||
common_hal_digitalio_digitalinout_set_value(&self->chip_select, true);
|
||||
common_hal_time_delay_ms(1);
|
||||
common_hal_digitalio_digitalinout_set_value(&self->chip_select, false);
|
||||
}
|
||||
common_hal_digitalio_digitalinout_set_value(&self->command, !command);
|
||||
common_hal_busio_spi_write(self->bus, data, data_length);
|
||||
}
|
||||
|
@ -60,27 +60,33 @@ void common_hal_usb_hid_device_send_report(usb_hid_device_obj_t *self, uint8_t*
|
||||
}
|
||||
}
|
||||
|
||||
static usb_hid_device_obj_t* get_hid_device(uint8_t report_id) {
|
||||
for (uint8_t i = 0; i < USB_HID_NUM_DEVICES; i++) {
|
||||
if (usb_hid_devices[i].report_id == report_id) {
|
||||
return &usb_hid_devices[i];
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// Callbacks invoked when receive Get_Report request through control endpoint
|
||||
uint16_t tud_hid_generic_get_report_cb(uint8_t report_id, hid_report_type_t report_type, uint8_t* buffer, uint16_t reqlen) {
|
||||
// only support Input Report
|
||||
if ( report_type != HID_REPORT_TYPE_INPUT ) return 0;
|
||||
|
||||
// index is ID-1
|
||||
uint8_t idx = ( report_id ? (report_id-1) : 0 );
|
||||
|
||||
// fill buffer with current report
|
||||
memcpy(buffer, usb_hid_devices[idx].report_buffer, reqlen);
|
||||
memcpy(buffer, get_hid_device(report_id)->report_buffer, reqlen);
|
||||
return reqlen;
|
||||
}
|
||||
|
||||
// Callbacks invoked when receive Set_Report request through control endpoint
|
||||
void tud_hid_generic_set_report_cb(uint8_t report_id, hid_report_type_t report_type, uint8_t const* buffer, uint16_t bufsize) {
|
||||
// index is ID-1
|
||||
uint8_t idx = ( report_id ? (report_id-1) : 0 );
|
||||
usb_hid_device_obj_t* hid_device = get_hid_device(report_id);
|
||||
|
||||
if ( report_type == HID_REPORT_TYPE_OUTPUT ) {
|
||||
// Check if it is Keyboard device
|
||||
if ( (usb_hid_devices[idx].usage_page == HID_USAGE_PAGE_DESKTOP) && (usb_hid_devices[idx].usage == HID_USAGE_DESKTOP_KEYBOARD) ) {
|
||||
if (hid_device->usage_page == HID_USAGE_PAGE_DESKTOP &&
|
||||
hid_device->usage == HID_USAGE_DESKTOP_KEYBOARD) {
|
||||
// This is LED indicator (CapsLock, NumLock)
|
||||
// TODO Light up some LED here
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user