5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-12-22 22:54+0530 \n "
9
- "PO-Revision-Date : 2020-12-30 22:25 +0000\n "
8
+ "POT-Creation-Date : 2021-01-04 12:55-0600 \n "
9
+ "PO-Revision-Date : 2021-01-03 05:29 +0000\n "
10
10
"
Last-Translator :
oon arfiandwi <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
12
12
"Language : ID\n "
@@ -1850,11 +1850,11 @@ msgstr "Tingkat sampel dari sampel tidak cocok dengan mixer"
1850
1850
1851
1851
#: shared-module/audiomixer/MixerVoice.c
1852
1852
msgid "The sample's signedness does not match the mixer's"
1853
- msgstr ""
1853
+ msgstr "signedness dari sampel tidak cocok dengan mixer "
1854
1854
1855
1855
#: shared-bindings/displayio/TileGrid.c
1856
1856
msgid "Tile height must exactly divide bitmap height"
1857
- msgstr ""
1857
+ msgstr "Tinggi tile harus persis membagi tinggi bitmap "
1858
1858
1859
1859
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
1860
1860
msgid "Tile index out of bounds"
@@ -1903,13 +1903,9 @@ msgid "Total data to write is larger than outgoing_packet_length"
1903
1903
msgstr ""
1904
1904
"Total data yang akan ditulis lebih besar daripada outgoing_packet_length"
1905
1905
1906
- #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1907
- msgid "TouchAlarm not available in light sleep"
1908
- msgstr ""
1909
-
1910
1906
#: py/obj.c
1911
1907
msgid "Traceback (most recent call last):\n"
1912
- msgstr ""
1908
+ msgstr "Traceback (bagian terakhir dari panggilan terkini):\n "
1913
1909
1914
1910
#: shared-bindings/time/__init__.c
1915
1911
msgid "Tuple or struct_time argument required"
@@ -1945,15 +1941,15 @@ msgstr "Kesalahan USB"
1945
1941
1946
1942
#: shared-bindings/_bleio/UUID.c
1947
1943
msgid "UUID integer value must be 0-0xffff"
1948
- msgstr ""
1944
+ msgstr "Nilai integer UUID harus 0-0xffff "
1949
1945
1950
1946
#: shared-bindings/_bleio/UUID.c
1951
1947
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
1952
- msgstr ""
1948
+ msgstr "String UUID bukan 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' "
1953
1949
1954
1950
#: shared-bindings/_bleio/UUID.c
1955
1951
msgid "UUID value is not str, int or byte buffer"
1956
- msgstr ""
1952
+ msgstr "Nilai UUID bukan str, int atau byte buffer "
1957
1953
1958
1954
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1959
1955
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
@@ -1967,7 +1963,7 @@ msgstr ""
1967
1963
#: shared-module/displayio/I2CDisplay.c
1968
1964
#, c-format
1969
1965
msgid "Unable to find I2C Display at %x"
1970
- msgstr ""
1966
+ msgstr "Tidak dapat menemukan Tampilan I2C di %x "
1971
1967
1972
1968
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1973
1969
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
@@ -1976,23 +1972,23 @@ msgstr "Tidak dapat menemukan GCLK yang kosong"
1976
1972
1977
1973
#: py/parse.c
1978
1974
msgid "Unable to init parser"
1979
- msgstr ""
1975
+ msgstr "Tidak dapat memulai parser "
1980
1976
1981
1977
#: shared-module/displayio/OnDiskBitmap.c
1982
1978
msgid "Unable to read color palette data"
1983
- msgstr ""
1979
+ msgstr "Tidak dapat membaca data palet warna "
1984
1980
1985
1981
#: shared-bindings/nvm/ByteArray.c
1986
1982
msgid "Unable to write to nvm."
1987
- msgstr ""
1983
+ msgstr "Tidak dapat menulis ke nvm. "
1988
1984
1989
1985
#: shared-bindings/alarm/SleepMemory.c
1990
1986
msgid "Unable to write to sleep_memory."
1991
1987
msgstr ""
1992
1988
1993
1989
#: ports/nrf/common-hal/_bleio/UUID.c
1994
1990
msgid "Unexpected nrfx uuid type"
1995
- msgstr ""
1991
+ msgstr "Tipe urf nrfx tak sesuai "
1996
1992
1997
1993
#: ports/esp32s2/common-hal/socketpool/Socket.c
1998
1994
#, c-format
@@ -2550,6 +2546,10 @@ msgstr ""
2550
2546
msgid "data must be of equal length"
2551
2547
msgstr ""
2552
2548
2549
+ #: extmod/ulab/code/ndarray.c
2550
+ msgid "data type not understood"
2551
+ msgstr ""
2552
+
2553
2553
#: py/parsenum.c
2554
2554
msgid "decimal numbers not supported"
2555
2555
msgstr ""
@@ -2860,7 +2860,7 @@ msgid "input and output shapes are not compatible"
2860
2860
msgstr ""
2861
2861
2862
2862
#: extmod/ulab/code/ulab_create.c
2863
- msgid "input argument must be an integer or a 2-tuple "
2863
+ msgid "input argument must be an integer, a tuple, or a list "
2864
2864
msgstr ""
2865
2865
2866
2866
#: extmod/ulab/code/fft/fft.c
@@ -3103,6 +3103,10 @@ msgstr ""
3103
3103
msgid "maxiter should be > 0"
3104
3104
msgstr ""
3105
3105
3106
+ #: extmod/ulab/code/numerical/numerical.c
3107
+ msgid "median argument must be an ndarray"
3108
+ msgstr ""
3109
+
3106
3110
#: py/runtime.c
3107
3111
#, c-format
3108
3112
msgid "memory allocation failed, allocating %u bytes"
@@ -3333,10 +3337,6 @@ msgstr ""
3333
3337
msgid "operation is implemented for 1D Boolean arrays only"
3334
3338
msgstr ""
3335
3339
3336
- #: extmod/ulab/code/numerical/numerical.c
3337
- msgid "operation is not implemented for flattened array"
3338
- msgstr ""
3339
-
3340
3340
#: extmod/ulab/code/numerical/numerical.c
3341
3341
msgid "operation is not implemented on ndarrays"
3342
3342
msgstr ""
@@ -3681,6 +3681,10 @@ msgstr ""
3681
3681
msgid "too many arguments provided with the given format"
3682
3682
msgstr ""
3683
3683
3684
+ #: extmod/ulab/code/ulab_create.c
3685
+ msgid "too many dimensions"
3686
+ msgstr ""
3687
+
3684
3688
#: extmod/ulab/code/ndarray.c
3685
3689
msgid "too many indices"
3686
3690
msgstr ""
@@ -3690,6 +3694,10 @@ msgstr ""
3690
3694
msgid "too many values to unpack (expected %d)"
3691
3695
msgstr ""
3692
3696
3697
+ #: extmod/ulab/code/approx/approx.c
3698
+ msgid "trapz is defined for 1D arrays"
3699
+ msgstr ""
3700
+
3693
3701
#: extmod/ulab/code/approx/approx.c
3694
3702
msgid "trapz is defined for 1D arrays of equal length"
3695
3703
msgstr ""
@@ -3698,10 +3706,6 @@ msgstr ""
3698
3706
msgid "trigger level must be 0 or 1"
3699
3707
msgstr ""
3700
3708
3701
- #: extmod/ulab/code/linalg/linalg.c
3702
- msgid "tuple index out of range"
3703
- msgstr ""
3704
-
3705
3709
#: py/obj.c
3706
3710
msgid "tuple/list has wrong length"
3707
3711
msgstr ""
0 commit comments