summaryrefslogtreecommitdiff
path: root/locale/ID.po
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-03-16 20:59:52 -0500
committerJeff Epler <jepler@gmail.com>2020-03-17 08:32:52 -0500
commit69aa010cfc3c67a5cf07b356b55eec964f896ac5 (patch)
tree96306b1b3977f254c1c25248a93206de9c24f7e2 /locale/ID.po
parent772ac705d3cbcdbc9cb139c7433a8e6e40db6f0d (diff)
objslice: take mp_obj_slice_indices from micropython
Diffstat (limited to 'locale/ID.po')
-rw-r--r--locale/ID.po203
1 files changed, 23 insertions, 180 deletions
diff --git a/locale/ID.po b/locale/ID.po
index 03111a7a8..12d7b52fb 100644
--- a/locale/ID.po
+++ b/locale/ID.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-11 17:52-0400\n"
+"POT-Creation-Date: 2020-03-16 20:59-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -482,10 +482,6 @@ msgstr ""
msgid "Cannot unambiguously get sizeof scalar"
msgstr "tidak dapat mendapatkan ukuran scalar secara tidak ambigu"
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Cannot vary frequency on a timer that is already in use"
-msgstr ""
-
#: shared-module/bitbangio/SPI.c
msgid "Cannot write without MOSI pin."
msgstr ""
@@ -543,34 +539,6 @@ msgstr ""
msgid "Could not initialize UART"
msgstr "Tidak dapat menginisialisasi UART"
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Could not initialize channel"
-msgstr ""
-
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Could not initialize timer"
-msgstr ""
-
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Could not re-init channel"
-msgstr ""
-
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Could not re-init timer"
-msgstr ""
-
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Could not restart PWM"
-msgstr ""
-
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Could not start PWM"
-msgstr ""
-
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "Could not start interrupt, RX busy"
-msgstr ""
-
#: shared-module/audiomp3/MP3Decoder.c
msgid "Couldn't allocate decoder"
msgstr ""
@@ -593,14 +561,6 @@ msgstr ""
msgid "Crash into the HardFault_Handler."
msgstr ""
-#: ports/stm32f4/common-hal/analogio/AnalogOut.c
-msgid "DAC Channel Init Error"
-msgstr ""
-
-#: ports/stm32f4/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 "DAC sudah digunakan"
@@ -709,7 +669,6 @@ msgstr "Gagal untuk mengalokasikan buffer RX"
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
-#: ports/stm32f4/common-hal/pulseio/PulseIn.c
#, c-format
msgid "Failed to allocate RX buffer of %d bytes"
msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
@@ -743,10 +702,6 @@ msgstr ""
msgid "Frequency captured is above capability. Capture Paused."
msgstr ""
-#: ports/stm32f4/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
msgid "Function requires lock"
@@ -761,22 +716,10 @@ msgstr ""
msgid "Group full"
msgstr ""
-#: ports/stm32f4/common-hal/busio/I2C.c ports/stm32f4/common-hal/busio/SPI.c
-msgid "Hardware busy, try alternative pins"
-msgstr ""
-
-#: ports/stm32f4/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 "operasi I/O pada file tertutup"
-#: ports/stm32f4/common-hal/busio/I2C.c
-msgid "I2C Init Error"
-msgstr ""
-
#: extmod/machine_i2c.c
msgid "I2C operation not supported"
msgstr "operasi I2C tidak didukung"
@@ -803,28 +746,16 @@ msgstr ""
msgid "Insufficient encryption"
msgstr ""
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "Internal define error"
-msgstr ""
-
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
msgid "Invalid %q pin"
msgstr "%q pada tidak valid"
-#: ports/stm32f4/common-hal/analogio/AnalogIn.c
-msgid "Invalid ADC Unit value"
-msgstr ""
-
#: shared-module/displayio/OnDiskBitmap.c
msgid "Invalid BMP file"
msgstr ""
-#: ports/stm32f4/common-hal/analogio/AnalogOut.c
-msgid "Invalid DAC pin supplied"
-msgstr ""
-
-#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/stm32f4/common-hal/busio/I2C.c
+#: ports/mimxrt10xx/common-hal/busio/I2C.c
msgid "Invalid I2C pin selection"
msgstr ""
@@ -834,12 +765,11 @@ msgstr ""
msgid "Invalid PWM frequency"
msgstr "Frekuensi PWM tidak valid"
-#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm32f4/common-hal/busio/SPI.c
+#: ports/mimxrt10xx/common-hal/busio/SPI.c
msgid "Invalid SPI pin selection"
msgstr ""
#: ports/mimxrt10xx/common-hal/busio/UART.c
-#: ports/stm32f4/common-hal/busio/UART.c
msgid "Invalid UART pin selection"
msgstr ""
@@ -851,7 +781,7 @@ msgstr ""
msgid "Invalid bits per value"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
+#: ports/nrf/common-hal/busio/UART.c
msgid "Invalid buffer size"
msgstr "Ukuran buffer tidak valid"
@@ -879,10 +809,6 @@ msgstr ""
msgid "Invalid format chunk size"
msgstr ""
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Invalid frequency supplied"
-msgstr ""
-
#: supervisor/shared/safe_mode.c
msgid "Invalid memory access."
msgstr ""
@@ -918,10 +844,6 @@ msgstr "Pin untuk channel kanan tidak valid"
msgid "Invalid pins"
msgstr "Pin-pin tidak valid"
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "Invalid pins for PWMOut"
-msgstr ""
-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "Invalid polarity"
msgstr ""
@@ -950,10 +872,6 @@ msgstr ""
msgid "Invalid wave file"
msgstr ""
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "Invalid word/bit length"
-msgstr ""
-
#: py/compile.c
msgid "LHS of keyword arg must be an id"
msgstr "LHS dari keyword arg harus menjadi sebuah id"
@@ -999,18 +917,10 @@ msgstr ""
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
-#: ports/stm32f4/common-hal/busio/SPI.c
-msgid "Missing MISO or MOSI Pin"
-msgstr ""
-
#: shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr ""
-#: ports/stm32f4/common-hal/busio/SPI.c
-msgid "Must provide MISO or MOSI pin"
-msgstr ""
-
#: py/parse.c
msgid "Name too long"
msgstr ""
@@ -1024,7 +934,6 @@ msgid "No CCCD for this Characteristic"
msgstr ""
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
-#: ports/stm32f4/common-hal/analogio/AnalogOut.c
msgid "No DAC on chip"
msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
@@ -1033,23 +942,13 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
msgid "No DMA channel found"
msgstr "tidak ada channel DMA ditemukan"
-#: ports/stm32f4/common-hal/busio/SPI.c
-msgid "No MISO Pin"
-msgstr ""
-
-#: ports/stm32f4/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/stm32f4/common-hal/busio/UART.c
msgid "No RX pin"
msgstr "Tidak pin RX"
#: ports/atmel-samd/common-hal/busio/UART.c
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
-#: ports/stm32f4/common-hal/busio/UART.c
msgid "No TX pin"
msgstr "Tidak ada pin TX"
@@ -1078,10 +977,6 @@ msgstr ""
msgid "No hardware support on pin"
msgstr "Tidak ada dukungan hardware untuk pin"
-#: ports/stm32f4/common-hal/pulseio/PWMOut.c
-msgid "No more timers available on this pin."
-msgstr ""
-
#: shared-module/touchio/TouchIn.c
msgid "No pulldown on pin; 1Mohm recommended"
msgstr ""
@@ -1150,7 +1045,6 @@ msgid ""
msgstr ""
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
-#: ports/stm32f4/common-hal/displayio/ParallelBus.c
msgid "ParallelBus not yet supported"
msgstr ""
@@ -1162,14 +1056,9 @@ msgstr ""
#: ports/cxd56/common-hal/analogio/AnalogIn.c
#: ports/mimxrt10xx/common-hal/analogio/AnalogIn.c
#: ports/nrf/common-hal/analogio/AnalogIn.c
-#: ports/stm32f4/common-hal/analogio/AnalogIn.c
msgid "Pin does not have ADC capabilities"
msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
-#: ports/stm32f4/common-hal/pulseio/PulseIn.c
-msgid "Pin number already reserved by EXTI"
-msgstr ""
-
#: py/builtinhelp.c
msgid "Plus any modules on the filesystem\n"
msgstr "Tambahkan module apapun pada filesystem\n"
@@ -1192,18 +1081,6 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""
-#: ports/stm32f4/common-hal/pulseio/PulseOut.c
-msgid "PulseOut not supported on this chip"
-msgstr ""
-
-#: ports/stm32f4/common-hal/os/__init__.c
-msgid "RNG DeInit Error"
-msgstr ""
-
-#: ports/stm32f4/common-hal/os/__init__.c
-msgid "RNG Init Error"
-msgstr ""
-
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "RS485 inversion specified when not in RS485 mode"
msgstr ""
@@ -1218,14 +1095,10 @@ msgid "RTC is not supported on this board"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
-#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
+#: ports/nrf/common-hal/busio/UART.c
msgid "RTS/CTS/RS485 Not yet supported on this device"
msgstr ""
-#: ports/stm32f4/common-hal/os/__init__.c
-msgid "Random number generation error"
-msgstr ""
-
#: shared-bindings/pulseio/PulseIn.c
msgid "Read-only"
msgstr ""
@@ -1264,14 +1137,6 @@ msgstr ""
msgid "SDA or SCL needs a pull up"
msgstr "SDA atau SCL membutuhkan pull up"
-#: ports/stm32f4/common-hal/busio/SPI.c
-msgid "SPI Init Error"
-msgstr ""
-
-#: ports/stm32f4/common-hal/busio/SPI.c
-msgid "SPI Re-initialization error"
-msgstr ""
-
#: shared-bindings/audiomixer/Mixer.c
msgid "Sample rate must be positive"
msgstr ""
@@ -1319,14 +1184,6 @@ msgstr ""
msgid "Stream missing readinto() or write() method."
msgstr ""
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "Supply at least one UART pin"
-msgstr ""
-
-#: ports/stm32f4/common-hal/microcontroller/Processor.c
-msgid "Temperature read timed out"
-msgstr ""
-
#: supervisor/shared/safe_mode.c
msgid ""
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1400,26 +1257,6 @@ msgstr ""
msgid "Tuple or struct_time argument required"
msgstr ""
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "UART Buffer allocation error"
-msgstr ""
-
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "UART De-init error"
-msgstr ""
-
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "UART Init Error"
-msgstr ""
-
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "UART Re-init error"
-msgstr ""
-
-#: ports/stm32f4/common-hal/busio/UART.c
-msgid "UART write error"
-msgstr ""
-
#: shared-module/usb_hid/Device.c
msgid "USB Busy"
msgstr ""
@@ -1536,10 +1373,6 @@ msgstr ""
msgid "Viper functions don't currently support more than 4 arguments"
msgstr ""
-#: ports/stm32f4/common-hal/microcontroller/Processor.c
-msgid "Voltage read timed out"
-msgstr ""
-
#: main.c
msgid "WARNING: Your code filename has two extensions\n"
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
@@ -1606,6 +1439,10 @@ msgstr ""
msgid "addresses is empty"
msgstr ""
+#: 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 ""
@@ -2020,10 +1857,6 @@ msgstr ""
msgid "empty heap"
msgstr "heap kosong"
-#: extmod/ulab/code/ndarray.c
-msgid "empty index range"
-msgstr ""
-
#: py/objstr.c
msgid "empty separator"
msgstr ""
@@ -2114,6 +1947,10 @@ msgstr ""
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 ""
@@ -2163,6 +2000,10 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
msgid "function got multiple values for argument '%q'"
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
+#: extmod/ulab/code/linalg.c
+msgid "function is defined for ndarrays only"
+msgstr ""
+
#: py/argcheck.c
#, c-format
msgid "function missing %d required positional arguments"
@@ -2232,8 +2073,7 @@ msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
-#: ports/nrf/common-hal/pulseio/PulseIn.c
-#: ports/stm32f4/common-hal/pulseio/PulseIn.c py/obj.c
+#: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
msgid "index out of range"
msgstr "index keluar dari jangkauan"
@@ -2431,6 +2271,10 @@ msgstr ""
msgid "matrix dimensions do not match"
msgstr ""
+#: extmod/ulab/code/linalg.c
+msgid "matrix is not positive definite"
+msgstr ""
+
#: ports/nrf/common-hal/_bleio/Characteristic.c
#: ports/nrf/common-hal/_bleio/Descriptor.c
#, c-format
@@ -2660,7 +2504,7 @@ msgstr ""
msgid "only square matrices can be inverted"
msgstr ""
-#: extmod/ulab/code/ndarray.c
+#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
msgid "operands could not be broadcast together"
msgstr ""
@@ -2720,7 +2564,6 @@ msgstr ""
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/nrf/common-hal/pulseio/PulseIn.c
-#: ports/stm32f4/common-hal/pulseio/PulseIn.c
msgid "pop from an empty PulseIn"
msgstr "Muncul dari PulseIn yang kosong"