circuitpython/locale/ID.po

2128 lines
45 KiB
Plaintext
Raw Normal View History

2019-01-08 14:21:20 -05: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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 23:07-0800\n"
2019-01-08 14:21:20 -05:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2019-02-22 15:04:54 -05:00
msgid ""
"\n"
"Code done running. Waiting for reload.\n"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid " File \"%q\""
msgstr ""
msgid " File \"%q\", line %d"
msgstr ""
msgid " output:\n"
msgstr "output:\n"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "%%c requires int or char"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "%q in use"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "%q index out of range"
msgstr ""
msgid "%q indices must be integers, not %s"
msgstr ""
#, fuzzy
msgid "%q must be >= 1"
2019-01-08 14:21:20 -05:00
msgstr "buffers harus mempunyai panjang yang sama"
2019-02-22 15:04:54 -05:00
msgid "%q should be an int"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "%q() takes %d positional arguments but %d were given"
msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'%q' argument required"
msgstr "'%q' argumen dibutuhkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects a label"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects a register"
msgstr "'%s' mengharapkan sebuah register"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects a special register"
msgstr "'%s' mengharapkan sebuah register spesial"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects an FPU register"
msgstr "'%s' mengharapkan sebuah FPU register"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr "'%s' mengharapkan sebuah alamat dengan bentuk [a, b]"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects an integer"
msgstr "'%s' mengharapkan integer"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects at most r%d"
msgstr "'%s' mengharapkan setidaknya r%d"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr "'%s' mengharapkan {r0, r1, ...}"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr "'%s' integer 0x%x tidak cukup didalam mask 0x%x"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object does not support item assignment"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object does not support item deletion"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'%s' object has no attribute '%q'"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not an iterator"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not callable"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not iterable"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "'%s' object is not subscriptable"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'=' alignment not allowed in string format specifier"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'S' and 'O' are not supported format types"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'align' requires 1 argument"
msgstr "'align' membutuhkan 1 argumen"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'await' outside function"
msgstr "'await' diluar fungsi"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'break' outside loop"
msgstr "'break' diluar loop"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'continue' outside loop"
msgstr "'continue' diluar loop"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'data' requires at least 2 arguments"
msgstr "'data' membutuhkan setidaknya 2 argumen"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'data' requires integer arguments"
msgstr "'data' membutuhkan argumen integer"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'label' requires 1 argument"
msgstr "'label' membutuhkan 1 argumen"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'return' outside function"
msgstr "'return' diluar fungsi"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "'yield' outside function"
msgstr "'yield' diluar fungsi"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "*x must be assignment target"
msgstr "*x harus menjadi target assignment"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid ", in %q\n"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "0.0 to a complex power"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "3-arg pow() not supported"
2019-01-31 12:38:29 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "A hardware interrupt channel is already in use"
msgstr "Sebuah channel hardware interrupt sedang digunakan"
msgid "AP required"
msgstr "AP dibutuhkan"
#, c-format
msgid "Address is not %d bytes long or is in wrong format"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Address must be %d bytes long"
msgstr "buffers harus mempunyai panjang yang sama"
msgid "All I2C peripherals are in use"
msgstr "Semua perangkat I2C sedang digunakan"
msgid "All SPI peripherals are in use"
msgstr "Semua perangkat SPI sedang digunakan"
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Semua perangkat I2C sedang digunakan"
msgid "All event channels in use"
msgstr "Semua channel event sedang digunakan"
2019-01-08 14:21:20 -05:00
msgid "All sync event channels in use"
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
2019-02-22 15:04:54 -05:00
msgid "All timers for this pin are in use"
msgstr "Semua timer untuk pin ini sedang digunakan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "All timers in use"
msgstr "Semua timer sedang digunakan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "AnalogOut functionality not supported"
msgstr "fungsionalitas AnalogOut tidak didukung"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "AnalogOut is only 16 bits. Value must be less than 65536."
msgstr ""
2019-01-08 14:21:20 -05:00
msgid "AnalogOut not supported on given pin"
msgstr "pin yang dipakai tidak mendukung AnalogOut"
2019-02-22 15:04:54 -05:00
msgid "Another send is already active"
msgstr "Send yang lain sudah aktif"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Array must contain halfwords (type 'H')"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Array values should be single bytes."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Auto-reload is off.\n"
msgstr "Auto-reload tidak aktif.\n"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
msgstr ""
"Auto-reload aktif. Silahkan simpan data-data (files) melalui USB untuk "
"menjalankannya atau masuk ke REPL untukmenonaktifkan.\n"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Bit clock and word select must share a clock unit"
msgstr "Bit clock dan word harus memiliki kesamaan pada clock unit"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Bit depth must be multiple of 8."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Both pins must support hardware interrupts"
msgstr "Kedua pin harus mendukung hardware interrut"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Brightness must be between 0 and 255"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Brightness not adjustable"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Buffer incorrect size. Should be %d bytes."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Buffer must be at least length 1"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Bus pin %d is already in use"
msgstr "DAC sudah digunakan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Byte buffer must be 16 bytes."
msgstr "buffers harus mempunyai panjang yang sama"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Bytes must be between 0 and 255."
2019-01-10 14:06:45 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "C-level assert"
msgstr "Dukungan C-level"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Can not use dotstar with %s"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Can't add services in Central mode"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Can't advertise in Central mode"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Can't change the name in Central mode"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Can't connect in Peripheral mode"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot connect to AP"
msgstr "Tidak dapat menyambungkan ke AP"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot delete values"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot disconnect from AP"
msgstr "Tidak dapat memutuskna dari AP"
2019-01-08 14:21:20 -05:00
msgid "Cannot get pull while in output mode"
msgstr "Tidak bisa mendapatkan pull pada saat mode output"
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Cannot get temperature"
msgstr "Tidak bisa mendapatkan temperatur. status: 0x%02x"
msgid "Cannot output both channels on the same pin"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Tidak dapat menggunakan output di kedua channel dengan menggunakan pin yang "
"sama"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot read without MISO pin."
msgstr ""
msgid "Cannot record to a file"
msgstr ""
msgid "Cannot remount '/' when USB is active."
msgstr ""
2019-01-18 14:44:53 -05:00
2019-01-08 14:21:20 -05:00
msgid "Cannot reset into bootloader because no bootloader is present."
2019-01-10 14:06:45 -05:00
msgstr ""
"Tidak dapat melakukan reset ke bootloader karena tidak ada bootloader yang "
"terisi"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot set STA config"
msgstr "Tidak dapat mengatur konfigurasi STA"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot set value when direction is input."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot subclass slice"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot transfer without MOSI and MISO pins."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot unambiguously get sizeof scalar"
msgstr "tidak dapat mendapatkan ukuran scalar secara tidak ambigu"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot update i/f status"
msgstr "Tidak dapat memperbarui status i/f"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Cannot write without MOSI pin."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Characteristic UUID doesn't match Service UUID"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Characteristic already in use by another Service."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "CharacteristicBuffer writing not provided"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Clock pin init failed."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Clock stretch too long"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Clock unit in use"
msgstr "Clock unit sedang digunakan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Command must be an int between 0 and 255"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Could not decode ble_uuid, err 0x%04x"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Could not initialize UART"
msgstr "Tidak dapat menginisialisasi UART"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate first buffer"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Couldn't allocate second buffer"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Crash into the HardFault_Handler.\n"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "DAC already in use"
msgstr "DAC sudah digunakan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Data 0 pin must be byte aligned"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Data chunk must follow fmt chunk"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Data too large for advertisement packet"
msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Data too large for the advertisement packet"
msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Destination capacity is smaller than destination_length."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Display rotation must be in 90 degree increments"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Don't know how to pass object to native function"
msgstr "Tidak tahu cara meloloskan objek ke fungsi native"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Drive mode not used when direction is input."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "ESP8226 does not support safe mode."
msgstr "ESP8266 tidak mendukung safe mode"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "ESP8266 does not support pull down."
msgstr "ESP866 tidak mendukung pull down"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "EXTINT channel already in use"
msgstr "Channel EXTINT sedang digunakan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Error in ffi_prep_cif"
msgstr "Errod pada ffi_prep_cif"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Error in regex"
msgstr "Error pada regex"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Expected a %q"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Expected a Characteristic"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Expected a UUID"
msgstr ""
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Expected tuple of length %d, got %d"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to acquire mutex"
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to acquire mutex, err 0x%04x"
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to add characteristic, err 0x%04x"
msgstr "Gagal untuk menambahkan karakteristik, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to add service"
msgstr "Gagal untuk menambahkan layanan, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to add service, err 0x%04x"
msgstr "Gagal untuk menambahkan layanan, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Failed to allocate RX buffer"
msgstr "Gagal untuk mengalokasikan buffer RX"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to allocate RX buffer of %d bytes"
msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
2019-01-08 14:21:20 -05:00
2019-01-10 21:32:21 -05:00
#, fuzzy
msgid "Failed to change softdevice state"
2019-01-08 14:21:20 -05:00
msgstr "Gagal untuk merubah status softdevice, error: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Failed to connect:"
msgstr "Gagal untuk menyambungkan, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "Failed to continue scanning"
msgstr "Gagal untuk melanjutkan scanning, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to continue scanning, err 0x%04x"
msgstr "Gagal untuk melanjutkan scanning, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to create mutex"
msgstr "Gagal untuk membuat mutex, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to discover services"
msgstr "Gagal untuk menemukan layanan, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to get local address"
msgstr "Gagal untuk mendapatkan alamat lokal, error: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Failed to get softdevice state"
msgstr "Gagal untuk mendapatkan status softdevice, error: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
msgid "Failed to notify or indicate attribute value, err %0x04x"
2019-01-08 14:21:20 -05:00
msgstr "Gagal untuk melaporkan nilai atribut, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to read CCCD value, err 0x%04x"
2019-01-08 14:21:20 -05:00
msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to read attribute value, err %0x04x"
msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to read gatts value, err 0x%04x"
msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
msgstr "Gagal untuk menambahkan Vendor Spesific UUID, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy
msgid "Failed to release mutex"
msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-01-10 21:32:21 -05:00
#, fuzzy
msgid "Failed to start advertising"
2019-01-08 14:21:20 -05:00
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
2019-02-22 15:04:54 -05:00
#, fuzzy, c-format
msgid "Failed to start advertising, err 0x%04x"
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-01-10 21:32:21 -05:00
#, fuzzy
msgid "Failed to start scanning"
2019-01-08 14:21:20 -05:00
msgstr "Gagal untuk melakukan scanning, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to start scanning, err 0x%04x"
msgstr "Gagal untuk melakukan scanning, status: 0x%08lX"
#, fuzzy
msgid "Failed to stop advertising"
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to stop advertising, err 0x%04x"
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to write attribute value, err 0x%04x"
msgstr "Gagal untuk menulis nilai atribut, status: 0x%08lX"
2019-01-10 21:32:21 -05:00
#, fuzzy, c-format
2019-02-22 15:04:54 -05:00
msgid "Failed to write gatts value, err 0x%04x"
msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "File exists"
2019-01-10 21:32:21 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Function requires lock"
2019-01-10 21:32:21 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Function requires lock."
2019-01-10 21:32:21 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "GPIO16 does not support pull up."
msgstr "GPIO16 tidak mendukung pull up"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Group full"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "I/O operation on closed file"
msgstr "operasi I/O pada file tertutup"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "I2C operation not supported"
msgstr "operasi I2C tidak didukung"
2019-02-22 15:04:54 -05:00
msgid ""
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
"mpy-update for more info."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Input/output error"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid BMP file"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid PWM frequency"
msgstr "Frekuensi PWM tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid argument"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid bit clock pin"
msgstr "Bit clock pada pin tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid buffer size"
msgstr "Ukuran buffer tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid channel count"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid clock pin"
msgstr "Clock pada pin tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid data pin"
msgstr "data pin tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid direction."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid file"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid format chunk size"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid number of bits"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid phase"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid pin"
msgstr "Pin tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid pin for left channel"
msgstr "Pin untuk channel kiri tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid pin for right channel"
msgstr "Pin untuk channel kanan tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid pins"
msgstr "Pin-pin tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid polarity"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid run mode."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid voice count"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Invalid wave file"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "LHS of keyword arg must be an id"
msgstr "LHS dari keyword arg harus menjadi sebuah id"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Length must be an int"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Length must be non-negative"
msgstr ""
2019-01-08 14:21:20 -05:00
msgid ""
2019-02-22 15:04:54 -05:00
"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"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "MISO pin init failed."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "MOSI pin init failed."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum PWM frequency is %dhz."
msgstr "Nilai maksimum frekuensi PWM adalah %dhz"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Maximum x value when mirrored is %d"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "MicroPython NLR jump failed. Likely memory corruption.\n"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "MicroPython fatal error.\n"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Minimum PWM frequency is 1hz."
msgstr "Nilai minimum frekuensi PWM is 1hz"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Multiple PWM frequencies not supported. PWM already set to %dhz."
msgstr "Nilai Frekuensi PWM ganda tidak didukung. PWM sudah diatur pada %dhz"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Must be a Group subclass."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No DAC on chip"
msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No DMA channel found"
msgstr "tidak ada channel DMA ditemukan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No PulseIn support for %q"
msgstr "Tidak ada dukungan PulseIn untuk %q"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No RX pin"
msgstr "Tidak pin RX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No TX pin"
msgstr "Tidak ada pin TX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No default I2C bus"
msgstr "Tidak ada standar bus I2C"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No default SPI bus"
msgstr "Tidak ada standar bus SPI"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No default UART bus"
msgstr "Tidak ada standar bus UART"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No free GCLKs"
msgstr "Tidak ada GCLK yang kosong"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No hardware random available"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No hardware support for analog out."
msgstr "Tidak dukungan hardware untuk analog out."
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No hardware support on pin"
msgstr "Tidak ada dukungan hardware untuk pin"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No space left on device"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "No such file/directory"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Not connected"
msgstr "Tidak dapat menyambungkan ke AP"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Not connected."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Not playing"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid ""
"Object has been deinitialized and can no longer be used. Create a new object."
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Odd parity is not supported"
msgstr "Parity ganjil tidak didukung"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Only 8 or 16 bit mono with "
msgstr "Hanya 8 atau 16 bit mono dengan "
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Only Windows format, uncompressed BMP supported %d"
msgstr ""
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Only bit maps of 8 bit color or less are supported"
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
msgid "Only monochrome, indexed 8bpp, and 16bpp or greater BMPs supported: %d"
2019-01-08 14:21:20 -05:00
msgstr ""
msgid "Only slices with step=1 (aka None) are supported"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Only tx supported on UART1 (GPIO2)."
msgstr "Hanya tx yang mendukung pada UART1 (GPIO2)."
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Oversample must be multiple of 8."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ""
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "PWM not supported on pin %d"
msgstr "PWM tidak didukung pada pin %d"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Permission denied"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Pin %q does not have ADC capabilities"
msgstr "Pin %q tidak memiliki kemampuan ADC"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Pin does not have ADC capabilities"
msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Pin(16) doesn't support pull"
msgstr "Pin(16) tidak mendukung pull"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Pins not valid for SPI"
msgstr "Pin-pin tidak valid untuk SPI"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Pixel beyond bounds of buffer"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Plus any modules on the filesystem\n"
msgstr "Tambahkan module apapun pada filesystem\n"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk reset "
"(Reload)"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Pull not used when direction is output."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "RTC calibration is not supported on this board"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "RTC is not supported on this board"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Range out of bounds"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Read-only"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Read-only filesystem"
msgstr "sistem file (filesystem) bersifat Read-only"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "Read-only object"
msgstr "sistem file (filesystem) bersifat Read-only"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Right channel unsupported"
msgstr "Channel Kanan tidak didukung"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr "Berjalan di mode aman(safe mode)! Auto-reload tidak aktif.\n"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Running in safe mode! Not running saved code.\n"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Berjalan di mode aman(safe mode)! tidak menjalankan kode yang tersimpan.\n"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "SDA or SCL needs a pull up"
msgstr "SDA atau SCL membutuhkan pull up"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "STA must be active"
msgstr "STA harus aktif"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "STA required"
msgstr "STA dibutuhkan"
msgid "Sample rate must be positive"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "Sample rate too high. It must be less than %d"
msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"
msgid "Serializer in use"
msgstr "Serializer sedang digunakan"
msgid "Slice and value different lengths."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Slices not supported"
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
msgstr "Dukungan soft device, id: 0x%08lX, pc: 0x%08l"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Splitting with sub-captures"
msgstr "Memisahkan dengan menggunakan sub-captures"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Stack size must be at least 256"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Stream missing readinto() or write() method."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
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"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
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"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Tegangan dari mikrokontroler turun atau mati. Pastikan sumber tegangan "
"memberikan daya\n"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid ""
"The reset button was pressed while booting CircuitPython. Press again to "
"exit safe mode.\n"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's bits_per_sample does not match the mixer's"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's channel count does not match the mixer's"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's sample rate does not match the mixer's"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "The sample's signedness does not match the mixer's"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Tile height must exactly divide bitmap height"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Tile width must exactly divide bitmap width"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "To exit, please reset the board without "
msgstr "Untuk keluar, silahkan reset board tanpa "
msgid "Too many channels in sample."
msgstr "Terlalu banyak channel dalam sampel"
msgid "Too many display busses"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Too many displays"
2019-02-07 10:10:00 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
msgid "Traceback (most recent call last):\n"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Tuple or struct_time argument required"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "UART(%d) does not exist"
msgstr "UART(%d) tidak ada"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "UART(1) can't read"
msgstr "UART(1) tidak dapat dibaca"
msgid "USB Busy"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "USB Error"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "UUID integer value not in range 0 to 0xffff"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "UUID value is not str, int or byte buffer"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unable to allocate buffers for signed conversion"
msgstr "Tidak dapat mengalokasikan buffer untuk signed conversion"
msgid "Unable to find free GCLK"
msgstr "Tidak dapat menemukan GCLK yang kosong"
msgid "Unable to init parser"
2019-01-08 14:21:20 -05:00
msgstr ""
msgid "Unable to read color palette data"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unable to remount filesystem"
msgstr "Tidak dapat memasang filesystem kembali"
msgid "Unable to write to nvm."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unexpected nrfx uuid type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unknown type"
msgstr "Tipe tidak diketahui"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "Unmatched number of items on RHS (expected %d, got %d)."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unsupported baudrate"
msgstr "Baudrate tidak didukung"
#, fuzzy
msgid "Unsupported display bus type"
msgstr "Baudrate tidak didukung"
msgid "Unsupported format"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unsupported operation"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Unsupported pull value."
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Use esptool to erase flash and re-upload Python instead"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Gunakan esptool untuk menghapus flash dan upload ulang Python sebagai "
"gantinya"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "Viper functions don't currently support more than 4 arguments"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "Voice index too high"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "WARNING: Your code filename has two extensions\n"
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
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 ""
"Selamat datang ke Adafruit CircuitPython %s!\n"
"\n"
"Silahkan kunjungi learn.adafruit.com/category/circuitpython untuk panduan "
"project.\n"
"\n"
"Untuk menampilkan modul built-in silahkan ketik `help(\"modules\")`.\n"
#, fuzzy
msgid ""
"You are running in safe mode which means something unanticipated happened.\n"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
"Anda sedang menjalankan mode aman (safe mode) yang berarti sesuatu yang "
"sangat buruk telah terjadi.\n"
msgid "You requested starting safe mode by "
msgstr "Anda mengajukan untuk memulai mode aman pada (safe mode) pada "
#, c-format
msgid "[addrinfo error %d]"
msgstr "[addrinfo error %d]"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "__init__() should return None"
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "__init__() should return None, not '%s'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "__new__ arg must be a user-type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "a bytes-like object is required"
msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
msgid "abort() called"
msgstr "abort() dipanggil"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "address %08x is not aligned to %d bytes"
msgstr "alamat %08x tidak selaras dengan %d bytes"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "address out of bounds"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "addresses is empty"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "arg is an empty sequence"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "argument has wrong type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "argument num/types mismatch"
msgstr "argumen num/types tidak cocok"
msgid "argument should be a '%q' not a '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
msgid "array/bytes required on right side"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "attributes not supported yet"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bad GATT role"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bad compile mode"
msgstr "mode compile buruk"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "bad conversion specifier"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bad format string"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bad typecode"
msgstr "typecode buruk"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "binary op %q not implemented"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bits must be 7, 8 or 9"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bits must be 8"
msgstr "bits harus memilki nilai 8"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "bits_per_sample must be 8 or 16"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "branch not in range"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "buf is too small. need %d bytes"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "buffer must be a bytes-like object"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "buffer size must match format"
msgstr "buffers harus mempunyai panjang yang sama"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "buffer slices must be of equal length"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "buffer too long"
msgstr "buffer terlalu panjang"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "buffer too small"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "buffers must be the same length"
msgstr "buffers harus mempunyai panjang yang sama"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "byte code not implemented"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "byteorder is not an instance of ByteOrder (got a %s)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit tidak didukung"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "bytes value out of range"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "calibration is out of range"
msgstr "kalibrasi keluar dari jangkauan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "calibration is read only"
msgstr "kalibrasi adalah read only"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "calibration value out of range +/-127"
msgstr "nilai kalibrasi keluar dari jangkauan +/-127"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can only have up to 4 parameters to Thumb assembly"
msgstr "hanya mampu memiliki hingga 4 parameter untuk Thumb assembly"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can only have up to 4 parameters to Xtensa assembly"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can only save bytecode"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can query only one param"
msgstr "hanya bisa melakukan query satu param"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't add special method to already-subclassed class"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't assign to expression"
msgstr "tidak dapat menetapkan ke ekspresi"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "can't convert %s to complex"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "can't convert %s to float"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "can't convert %s to int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert '%q' object to %q implicitly"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert NaN to int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert address to int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert inf to int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert to complex"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert to float"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert to int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't convert to str implicitly"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't declare nonlocal in outer code"
msgstr "tidak dapat mendeklarasikan nonlocal diluar jangkauan kode"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't delete expression"
msgstr "tidak bisa menghapus ekspresi"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't do binary op between '%q' and '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't do truncated division of a complex number"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't get AP config"
msgstr "tidak bisa mendapatkan konfigurasi AP"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't get STA config"
msgstr "tidak bisa mendapatkan konfigurasi STA"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't have multiple **x"
msgstr "tidak bisa memiliki **x ganda"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "can't have multiple *x"
msgstr "tidak bisa memiliki *x ganda"
msgid "can't implicitly convert '%q' to 'bool'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't load from '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't load with '%q' index"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't pend throw to just-started generator"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't send non-None value to a just-started generator"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't set AP config"
msgstr "tidak bisa mendapatkan konfigurasi AP"
msgid "can't set STA config"
msgstr "tidak bisa mendapatkan konfigurasi STA"
msgid "can't set attribute"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't store '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't store to '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "can't store with '%q' index"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ""
"can't switch from automatic field numbering to manual field specification"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ""
"can't switch from manual field specification to automatic field numbering"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "cannot create '%q' instances"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "cannot create instance"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "cannot import name %q"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "cannot perform relative import"
msgstr "tidak dapat melakukan relative import"
msgid "casting"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "characteristics includes an object that is not a Characteristic"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "chars buffer too small"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "chr() arg not in range(0x110000)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "chr() arg not in range(256)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "color buffer must be a buffer or int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "color must be between 0x000000 and 0xffffff"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "color should be an int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "complex division by zero"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "complex values not supported"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "compression header"
msgstr "kompresi header"
msgid "constant must be an integer"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "conversion to object"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "decimal numbers not supported"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "default 'except' must be last"
msgstr "'except' standar harus terakhir"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "destination_length must be an int >= 0"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "dict update sequence has wrong length"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "division by zero"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "either pos or kw args are allowed"
msgstr "hanya antar pos atau kw args yang diperbolehkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "empty"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "empty heap"
msgstr "heap kosong"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "empty separator"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "empty sequence"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "end of format while looking for conversion specifier"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "end_x should be an int"
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "exceptions must derive from BaseException"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "expected ':' after format specifier"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "expected a DigitalInOut"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "expected tuple/list"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "expecting a dict for keyword args"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "expecting a pin"
msgstr "mengharapkan sebuah pin"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "expecting an assembler instruction"
msgstr "sebuah instruksi assembler diharapkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "expecting just a value for set"
msgstr "hanya mengharapkan sebuah nilai (value) untuk set"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "expecting key:value for dict"
msgstr "key:value diharapkan untuk dict"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "extra keyword arguments given"
msgstr "argumen keyword ekstra telah diberikan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "extra positional arguments given"
msgstr "argumen posisi ekstra telah diberikan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "ffi_prep_closure_loc"
msgstr "ffi_prep_closure_loc"
msgid "file must be a file opened in byte mode"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "filesystem must provide mount method"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "first argument to super() must be type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "firstbit must be MSB"
msgstr "bit pertama(firstbit) harus berupa MSB"
msgid "flash location must be below 1MByte"
msgstr "alokasi flash harus dibawah 1MByte"
msgid "float too big"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "font must be 2048 bytes long"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "format requires a dict"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "frequency can only be either 80Mhz or 160MHz"
msgstr "frekuensi hanya bisa didefinisikan 80Mhz atau 160Mhz"
msgid "full"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "function does not take keyword arguments"
msgstr "fungsi tidak dapat mengambil argumen keyword"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "function expected at most %d arguments, got %d"
msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "function got multiple values for argument '%q'"
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "function missing %d required positional arguments"
msgstr "fungsi kehilangan %d argumen posisi yang dibutuhkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "function missing keyword-only argument"
msgstr "fungsi kehilangan argumen keyword-only"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "function missing required keyword argument '%q'"
msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "function missing required positional argument #%d"
msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
2019-01-08 14:21:20 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "function takes %d positional arguments but %d were given"
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "function takes exactly 9 arguments"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "generator already executing"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "generator ignored GeneratorExit"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "graphic must be 2048 bytes long"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "heap must be a list"
msgstr "heap harus berupa sebuah list"
2019-01-10 14:06:45 -05:00
2019-02-22 15:04:54 -05:00
msgid "identifier redefined as global"
msgstr "identifier didefinisi ulang sebagai global"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "identifier redefined as nonlocal"
msgstr "identifier didefinisi ulang sebagai nonlocal"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "impossible baudrate"
msgstr "baudrate tidak memungkinkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "incomplete format"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "incomplete format key"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "incorrect padding"
msgstr "lapisan (padding) tidak benar"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "index out of range"
msgstr "index keluar dari jangkauan"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "indices must be integers"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "inline assembler must be a function"
msgstr "inline assembler harus sebuah fungsi"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "int() arg 2 must be >= 2 and <= 36"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "integer required"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "interval not in range 0.0020 to 10.24"
2019-01-13 23:52:05 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "invalid I2C peripheral"
msgstr "perangkat I2C tidak valid"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid SPI peripheral"
msgstr "perangkat SPI tidak valid"
2019-01-13 23:52:05 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid alarm"
msgstr "alarm tidak valid"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "invalid arguments"
msgstr "argumen-argumen tidak valid"
msgid "invalid buffer length"
msgstr "panjang buffer tidak valid"
msgid "invalid cert"
msgstr "cert tidak valid"
msgid "invalid data bits"
msgstr "bit data tidak valid"
msgid "invalid dupterm index"
msgstr "indeks dupterm tidak valid"
msgid "invalid format"
msgstr "format tidak valid"
msgid "invalid format specifier"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "invalid key"
msgstr "key tidak valid"
msgid "invalid micropython decorator"
msgstr "micropython decorator tidak valid"
msgid "invalid pin"
msgstr "pin tidak valid"
msgid "invalid step"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "invalid stop bits"
msgstr "stop bit tidak valid"
msgid "invalid syntax"
msgstr "syntax tidak valid"
msgid "invalid syntax for integer"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "invalid syntax for integer with base %d"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "invalid syntax for number"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "issubclass() arg 1 must be a class"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "issubclass() arg 2 must be a class or a tuple of classes"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "join expects a list of str/bytes objects consistent with self object"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "keyword argument(s) not yet implemented - use normal args instead"
msgstr "argumen keyword belum diimplementasi - gunakan args normal"
msgid "keywords must be strings"
msgstr "keyword harus berupa string"
msgid "label '%q' not defined"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "label redefined"
msgstr "label didefinis ulang"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "len must be multiple of 4"
msgstr "len harus kelipatan dari 4"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "length argument not allowed for this type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "lhs and rhs should be compatible"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "local '%q' has type '%q' but source is '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "local '%q' used before type known"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "local variable referenced before assignment"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "long int not supported in this build"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "map buffer too small"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "math domain error"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "maximum recursion depth exceeded"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "memory allocation failed, allocating %u bytes"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "memory allocation failed, allocating %u bytes for native code"
msgstr "alokasi memori gagal, mengalokasikan %u byte untuk kode native"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "memory allocation failed, heap is locked"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "module not found"
msgstr "modul tidak ditemukan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "multiple *x in assignment"
msgstr "perkalian *x dalam assignment"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "multiple bases have instance lay-out conflict"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "multiple inheritance not supported"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "must raise an object"
2019-01-10 21:32:21 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "must specify all of sck/mosi/miso"
msgstr "harus menentukan semua pin sck/mosi/miso"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
msgid "must use keyword argument for key function"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "name '%q' is not defined"
msgstr ""
2019-01-21 21:51:22 -05:00
2019-01-10 21:32:21 -05:00
#, fuzzy
2019-02-22 15:04:54 -05:00
msgid "name must be a string"
msgstr "keyword harus berupa string"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
msgid "name not defined"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "name reused for argument"
msgstr "nama digunakan kembali untuk argumen"
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "native yield"
2019-01-21 21:51:22 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "need more than %d values to unpack"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "negative power with no float support"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "negative shift count"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "no active exception to reraise"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "no available NIC"
2019-01-10 21:32:21 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "no binding for nonlocal found"
msgstr "tidak ada ikatan/bind pada temuan nonlocal"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
msgid "no module named '%q'"
msgstr "tidak ada modul yang bernama '%q'"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
msgid "no such attribute"
2019-01-10 21:32:21 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "non-default argument follows default argument"
msgstr "argumen non-default mengikuti argumen standar(default)"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
msgid "non-hex digit found"
msgstr "digit non-hex ditemukan"
2019-01-10 21:32:21 -05:00
2019-02-22 15:04:54 -05:00
msgid "non-keyword arg after */**"
msgstr "non-keyword arg setelah */**"
2019-01-21 21:51:22 -05:00
2019-02-22 15:04:54 -05:00
msgid "non-keyword arg after keyword arg"
msgstr "non-keyword arg setelah keyword arg"
2019-01-10 21:32:21 -05:00
msgid "not a 128-bit UUID"
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "not a valid ADC Channel: %d"
msgstr "tidak valid channel ADC: %d"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "not all arguments converted during string formatting"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "not enough arguments for format string"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "object '%s' is not a tuple or list"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object does not support item assignment"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object does not support item deletion"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object has no len"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object is not subscriptable"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object not an iterator"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object not callable"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object not in sequence"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object not iterable"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "object of type '%s' has no len()"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "object with buffer protocol required"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "odd-length string"
msgstr "panjang data string memiliki keganjilan (odd-length)"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "offset out of bounds"
msgstr "modul tidak ditemukan"
2019-02-22 15:04:54 -05:00
msgid "only slices with step=1 (aka None) are supported"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "ord expects a character"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "ord() expected a character, but string of length %d found"
2019-01-31 12:38:29 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "overflow converting long int to machine word"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "palette must be 32 bytes long"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "palette_index should be an int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "parameter annotation must be an identifier"
msgstr "anotasi parameter haruse sebuah identifier"
msgid "parameters must be registers in sequence a2 to a5"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
msgid "pin does not have IRQ capabilities"
msgstr "pin tidak memiliki kemampuan IRQ"
msgid "pixel coordinates out of bounds"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pixel value requires too many bits"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pop from an empty PulseIn"
msgstr "Muncul dari PulseIn yang kosong"
msgid "pop from an empty set"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pop from empty list"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "popitem(): dictionary is empty"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-01-08 14:21:20 -05:00
msgid "position must be 2-tuple"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pow() 3rd argument cannot be 0"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "pow() with 3 arguments requires integers"
2019-01-31 12:38:29 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "queue overflow"
msgstr "antrian meluap (overflow)"
2019-01-31 12:38:29 -05:00
2019-02-22 15:04:54 -05:00
msgid "rawbuf is not the same size as buf"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "readonly attribute"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "relative import"
msgstr "relative import"
#, c-format
msgid "requested length %d but object has length %d"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "return annotation must be an identifier"
msgstr "anotasi return harus sebuah identifier"
msgid "return expected '%q' but got '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "row must be packed and word aligned"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "rsplit(None,n)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid ""
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
"'B'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "sampling rate out of range"
msgstr "nilai sampling keluar dari jangkauan"
msgid "scan failed"
msgstr "scan gagal"
msgid "schedule stack full"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "script compilation not supported"
msgstr "kompilasi script tidak didukung"
msgid "services includes an object that is not a Service"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "sign not allowed in string format specifier"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "sign not allowed with integer format specifier 'c'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "single '}' encountered in format string"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "sleep length must be non-negative"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "slice step cannot be zero"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "small int overflow"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "soft reboot\n"
msgstr "memulai ulang software(soft reboot)\n"
2019-01-31 12:38:29 -05:00
2019-02-22 15:04:54 -05:00
msgid "start/end indices"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "start_x should be an int"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "step must be non-zero"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "stop must be 1 or 2"
2019-01-08 14:21:20 -05:00
msgstr ""
msgid "stop not reachable from start"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "stream operation not supported"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "string index out of range"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "string indices must be integers, not %s"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "string not supported; use bytes or bytearray"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "struct: cannot index"
msgstr "struct: tidak bisa melakukan index"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "struct: index out of range"
msgstr "struct: index keluar dari jangkauan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "struct: no fields"
msgstr "struct: tidak ada fields"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "substring not found"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "super() can't find self"
msgstr "super() tidak dapat menemukan dirinya sendiri"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "syntax error in JSON"
msgstr "sintaksis error pada JSON"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "syntax error in uctypes descriptor"
msgstr "sintaksis error pada pendeskripsi uctypes"
msgid "threshold must be in the range 0-65536"
2019-01-08 14:21:20 -05:00
msgstr ""
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "time.struct_time() takes exactly 1 argument"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "timeout >100 (units are now seconds, not msecs)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, fuzzy
msgid "timeout must be >= 0.0"
msgstr "bits harus memilki nilai 8"
2019-01-08 14:21:20 -05:00
msgid "timestamp out of range for platform time_t"
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "too many arguments"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "too many arguments provided with the given format"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-01-13 23:52:05 -05:00
#, c-format
2019-02-22 15:04:54 -05:00
msgid "too many values to unpack (expected %d)"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "tuple index out of range"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "tuple/list has wrong length"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "tuple/list required on RHS"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "tx and rx cannot both be None"
msgstr "tx dan rx keduanya tidak boleh kosong"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "type '%q' is not an acceptable base type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "type is not an acceptable base type"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "type object '%q' has no attribute '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "type takes 1 or 3 arguments"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "ulonglong too large"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unary op %q not implemented"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unexpected indent"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unexpected keyword argument"
msgstr "argumen keyword tidak diharapkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "unexpected keyword argument '%q'"
msgstr "keyword argumen '%q' tidak diharapkan"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
msgid "unicode name escapes"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unindent does not match any outer indentation level"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unknown config param"
msgstr "konfigurasi param tidak diketahui"
2019-01-08 14:21:20 -05:00
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unknown conversion specifier %c"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unknown format code '%c' for object of type 'float'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
#, c-format
msgid "unknown format code '%c' for object of type 'str'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unknown status param"
msgstr "status param tidak diketahui"
2019-02-22 15:04:54 -05:00
msgid "unknown type"
msgstr "tipe tidak diketahui"
2019-01-18 14:44:53 -05:00
2019-02-22 15:04:54 -05:00
msgid "unknown type '%q'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unmatched '{' in format"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unreadable attribute"
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "unsupported Thumb instruction '%s' with %d arguments"
2019-01-08 14:21:20 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "unsupported Xtensa instruction '%s' with %d arguments"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unsupported bitmap type"
2019-01-18 14:44:53 -05:00
msgstr ""
#, c-format
2019-02-22 15:04:54 -05:00
msgid "unsupported format character '%c' (0x%x) at index %d"
2019-01-18 14:44:53 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unsupported type for %q: '%s'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unsupported type for operator"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "unsupported types for %q: '%s', '%s'"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "wifi_set_ip_info() failed"
msgstr "wifi_set_ip_info() gagal"
2019-01-20 22:46:32 -05:00
2019-02-22 15:04:54 -05:00
msgid "write_args must be a list, tuple, or None"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "wrong number of arguments"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "wrong number of values to unpack"
2019-01-08 14:21:20 -05:00
msgstr ""
2019-01-10 14:06:45 -05:00
2019-02-22 15:04:54 -05:00
msgid "x value out of bounds"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "y should be an int"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "y value out of bounds"
2019-01-10 14:06:45 -05:00
msgstr ""
2019-02-22 15:04:54 -05:00
msgid "zero step"
2019-01-10 14:06:45 -05:00
msgstr ""