8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2019-04-12 13:44-0700 \n "
11
+ "POT-Creation-Date : 2019-04-13 11:50+0200 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -52,8 +52,8 @@ msgstr ""
52
52
msgid "%q indices must be integers, not %s"
53
53
msgstr ""
54
54
55
- #: shared-bindings/bleio/CharacteristicBuffer.c
56
55
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
56
+ #: shared-bindings/bleio/CharacteristicBuffer.c
57
57
#, fuzzy
58
58
msgid "%q must be >= 1"
59
59
msgstr "buffers harus mempunyai panjang yang sama"
@@ -62,20 +62,20 @@ msgstr "buffers harus mempunyai panjang yang sama"
62
62
msgid "%q should be an int"
63
63
msgstr ""
64
64
65
- #: py/bc .c py/objnamedtuple .c
65
+ #: py/objnamedtuple .c py/bc .c
66
66
msgid "%q() takes %d positional arguments but %d were given"
67
67
msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
68
68
69
69
#: py/argcheck.c
70
70
msgid "'%q' argument required"
71
71
msgstr "'%q' argumen dibutuhkan"
72
72
73
- #: py/emitinlinethumb .c py/emitinlinextensa .c
73
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
74
74
#, c-format
75
75
msgid "'%s' expects a label"
76
76
msgstr ""
77
77
78
- #: py/emitinlinethumb .c py/emitinlinextensa .c
78
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
79
79
#, c-format
80
80
msgid "'%s' expects a register"
81
81
msgstr "'%s' mengharapkan sebuah register"
@@ -95,7 +95,7 @@ msgstr "'%s' mengharapkan sebuah FPU register"
95
95
msgid "'%s' expects an address of the form [a, b]"
96
96
msgstr "'%s' mengharapkan sebuah alamat dengan bentuk [a, b]"
97
97
98
- #: py/emitinlinethumb .c py/emitinlinextensa .c
98
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
99
99
#, c-format
100
100
msgid "'%s' expects an integer"
101
101
msgstr "'%s' mengharapkan integer"
@@ -245,17 +245,17 @@ msgstr "Semua perangkat I2C sedang digunakan"
245
245
msgid "All event channels in use"
246
246
msgstr "Semua channel event sedang digunakan"
247
247
248
- #: ports/atmel-samd/audio_dma .c ports/atmel-samd/common-hal/audiobusio/PDMIn .c
248
+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn .c ports/atmel-samd/audio_dma .c
249
249
msgid "All sync event channels in use"
250
250
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
251
251
252
252
#: shared-bindings/pulseio/PWMOut.c
253
253
msgid "All timers for this pin are in use"
254
254
msgstr "Semua timer untuk pin ini sedang digunakan"
255
255
256
- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
257
256
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
258
257
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
258
+ #: ports/atmel-samd/common-hal/audioio/AudioOut.c
259
259
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
260
260
#: shared-module/_pew/PewPew.c
261
261
msgid "All timers in use"
@@ -522,18 +522,17 @@ msgstr "Channel EXTINT sedang digunakan"
522
522
msgid "Error in regex"
523
523
msgstr "Error pada regex"
524
524
525
- #: shared-bindings/microcontroller/Pin.c
526
- #: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
527
- #: shared-bindings/terminalio/Terminal.c
525
+ #: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
526
+ #: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
528
527
msgid "Expected a %q"
529
528
msgstr ""
530
529
531
530
#: shared-bindings/bleio/CharacteristicBuffer.c
532
531
msgid "Expected a Characteristic"
533
532
msgstr ""
534
533
535
- #: shared-bindings/bleio/Characteristic .c shared-bindings/bleio/Descriptor .c
536
- #: shared-bindings/bleio/Service .c
534
+ #: shared-bindings/bleio/Descriptor .c shared-bindings/bleio/Service .c
535
+ #: shared-bindings/bleio/Characteristic .c
537
536
msgid "Expected a UUID"
538
537
msgstr ""
539
538
@@ -720,8 +719,8 @@ msgstr ""
720
719
msgid "Frequency captured is above capability. Capture Paused."
721
720
msgstr ""
722
721
723
- #: shared-bindings/bitbangio/I2C .c shared-bindings/bitbangio/SPI .c
724
- #: shared-bindings/busio/I2C .c shared-bindings/busio/SPI .c
722
+ #: shared-bindings/bitbangio/SPI .c shared-bindings/bitbangio/I2C .c
723
+ #: shared-bindings/busio/SPI .c shared-bindings/busio/I2C .c
725
724
msgid "Function requires lock"
726
725
msgstr ""
727
726
@@ -827,11 +826,10 @@ msgstr "Pin untuk channel kiri tidak valid"
827
826
msgid "Invalid pin for right channel"
828
827
msgstr "Pin untuk channel kanan tidak valid"
829
828
830
- #: ports/atmel-samd/common-hal/busio/I2C.c
831
- #: ports/atmel-samd/common-hal/busio/SPI.c
832
- #: ports/atmel-samd/common-hal/busio/UART.c
833
829
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
834
- #: ports/nrf/common-hal/busio/I2C.c
830
+ #: ports/atmel-samd/common-hal/busio/UART.c
831
+ #: ports/atmel-samd/common-hal/busio/SPI.c
832
+ #: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
835
833
msgid "Invalid pins"
836
834
msgstr "Pin-pin tidak valid"
837
835
@@ -1093,8 +1091,8 @@ msgstr "Serializer sedang digunakan"
1093
1091
msgid "Slice and value different lengths."
1094
1092
msgstr ""
1095
1093
1096
- #: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group .c
1097
- #: shared-bindings/displayio/TileGrid .c shared-bindings/pulseio/PulseIn.c
1094
+ #: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/TileGrid .c
1095
+ #: shared-bindings/displayio/Group .c shared-bindings/pulseio/PulseIn.c
1098
1096
msgid "Slices not supported"
1099
1097
msgstr ""
1100
1098
@@ -1347,7 +1345,8 @@ msgstr ""
1347
1345
msgid "argument has wrong type"
1348
1346
msgstr ""
1349
1347
1350
- #: py/argcheck.c
1348
+ #: py/argcheck.c shared-bindings/gamepad/__init__.c
1349
+ #: shared-bindings/gamepad/GamePad.c
1351
1350
msgid "argument num/types mismatch"
1352
1351
msgstr "argumen num/types tidak cocok"
1353
1352
@@ -1660,7 +1659,7 @@ msgstr ""
1660
1659
msgid "complex division by zero"
1661
1660
msgstr ""
1662
1661
1663
- #: py/objfloat .c py/parsenum .c
1662
+ #: py/parsenum .c py/objfloat .c
1664
1663
msgid "complex values not supported"
1665
1664
msgstr ""
1666
1665
@@ -1701,7 +1700,7 @@ msgstr ""
1701
1700
msgid "dict update sequence has wrong length"
1702
1701
msgstr ""
1703
1702
1704
- #: py/modmath .c py/objfloat .c py/objint_longlong .c py/objint_mpz .c py/runtime .c
1703
+ #: py/runtime .c py/modmath .c py/objint_mpz .c py/objint_longlong .c py/objfloat .c
1705
1704
#: shared-bindings/math/__init__.c
1706
1705
msgid "division by zero"
1707
1706
msgstr ""
@@ -1710,7 +1709,7 @@ msgstr ""
1710
1709
msgid "empty"
1711
1710
msgstr ""
1712
1711
1713
- #: extmod/moduheapq .c extmod/modutimeq .c
1712
+ #: extmod/modutimeq .c extmod/moduheapq .c
1714
1713
msgid "empty heap"
1715
1714
msgstr "heap kosong"
1716
1715
@@ -1743,10 +1742,6 @@ msgstr ""
1743
1742
msgid "expected ':' after format specifier"
1744
1743
msgstr ""
1745
1744
1746
- #: shared-bindings/gamepad/GamePad.c
1747
- msgid "expected a DigitalInOut"
1748
- msgstr ""
1749
-
1750
1745
#: py/obj.c
1751
1746
msgid "expected tuple/list"
1752
1747
msgstr ""
@@ -1775,7 +1770,7 @@ msgstr "argumen keyword ekstra telah diberikan"
1775
1770
msgid "extra positional arguments given"
1776
1771
msgstr "argumen posisi ekstra telah diberikan"
1777
1772
1778
- #: shared-bindings/audioio/WaveFile .c shared-bindings/displayio/OnDiskBitmap .c
1773
+ #: shared-bindings/displayio/OnDiskBitmap .c shared-bindings/audioio/WaveFile .c
1779
1774
msgid "file must be a file opened in byte mode"
1780
1775
msgstr ""
1781
1776
@@ -1816,7 +1811,7 @@ msgstr "fungsi tidak dapat mengambil argumen keyword"
1816
1811
msgid "function expected at most %d arguments, got %d"
1817
1812
msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
1818
1813
1819
- #: py/bc .c py/objnamedtuple .c
1814
+ #: py/objnamedtuple .c py/bc .c
1820
1815
msgid "function got multiple values for argument '%q'"
1821
1816
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
1822
1817
@@ -1838,7 +1833,7 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
1838
1833
msgid "function missing required positional argument #%d"
1839
1834
msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
1840
1835
1841
- #: py/argcheck.c py/bc .c py/objnamedtuple .c
1836
+ #: py/argcheck.c py/objnamedtuple .c py/bc .c
1842
1837
#, c-format
1843
1838
msgid "function takes %d positional arguments but %d were given"
1844
1839
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
@@ -1985,7 +1980,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
1985
1980
msgid "keywords must be strings"
1986
1981
msgstr "keyword harus berupa string"
1987
1982
1988
- #: py/emitinlinethumb .c py/emitinlinextensa .c
1983
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
1989
1984
msgid "label '%q' not defined"
1990
1985
msgstr ""
1991
1986
@@ -2092,11 +2087,11 @@ msgstr ""
2092
2087
msgid "need more than %d values to unpack"
2093
2088
msgstr ""
2094
2089
2095
- #: py/objint_longlong .c py/objint_mpz.c py/runtime .c
2090
+ #: py/runtime .c py/objint_mpz.c py/objint_longlong .c
2096
2091
msgid "negative power with no float support"
2097
2092
msgstr ""
2098
2093
2099
- #: py/objint_mpz .c py/runtime .c
2094
+ #: py/runtime .c py/objint_mpz .c
2100
2095
msgid "negative shift count"
2101
2096
msgstr ""
2102
2097
@@ -2198,12 +2193,12 @@ msgstr ""
2198
2193
msgid "odd-length string"
2199
2194
msgstr "panjang data string memiliki keganjilan (odd-length)"
2200
2195
2201
- #: py/objstr .c py/objstrunicode .c
2196
+ #: py/objstrunicode .c py/objstr .c
2202
2197
#, fuzzy
2203
2198
msgid "offset out of bounds"
2204
2199
msgstr "modul tidak ditemukan"
2205
2200
2206
- #: py/objarray.c py/objstr .c py/objstrunicode.c py/objtuple .c
2201
+ #: py/objarray.c py/objtuple .c py/objstrunicode.c py/objstr .c
2207
2202
#: shared-bindings/nvm/ByteArray.c
2208
2203
msgid "only slices with step=1 (aka None) are supported"
2209
2204
msgstr ""
@@ -2221,7 +2216,7 @@ msgstr ""
2221
2216
msgid "overflow converting long int to machine word"
2222
2217
msgstr ""
2223
2218
2224
- #: shared-bindings/_stage/Layer .c shared-bindings/_stage/Text .c
2219
+ #: shared-bindings/_stage/Text .c shared-bindings/_stage/Layer .c
2225
2220
msgid "palette must be 32 bytes long"
2226
2221
msgstr ""
2227
2222
@@ -2353,7 +2348,7 @@ msgstr ""
2353
2348
msgid "slice step cannot be zero"
2354
2349
msgstr ""
2355
2350
2356
- #: py/objint .c py/sequence .c
2351
+ #: py/sequence .c py/objint .c
2357
2352
msgid "small int overflow"
2358
2353
msgstr ""
2359
2354
@@ -2455,10 +2450,6 @@ msgstr "bits harus memilki nilai 8"
2455
2450
msgid "timestamp out of range for platform time_t"
2456
2451
msgstr ""
2457
2452
2458
- #: shared-bindings/gamepad/GamePad.c
2459
- msgid "too many arguments"
2460
- msgstr ""
2461
-
2462
2453
#: shared-module/struct/__init__.c
2463
2454
msgid "too many arguments provided with the given format"
2464
2455
msgstr ""
@@ -2516,7 +2507,7 @@ msgstr ""
2516
2507
msgid "unexpected keyword argument"
2517
2508
msgstr "argumen keyword tidak diharapkan"
2518
2509
2519
- #: py/bc .c py/objnamedtuple .c
2510
+ #: py/objnamedtuple .c py/bc .c
2520
2511
msgid "unexpected keyword argument '%q'"
2521
2512
msgstr "keyword argumen '%q' tidak diharapkan"
2522
2513
0 commit comments