circuitpython/locale/fil.po

3686 lines
97 KiB
Plaintext
Raw Normal View History

2018-08-30 21:30:16 -04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
2020-05-12 00:41:28 -04:00
"POT-Creation-Date: 2020-05-12 14:37+1000\n"
2018-12-21 01:16:42 -05:00
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
"Last-Translator: Timothy <me@timothygarcia.ca>\n"
2018-08-30 21:30:16 -04:00
"Language-Team: fil\n"
"Language: fil\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.1.1\n"
#: main.c
msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid ""
"\n"
"Please file an issue with the contents of your CIRCUITPY drive at \n"
"https://github.com/adafruit/circuitpython/issues\n"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid ""
"\n"
"To exit, please reset the board without "
msgstr ""
#: py/obj.c
msgid " File \"%q\""
msgstr " File \"%q\""
#: py/obj.c
msgid " File \"%q\", line %d"
msgstr " File \"%q\", line %d"
#: main.c
msgid " output:\n"
msgstr " output:\n"
#: py/objstr.c
#, c-format
msgid "%%c requires int or char"
msgstr "%%c nangangailangan ng int o char"
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
msgstr ""
#: shared-bindings/microcontroller/Pin.c
2019-02-22 15:04:54 -05:00
msgid "%q in use"
msgstr "%q ay ginagamit"
2018-08-30 21:30:16 -04:00
#: py/obj.c
msgid "%q index out of range"
msgstr "%q indeks wala sa sakop"
#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr "%q indeks ay dapat integers, hindi %s"
2020-05-09 19:45:55 -04:00
#: shared-bindings/vectorio/Polygon.c
msgid "%q list must be a list"
msgstr ""
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2020-01-07 17:31:58 -05:00
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
2020-05-09 19:45:55 -04:00
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
#: shared-bindings/vectorio/Rectangle.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "%q must be >= 1"
msgstr "aarehas na haba dapat ang buffer slices"
2018-08-30 21:30:16 -04:00
2020-05-09 19:45:55 -04:00
#: shared-bindings/vectorio/Polygon.c
msgid "%q must be a tuple of length 2"
msgstr ""
2019-03-19 21:38:16 -04:00
#: shared-bindings/fontio/BuiltinFont.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "%q should be an int"
msgstr "y ay dapat int"
2018-08-30 21:30:16 -04:00
#: 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"
#: py/argcheck.c
msgid "'%q' argument required"
msgstr "'%q' argument kailangan"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a label"
msgstr "'%s' umaasa ng label"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a register"
msgstr "Inaasahan ng '%s' ang isang rehistro"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects a special register"
msgstr "Inaasahan ng '%s' ang isang espesyal na register"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an FPU register"
msgstr "Inaasahan ng '%s' ang isang FPU register"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr "Inaasahan ng '%s' ang isang address sa [a, b]"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects an integer"
msgstr "Inaasahan ng '%s' ang isang integer"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects at most r%d"
msgstr "Inaasahan ng '%s' ang hangang r%d"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr "Inaasahan ng '%s' ay {r0, r1, …}"
#: py/emitinlinextensa.c
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgstr "'%s' integer %d ay wala sa sakop ng %d..%d"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr "'%s' integer 0x%x ay wala sa mask na sakop ng 0x%x"
#: py/runtime.c
msgid "'%s' object cannot assign attribute '%q'"
msgstr ""
2019-12-04 10:59:00 -05:00
#: py/proto.c
2019-12-06 14:25:28 -05:00
msgid "'%s' object does not support '%q'"
2019-12-04 10:59:00 -05:00
msgstr ""
#: py/obj.c
#, c-format
msgid "'%s' object does not support item assignment"
msgstr "'%s' object hindi sumusuporta ng item assignment"
#: py/obj.c
#, c-format
msgid "'%s' object does not support item deletion"
msgstr "'%s' object ay hindi sumusuporta sa pagtanggal ng item"
#: py/runtime.c
msgid "'%s' object has no attribute '%q'"
msgstr "'%s' object ay walang attribute '%q'"
#: py/runtime.c
#, c-format
msgid "'%s' object is not an iterator"
msgstr "'%s' object ay hindi iterator"
#: py/objtype.c py/runtime.c
#, c-format
msgid "'%s' object is not callable"
msgstr "'%s' object hindi matatawag"
#: py/runtime.c
#, c-format
msgid "'%s' object is not iterable"
msgstr "'%s' object ay hindi ma i-iterable"
#: py/obj.c
#, c-format
msgid "'%s' object is not subscriptable"
msgstr "'%s' object ay hindi maaaring i-subscript"
#: py/objstr.c
msgid "'=' alignment not allowed in string format specifier"
msgstr "'=' Gindi pinapayagan ang alignment sa pag specify ng string format"
#: shared-module/struct/__init__.c
2019-02-22 15:04:54 -05:00
msgid "'S' and 'O' are not supported format types"
msgstr "Ang 'S' at 'O' ay hindi suportadong uri ng format"
2018-08-30 21:30:16 -04:00
#: py/compile.c
msgid "'align' requires 1 argument"
msgstr "'align' kailangan ng 1 argument"
2020-03-02 10:13:06 -05:00
#: py/compile.c
msgid "'async for' or 'async with' outside async function"
msgstr ""
#: py/compile.c
msgid "'await' outside function"
msgstr "'await' sa labas ng function"
#: py/compile.c
msgid "'break' outside loop"
msgstr "'break' sa labas ng loop"
#: py/compile.c
msgid "'continue' outside loop"
msgstr "'continue' sa labas ng loop"
#: py/compile.c
msgid "'data' requires at least 2 arguments"
msgstr "'data' kailangan ng hindi bababa sa 2 argument"
#: py/compile.c
msgid "'data' requires integer arguments"
msgstr "'data' kailangan ng integer arguments"
#: py/compile.c
msgid "'label' requires 1 argument"
msgstr "'label' kailangan ng 1 argument"
#: py/compile.c
msgid "'return' outside function"
msgstr "'return' sa labas ng function"
#: py/compile.c
msgid "'yield' outside function"
msgstr "'yield' sa labas ng function"
#: py/compile.c
msgid "*x must be assignment target"
msgstr "*x ay dapat na assignment target"
#: py/obj.c
msgid ", in %q\n"
msgstr ", sa %q\n"
#: py/objcomplex.c
msgid "0.0 to a complex power"
msgstr "0.0 para sa complex power"
#: py/modbuiltins.c
msgid "3-arg pow() not supported"
msgstr "3-arg pow() hindi suportado"
2020-05-05 01:23:38 -04:00
#: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use"
msgstr "Isang channel ng hardware interrupt ay ginagamit na"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Address.c
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Address must be %d bytes long"
msgstr "ang palette ay dapat 32 bytes ang haba"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Address.c
msgid "Address type out of range"
msgstr ""
#: ports/nrf/common-hal/busio/I2C.c
msgid "All I2C peripherals are in use"
msgstr "Lahat ng I2C peripherals ginagamit"
#: ports/nrf/common-hal/busio/SPI.c
msgid "All SPI peripherals are in use"
msgstr "Lahat ng SPI peripherals ay ginagamit"
#: ports/nrf/common-hal/busio/UART.c
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Lahat ng I2C peripherals ginagamit"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "All event channels in use"
msgstr "Lahat ng event channels ginagamit"
#: 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"
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "All timers for this pin are in use"
msgstr "Lahat ng timers para sa pin na ito ay ginagamit"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
2020-04-09 16:16:32 -04:00
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
2019-02-22 15:04:54 -05:00
msgid "All timers in use"
msgstr "Lahat ng timer ginagamit"
2018-08-30 21:30:16 -04:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Already advertising."
msgstr ""
#: ports/cxd56/common-hal/analogio/AnalogIn.c
msgid "AnalogIn not supported on given pin"
msgstr ""
#: ports/cxd56/common-hal/analogio/AnalogOut.c
#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
#: ports/nrf/common-hal/analogio/AnalogOut.c
msgid "AnalogOut functionality not supported"
msgstr "Hindi supportado ang AnalogOut"
#: shared-bindings/analogio/AnalogOut.c
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
msgstr "AnalogOut ay 16 bits. Value ay dapat hindi hihigit pa sa 65536."
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
msgid "AnalogOut not supported on given pin"
msgstr "Hindi supportado ang AnalogOut sa ibinigay na pin"
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
msgid "Another send is already active"
msgstr "Isa pang send ay aktibo na"
#: shared-bindings/pulseio/PulseOut.c
2019-02-22 15:04:54 -05:00
msgid "Array must contain halfwords (type 'H')"
msgstr "May halfwords (type 'H') dapat ang array"
2018-08-30 21:30:16 -04:00
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Array values should be single bytes."
msgstr "Array values ay dapat single bytes."
2018-08-30 21:30:16 -04:00
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
msgid "At most %d %q may be specified (not %d)"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
msgstr ""
#: main.c
msgid "Auto-reload is off.\n"
msgstr "Awtomatikong pag re-reload ay OFF.\n"
#: main.c
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
msgstr ""
"Ang awtomatikong pag re-reload ay ON. i-save lamang ang mga files sa USB "
"para patakbuhin sila o pasukin ang REPL para i-disable ito.\n"
2019-08-22 15:59:17 -04:00
#: shared-module/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-module/framebufferio/FramebufferDisplay.c
2019-08-22 15:59:17 -04:00
msgid "Below minimum frame rate"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Bit clock and word select must share a clock unit"
msgstr "Ang bit clock at word select dapat makibahagi sa isang clock unit"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bit depth ay dapat multiple ng 8."
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "Both pins must support hardware interrupts"
msgstr "Ang parehong mga pin ay dapat na sumusuporta sa hardware interrupts"
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
msgid "Brightness must be 0-1.0"
msgstr ""
#: shared-bindings/supervisor/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Brightness must be between 0 and 255"
msgstr "Ang liwanag ay dapat sa gitna ng 0 o 255"
2018-08-30 21:30:16 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-02-22 15:04:54 -05:00
msgid "Brightness not adjustable"
msgstr ""
2018-08-30 21:30:16 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/UUID.c
#, c-format
msgid "Buffer + offset too small %d %d %d"
msgstr ""
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Buffer incorrect size. Should be %d bytes."
msgstr "Mali ang size ng buffer. Dapat %d bytes."
2018-08-30 21:30:16 -04:00
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-08-21 14:19:42 -04:00
msgid "Buffer is not a bytearray."
msgstr ""
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-08-21 14:19:42 -04:00
msgid "Buffer is too small"
msgstr ""
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#, c-format
msgid "Buffer length %d too big. It must be less than %d"
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
2019-02-22 15:04:54 -05:00
msgid "Buffer must be at least length 1"
msgstr "Buffer dapat ay hindi baba sa 1 na haba"
2018-08-30 21:30:16 -04:00
2020-01-07 17:31:58 -05:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Buffer too large and unable to allocate"
msgstr ""
2020-03-30 20:04:33 -04:00
#: shared-bindings/_bleio/PacketBuffer.c
#, c-format
msgid "Buffer too short by %d bytes"
msgstr ""
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
#, fuzzy, c-format
msgid "Bus pin %d is already in use"
msgstr "Ginagamit na ang DAC"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Byte buffer must be 16 bytes."
msgstr "buffer ay dapat bytes-like object"
2018-08-30 21:30:16 -04:00
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Bytes must be between 0 and 255."
msgstr "Sa gitna ng 0 o 255 dapat ang bytes."
2018-08-30 21:30:16 -04:00
#: shared-bindings/aesio/aes.c
msgid "CBC blocks must be multiples of 16 bytes"
msgstr ""
#: py/objtype.c
msgid "Call super().__init__() before accessing native object."
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
msgstr ""
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Cannot delete values"
msgstr "Hindi mabura ang values"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
#: ports/mimxrt10xx/common-hal/digitalio/DigitalInOut.c
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
msgid "Cannot get pull while in output mode"
msgstr "Hindi makakakuha ng pull habang nasa output mode"
#: ports/nrf/common-hal/microcontroller/Processor.c
#, fuzzy
msgid "Cannot get temperature"
msgstr "Hindi makuha ang temperatura. status 0x%02x"
2019-12-12 18:33:46 -05:00
#: shared-bindings/_bleio/Adapter.c
msgid "Cannot have scan responses for extended, connectable advertisements."
msgstr ""
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Cannot output both channels on the same pin"
msgstr "Hindi maaaring output ang mga parehong channel sa parehong pin"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot read without MISO pin."
msgstr "Hindi maaring mabasa kapag walang MISO pin."
#: shared-bindings/audiobusio/PDMIn.c
msgid "Cannot record to a file"
msgstr "Hindi ma-record sa isang file"
#: shared-module/storage/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Cannot remount '/' when USB is active."
msgstr "Hindi ma-remount '/' kapag aktibo ang USB."
2019-01-18 14:44:53 -05:00
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
#: ports/cxd56/common-hal/microcontroller/__init__.c
#: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
msgid "Cannot reset into bootloader because no bootloader is present."
msgstr "Hindi ma-reset sa bootloader dahil walang bootloader."
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Cannot set value when direction is input."
msgstr "Hindi ma i-set ang value kapag ang direksyon ay input."
2018-08-30 21:30:16 -04:00
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Cannot specify RTS or CTS in RS485 mode"
msgstr ""
#: py/objslice.c
msgid "Cannot subclass slice"
msgstr "Hindi magawa ang sublcass slice"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot transfer without MOSI and MISO pins."
msgstr "Hindi maaaring ilipat kapag walang MOSI at MISO pin."
2018-08-30 21:30:16 -04:00
#: extmod/moductypes.c
msgid "Cannot unambiguously get sizeof scalar"
msgstr "Hindi puedeng hindi sigurado ang get sizeof scalar"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Cannot vary frequency on a timer that is already in use"
msgstr ""
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Cannot write without MOSI pin."
msgstr "Hindi maaring isulat kapag walang MOSI pin."
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
msgid "CharacteristicBuffer writing not provided"
msgstr ""
2018-08-30 21:30:16 -04:00
#: supervisor/shared/safe_mode.c
msgid "CircuitPython core code crashed hard. Whoops!\n"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid ""
"CircuitPython is in safe mode because you pressed the reset button during "
"boot. Press again to exit safe mode.\n"
msgstr ""
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Clock pin init failed."
msgstr "Nabigo sa pag init ng Clock pin."
2018-08-30 21:30:16 -04:00
#: shared-module/bitbangio/I2C.c
2019-02-22 15:04:54 -05:00
msgid "Clock stretch too long"
msgstr "Masyadong mahaba ang Clock stretch"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Clock unit in use"
msgstr "Clock unit ginagamit"
#: shared-bindings/_pew/PewPew.c
msgid "Column entry must be digitalio.DigitalInOut"
msgstr ""
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Command must be an int between 0 and 255"
msgstr "Sa gitna ng 0 o 255 dapat ang bytes."
2018-08-30 21:30:16 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Connection.c
msgid ""
"Connection has been disconnected and can no longer be used. Create a new "
"connection."
msgstr ""
#: py/persistentcode.c
msgid "Corrupt .mpy file"
msgstr ""
#: py/emitglue.c
msgid "Corrupt raw code"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
msgid "Could not initialize UART"
msgstr "Hindi ma-initialize ang UART"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not initialize channel"
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not initialize timer"
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not re-init channel"
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not re-init timer"
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not restart PWM"
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Could not start PWM"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "Could not start interrupt, RX busy"
msgstr ""
#: shared-module/audiomp3/MP3Decoder.c
msgid "Couldn't allocate decoder"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
#: shared-module/audiomp3/MP3Decoder.c
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate first buffer"
msgstr "Hindi ma-iallocate ang first buffer"
2018-08-30 21:30:16 -04:00
#: shared-module/audiomp3/MP3Decoder.c
msgid "Couldn't allocate input buffer"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
#: shared-module/audiomp3/MP3Decoder.c
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate second buffer"
msgstr "Hindi ma-iallocate ang second buffer"
2018-08-30 21:30:16 -04:00
#: supervisor/shared/safe_mode.c
msgid "Crash into the HardFault_Handler."
msgstr ""
2018-08-30 21:30:16 -04:00
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "DAC Channel Init Error"
msgstr ""
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "DAC Device Init Error"
msgstr ""
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "DAC already in use"
msgstr "Ginagamit na ang DAC"
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
#: ports/nrf/common-hal/displayio/ParallelBus.c
#, fuzzy
msgid "Data 0 pin must be byte aligned"
msgstr "graphic ay dapat 2048 bytes ang haba"
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Data chunk must follow fmt chunk"
msgstr "Dapat sunurin ng Data chunk ang fmt chunk"
2018-08-30 21:30:16 -04:00
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
#, fuzzy
msgid "Data too large for advertisement packet"
msgstr "Hindi makasya ang data sa loob ng advertisement packet"
#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr ""
"Ang kapasidad ng destinasyon ay mas maliit kaysa sa destination_length."
2019-09-08 18:31:01 -04:00
#: ports/nrf/common-hal/audiobusio/I2SOut.c
msgid "Device in use"
msgstr ""
#: ports/cxd56/common-hal/digitalio/DigitalInOut.c
msgid "DigitalInOut not supported on given pin"
msgstr ""
2019-08-21 14:19:42 -04:00
#: shared-bindings/displayio/Display.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-08-21 14:19:42 -04:00
msgid "Display must have a 16 bit colorspace."
msgstr ""
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-02-22 15:04:54 -05:00
msgid "Display rotation must be in 90 degree increments"
2018-08-30 21:30:16 -04:00
msgstr ""
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Drive mode not used when direction is input."
msgstr "Drive mode ay hindi ginagamit kapag ang direksyon ay input."
2018-08-30 21:30:16 -04:00
#: shared-bindings/aesio/aes.c
msgid "ECB only operates on 16 bytes at a time"
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Ginagamit na ang EXTINT channel"
#: extmod/modure.c
msgid "Error in regex"
msgstr "May pagkakamali sa REGEX"
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
2019-05-10 13:09:56 -04:00
#: shared-bindings/terminalio/Terminal.c
2019-02-22 15:04:54 -05:00
msgid "Expected a %q"
msgstr "Umasa ng %q"
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2020-01-07 17:31:58 -05:00
#: shared-bindings/_bleio/Descriptor.c shared-bindings/_bleio/PacketBuffer.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Expected a Characteristic"
msgstr "Hindi mabasa and Characteristic."
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c
msgid "Expected a Service"
msgstr ""
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
#: shared-bindings/_bleio/Service.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Expected a UUID"
msgstr "Umasa ng %q"
2018-08-30 21:30:16 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
2019-07-09 08:43:54 -04:00
msgid "Expected an Address"
msgstr ""
#: shared-module/_pixelbuf/PixelBuf.c
2018-08-30 21:30:16 -04:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Expected tuple of length %d, got %d"
2018-08-30 21:30:16 -04:00
msgstr ""
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Extended advertisements with scan response not supported."
msgstr ""
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/fft.c
msgid "FFT is defined for ndarrays only"
msgstr ""
2019-05-15 22:29:34 -04:00
#: shared-bindings/ps2io/Ps2.c
msgid "Failed sending command."
msgstr ""
#: ports/nrf/sd_mutex.c
#, fuzzy, c-format
msgid "Failed to acquire mutex, err 0x%04x"
msgstr "Nabigo sa pag kuha ng mutex, status: 0x%08lX"
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
msgid "Failed to allocate RX buffer"
msgstr "Nabigong ilaan ang RX buffer"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/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"
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
2019-10-21 22:50:17 -04:00
msgid "Failed to connect: internal error"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Failed to connect: timeout"
msgstr ""
#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr ""
#: ports/nrf/sd_mutex.c
#, fuzzy, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Nabigo sa pagrelease ng mutex, status: 0x%08lX"
#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr ""
#: py/moduerrno.c
msgid "File exists"
msgstr "Mayroong file"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Frequency must match existing PWMOut using this timer"
msgstr ""
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Function requires lock"
msgstr "Function nangangailangan ng lock"
2018-08-31 15:34:01 -04:00
2019-07-26 01:48:36 -04:00
#: shared-bindings/displayio/Display.c
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
2020-04-14 19:25:21 -04:00
#: shared-bindings/framebufferio/FramebufferDisplay.c
2019-07-26 01:48:36 -04:00
msgid "Group already used"
msgstr ""
#: shared-module/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Group full"
msgstr "Puno ang group"
2018-09-25 15:10:44 -04:00
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
#: ports/stm/common-hal/busio/SPI.c
msgid "Hardware busy, try alternative pins"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "Hardware in use, try alternative pins"
msgstr ""
#: extmod/vfs_posix_file.c py/objstringio.c
msgid "I/O operation on closed file"
msgstr "I/O operasyon sa saradong file"
#: ports/stm/common-hal/busio/I2C.c
msgid "I2C Init Error"
msgstr ""
#: extmod/machine_i2c.c
msgid "I2C operation not supported"
msgstr "Hindi supportado ang operasyong I2C"
#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
msgstr ""
#: py/persistentcode.c
msgid ""
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
"mpy-update for more info."
msgstr ""
".mpy file hindi compatible. Maaring i-update lahat ng .mpy files. See http://"
"adafru.it/mpy-update for more info."
#: shared-bindings/_pew/PewPew.c
msgid "Incorrect buffer size"
msgstr ""
#: py/moduerrno.c
msgid "Input/output error"
msgstr "May mali sa Input/Output"
#: ports/nrf/common-hal/_bleio/__init__.c
msgid "Insufficient authentication"
msgstr ""
2019-11-21 19:50:34 -05:00
#: ports/nrf/common-hal/_bleio/__init__.c
msgid "Insufficient encryption"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "Internal define error"
msgstr ""
2020-04-17 19:44:35 -04:00
#: shared-module/rgbmatrix/RGBMatrix.c
#, c-format
msgid "Internal error #%d"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Invalid %q pin"
msgstr "Mali ang %q pin"
#: ports/stm/common-hal/analogio/AnalogIn.c
msgid "Invalid ADC Unit value"
msgstr ""
#: shared-module/displayio/OnDiskBitmap.c
2019-02-22 15:04:54 -05:00
msgid "Invalid BMP file"
msgstr "Mali ang BMP file"
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "Invalid DAC pin supplied"
msgstr ""
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
msgid "Invalid I2C pin selection"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PWMOut.c
#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid "Invalid PWM frequency"
msgstr "Mali ang PWM frequency"
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "Invalid SPI pin selection"
msgstr ""
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
msgid "Invalid UART pin selection"
msgstr ""
2020-04-17 19:44:35 -04:00
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
msgid "Invalid argument"
msgstr "Maling argumento"
2019-04-04 16:38:05 -04:00
#: shared-module/displayio/Bitmap.c
msgid "Invalid bits per value"
msgstr ""
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Mali ang buffer size"
2019-10-03 19:42:40 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "Invalid capture period. Valid range: 1 - 500"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid channel count"
msgstr "Maling bilang ng channel"
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Invalid direction."
msgstr "Mali ang direksyon."
2018-08-30 21:30:16 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid file"
msgstr "Mali ang file"
2018-08-30 21:30:16 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid format chunk size"
msgstr "Mali ang format ng chunk size"
2018-08-30 21:30:16 -04:00
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Invalid frequency supplied"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "Invalid memory access."
msgstr ""
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "Invalid number of bits"
msgstr "Mali ang bilang ng bits"
2018-08-30 21:30:16 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2020-04-09 16:16:32 -04:00
#: shared-bindings/displayio/FourWire.c
2019-02-22 15:04:54 -05:00
msgid "Invalid phase"
msgstr "Mali ang phase"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
2020-04-17 19:44:35 -04:00
#: shared-bindings/pulseio/PWMOut.c shared-module/rgbmatrix/RGBMatrix.c
2019-02-22 15:04:54 -05:00
msgid "Invalid pin"
msgstr "Mali ang pin"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for left channel"
msgstr "Mali ang pin para sa kaliwang channel"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Invalid pin for right channel"
msgstr "Mali ang pin para sa kanang channel"
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/SPI.c
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
msgid "Invalid pins"
msgstr "Mali ang pins"
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "Invalid pins for PWMOut"
msgstr ""
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2020-04-09 16:16:32 -04:00
#: shared-bindings/displayio/FourWire.c
2019-02-22 15:04:54 -05:00
msgid "Invalid polarity"
msgstr "Mali ang polarity"
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/Characteristic.c
2019-08-15 21:54:52 -04:00
msgid "Invalid properties"
msgstr ""
#: shared-bindings/microcontroller/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Invalid run mode."
msgstr "Mali ang run mode."
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-module/_bleio/Attribute.c
2019-08-15 21:54:52 -04:00
msgid "Invalid security_mode"
msgstr ""
2019-08-29 23:17:28 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice count"
msgstr "Maling bilang ng voice"
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Invalid wave file"
msgstr "May hindi tama sa wave file"
2018-08-30 21:30:16 -04:00
#: ports/stm/common-hal/busio/UART.c
msgid "Invalid word/bit length"
msgstr ""
#: shared-bindings/aesio/aes.c
msgid "Key must be 16, 24, or 32 bytes long"
msgstr ""
#: py/compile.c
msgid "LHS of keyword arg must be an id"
msgstr "LHS ng keyword arg ay dapat na id"
2019-06-12 03:59:54 -04:00
#: shared-module/displayio/Group.c
msgid "Layer already in a group."
msgstr ""
#: shared-module/displayio/Group.c
2019-02-22 15:04:54 -05:00
msgid "Layer must be a Group or TileGrid subclass."
2018-08-30 21:30:16 -04:00
msgstr ""
#: py/objslice.c
msgid "Length must be an int"
msgstr "Haba ay dapat int"
#: py/objslice.c
msgid "Length must be non-negative"
msgstr "Haba ay dapat hindi negatibo"
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "MISO pin init failed."
msgstr "Hindi ma-initialize ang MISO pin."
#: shared-module/bitbangio/SPI.c
2019-02-22 15:04:54 -05:00
msgid "MOSI pin init failed."
msgstr "Hindi ma-initialize ang MOSI pin."
2018-08-30 21:30:16 -04:00
#: shared-module/displayio/Shape.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum x value when mirrored is %d"
msgstr ""
2018-08-30 21:30:16 -04:00
#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr ""
2018-08-30 21:30:16 -04:00
#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr ""
2018-08-30 21:30:16 -04:00
#: shared-bindings/audiobusio/PDMIn.c
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"
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "Missing MISO or MOSI Pin"
msgstr ""
#: shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
2019-02-22 15:04:54 -05:00
msgstr ""
2018-08-30 21:30:16 -04:00
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr ""
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr ""
2020-03-02 10:13:06 -05:00
#: py/parse.c
msgid "Name too long"
msgstr ""
2019-11-23 13:59:44 -05:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "Negative step not supported"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
msgid "No CCCD for this Characteristic"
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
#: ports/stm/common-hal/analogio/AnalogOut.c
msgid "No DAC on chip"
msgstr "Walang DAC sa chip"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "No DMA channel found"
msgstr "Walang DMA channel na mahanap"
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "No MISO Pin"
msgstr ""
2020-05-12 00:41:28 -04:00
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
msgid "No MOSI Pin"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
#: ports/stm/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Walang RX pin"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
#: ports/stm/common-hal/busio/UART.c
msgid "No TX pin"
msgstr "Walang TX pin"
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
msgid "No available clocks"
msgstr ""
#: shared-bindings/_bleio/PacketBuffer.c
2020-05-04 19:52:24 -04:00
msgid "No connection: length cannot be determined"
msgstr ""
#: shared-bindings/board/__init__.c
msgid "No default %q bus"
msgstr "Walang default na %q bus"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
msgid "No free GCLKs"
msgstr "Walang libreng GCLKs"
#: shared-bindings/os/__init__.c
2019-02-22 15:04:54 -05:00
msgid "No hardware random available"
msgstr "Walang magagamit na hardware random"
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
msgid "No hardware support on clk pin"
msgstr ""
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
msgstr "Walang support sa hardware ang pin"
#: shared-bindings/aesio/aes.c
msgid "No key was specified"
msgstr ""
2020-05-08 18:15:50 -04:00
#: shared-bindings/time/__init__.c
msgid "No long integer support"
msgstr ""
#: ports/stm/common-hal/pulseio/PWMOut.c
msgid "No more timers available on this pin."
msgstr ""
2019-08-20 13:02:01 -04:00
#: shared-module/touchio/TouchIn.c
msgid "No pulldown on pin; 1Mohm recommended"
msgstr ""
#: py/moduerrno.c
msgid "No space left on device"
msgstr ""
#: py/moduerrno.c
msgid "No such file/directory"
msgstr "Walang file/directory"
2020-04-17 19:44:35 -04:00
#: shared-module/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
msgid "No timer available"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "Nordic Soft Device failure assertion."
msgstr ""
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/__init__.c
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Not connected"
msgstr "Hindi maka connect sa AP"
2018-08-30 21:30:16 -04:00
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
#: shared-bindings/audiopwmio/PWMAudioOut.c
2019-03-27 23:47:58 -04:00
msgid "Not playing"
msgstr "Hindi playing"
#: shared-bindings/util.c
2019-02-22 15:04:54 -05:00
msgid ""
"Object has been deinitialized and can no longer be used. Create a new object."
msgstr ""
"Object ay deinitialized at hindi na magagamit. Lumikha ng isang bagong "
"Object."
2018-08-30 21:30:16 -04:00
#: ports/nrf/common-hal/busio/UART.c
msgid "Odd parity is not supported"
msgstr "Odd na parity ay hindi supportado"
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Only 8 or 16 bit mono with "
msgstr "Tanging 8 o 16 na bit mono na may "
#: shared-module/displayio/OnDiskBitmap.c
2019-02-22 15:04:54 -05:00
#, c-format
msgid ""
"Only Windows format, uncompressed BMP supported: given header size is %d"
msgstr ""
2018-08-30 21:30:16 -04:00
#: shared-module/displayio/OnDiskBitmap.c
#, c-format
msgid ""
2019-08-22 15:59:17 -04:00
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
"%d bpp given"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c
msgid "Oversample must be multiple of 8."
msgstr "Oversample ay dapat multiple ng 8."
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid ""
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
msgstr "PWM duty_cycle ay dapat sa loob ng 0 at 65535 (16 bit resolution)"
2018-08-30 21:30:16 -04:00
#: shared-bindings/pulseio/PWMOut.c
2019-02-22 15:04:54 -05:00
msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""
"PWM frequency hindi writable kapag variable_frequency ay False sa pag buo."
2018-08-30 21:30:16 -04:00
2020-02-04 11:24:37 -05:00
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
msgid "ParallelBus not yet supported"
msgstr ""
#: py/moduerrno.c
msgid "Permission denied"
msgstr "Walang pahintulot"
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
#: ports/cxd56/common-hal/analogio/AnalogIn.c
#: ports/mimxrt10xx/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
#: ports/stm/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Ang pin ay walang kakayahan sa ADC"
2020-05-05 01:23:38 -04:00
#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr ""
#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "Pin number already reserved by EXTI"
msgstr ""
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid ""
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
"constructor"
msgstr ""
#: py/builtinhelp.c
msgid "Plus any modules on the filesystem\n"
msgstr "Kasama ang kung ano pang modules na sa filesystem\n"
2019-05-15 22:29:34 -04:00
#: shared-bindings/ps2io/Ps2.c
msgid "Pop from an empty Ps2 buffer"
msgstr ""
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
msgid "Prefix buffer must be on the heap"
msgstr ""
#: main.c
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
"Pindutin ang anumang key upang pumasok sa REPL. Gamitin ang CTRL-D upang i-"
"reload."
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Pull not used when direction is output."
msgstr "Pull hindi ginagamit kapag ang direksyon ay output."
2018-08-30 21:30:16 -04:00
2020-04-09 16:16:32 -04:00
#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""
#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
#: ports/stm/common-hal/os/__init__.c
msgid "RNG DeInit Error"
msgstr ""
#: ports/stm/common-hal/os/__init__.c
msgid "RNG Init Error"
msgstr ""
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "RS485 inversion specified when not in RS485 mode"
msgstr ""
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
#: ports/nrf/common-hal/rtc/RTC.c
msgid "RTC calibration is not supported on this board"
msgstr "RTC calibration ay hindi supportado ng board na ito"
2019-04-01 22:43:59 -04:00
#: shared-bindings/time/__init__.c
2019-02-22 15:04:54 -05:00
msgid "RTC is not supported on this board"
msgstr "Hindi supportado ang RTC sa board na ito"
2018-08-30 21:30:16 -04:00
2020-02-19 03:45:07 -05:00
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
2020-02-19 03:45:07 -05:00
msgid "RTS/CTS/RS485 Not yet supported on this device"
msgstr ""
#: ports/stm/common-hal/os/__init__.c
msgid "Random number generation error"
msgstr ""
#: shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Read-only"
msgstr "Basahin-lamang"
#: extmod/vfs_fat.c py/moduerrno.c
msgid "Read-only filesystem"
msgstr "Basahin-lamang mode"
#: shared-module/displayio/Bitmap.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Read-only object"
msgstr "Basahin-lamang"
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Refresh too soon"
msgstr ""
#: shared-bindings/aesio/aes.c
msgid "Requested AES mode is unsupported"
msgstr ""
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Right channel unsupported"
msgstr "Hindi supportado ang kanang channel"
#: shared-bindings/_pew/PewPew.c
msgid "Row entry must be digitalio.DigitalInOut"
msgstr ""
#: main.c
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Tumatakbo sa safe mode! Awtomatikong pag re-reload ay OFF.\n"
#: main.c
msgid "Running in safe mode! Not running saved code.\n"
msgstr "Tumatakbo sa safe mode! Hindi tumatakbo ang nai-save na code.\n"
#: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
msgid "SDA or SCL needs a pull up"
msgstr "Kailangan ng pull up resistors ang SDA o SCL"
#: ports/stm/common-hal/busio/SPI.c
msgid "SPI Init Error"
msgstr ""
#: ports/stm/common-hal/busio/SPI.c
msgid "SPI Re-initialization error"
msgstr ""
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "Sample rate must be positive"
msgstr "Sample rate ay dapat positibo"
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#, c-format
msgid "Sample rate too high. It must be less than %d"
msgstr "Sample rate ay masyadong mataas. Ito ay dapat hindi hiigit sa %d"
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Scan already in progess. Stop with stop_scan."
msgstr ""
2020-02-19 03:45:07 -05:00
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Selected CTS pin not valid"
msgstr ""
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Selected RTS pin not valid"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Serializer in use"
msgstr "Serializer ginagamit"
#: shared-bindings/nvm/ByteArray.c
msgid "Slice and value different lengths."
msgstr "Slice at value iba't ibang haba."
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
2019-02-22 15:04:54 -05:00
msgid "Slices not supported"
msgstr "Hindi suportado ang Slices"
#: shared-bindings/aesio/aes.c
msgid "Source and destination buffers must be the same length"
msgstr ""
#: extmod/modure.c
msgid "Splitting with sub-captures"
msgstr "Binibiyak gamit ang sub-captures"
#: shared-bindings/supervisor/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Stack size must be at least 256"
msgstr "Ang laki ng stack ay dapat na hindi bababa sa 256"
2018-08-30 21:30:16 -04:00
#: shared-bindings/multiterminal/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Stream missing readinto() or write() method."
msgstr "Stream kulang ng readinto() o write() method."
2018-08-30 21:30:16 -04:00
#: ports/stm/common-hal/busio/UART.c
msgid "Supply at least one UART pin"
msgstr ""
#: ports/stm/common-hal/microcontroller/Processor.c
msgid "Temperature read timed out"
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid ""
"The CircuitPython heap was corrupted because the stack was too small.\n"
"Please increase the stack size if you know how, or if not:"
2019-02-22 15:04:54 -05:00
msgstr ""
2018-08-30 21:30:16 -04:00
2019-05-10 13:09:56 -04:00
#: supervisor/shared/safe_mode.c
msgid ""
"The `microcontroller` module was used to boot into safe mode. Press reset to "
"exit safe mode.\n"
msgstr ""
#: supervisor/shared/safe_mode.c
2019-02-22 15:04:54 -05:00
msgid ""
"The microcontroller's power dipped. Make sure your power supply provides\n"
2019-02-22 15:04:54 -05:00
"enough power for the whole circuit and press reset (after ejecting "
"CIRCUITPY).\n"
msgstr ""
2018-08-30 21:30:16 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's bits_per_sample does not match the mixer's"
msgstr "Ang bits_per_sample ng sample ay hindi tugma sa mixer"
2018-08-30 21:30:16 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's channel count does not match the mixer's"
msgstr "Ang channel count ng sample ay hindi tugma sa mixer"
2018-08-30 21:30:16 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's sample rate does not match the mixer's"
msgstr "Ang sample rate ng sample ay hindi tugma sa mixer"
2018-08-30 21:30:16 -04:00
2019-08-25 00:37:42 -04:00
#: shared-module/audiomixer/MixerVoice.c
2019-02-22 15:04:54 -05:00
msgid "The sample's signedness does not match the mixer's"
msgstr "Ang signedness ng sample hindi tugma sa mixer"
2018-08-30 21:30:16 -04:00
#: shared-bindings/displayio/TileGrid.c
2019-02-22 15:04:54 -05:00
msgid "Tile height must exactly divide bitmap height"
msgstr ""
2018-08-30 21:30:16 -04:00
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
2019-07-19 13:38:59 -04:00
msgid "Tile index out of bounds"
msgstr ""
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/TileGrid.c
2019-07-19 13:38:59 -04:00
msgid "Tile value out of bounds"
msgstr ""
#: shared-bindings/displayio/TileGrid.c
2019-02-22 15:04:54 -05:00
msgid "Tile width must exactly divide bitmap width"
msgstr ""
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Too many channels in sample."
msgstr "Sobra ang channels sa sample."
2020-04-14 19:25:21 -04:00
#: shared-module/displayio/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Too many display busses"
msgstr ""
2018-08-30 21:30:16 -04:00
2020-04-14 19:25:21 -04:00
#: shared-module/displayio/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Too many displays"
msgstr ""
2018-08-30 21:30:16 -04:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Total data to write is larger than outgoing_packet_length"
msgstr ""
#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr "Traceback (pinakahuling huling tawag): \n"
#: shared-bindings/time/__init__.c
2019-02-22 15:04:54 -05:00
msgid "Tuple or struct_time argument required"
msgstr "Tuple o struct_time argument kailangan"
2018-08-30 21:30:16 -04:00
#: ports/stm/common-hal/busio/UART.c
msgid "UART Buffer allocation error"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "UART De-init error"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "UART Init Error"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "UART Re-init error"
msgstr ""
#: ports/stm/common-hal/busio/UART.c
msgid "UART write error"
msgstr ""
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
msgid "USB Busy"
msgstr "Busy ang USB"
2018-08-30 21:30:16 -04:00
#: shared-module/usb_hid/Device.c
2019-02-22 15:04:54 -05:00
msgid "USB Error"
msgstr "May pagkakamali ang USB"
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
msgid "UUID integer value must be 0-0xffff"
2019-02-22 15:04:54 -05:00
msgstr ""
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
msgstr ""
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
2019-02-22 15:04:54 -05:00
msgid "UUID value is not str, int or byte buffer"
msgstr ""
2018-08-30 21:30:16 -04:00
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "Unable to allocate buffers for signed conversion"
msgstr "Hindi ma-allocate ang buffers para sa naka-sign na conversion"
2019-07-17 15:00:58 -04:00
#: shared-module/displayio/I2CDisplay.c
#, c-format
msgid "Unable to find I2C Display at %x"
msgstr ""
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Unable to find free GCLK"
msgstr "Hindi mahanap ang libreng GCLK"
#: py/parse.c
msgid "Unable to init parser"
msgstr "Hindi ma-init ang parser"
#: shared-module/displayio/OnDiskBitmap.c
msgid "Unable to read color palette data"
msgstr ""
#: shared-bindings/nvm/ByteArray.c
2019-02-22 15:04:54 -05:00
msgid "Unable to write to nvm."
msgstr "Hindi ma i-sulat sa NVM."
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/UUID.c
#, fuzzy
msgid "Unexpected nrfx uuid type"
msgstr "hindi inaasahang indent"
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown gatt error: 0x%04x"
msgstr ""
#: supervisor/shared/safe_mode.c
msgid "Unknown reason."
msgstr ""
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr ""
#: ports/nrf/common-hal/_bleio/__init__.c
#, c-format
msgid "Unknown soft device error: %04x"
msgstr ""
#: shared-bindings/_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr ""
2019-11-21 19:50:34 -05:00
#: ports/nrf/common-hal/_bleio/__init__.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"declined or ignored."
msgstr ""
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
msgid "Unsupported baudrate"
msgstr "Hindi supportadong baudrate"
2019-08-22 15:59:17 -04:00
#: shared-module/displayio/display_core.c
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Unsupported display bus type"
msgstr "Hindi supportadong tipo ng bitmap"
2018-08-30 21:30:16 -04:00
2019-07-25 22:13:50 -04:00
#: shared-module/audiocore/WaveFile.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported format"
msgstr "Hindi supportadong format"
2018-08-30 21:30:16 -04:00
#: py/moduerrno.c
msgid "Unsupported operation"
msgstr "Hindi sinusuportahang operasyon"
#: shared-bindings/digitalio/DigitalInOut.c
2019-02-22 15:04:54 -05:00
msgid "Unsupported pull value."
msgstr "Hindi suportado ang pull value."
2018-08-30 21:30:16 -04:00
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
msgid "Value length != required fixed length"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
msgid "Value length > max_length"
msgstr ""
#: py/emitnative.c
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
"Ang mga function ng Viper ay kasalukuyang hindi sumusuporta sa higit sa 4 na "
"argumento"
#: ports/stm/common-hal/microcontroller/Processor.c
msgid "Voltage read timed out"
msgstr ""
#: main.c
msgid "WARNING: Your code filename has two extensions\n"
msgstr "BABALA: Ang pangalan ng file ay may dalawang extension\n"
#: py/builtinhelp.c
#, c-format
msgid ""
"Welcome to Adafruit CircuitPython %s!\n"
"\n"
"Please visit learn.adafruit.com/category/circuitpython for project guides.\n"
"\n"
"To list built-in modules please do `help(\"modules\")`.\n"
msgstr ""
"Mabuhay sa Adafruit CircuitPython %s!\n"
"\n"
"Mangyaring bisitahin ang learn.adafruit.com/category/circuitpython para sa "
"project guides.\n"
"\n"
"Para makita ang listahan ng modules, `help(“modules”)`.\n"
2020-01-07 17:31:58 -05:00
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
msgid "Writes not supported on Characteristic"
msgstr ""
2019-03-27 23:47:58 -04:00
#: supervisor/shared/safe_mode.c
msgid "You are in safe mode: something unanticipated happened.\n"
msgstr ""
2019-03-27 18:57:35 -04:00
2019-03-27 23:47:58 -04:00
#: supervisor/shared/safe_mode.c
msgid "You requested starting safe mode by "
msgstr "Ikaw ang humiling sa safe mode sa pamamagitan ng "
2019-03-27 18:57:35 -04:00
#: py/objtype.c
msgid "__init__() should return None"
msgstr "__init __ () dapat magbalik na None"
#: py/objtype.c
#, c-format
msgid "__init__() should return None, not '%s'"
msgstr "__init__() dapat magbalink na None, hindi '%s'"
#: py/objobject.c
msgid "__new__ arg must be a user-type"
msgstr "__new__ arg ay dapat na user-type"
#: extmod/modubinascii.c extmod/moduhashlib.c
msgid "a bytes-like object is required"
msgstr "a bytes-like object ay kailangan"
#: lib/embed/abort_.c
msgid "abort() called"
msgstr "abort() tinawag"
#: extmod/machine_mem.c
#, c-format
msgid "address %08x is not aligned to %d bytes"
msgstr "address %08x ay hindi pantay sa %d bytes"
2019-03-27 23:47:58 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "address out of bounds"
msgstr "wala sa sakop ang address"
2019-03-27 18:57:35 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "addresses is empty"
msgstr "walang laman ang address"
2019-03-27 18:57:35 -04:00
#: extmod/ulab/code/vectorise.c
msgid "arctan2 is implemented for scalars and ndarrays only"
msgstr ""
#: py/modbuiltins.c
msgid "arg is an empty sequence"
msgstr "arg ay walang laman na sequence"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "argsort argument must be an ndarray"
msgstr ""
#: py/runtime.c
msgid "argument has wrong type"
msgstr "may maling type ang argument"
#: py/argcheck.c shared-bindings/_stage/__init__.c
2019-07-09 09:11:04 -04:00
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
2019-03-27 23:47:58 -04:00
msgid "argument num/types mismatch"
msgstr "hindi tugma ang argument num/types"
2019-03-27 18:57:35 -04:00
#: py/runtime.c
msgid "argument should be a '%q' not a '%q'"
msgstr "argument ay dapat na '%q' hindi '%q'"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "arguments must be ndarrays"
msgstr ""
#: py/objarray.c shared-bindings/nvm/ByteArray.c
2019-03-27 23:47:58 -04:00
msgid "array/bytes required on right side"
msgstr "array/bytes kinakailangan sa kanang bahagi"
2019-03-27 18:57:35 -04:00
2020-04-13 18:17:51 -04:00
#: extmod/ulab/code/numerical.c
msgid "attempt to get argmin/argmax of an empty sequence"
msgstr ""
#: py/objstr.c
msgid "attributes not supported yet"
msgstr "attributes hindi sinusuportahan"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "axis must be -1, 0, None, or 1"
msgstr ""
#: extmod/ulab/code/numerical.c
msgid "axis must be -1, 0, or 1"
msgstr ""
#: extmod/ulab/code/numerical.c
msgid "axis must be None, 0, or 1"
msgstr ""
#: py/builtinevex.c
msgid "bad compile mode"
msgstr "masamang mode ng compile"
#: py/objstr.c
msgid "bad conversion specifier"
msgstr "masamang pag convert na specifier"
#: py/objstr.c
msgid "bad format string"
msgstr "maling format ang string"
#: py/binary.c
msgid "bad typecode"
msgstr "masamang typecode"
#: py/emitnative.c
msgid "binary op %q not implemented"
msgstr "binary op %q hindi implemented"
2019-03-27 23:47:58 -04:00
#: shared-bindings/busio/UART.c
msgid "bits must be 7, 8 or 9"
msgstr "bits ay dapat 7, 8 o 9"
2019-03-27 18:57:35 -04:00
#: extmod/machine_spi.c
msgid "bits must be 8"
msgstr "bits ay dapat walo (8)"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/Mixer.c
msgid "bits_per_sample must be 8 or 16"
msgstr "bits_per_sample ay dapat 8 o 16"
#: py/emitinlinethumb.c
msgid "branch not in range"
msgstr "branch wala sa range"
#: shared-bindings/audiocore/RawSample.c
msgid "buffer must be a bytes-like object"
msgstr "buffer ay dapat bytes-like object"
2019-03-27 23:47:58 -04:00
#: shared-module/struct/__init__.c
2019-03-27 18:57:35 -04:00
#, fuzzy
2019-03-27 23:47:58 -04:00
msgid "buffer size must match format"
msgstr "aarehas na haba dapat ang buffer slices"
2019-03-27 18:57:35 -04:00
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
2019-03-27 23:47:58 -04:00
msgid "buffer slices must be of equal length"
msgstr "aarehas na haba dapat ang buffer slices"
2019-03-27 18:57:35 -04:00
#: py/modstruct.c shared-bindings/struct/__init__.c
#: shared-module/struct/__init__.c
2019-03-27 23:47:58 -04:00
msgid "buffer too small"
msgstr "masyadong maliit ang buffer"
2019-03-27 18:57:35 -04:00
#: extmod/machine_spi.c
msgid "buffers must be the same length"
msgstr "ang buffers ay dapat parehas sa haba"
#: shared-bindings/_pew/PewPew.c
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""
#: py/vm.c
msgid "byte code not implemented"
msgstr "byte code hindi pa implemented"
#: shared-bindings/_pixelbuf/PixelBuf.c
2019-10-03 19:42:40 -04:00
msgid "byteorder is not a string"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c
msgid "bytes > 8 bits not supported"
msgstr "hindi sinusuportahan ang bytes > 8 bits"
#: py/objstr.c
msgid "bytes value out of range"
msgstr "bytes value wala sa sakop"
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is out of range"
msgstr "kalibrasion ay wala sa sakop"
#: ports/atmel-samd/bindings/samd/Clock.c
msgid "calibration is read only"
msgstr "pagkakalibrate ay basahin lamang"
#: ports/atmel-samd/common-hal/rtc/RTC.c
msgid "calibration value out of range +/-127"
msgstr "ang halaga ng pagkakalibrate ay wala sa sakop +/-127"
#: py/emitinlinethumb.c
msgid "can only have up to 4 parameters to Thumb assembly"
msgstr "maaari lamang magkaroon ng hanggang 4 na parameter sa Thumb assembly"
#: py/emitinlinextensa.c
msgid "can only have up to 4 parameters to Xtensa assembly"
msgstr "maaari lamang magkaroon ng hanggang 4 na parameter sa Xtensa assembly"
#: py/persistentcode.c
msgid "can only save bytecode"
msgstr "maaring i-save lamang ang bytecode"
#: py/objtype.c
msgid "can't add special method to already-subclassed class"
msgstr ""
"hindi madagdag ang isang espesyal na method sa isang na i-subclass na class"
#: py/compile.c
msgid "can't assign to expression"
msgstr "hindi ma i-assign sa expression"
#: py/obj.c
#, c-format
msgid "can't convert %s to complex"
msgstr "hindi ma-convert %s sa complex"
#: py/obj.c
#, c-format
msgid "can't convert %s to float"
msgstr "hindi ma-convert %s sa int"
#: py/obj.c
#, c-format
msgid "can't convert %s to int"
msgstr "hindi ma-convert %s sa int"
#: py/objstr.c
msgid "can't convert '%q' object to %q implicitly"
msgstr "hindi maaaring i-convert ang '%q' na bagay sa %q nang walang pahiwatig"
#: py/objint.c
msgid "can't convert NaN to int"
msgstr "hindi ma i-convert NaN sa int"
2019-03-27 23:47:58 -04:00
#: shared-bindings/i2cslave/I2CSlave.c
msgid "can't convert address to int"
msgstr "hindi ma i-convert ang address sa INT"
2018-08-30 21:30:16 -04:00
#: py/objint.c
msgid "can't convert inf to int"
msgstr "hindi ma i-convert inf sa int"
#: py/obj.c
msgid "can't convert to complex"
msgstr "hindi ma-convert sa complex"
#: py/obj.c
msgid "can't convert to float"
msgstr "hindi ma-convert sa float"
#: py/obj.c
msgid "can't convert to int"
msgstr "hindi ma-convert sa int"
#: py/objstr.c
msgid "can't convert to str implicitly"
msgstr "hindi ma i-convert sa string ng walang pahiwatig"
#: py/compile.c
msgid "can't declare nonlocal in outer code"
msgstr "hindi madeclare nonlocal sa outer code"
#: py/compile.c
msgid "can't delete expression"
msgstr "hindi mabura ang expression"
#: py/emitnative.c
msgid "can't do binary op between '%q' and '%q'"
msgstr "hindi magawa ang binary op sa gitna ng '%q' at '%q'"
#: py/objcomplex.c
msgid "can't do truncated division of a complex number"
msgstr ""
"hindi maaaring gawin ang truncated division ng isang kumplikadong numero"
#: py/compile.c
msgid "can't have multiple **x"
msgstr "hindi puede ang maraming **x"
#: py/compile.c
msgid "can't have multiple *x"
msgstr "hindi puede ang maraming *x"
#: py/emitnative.c
msgid "can't implicitly convert '%q' to 'bool'"
msgstr "hindi maaaring ma-convert ang '% qt' sa 'bool'"
#: py/emitnative.c
msgid "can't load from '%q'"
msgstr "hidi ma i-load galing sa '%q'"
#: py/emitnative.c
msgid "can't load with '%q' index"
msgstr "hindi ma i-load gamit ng '%q' na index"
#: py/objgenerator.c
msgid "can't pend throw to just-started generator"
msgstr "hindi mapadala ang send throw sa isang kaka umpisang generator"
#: py/objgenerator.c
msgid "can't send non-None value to a just-started generator"
msgstr "hindi mapadala ang non-None value sa isang kaka umpisang generator"
#: py/objnamedtuple.c
msgid "can't set attribute"
msgstr "hindi ma i-set ang attribute"
#: py/emitnative.c
msgid "can't store '%q'"
msgstr "hindi ma i-store ang '%q'"
#: py/emitnative.c
msgid "can't store to '%q'"
msgstr "hindi ma i-store sa '%q'"
#: py/emitnative.c
msgid "can't store with '%q' index"
msgstr "hindi ma i-store gamit ng '%q' na index"
#: py/objstr.c
msgid ""
"can't switch from automatic field numbering to manual field specification"
msgstr ""
"hindi mapalitan ang awtomatikong field numbering sa manual field "
"specification"
#: py/objstr.c
msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr ""
"hindi mapalitan ang manual field specification sa awtomatikong field "
"numbering"
#: py/objtype.c
msgid "cannot create '%q' instances"
msgstr "hindi magawa '%q' instances"
#: py/objtype.c
msgid "cannot create instance"
msgstr "hindi magawa ang instance"
#: py/runtime.c
msgid "cannot import name %q"
msgstr "hindi ma-import ang name %q"
#: py/builtinimport.c
msgid "cannot perform relative import"
msgstr "hindi maaring isagawa ang relative import"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "cannot reshape array (incompatible input/output shape)"
msgstr ""
#: py/emitnative.c
msgid "casting"
msgstr "casting"
#: shared-bindings/_stage/Text.c
msgid "chars buffer too small"
msgstr "masyadong maliit ang buffer"
#: py/modbuiltins.c
msgid "chr() arg not in range(0x110000)"
msgstr "chr() arg wala sa sakop ng range(0x110000)"
#: py/modbuiltins.c
msgid "chr() arg not in range(256)"
msgstr "chr() arg wala sa sakop ng range(256)"
2020-05-09 19:45:55 -04:00
#: shared-module/vectorio/Circle.c
msgid "circle can only be registered in one parent"
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "color buffer ay dapat na 3 bytes (RGB) o 4 bytes (RGB + pad byte)"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Palette.c
2020-02-03 23:41:15 -05:00
msgid "color buffer must be a buffer, tuple, list, or int"
msgstr ""
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
msgstr "ang color buffer ay dapat bytearray o array na type b or B"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Palette.c
msgid "color must be between 0x000000 and 0xffffff"
msgstr "color ay dapat mula sa 0x000000 hangang 0xffffff"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr "color ay dapat na int"
2018-08-30 21:30:16 -04:00
#: py/objcomplex.c
msgid "complex division by zero"
msgstr "kumplikadong dibisyon sa pamamagitan ng zero"
#: py/objfloat.c py/parsenum.c
msgid "complex values not supported"
msgstr "kumplikadong values hindi sinusuportahan"
#: extmod/moduzlib.c
msgid "compression header"
msgstr "compression header"
#: py/parse.c
msgid "constant must be an integer"
msgstr "constant ay dapat na integer"
#: py/emitnative.c
msgid "conversion to object"
msgstr "kombersyon to object"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/filter.c
msgid "convolve arguments must be linear arrays"
msgstr ""
#: extmod/ulab/code/filter.c
msgid "convolve arguments must be ndarrays"
msgstr ""
#: extmod/ulab/code/filter.c
msgid "convolve arguments must not be empty"
msgstr ""
#: extmod/ulab/code/ndarray.c
msgid "could not broadast input array from shape"
msgstr ""
#: extmod/ulab/code/poly.c
msgid "could not invert Vandermonde matrix"
msgstr ""
#: extmod/ulab/code/numerical.c
msgid "ddof must be smaller than length of data set"
msgstr ""
#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr "decimal numbers hindi sinusuportahan"
#: py/compile.c
msgid "default 'except' must be last"
msgstr "default 'except' ay dapat sa huli"
#: shared-bindings/audiobusio/PDMIn.c
msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
msgstr ""
"ang destination buffer ay dapat na isang bytearray o array ng uri na 'B' "
"para sa bit_depth = 8"
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
msgstr ""
"ang destination buffer ay dapat na isang array ng uri 'H' para sa bit_depth "
"= 16"
#: shared-bindings/audiobusio/PDMIn.c
msgid "destination_length must be an int >= 0"
msgstr "ang destination_length ay dapat na isang int >= 0"
#: py/objdict.c
msgid "dict update sequence has wrong length"
msgstr "may mali sa haba ng dict update sequence"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "diff argument must be an ndarray"
msgstr ""
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
2019-03-27 23:47:58 -04:00
#: shared-bindings/math/__init__.c
msgid "division by zero"
msgstr "dibisyon ng zero"
2018-08-30 21:30:16 -04:00
#: py/objdeque.c
msgid "empty"
msgstr "walang laman"
2020-05-09 19:45:55 -04:00
#: shared-bindings/vectorio/Polygon.c
msgid "empty %q list"
msgstr ""
#: extmod/moduheapq.c extmod/modutimeq.c
msgid "empty heap"
msgstr "walang laman ang heap"
#: py/objstr.c
msgid "empty separator"
msgstr "walang laman na separator"
2019-03-27 23:47:58 -04:00
#: shared-bindings/random/__init__.c
msgid "empty sequence"
msgstr "walang laman ang sequence"
2018-08-30 21:30:16 -04:00
#: py/objstr.c
msgid "end of format while looking for conversion specifier"
msgstr "sa huli ng format habang naghahanap sa conversion specifier"
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Shape.c
2019-03-27 18:57:35 -04:00
#, fuzzy
2019-03-27 23:47:58 -04:00
msgid "end_x should be an int"
msgstr "y ay dapat int"
2018-08-30 21:30:16 -04:00
#: ports/nrf/common-hal/busio/UART.c
#, c-format
msgid "error = 0x%08lX"
msgstr ""
#: py/runtime.c
msgid "exceptions must derive from BaseException"
msgstr "ang mga exceptions ay dapat makuha mula sa BaseException"
#: py/objstr.c
msgid "expected ':' after format specifier"
msgstr "umaasa ng ':' pagkatapos ng format specifier"
#: py/obj.c
msgid "expected tuple/list"
msgstr "umaasa ng tuple/list"
#: py/modthread.c
msgid "expecting a dict for keyword args"
msgstr "umaasa ng dict para sa keyword args"
#: py/compile.c
msgid "expecting an assembler instruction"
msgstr "umaasa ng assembler instruction"
#: py/compile.c
msgid "expecting just a value for set"
msgstr "umaasa sa value para sa set"
#: py/compile.c
msgid "expecting key:value for dict"
msgstr "umaasang key: halaga para sa dict"
#: py/argcheck.c
msgid "extra keyword arguments given"
msgstr "dagdag na keyword argument na ibinigay"
#: py/argcheck.c
msgid "extra positional arguments given"
msgstr "dagdag na positional argument na ibinigay"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""
#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""
#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""
#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""
#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
2019-07-25 22:13:50 -04:00
#: shared-bindings/displayio/OnDiskBitmap.c
2019-03-27 23:47:58 -04:00
msgid "file must be a file opened in byte mode"
msgstr "file ay dapat buksan sa byte mode"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/storage/__init__.c
msgid "filesystem must provide mount method"
msgstr "ang filesystem dapat mag bigay ng mount method"
2018-08-30 21:30:16 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "first argument must be an iterable"
msgstr ""
#: extmod/ulab/code/vectorise.c
msgid "first argument must be an ndarray"
msgstr ""
#: py/objtype.c
msgid "first argument to super() must be type"
msgstr "unang argument ng super() ay dapat type"
#: extmod/machine_spi.c
msgid "firstbit must be MSB"
msgstr "firstbit ay dapat MSB"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "flattening order must be either 'C', or 'F'"
msgstr ""
#: extmod/ulab/code/numerical.c
msgid "flip argument must be an ndarray"
msgstr ""
#: py/objint.c
msgid "float too big"
msgstr "masyadong malaki ang float"
#: shared-bindings/_stage/Text.c
msgid "font must be 2048 bytes long"
msgstr "font ay dapat 2048 bytes ang haba"
#: py/objstr.c
msgid "format requires a dict"
msgstr "kailangan ng format ng dict"
#: py/objdeque.c
msgid "full"
msgstr "puno"
#: py/argcheck.c
msgid "function does not take keyword arguments"
msgstr "ang function ay hindi kumukuha ng mga argumento ng keyword"
#: py/argcheck.c
#, c-format
msgid "function expected at most %d arguments, got %d"
msgstr "function na inaasahang %d ang argumento, ngunit %d ang nakuha"
#: 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'"
2020-04-27 21:35:11 -04:00
#: extmod/ulab/code/compare.c
msgid "function is implemented for scalars and ndarrays only"
msgstr ""
#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
msgstr "function kulang ng %d required na positional arguments"
#: py/bc.c
msgid "function missing keyword-only argument"
msgstr "function nangangailangan ng keyword-only argument"
#: py/bc.c
msgid "function missing required keyword argument '%q'"
msgstr "function nangangailangan ng keyword argument '%q'"
#: py/bc.c
#, c-format
msgid "function missing required positional argument #%d"
msgstr "function nangangailangan ng positional argument #%d"
#: py/argcheck.c py/bc.c py/objnamedtuple.c
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr ""
"ang function ay kumuhuha ng %d positional arguments ngunit %d ang ibinigay"
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "function takes exactly 9 arguments"
msgstr "function kumukuha ng 9 arguments"
2018-08-30 21:30:16 -04:00
#: py/objgenerator.c
msgid "generator already executing"
msgstr "insinasagawa na ng generator"
#: py/objgenerator.c
msgid "generator ignored GeneratorExit"
msgstr "hindi pinansin ng generator ang GeneratorExit"
#: shared-bindings/_stage/Layer.c
msgid "graphic must be 2048 bytes long"
msgstr "graphic ay dapat 2048 bytes ang haba"
#: extmod/moduheapq.c
msgid "heap must be a list"
msgstr "list dapat ang heap"
#: py/compile.c
msgid "identifier redefined as global"
msgstr "identifier ginawang global"
#: py/compile.c
msgid "identifier redefined as nonlocal"
msgstr "identifier ginawang nonlocal"
#: py/objstr.c
msgid "incomplete format"
msgstr "hindi kumpleto ang format"
#: py/objstr.c
msgid "incomplete format key"
msgstr "hindi kumpleto ang format key"
#: extmod/modubinascii.c
msgid "incorrect padding"
msgstr "mali ang padding"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "index is out of bounds"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index wala sa sakop"
#: py/obj.c
msgid "indices must be integers"
msgstr "ang mga indeks ay dapat na integer"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "indices must be integers, slices, or Boolean lists"
msgstr ""
#: py/compile.c
msgid "inline assembler must be a function"
msgstr "inline assembler ay dapat na function"
2020-03-02 10:13:06 -05:00
#: extmod/ulab/code/create.c
2020-02-04 11:24:37 -05:00
msgid "input argument must be an integer or a 2-tuple"
msgstr ""
#: extmod/ulab/code/fft.c
msgid "input array length must be power of 2"
msgstr ""
#: extmod/ulab/code/poly.c
msgid "input data must be an iterable"
msgstr ""
#: extmod/ulab/code/linalg.c
msgid "input matrix is asymmetric"
msgstr ""
#: extmod/ulab/code/linalg.c
msgid "input matrix is singular"
msgstr ""
#: extmod/ulab/code/linalg.c
msgid "input must be square matrix"
msgstr ""
#: extmod/ulab/code/numerical.c
msgid "input must be tuple, list, range, or ndarray"
msgstr ""
#: extmod/ulab/code/poly.c
msgid "input vectors must be of equal length"
msgstr ""
#: py/parsenum.c
msgid "int() arg 2 must be >= 2 and <= 36"
msgstr "int() arg 2 ay dapat >=2 at <= 36"
#: py/objstr.c
msgid "integer required"
msgstr "kailangan ng int"
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
#, c-format
msgid "interval must be in range %s-%s"
2019-03-27 23:47:58 -04:00
msgstr ""
2018-08-30 21:30:16 -04:00
#: extmod/machine_i2c.c
msgid "invalid I2C peripheral"
msgstr "maling I2C peripheral"
#: extmod/machine_spi.c
msgid "invalid SPI peripheral"
msgstr "hindi wastong SPI peripheral"
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr "mali ang mga argumento"
#: extmod/modussl_axtls.c
msgid "invalid cert"
msgstr "mali ang cert"
#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "mali ang dupterm index"
#: extmod/modframebuf.c
msgid "invalid format"
msgstr "hindi wastong pag-format"
#: py/objstr.c
msgid "invalid format specifier"
msgstr "mali ang format specifier"
#: extmod/modussl_axtls.c
msgid "invalid key"
msgstr "mali ang key"
#: py/compile.c
msgid "invalid micropython decorator"
msgstr "mali ang micropython decorator"
2019-03-27 23:47:58 -04:00
#: shared-bindings/random/__init__.c
msgid "invalid step"
msgstr "mali ang step"
2018-08-30 21:30:16 -04:00
#: py/compile.c py/parse.c
msgid "invalid syntax"
msgstr "mali ang sintaks"
#: py/parsenum.c
msgid "invalid syntax for integer"
msgstr "maling sintaks sa integer"
#: py/parsenum.c
#, c-format
msgid "invalid syntax for integer with base %d"
msgstr "maling sintaks sa integer na may base %d"
#: py/parsenum.c
msgid "invalid syntax for number"
msgstr "maling sintaks sa number"
#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr "issubclass() arg 1 ay dapat na class"
#: py/objtype.c
msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "issubclass() arg 2 ay dapat na class o tuple ng classes"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "iterables are not of the same length"
msgstr ""
#: extmod/ulab/code/linalg.c
msgid "iterations did not converge"
msgstr ""
#: py/objstr.c
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr ""
"join umaaasang may listahan ng str/bytes objects na naalinsunod sa self "
"object"
#: py/argcheck.c
msgid "keyword argument(s) not yet implemented - use normal args instead"
msgstr ""
"kindi pa ipinapatupad ang (mga) argument(s) ng keyword - gumamit ng normal "
"args"
#: py/bc.c
msgid "keywords must be strings"
msgstr "ang keywords dapat strings"
#: py/emitinlinethumb.c py/emitinlinextensa.c
msgid "label '%q' not defined"
msgstr "label '%d' kailangan na i-define"
#: py/compile.c
msgid "label redefined"
msgstr "ang label ay na-define ulit"
#: py/stream.c
msgid "length argument not allowed for this type"
msgstr "length argument ay walang pahintulot sa ganitong type"
2019-08-25 00:37:42 -04:00
#: shared-bindings/audiomixer/MixerVoice.c
2019-08-19 22:40:31 -04:00
msgid "level must be between 0 and 1"
msgstr ""
#: py/objarray.c
msgid "lhs and rhs should be compatible"
msgstr "lhs at rhs ay dapat magkasundo"
#: py/emitnative.c
msgid "local '%q' has type '%q' but source is '%q'"
msgstr "local '%q' ay may type '%q' pero ang source ay '%q'"
#: py/emitnative.c
msgid "local '%q' used before type known"
msgstr "local '%q' ginamit bago alam ang type"
#: py/vm.c
msgid "local variable referenced before assignment"
msgstr "local variable na reference bago na i-assign"
#: py/objint.c
msgid "long int not supported in this build"
msgstr "long int hindi sinusuportahan sa build na ito"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "malformed f-string"
msgstr ""
#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr "masyadong maliit ang buffer map"
#: py/modmath.c shared-bindings/math/__init__.c
2019-03-27 23:47:58 -04:00
msgid "math domain error"
msgstr "may pagkakamali sa math domain"
2018-08-30 21:30:16 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "matrix dimensions do not match"
msgstr ""
#: extmod/ulab/code/linalg.c
msgid "matrix is not positive definite"
msgstr ""
2019-08-29 18:48:52 -04:00
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
#, c-format
msgid "max_length must be 0-%d when fixed_length is %s"
msgstr ""
#: py/runtime.c
msgid "maximum recursion depth exceeded"
msgstr "lumagpas ang maximum recursion depth"
#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
msgstr "nabigo ang paglalaan ng memorya, paglalaan ng %u bytes"
#: py/runtime.c
msgid "memory allocation failed, heap is locked"
msgstr "abigo ang paglalaan ng memorya, ang heap ay naka-lock"
#: py/builtinimport.c
msgid "module not found"
msgstr "module hindi nakita"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "more degrees of freedom than data points"
msgstr ""
#: py/compile.c
msgid "multiple *x in assignment"
msgstr "maramihang *x sa assignment"
#: py/objtype.c
msgid "multiple bases have instance lay-out conflict"
msgstr "maraming bases ay may instance lay-out conflict"
#: py/objtype.c
msgid "multiple inheritance not supported"
msgstr "maraming inhertance hindi sinusuportahan"
#: py/emitnative.c
msgid "must raise an object"
msgstr "dapat itaas ang isang object"
#: extmod/machine_spi.c
msgid "must specify all of sck/mosi/miso"
msgstr "dapat tukuyin lahat ng SCK/MOSI/MISO"
#: py/modbuiltins.c
msgid "must use keyword argument for key function"
msgstr "dapat gumamit ng keyword argument para sa key function"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "n must be between 0, and 9"
msgstr ""
#: py/runtime.c
msgid "name '%q' is not defined"
msgstr "name '%q' ay hindi defined"
#: py/runtime.c
msgid "name not defined"
msgstr "name hindi na define"
#: py/compile.c
msgid "name reused for argument"
msgstr "name muling ginamit para sa argument"
#: py/emitnative.c
msgid "native yield"
msgstr "native yield"
#: py/runtime.c
#, c-format
msgid "need more than %d values to unpack"
msgstr "kailangan ng higit sa %d na halaga upang i-unpack"
#: 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/objint_mpz.c py/runtime.c
msgid "negative shift count"
msgstr "negative shift count"
#: py/vm.c
msgid "no active exception to reraise"
msgstr "walang aktibong exception para i-reraise"
2019-03-27 23:47:58 -04:00
#: shared-bindings/socket/__init__.c shared-module/network/__init__.c
msgid "no available NIC"
msgstr "walang magagamit na NIC"
2018-08-30 21:30:16 -04:00
#: py/compile.c
msgid "no binding for nonlocal found"
msgstr "no binding para sa nonlocal, nahanap"
#: py/builtinimport.c
msgid "no module named '%q'"
msgstr "walang module na '%q'"
2019-08-22 15:59:17 -04:00
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
#: shared-bindings/displayio/ParallelBus.c
msgid "no reset pin available"
msgstr ""
2019-10-03 19:42:40 -04:00
#: py/runtime.c
msgid "no such attribute"
msgstr "walang ganoon na attribute"
2019-10-21 22:50:17 -04:00
#: ports/nrf/common-hal/_bleio/Connection.c
msgid "non-UUID found in service_uuids_whitelist"
2019-07-09 08:43:54 -04:00
msgstr ""
#: py/compile.c
msgid "non-default argument follows default argument"
msgstr "non-default argument sumusunod sa default argument"
#: extmod/modubinascii.c
msgid "non-hex digit found"
msgstr "non-hex digit nahanap"
#: py/compile.c
msgid "non-keyword arg after */**"
msgstr "non-keyword arg sa huli ng */**"
#: py/compile.c
msgid "non-keyword arg after keyword arg"
msgstr "non-keyword arg sa huli ng keyword arg"
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/UUID.c
msgid "not a 128-bit UUID"
msgstr ""
#: py/objstr.c
msgid "not all arguments converted during string formatting"
msgstr "hindi lahat ng arguments na i-convert habang string formatting"
#: py/objstr.c
msgid "not enough arguments for format string"
msgstr "kulang sa arguments para sa format string"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/poly.c
msgid "number of arguments must be 2, or 3"
msgstr ""
2020-03-02 10:13:06 -05:00
#: extmod/ulab/code/create.c
2020-02-04 11:24:37 -05:00
msgid "number of points must be at least 2"
msgstr ""
#: py/obj.c
#, c-format
msgid "object '%s' is not a tuple or list"
msgstr "object '%s' ay hindi tuple o list"
#: py/obj.c
msgid "object does not support item assignment"
msgstr "ang object na '%s' ay hindi maaaring i-subscript"
#: py/obj.c
msgid "object does not support item deletion"
msgstr "ang object ay hindi sumusuporta sa pagbura ng item"
#: py/obj.c
msgid "object has no len"
msgstr "object walang len"
#: py/obj.c
msgid "object is not subscriptable"
msgstr "ang bagay ay hindi maaaring ma-subscript"
#: py/runtime.c
msgid "object not an iterator"
msgstr "object ay hindi iterator"
#: py/objtype.c py/runtime.c
msgid "object not callable"
msgstr "hindi matatawag ang object"
#: py/sequence.c shared-bindings/displayio/Group.c
2019-03-27 23:47:58 -04:00
msgid "object not in sequence"
msgstr "object wala sa sequence"
2019-01-13 23:52:05 -05:00
#: py/runtime.c
msgid "object not iterable"
msgstr "object hindi ma i-iterable"
#: py/obj.c
#, c-format
msgid "object of type '%s' has no len()"
msgstr "object na type '%s' walang len()"
#: py/obj.c
msgid "object with buffer protocol required"
msgstr "object na may buffer protocol kinakailangan"
#: extmod/modubinascii.c
msgid "odd-length string"
msgstr "odd-length string"
#: py/objstr.c py/objstrunicode.c
#, fuzzy
msgid "offset out of bounds"
msgstr "wala sa sakop ang address"
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only bit_depth=16 is supported"
msgstr ""
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
msgstr ""
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
2019-03-27 23:47:58 -04:00
#: 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"
2018-08-30 21:30:16 -04:00
2020-04-27 21:35:11 -04:00
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
#: extmod/ulab/code/vectorise.c
2020-02-04 11:24:37 -05:00
msgid "operands could not be broadcast together"
msgstr ""
#: extmod/ulab/code/numerical.c
msgid "operation is not implemented on ndarrays"
msgstr ""
#: extmod/ulab/code/ndarray.c
msgid "operation is not supported for given type"
msgstr ""
#: py/modbuiltins.c
msgid "ord expects a character"
msgstr "ord umaasa ng character"
#: py/modbuiltins.c
#, c-format
msgid "ord() expected a character, but string of length %d found"
msgstr "ord() umaasa ng character pero string ng %d haba ang nakita"
#: py/objint_mpz.c
msgid "overflow converting long int to machine word"
msgstr "overflow nagcoconvert ng long int sa machine word"
#: 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"
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr "palette_index ay dapat na int"
2018-08-30 21:30:16 -04:00
#: py/compile.c
msgid "parameter annotation must be an identifier"
msgstr "parameter annotation ay dapat na identifier"
#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr "ang mga parameter ay dapat na nagrerehistro sa sequence a2 hanggang a5"
#: py/emitinlinethumb.c
msgid "parameters must be registers in sequence r0 to r3"
msgstr "ang mga parameter ay dapat na nagrerehistro sa sequence r0 hanggang r3"
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Bitmap.c
#, fuzzy
msgid "pixel coordinates out of bounds"
msgstr "wala sa sakop ang address"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Bitmap.c
msgid "pixel value requires too many bits"
msgstr ""
2018-08-30 21:30:16 -04:00
2020-05-09 19:45:55 -04:00
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
2019-03-27 23:47:58 -04:00
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
msgstr "pixel_shader ay dapat displayio.Palette o displayio.ColorConverter"
2018-08-30 21:30:16 -04:00
2020-05-09 19:45:55 -04:00
#: shared-module/vectorio/Polygon.c
msgid "polygon can only be registered in one parent"
msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "pop mula sa walang laman na PulseIn"
#: py/objset.c
msgid "pop from an empty set"
msgstr "pop sa walang laman na set"
#: py/objlist.c
msgid "pop from empty list"
msgstr "pop galing sa walang laman na list"
#: py/objdict.c
msgid "popitem(): dictionary is empty"
msgstr "popitem(): dictionary ay walang laman"
#: py/objint_mpz.c
msgid "pow() 3rd argument cannot be 0"
msgstr "pow() 3rd argument ay hindi maaring 0"
#: py/objint_mpz.c
msgid "pow() with 3 arguments requires integers"
msgstr "pow() na may 3 argumento kailangan ng integers"
#: extmod/modutimeq.c
msgid "queue overflow"
msgstr "puno na ang pila (overflow)"
2020-03-09 09:19:46 -04:00
#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/fft.c
msgid "real and imaginary parts must be of equal length"
msgstr ""
#: py/builtinimport.c
msgid "relative import"
msgstr "relative import"
#: py/obj.c
#, c-format
msgid "requested length %d but object has length %d"
msgstr "hiniling ang haba %d ngunit may haba ang object na %d"
#: py/compile.c
msgid "return annotation must be an identifier"
msgstr "return annotation ay dapat na identifier"
#: py/emitnative.c
msgid "return expected '%q' but got '%q'"
msgstr "return umasa ng '%q' pero ang nakuha ay %q"
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "rgb_pins[%d] duplicates another pin assignment"
msgstr ""
2020-04-17 19:44:35 -04:00
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020-04-14 19:25:21 -04:00
#, c-format
msgid "rgb_pins[%d] is not on the same port as clock"
msgstr ""
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "right hand side must be an ndarray, or a scalar"
msgstr ""
#: py/objstr.c
msgid "rsplit(None,n)"
msgstr "rsplit(None,n)"
#: shared-bindings/audiocore/RawSample.c
msgid ""
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
"'B'"
msgstr ""
"ang sample_source buffer ay dapat na isang bytearray o array ng uri na 'h', "
"'H', 'b' o'B'"
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "sampling rate out of range"
msgstr "pagpili ng rate wala sa sakop"
#: py/modmicropython.c
msgid "schedule stack full"
msgstr "puno na ang schedule stack"
#: lib/utils/pyexec.c py/builtinimport.c
msgid "script compilation not supported"
msgstr "script kompilasyon hindi supportado"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "shape must be a 2-tuple"
msgstr ""
#: py/objstr.c
msgid "sign not allowed in string format specifier"
msgstr "sign hindi maaring string format specifier"
#: py/objstr.c
msgid "sign not allowed with integer format specifier 'c'"
msgstr "sign hindi maari sa integer format specifier 'c'"
#: py/objstr.c
msgid "single '}' encountered in format string"
msgstr "isang '}' nasalubong sa format string"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "size is defined for ndarrays only"
msgstr ""
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "sleep length must be non-negative"
msgstr "sleep length ay dapat hindi negatibo"
2018-08-31 15:34:01 -04:00
#: py/objslice.c py/sequence.c
msgid "slice step cannot be zero"
msgstr "slice step ay hindi puedeng 0"
#: py/objint.c py/sequence.c
msgid "small int overflow"
msgstr "small int overflow"
#: main.c
msgid "soft reboot\n"
msgstr "malambot na reboot\n"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/numerical.c
msgid "sort argument must be an ndarray"
msgstr ""
#: py/objstr.c
msgid "start/end indices"
msgstr "start/end indeks"
2019-03-27 23:47:58 -04:00
#: shared-bindings/displayio/Shape.c
#, fuzzy
msgid "start_x should be an int"
msgstr "y ay dapat int"
2019-01-09 14:00:17 -05:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr "step ay dapat hindi zero"
2019-01-09 14:00:17 -05:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/busio/UART.c
msgid "stop must be 1 or 2"
msgstr "stop dapat 1 o 2"
2019-01-09 14:00:17 -05:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/random/__init__.c
msgid "stop not reachable from start"
msgstr "stop hindi maabot sa simula"
2019-01-09 14:00:17 -05:00
#: py/stream.c
msgid "stream operation not supported"
msgstr "stream operation hindi sinusuportahan"
#: py/objstrunicode.c
msgid "string index out of range"
msgstr "indeks ng string wala sa sakop"
#: py/objstrunicode.c
#, c-format
msgid "string indices must be integers, not %s"
msgstr "ang indeks ng string ay dapat na integer, hindi %s"
#: py/stream.c
msgid "string not supported; use bytes or bytearray"
msgstr "string hindi supportado; gumamit ng bytes o kaya bytearray"
#: extmod/moductypes.c
msgid "struct: cannot index"
msgstr "struct: hindi ma-index"
#: extmod/moductypes.c
msgid "struct: index out of range"
msgstr "struct: index hindi maabot"
#: extmod/moductypes.c
msgid "struct: no fields"
msgstr "struct: walang fields"
#: py/objstr.c
msgid "substring not found"
msgstr "substring hindi nahanap"
#: py/compile.c
msgid "super() can't find self"
msgstr "super() hindi mahanap ang sarili"
#: extmod/modujson.c
msgid "syntax error in JSON"
msgstr "sintaks error sa JSON"
#: extmod/moductypes.c
msgid "syntax error in uctypes descriptor"
msgstr "may pagkakamali sa sintaks sa uctypes descriptor"
2019-03-27 23:47:58 -04:00
#: shared-bindings/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr "ang threshold ay dapat sa range 0-65536"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr "time.struct_time() kumukuha ng 9-sequence"
2018-09-06 17:49:49 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/busio/UART.c
2019-11-27 14:54:35 -05:00
msgid "timeout must be 0.0-100.0 seconds"
2019-11-27 13:13:29 -05:00
msgstr ""
2018-09-06 17:49:49 -04:00
2019-08-29 18:48:52 -04:00
#: shared-bindings/_bleio/CharacteristicBuffer.c
2019-03-27 23:47:58 -04:00
#, fuzzy
msgid "timeout must be >= 0.0"
msgstr "bits ay dapat walo (8)"
2018-09-06 17:49:49 -04:00
2019-03-27 23:47:58 -04:00
#: shared-bindings/time/__init__.c
msgid "timestamp out of range for platform time_t"
msgstr "wala sa sakop ng timestamp ang platform time_t"
2019-03-27 23:47:58 -04:00
#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr "masyadong maraming mga argumento na ibinigay sa ibinigay na format"
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
msgid "too many indices"
msgstr ""
#: py/runtime.c
#, c-format
msgid "too many values to unpack (expected %d)"
msgstr "masyadong maraming values para i-unpact (umaasa ng %d)"
2018-09-06 17:49:49 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c py/objstr.c
msgid "tuple index out of range"
msgstr "indeks ng tuple wala sa sakop"
2018-09-06 17:49:49 -04:00
#: py/obj.c
msgid "tuple/list has wrong length"
msgstr "mali ang haba ng tuple/list"
2018-09-06 17:49:49 -04:00
#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "tuple/list required on RHS"
msgstr ""
2018-09-06 17:49:49 -04:00
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
2020-03-11 16:39:57 -04:00
#: shared-bindings/busio/UART.c
msgid "tx and rx cannot both be None"
msgstr "tx at rx hindi pwedeng parehas na None"
2018-09-06 17:49:49 -04:00
#: py/objtype.c
msgid "type '%q' is not an acceptable base type"
msgstr "hindi maari ang type na '%q' para sa base type"
#: py/objtype.c
msgid "type is not an acceptable base type"
msgstr "hindi puede ang type para sa base type"
2019-01-18 14:44:53 -05:00
#: py/runtime.c
msgid "type object '%q' has no attribute '%q'"
msgstr "type object '%q' ay walang attribute '%q'"
2019-01-18 14:44:53 -05:00
#: py/objtype.c
msgid "type takes 1 or 3 arguments"
msgstr "type kumuhuha ng 1 o 3 arguments"
2018-09-06 17:49:49 -04:00
#: py/objint_longlong.c
msgid "ulonglong too large"
msgstr "ulonglong masyadong malaki"
2019-01-31 12:38:29 -05:00
#: py/emitnative.c
msgid "unary op %q not implemented"
msgstr "unary op %q hindi implemented"
2019-02-22 15:04:54 -05:00
#: py/parse.c
msgid "unexpected indent"
msgstr "hindi inaasahang indent"
2019-01-31 12:38:29 -05:00
#: py/bc.c
msgid "unexpected keyword argument"
msgstr "hindi inaasahang argumento ng keyword"
2018-09-06 17:49:49 -04:00
#: py/bc.c py/objnamedtuple.c
msgid "unexpected keyword argument '%q'"
msgstr "hindi inaasahang argumento ng keyword na '%q'"
2018-08-30 21:30:16 -04:00
#: py/lexer.c
msgid "unicode name escapes"
msgstr "unicode name escapes"
2018-08-30 21:30:16 -04:00
#: py/parse.c
msgid "unindent does not match any outer indentation level"
msgstr "unindent hindi tugma sa indentation level sa labas"
2018-08-30 21:30:16 -04:00
#: py/objstr.c
#, c-format
msgid "unknown conversion specifier %c"
msgstr "hindi alam ang conversion specifier na %c"
2018-08-30 21:30:16 -04:00
#: py/objstr.c
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
msgstr "hindi alam ang format code '%c' para sa object na ang type ay '%s'"
2018-08-30 21:30:16 -04:00
#: py/compile.c
msgid "unknown type"
msgstr "hindi malaman ang type (unknown type)"
2018-08-30 21:30:16 -04:00
#: py/emitnative.c
msgid "unknown type '%q'"
msgstr "hindi malaman ang type '%q'"
2018-08-30 21:30:16 -04:00
#: py/objstr.c
msgid "unmatched '{' in format"
msgstr "hindi tugma ang '{' sa format"
2018-08-30 21:30:16 -04:00
#: py/objtype.c py/runtime.c
msgid "unreadable attribute"
msgstr "hindi mabasa ang attribute"
2018-08-30 21:30:16 -04:00
2020-05-09 19:45:55 -04:00
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c
#: shared-bindings/vectorio/VectorShape.c
msgid "unsupported %q type"
msgstr "Hindi supportadong tipo ng %q"
2018-08-30 21:30:16 -04:00
#: py/emitinlinethumb.c
#, c-format
msgid "unsupported Thumb instruction '%s' with %d arguments"
msgstr "hindi sinusuportahan ang thumb instruktion '%s' sa %d argumento"
2019-05-09 00:00:36 -04:00
#: py/emitinlinextensa.c
#, c-format
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "hindi sinusuportahan ang instruction ng Xtensa '%s' sa %d argumento"
2018-08-30 21:30:16 -04:00
#: py/objstr.c
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
msgstr "hindi sinusuportahan ang format character na '%c' (0x%x) sa index %d"
#: py/runtime.c
msgid "unsupported type for %q: '%s'"
msgstr "hindi sinusuportahang type para sa %q: '%s'"
2018-08-30 21:30:16 -04:00
#: py/runtime.c
msgid "unsupported type for operator"
msgstr "hindi sinusuportahang type para sa operator"
2019-01-31 12:38:29 -05:00
#: py/runtime.c
msgid "unsupported types for %q: '%s', '%s'"
msgstr "hindi sinusuportahang type para sa %q: '%s', '%s'"
2018-08-30 21:30:16 -04:00
#: py/objint.c
#, c-format
msgid "value must fit in %d byte(s)"
msgstr ""
2018-08-30 21:30:16 -04:00
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""
2018-08-30 21:30:16 -04:00
2019-10-21 22:50:17 -04:00
#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr ""
2018-08-30 21:30:16 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/linalg.c
msgid "wrong argument type"
msgstr ""
#: extmod/ulab/code/ndarray.c
2020-04-13 18:17:51 -04:00
msgid "wrong index type"
2020-02-04 11:24:37 -05:00
msgstr ""
#: py/objstr.c
msgid "wrong number of arguments"
msgstr "mali ang bilang ng argumento"
2019-08-18 22:30:31 -04:00
#: py/runtime.c
msgid "wrong number of values to unpack"
msgstr "maling number ng value na i-unpack"
2019-08-18 22:30:31 -04:00
2020-02-04 11:24:37 -05:00
#: extmod/ulab/code/ndarray.c
2020-04-13 18:17:51 -04:00
msgid "wrong operand type"
2020-02-04 11:24:37 -05:00
msgstr ""
#: shared-module/displayio/Shape.c
#, fuzzy
msgid "x value out of bounds"
msgstr "wala sa sakop ang address"
2019-08-18 22:30:31 -04:00
#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr "y ay dapat int"
2019-08-18 22:30:31 -04:00
#: shared-module/displayio/Shape.c
#, fuzzy
msgid "y value out of bounds"
msgstr "wala sa sakop ang address"
2019-08-18 22:30:31 -04:00
#: py/objrange.c
msgid "zero step"
msgstr "zero step"
2019-02-22 15:04:54 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "AP required"
#~ msgstr "AP kailangan"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "C-level assert"
#~ msgstr "C-level assert"
2018-08-30 21:30:16 -04:00
2019-07-09 08:43:54 -04:00
#~ msgid "Can't add services in Central mode"
#~ msgstr "Hindi maarang maglagay ng service sa Central mode"
#~ msgid "Can't advertise in Central mode"
#~ msgstr "Hindi ma advertise habang nasa Central mode"
#~ msgid "Can't change the name in Central mode"
#~ msgstr "Hindi mapalitan ang pangalan sa Central mode"
#~ msgid "Can't connect in Peripheral mode"
#~ msgstr "Hindi maconnect sa Peripheral mode"
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot connect to AP"
#~ msgstr "Hindi maka connect sa AP"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot disconnect from AP"
#~ msgstr "Hindi ma disconnect sa AP"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot set STA config"
#~ msgstr "Hindi ma-set ang STA Config"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Cannot update i/f status"
#~ msgstr "Hindi ma-update i/f status"
#~ msgid "Crash into the HardFault_Handler.\n"
#~ msgstr "Nagcrash sa HardFault_Handler.\n"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Data too large for the advertisement packet"
#~ msgstr "Hindi makasya ang data sa loob ng advertisement packet"
2019-03-27 23:47:58 -04:00
#~ msgid "Don't know how to pass object to native function"
#~ msgstr "Hindi alam ipasa ang object sa native function"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "ESP8226 does not support safe mode."
#~ msgstr "Walang safemode support ang ESP8266."
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "ESP8266 does not support pull down."
#~ msgstr "Walang pull down support ang ESP8266."
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Error in ffi_prep_cif"
#~ msgstr "Pagkakamali sa ffi_prep_cif"
2018-08-30 21:30:16 -04:00
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to acquire mutex"
#~ msgstr "Nabigo sa pag kuha ng mutex, status: 0x%08lX"
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to add characteristic, err 0x%04x"
#~ msgstr "Nabigo sa paglagay ng characteristic, status: 0x%08lX"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to add service"
#~ msgstr "Hindi matagumpay ang paglagay ng service, status: 0x%08lX"
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to add service, err 0x%04x"
#~ msgstr "Hindi matagumpay ang paglagay ng service, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to change softdevice state"
#~ msgstr "Nabigo sa pagbago ng softdevice state, error: 0x%08lX"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to connect:"
#~ msgstr "Hindi makaconnect, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to continue scanning"
#~ msgstr "Hindi maituloy ang pag scan, status: 0x%0xlX"
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to continue scanning, err 0x%04x"
#~ msgstr "Hindi maituloy ang pag scan, status: 0x%0xlX"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to create mutex"
#~ msgstr "Hindi matagumpay ang pagbuo ng mutex, status: 0x%0xlX"
#, fuzzy
#~ msgid "Failed to discover services"
#~ msgstr "Nabigo sa pagdiscover ng services, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to get local address"
#~ msgstr "Nabigo sa pagkuha ng local na address, , error: 0x%08lX"
#, fuzzy
#~ msgid "Failed to get softdevice state"
#~ msgstr "Nabigo sa pagkuha ng softdevice state, error: 0x%08lX"
2019-03-27 18:57:35 -04:00
#, fuzzy
2019-03-27 23:47:58 -04:00
#~ msgid "Failed to notify or indicate attribute value, err %0x04x"
#~ msgstr "Hindi mabalitaan ang attribute value, status: 0x%08lX"
2018-08-30 21:30:16 -04:00
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to read CCCD value, err 0x%04x"
#~ msgstr "Hindi mabasa ang value ng attribute, status: 0x%08lX"
2019-03-27 23:47:58 -04:00
#, fuzzy
#~ msgid "Failed to read attribute value, err %0x04x"
#~ msgstr "Hindi mabasa ang value ng attribute, status: 0x%08lX"
2018-08-30 21:30:16 -04:00
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to read gatts value, err 0x%04x"
#~ msgstr "Hindi maisulat ang gatts value, status: 0x%08lX"
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
#~ msgstr ""
#~ "Hindi matagumpay ang paglagay ng Vender Specific UUID, status: 0x%08lX"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to release mutex"
#~ msgstr "Nabigo sa pagrelease ng mutex, status: 0x%08lX"
#, fuzzy
#~ msgid "Failed to start advertising"
#~ msgstr "Hindi masimulaan ang advertisement, status: 0x%08lX"
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to start advertising, err 0x%04x"
#~ msgstr "Hindi masimulaan ang advertisement, status: 0x%08lX"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to start scanning"
#~ msgstr "Hindi masimulaan mag i-scan, status: 0x%0xlX"
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to start scanning, err 0x%04x"
#~ msgstr "Hindi masimulaan mag i-scan, status: 0x%0xlX"
2019-07-09 08:43:54 -04:00
#, fuzzy
#~ msgid "Failed to stop advertising"
#~ msgstr "Hindi mahinto ang advertisement, status: 0x%08lX"
#, fuzzy
2019-10-21 22:50:17 -04:00
#~ msgid "Failed to stop advertising, err 0x%04x"
#~ msgstr "Hindi mahinto ang advertisement, status: 0x%08lX"
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to write attribute value, err 0x%04x"
#~ msgstr "Hindi maisulat ang attribute value, status: 0x%08lX"
2019-11-27 13:13:29 -05:00
#, fuzzy
#~ msgid "Failed to write gatts value, err 0x%04x"
#~ msgstr "Hindi maisulat ang gatts value, status: 0x%08lX"
2019-03-27 23:47:58 -04:00
#~ msgid "Function requires lock."
#~ msgstr "Kailangan ng lock ang function."
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "GPIO16 does not support pull up."
#~ msgstr "Walang pull down support ang GPI016."
2018-08-30 21:30:16 -04:00
#~ msgid "Invalid bit clock pin"
#~ msgstr "Mali ang bit clock pin"
#~ msgid "Invalid clock pin"
#~ msgstr "Mali ang clock pin"
#~ msgid "Invalid data pin"
#~ msgstr "Mali ang data pin"
#~ msgid ""
#~ "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ "Please file an issue at https://github.com/adafruit/circuitpython/issues\n"
#~ " with the contents of your CIRCUITPY drive and this message:\n"
#~ msgstr ""
#~ "Mukhang ang core CircuitPython code nag crash. Ay!\n"
#~ "Maaring mag file ng issue sa https://github.com/adafruit/circuitpython/"
#~ "issues\n"
#~ "kasama ng laman ng iyong CIRCUITPY drive at ang message na ito:\n"
2019-03-27 23:47:58 -04:00
#~ msgid "Maximum PWM frequency is %dhz."
#~ msgstr "Pinakamataas na PWM frequency ay %dhz."
2018-08-30 21:30:16 -04:00
#~ msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
#~ msgstr "CircuitPython NLR jump nabigo. Maaring memory corruption.\n"
#~ msgid "MicroPython fatal error.\n"
#~ msgstr "CircuitPython fatal na pagkakamali.\n"
2019-03-27 23:47:58 -04:00
#~ msgid "Minimum PWM frequency is 1hz."
#~ msgstr "Pinakamababang PWM frequency ay 1hz."
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
2019-03-27 18:57:35 -04:00
#~ msgstr ""
2019-03-27 23:47:58 -04:00
#~ "Hindi sinusuportahan ang maraming mga PWM frequency. PWM na naka-set sa "
#~ "%dhz."
2019-03-27 23:47:58 -04:00
#~ msgid "No PulseIn support for %q"
#~ msgstr "Walang PulseIn support sa %q"
2018-10-05 15:01:36 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "No hardware support for analog out."
#~ msgstr "Hindi supportado ng hardware ang analog out."
2018-10-05 15:01:36 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Only Windows format, uncompressed BMP supported %d"
#~ msgstr "Tanging Windows format, uncompressed BMP lamang ang supportado %d"
2018-10-05 15:01:36 -04:00
2019-04-04 16:38:05 -04:00
#~ msgid "Only bit maps of 8 bit color or less are supported"
#~ msgstr "Tanging bit maps na may 8 bit color o mas mababa ang supportado"
2019-11-23 13:59:44 -05:00
#, fuzzy
#~ msgid "Only slices with step=1 (aka None) are supported"
#~ msgstr ""
#~ "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
2019-03-27 23:47:58 -04:00
#~ 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"
2018-10-05 15:01:36 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Only tx supported on UART1 (GPIO2)."
#~ msgstr "Tanging suportado ang TX sa UART1 (GPIO2)."
2018-10-05 15:01:36 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "PWM not supported on pin %d"
#~ msgstr "Walang PWM support sa pin %d"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Pin %q does not have ADC capabilities"
#~ msgstr "Walang kakayahang ADC ang pin %q"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Pin(16) doesn't support pull"
#~ msgstr "Walang pull support ang Pin(16)"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Pins not valid for SPI"
#~ msgstr "Mali ang pins para sa SPI"
2018-08-30 21:30:16 -04:00
#, fuzzy
#~ msgid "Range out of bounds"
#~ msgstr "wala sa sakop ang address"
2019-08-18 22:30:31 -04:00
#~ msgid "STA must be active"
#~ msgstr "Dapat aktibo ang STA"
#~ msgid "STA required"
#~ msgstr "STA kailangan"
#~ msgid ""
#~ "The CircuitPython heap was corrupted because the stack was too small.\n"
#~ "Please increase stack size limits and press reset (after ejecting "
#~ "CIRCUITPY).\n"
#~ "If you didn't change the stack, then file an issue here with the contents "
#~ "of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Ang CircuitPython heap ay na corrupt dahil ang stack ay maliit.\n"
#~ "Maaring i-increase ang stack size limit at i-press ang reset (pagkatapos "
#~ "i-eject ang CIRCUITPY.\n"
#~ "Kung hindi mo pinalitan ang stack, mag file ng issue dito kasama ng laman "
#~ "ng CIRCUITPY drive:\n"
#~ msgid ""
#~ "The microcontroller's power dipped. Please make sure your power supply "
#~ "provides\n"
#~ "enough power for the whole circuit and press reset (after ejecting "
#~ "CIRCUITPY).\n"
#~ msgstr ""
#~ "Ang kapangyarihan ng mikrokontroller ay bumaba. Mangyaring suriin ang "
#~ "power supply \n"
#~ "pindutin ang reset (pagkatapos i-eject ang CIRCUITPY).\n"
#~ msgid ""
#~ "The reset button was pressed while booting CircuitPython. Press again to "
#~ "exit safe mode.\n"
#~ msgstr ""
#~ "Ang reset button ay pinindot habang nag boot ang CircuitPython. Pindutin "
#~ "ulit para lumabas sa safe mode.\n"
#~ msgid "To exit, please reset the board without "
#~ msgstr "Para lumabas, paki-reset ang board na wala ang "
2019-08-18 22:30:31 -04:00
#~ msgid "UART(%d) does not exist"
2019-03-27 23:47:58 -04:00
#~ msgstr "Walang UART(%d)"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "UART(1) can't read"
#~ msgstr "Hindi mabasa ang UART(1)"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Unable to remount filesystem"
#~ msgstr "Hindi ma-remount ang filesystem"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "Unknown type"
#~ msgstr "Hindi alam ang type"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ 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"
2018-08-30 21:30:16 -04:00
2019-08-19 22:40:31 -04:00
#~ msgid "Voice index too high"
#~ msgstr "Index ng Voice ay masyadong mataas"
#~ msgid ""
#~ "You are running in safe mode which means something unanticipated "
#~ "happened.\n"
#~ msgstr "Ikaw ay tumatakbo sa safe mode dahil may masamang nangyari.\n"
2019-03-27 23:47:58 -04:00
#~ msgid "[addrinfo error %d]"
#~ msgstr "[addrinfo error %d]"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "buffer too long"
#~ msgstr "masyadong mahaba ng buffer"
2018-09-06 17:49:49 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "can query only one param"
#~ msgstr "maaaring i-query lamang ang isang param"
2018-09-06 17:49:49 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "can't get AP config"
#~ msgstr "hindi makuha ang AP config"
2019-03-27 23:47:58 -04:00
#~ msgid "can't get STA config"
#~ msgstr "hindi makuha ang STA config"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "can't set AP config"
#~ msgstr "hindi makuha ang AP config"
2018-09-06 17:49:49 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "can't set STA config"
#~ msgstr "hindi makuha ang STA config"
2019-01-18 14:44:53 -05:00
2020-02-03 23:41:15 -05:00
#~ msgid "color buffer must be a buffer or int"
#~ msgstr "color buffer ay dapat buffer or int"
2019-03-27 23:47:58 -04:00
#~ msgid "either pos or kw args are allowed"
#~ msgstr "pos o kw args ang pinahihintulutan"
2019-04-11 06:05:49 -04:00
#~ msgid "expected a DigitalInOut"
#~ msgstr "umasa ng DigitalInOut"
2019-03-27 23:47:58 -04:00
#~ msgid "expecting a pin"
#~ msgstr "umaasa ng isang pin"
2019-03-27 23:47:58 -04:00
#~ msgid "ffi_prep_closure_loc"
#~ msgstr "ffi_prep_closure_loc"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "flash location must be below 1MByte"
#~ msgstr "dapat na mas mababa sa 1MB ang lokasyon ng flash"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "frequency can only be either 80Mhz or 160MHz"
#~ msgstr "ang frequency ay dapat 80Mhz or 160MHz lamang"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "impossible baudrate"
#~ msgstr "impossibleng baudrate"
2019-03-27 23:47:58 -04:00
#~ msgid "invalid alarm"
#~ msgstr "mali ang alarm"
2018-08-30 21:30:16 -04:00
2019-03-27 23:47:58 -04:00
#~ msgid "invalid buffer length"
#~ msgstr "mali ang buffer length"
2019-03-27 23:47:58 -04:00
#~ msgid "invalid data bits"
#~ msgstr "mali ang data bits"
2019-01-20 22:46:32 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "invalid pin"
#~ msgstr "mali ang pin"
2019-03-27 23:47:58 -04:00
#~ msgid "invalid stop bits"
#~ msgstr "mali ang stop bits"
2019-03-27 23:47:58 -04:00
#~ msgid "len must be multiple of 4"
#~ msgstr "len ay dapat multiple ng 4"
2019-03-27 23:47:58 -04:00
#~ msgid "memory allocation failed, allocating %u bytes for native code"
#~ msgstr ""
#~ "nabigo ang paglalaan ng memorya, naglalaan ng %u bytes para sa native code"
2019-01-18 14:44:53 -05:00
2019-10-21 22:50:17 -04:00
#, fuzzy
#~ msgid "name must be a string"
#~ msgstr "ang keywords dapat strings"
2019-03-27 23:47:58 -04:00
#~ msgid "not a valid ADC Channel: %d"
#~ msgstr "hindi tamang ADC Channel: %d"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "pin does not have IRQ capabilities"
#~ msgstr "walang IRQ capabilities ang pin"
2019-01-18 14:44:53 -05:00
2019-03-27 23:47:58 -04:00
#~ msgid "position must be 2-tuple"
#~ msgstr "position ay dapat 2-tuple"
2018-12-06 20:04:22 -05:00
2019-10-03 19:42:40 -04:00
#, fuzzy
#~ msgid "readonly attribute"
#~ msgstr "hindi mabasa ang attribute"
2019-04-04 16:38:05 -04:00
#~ msgid "row must be packed and word aligned"
#~ msgstr "row ay dapat packed at ang word nakahanay"
2019-03-27 23:47:58 -04:00
#~ msgid "scan failed"
#~ msgstr "nabigo ang pag-scan"
2018-12-06 20:04:22 -05:00
2019-11-27 13:13:29 -05:00
#~ msgid "time.struct_time() takes exactly 1 argument"
#~ msgstr "time.struct_time() kumukuha ng 1 argument"
#~ msgid "timeout >100 (units are now seconds, not msecs)"
#~ msgstr "timeout >100 (units ay seconds, hindi na msecs)"
2019-04-11 05:22:46 -04:00
#~ msgid "too many arguments"
#~ msgstr "masyadong maraming argumento"
2019-03-27 23:47:58 -04:00
#~ msgid "unknown config param"
#~ msgstr "hindi alam na config param"
#~ msgid "unknown format code '%c' for object of type 'float'"
#~ 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'"
2019-03-27 18:57:35 -04:00
#~ msgid "unknown status param"
#~ msgstr "hindi alam na status param"
2018-12-06 20:04:22 -05:00
2019-03-27 18:57:35 -04:00
#~ msgid "wifi_set_ip_info() failed"
#~ msgstr "nabigo ang wifi_set_ip_info()"