Skip to content

Commit 7e59ff3

Browse files
authored
Merge pull request #3921 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 590fe8e + 8c25f54 commit 7e59ff3

File tree

16 files changed

+393
-251
lines changed

16 files changed

+393
-251
lines changed

locale/ID.po

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"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"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: ID\n"
@@ -1850,11 +1850,11 @@ msgstr "Tingkat sampel dari sampel tidak cocok dengan mixer"
18501850

18511851
#: shared-module/audiomixer/MixerVoice.c
18521852
msgid "The sample's signedness does not match the mixer's"
1853-
msgstr ""
1853+
msgstr "signedness dari sampel tidak cocok dengan mixer"
18541854

18551855
#: shared-bindings/displayio/TileGrid.c
18561856
msgid "Tile height must exactly divide bitmap height"
1857-
msgstr ""
1857+
msgstr "Tinggi tile harus persis membagi tinggi bitmap"
18581858

18591859
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
18601860
msgid "Tile index out of bounds"
@@ -1903,13 +1903,9 @@ msgid "Total data to write is larger than outgoing_packet_length"
19031903
msgstr ""
19041904
"Total data yang akan ditulis lebih besar daripada outgoing_packet_length"
19051905

1906-
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1907-
msgid "TouchAlarm not available in light sleep"
1908-
msgstr ""
1909-
19101906
#: py/obj.c
19111907
msgid "Traceback (most recent call last):\n"
1912-
msgstr ""
1908+
msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"
19131909

19141910
#: shared-bindings/time/__init__.c
19151911
msgid "Tuple or struct_time argument required"
@@ -1945,15 +1941,15 @@ msgstr "Kesalahan USB"
19451941

19461942
#: shared-bindings/_bleio/UUID.c
19471943
msgid "UUID integer value must be 0-0xffff"
1948-
msgstr ""
1944+
msgstr "Nilai integer UUID harus 0-0xffff"
19491945

19501946
#: shared-bindings/_bleio/UUID.c
19511947
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
1952-
msgstr ""
1948+
msgstr "String UUID bukan 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
19531949

19541950
#: shared-bindings/_bleio/UUID.c
19551951
msgid "UUID value is not str, int or byte buffer"
1956-
msgstr ""
1952+
msgstr "Nilai UUID bukan str, int atau byte buffer"
19571953

19581954
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
19591955
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
@@ -1967,7 +1963,7 @@ msgstr ""
19671963
#: shared-module/displayio/I2CDisplay.c
19681964
#, c-format
19691965
msgid "Unable to find I2C Display at %x"
1970-
msgstr ""
1966+
msgstr "Tidak dapat menemukan Tampilan I2C di %x"
19711967

19721968
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
19731969
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
@@ -1976,23 +1972,23 @@ msgstr "Tidak dapat menemukan GCLK yang kosong"
19761972

19771973
#: py/parse.c
19781974
msgid "Unable to init parser"
1979-
msgstr ""
1975+
msgstr "Tidak dapat memulai parser"
19801976

19811977
#: shared-module/displayio/OnDiskBitmap.c
19821978
msgid "Unable to read color palette data"
1983-
msgstr ""
1979+
msgstr "Tidak dapat membaca data palet warna"
19841980

19851981
#: shared-bindings/nvm/ByteArray.c
19861982
msgid "Unable to write to nvm."
1987-
msgstr ""
1983+
msgstr "Tidak dapat menulis ke nvm."
19881984

19891985
#: shared-bindings/alarm/SleepMemory.c
19901986
msgid "Unable to write to sleep_memory."
19911987
msgstr ""
19921988

19931989
#: ports/nrf/common-hal/_bleio/UUID.c
19941990
msgid "Unexpected nrfx uuid type"
1995-
msgstr ""
1991+
msgstr "Tipe urf nrfx tak sesuai"
19961992

19971993
#: ports/esp32s2/common-hal/socketpool/Socket.c
19981994
#, c-format
@@ -2550,6 +2546,10 @@ msgstr ""
25502546
msgid "data must be of equal length"
25512547
msgstr ""
25522548

2549+
#: extmod/ulab/code/ndarray.c
2550+
msgid "data type not understood"
2551+
msgstr ""
2552+
25532553
#: py/parsenum.c
25542554
msgid "decimal numbers not supported"
25552555
msgstr ""
@@ -2860,7 +2860,7 @@ msgid "input and output shapes are not compatible"
28602860
msgstr ""
28612861

28622862
#: 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"
28642864
msgstr ""
28652865

28662866
#: extmod/ulab/code/fft/fft.c
@@ -3103,6 +3103,10 @@ msgstr ""
31033103
msgid "maxiter should be > 0"
31043104
msgstr ""
31053105

3106+
#: extmod/ulab/code/numerical/numerical.c
3107+
msgid "median argument must be an ndarray"
3108+
msgstr ""
3109+
31063110
#: py/runtime.c
31073111
#, c-format
31083112
msgid "memory allocation failed, allocating %u bytes"
@@ -3333,10 +3337,6 @@ msgstr ""
33333337
msgid "operation is implemented for 1D Boolean arrays only"
33343338
msgstr ""
33353339

3336-
#: extmod/ulab/code/numerical/numerical.c
3337-
msgid "operation is not implemented for flattened array"
3338-
msgstr ""
3339-
33403340
#: extmod/ulab/code/numerical/numerical.c
33413341
msgid "operation is not implemented on ndarrays"
33423342
msgstr ""
@@ -3681,6 +3681,10 @@ msgstr ""
36813681
msgid "too many arguments provided with the given format"
36823682
msgstr ""
36833683

3684+
#: extmod/ulab/code/ulab_create.c
3685+
msgid "too many dimensions"
3686+
msgstr ""
3687+
36843688
#: extmod/ulab/code/ndarray.c
36853689
msgid "too many indices"
36863690
msgstr ""
@@ -3690,6 +3694,10 @@ msgstr ""
36903694
msgid "too many values to unpack (expected %d)"
36913695
msgstr ""
36923696

3697+
#: extmod/ulab/code/approx/approx.c
3698+
msgid "trapz is defined for 1D arrays"
3699+
msgstr ""
3700+
36933701
#: extmod/ulab/code/approx/approx.c
36943702
msgid "trapz is defined for 1D arrays of equal length"
36953703
msgstr ""
@@ -3698,10 +3706,6 @@ msgstr ""
36983706
msgid "trigger level must be 0 or 1"
36993707
msgstr ""
37003708

3701-
#: extmod/ulab/code/linalg/linalg.c
3702-
msgid "tuple index out of range"
3703-
msgstr ""
3704-
37053709
#: py/obj.c
37063710
msgid "tuple/list has wrong length"
37073711
msgstr ""

locale/cs.po

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-22 22:54+0530\n"
8+
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
99
"PO-Revision-Date: 2020-12-04 18:33+0000\n"
1010
"Last-Translator: vkuthan <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1865,10 +1865,6 @@ msgstr ""
18651865
msgid "Total data to write is larger than outgoing_packet_length"
18661866
msgstr ""
18671867

1868-
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1869-
msgid "TouchAlarm not available in light sleep"
1870-
msgstr ""
1871-
18721868
#: py/obj.c
18731869
msgid "Traceback (most recent call last):\n"
18741870
msgstr ""
@@ -2504,6 +2500,10 @@ msgstr ""
25042500
msgid "data must be of equal length"
25052501
msgstr ""
25062502

2503+
#: extmod/ulab/code/ndarray.c
2504+
msgid "data type not understood"
2505+
msgstr ""
2506+
25072507
#: py/parsenum.c
25082508
msgid "decimal numbers not supported"
25092509
msgstr ""
@@ -2814,7 +2814,7 @@ msgid "input and output shapes are not compatible"
28142814
msgstr ""
28152815

28162816
#: extmod/ulab/code/ulab_create.c
2817-
msgid "input argument must be an integer or a 2-tuple"
2817+
msgid "input argument must be an integer, a tuple, or a list"
28182818
msgstr ""
28192819

28202820
#: extmod/ulab/code/fft/fft.c
@@ -3057,6 +3057,10 @@ msgstr ""
30573057
msgid "maxiter should be > 0"
30583058
msgstr ""
30593059

3060+
#: extmod/ulab/code/numerical/numerical.c
3061+
msgid "median argument must be an ndarray"
3062+
msgstr ""
3063+
30603064
#: py/runtime.c
30613065
#, c-format
30623066
msgid "memory allocation failed, allocating %u bytes"
@@ -3286,10 +3290,6 @@ msgstr ""
32863290
msgid "operation is implemented for 1D Boolean arrays only"
32873291
msgstr ""
32883292

3289-
#: extmod/ulab/code/numerical/numerical.c
3290-
msgid "operation is not implemented for flattened array"
3291-
msgstr ""
3292-
32933293
#: extmod/ulab/code/numerical/numerical.c
32943294
msgid "operation is not implemented on ndarrays"
32953295
msgstr ""
@@ -3633,6 +3633,10 @@ msgstr ""
36333633
msgid "too many arguments provided with the given format"
36343634
msgstr ""
36353635

3636+
#: extmod/ulab/code/ulab_create.c
3637+
msgid "too many dimensions"
3638+
msgstr ""
3639+
36363640
#: extmod/ulab/code/ndarray.c
36373641
msgid "too many indices"
36383642
msgstr ""
@@ -3642,6 +3646,10 @@ msgstr ""
36423646
msgid "too many values to unpack (expected %d)"
36433647
msgstr ""
36443648

3649+
#: extmod/ulab/code/approx/approx.c
3650+
msgid "trapz is defined for 1D arrays"
3651+
msgstr ""
3652+
36453653
#: extmod/ulab/code/approx/approx.c
36463654
msgid "trapz is defined for 1D arrays of equal length"
36473655
msgstr ""
@@ -3650,10 +3658,6 @@ msgstr ""
36503658
msgid "trigger level must be 0 or 1"
36513659
msgstr ""
36523660

3653-
#: extmod/ulab/code/linalg/linalg.c
3654-
msgid "tuple index out of range"
3655-
msgstr ""
3656-
36573661
#: py/obj.c
36583662
msgid "tuple/list has wrong length"
36593663
msgstr ""

locale/de_DE.po

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-22 22:54+0530\n"
8+
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
99
"PO-Revision-Date: 2020-11-26 03:11+0000\n"
1010
"Last-Translator: Daniel Bravo Darriba <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -1905,10 +1905,6 @@ msgstr ""
19051905
"Die Gesamtzahl der zu schreibenden Daten ist größer als "
19061906
"outgoing_packet_length"
19071907

1908-
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1909-
msgid "TouchAlarm not available in light sleep"
1910-
msgstr ""
1911-
19121908
#: py/obj.c
19131909
msgid "Traceback (most recent call last):\n"
19141910
msgstr "Zurückverfolgung (jüngste Aufforderung zuletzt):\n"
@@ -2569,6 +2565,10 @@ msgstr ""
25692565
msgid "data must be of equal length"
25702566
msgstr ""
25712567

2568+
#: extmod/ulab/code/ndarray.c
2569+
msgid "data type not understood"
2570+
msgstr ""
2571+
25722572
#: py/parsenum.c
25732573
msgid "decimal numbers not supported"
25742574
msgstr "Dezimalzahlen nicht unterstützt"
@@ -2882,8 +2882,8 @@ msgid "input and output shapes are not compatible"
28822882
msgstr ""
28832883

28842884
#: extmod/ulab/code/ulab_create.c
2885-
msgid "input argument must be an integer or a 2-tuple"
2886-
msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
2885+
msgid "input argument must be an integer, a tuple, or a list"
2886+
msgstr ""
28872887

28882888
#: extmod/ulab/code/fft/fft.c
28892889
msgid "input array length must be power of 2"
@@ -3131,6 +3131,10 @@ msgstr ""
31313131
msgid "maxiter should be > 0"
31323132
msgstr ""
31333133

3134+
#: extmod/ulab/code/numerical/numerical.c
3135+
msgid "median argument must be an ndarray"
3136+
msgstr ""
3137+
31343138
#: py/runtime.c
31353139
#, c-format
31363140
msgid "memory allocation failed, allocating %u bytes"
@@ -3362,10 +3366,6 @@ msgstr "Operanden konnten nicht zusammen gesendet werden"
33623366
msgid "operation is implemented for 1D Boolean arrays only"
33633367
msgstr ""
33643368

3365-
#: extmod/ulab/code/numerical/numerical.c
3366-
msgid "operation is not implemented for flattened array"
3367-
msgstr ""
3368-
33693369
#: extmod/ulab/code/numerical/numerical.c
33703370
msgid "operation is not implemented on ndarrays"
33713371
msgstr "Die Operation ist für ndarrays nicht implementiert"
@@ -3714,6 +3714,10 @@ msgstr ""
37143714
msgid "too many arguments provided with the given format"
37153715
msgstr "zu viele Argumente mit dem angegebenen Format"
37163716

3717+
#: extmod/ulab/code/ulab_create.c
3718+
msgid "too many dimensions"
3719+
msgstr ""
3720+
37173721
#: extmod/ulab/code/ndarray.c
37183722
msgid "too many indices"
37193723
msgstr "zu viele Indizes"
@@ -3723,6 +3727,10 @@ msgstr "zu viele Indizes"
37233727
msgid "too many values to unpack (expected %d)"
37243728
msgstr "zu viele Werte zum Auspacken (erwartet %d)"
37253729

3730+
#: extmod/ulab/code/approx/approx.c
3731+
msgid "trapz is defined for 1D arrays"
3732+
msgstr ""
3733+
37263734
#: extmod/ulab/code/approx/approx.c
37273735
msgid "trapz is defined for 1D arrays of equal length"
37283736
msgstr ""
@@ -3731,10 +3739,6 @@ msgstr ""
37313739
msgid "trigger level must be 0 or 1"
37323740
msgstr ""
37333741

3734-
#: extmod/ulab/code/linalg/linalg.c
3735-
msgid "tuple index out of range"
3736-
msgstr "Tupelindex außerhalb des Bereichs"
3737-
37383742
#: py/obj.c
37393743
msgid "tuple/list has wrong length"
37403744
msgstr "tupel/list hat falsche Länge"
@@ -3953,6 +3957,12 @@ msgstr ""
39533957
msgid "zi must be of shape (n_section, 2)"
39543958
msgstr ""
39553959

3960+
#~ msgid "input argument must be an integer or a 2-tuple"
3961+
#~ msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
3962+
3963+
#~ msgid "tuple index out of range"
3964+
#~ msgstr "Tupelindex außerhalb des Bereichs"
3965+
39563966
#~ msgid ""
39573967
#~ "\n"
39583968
#~ "Code done running. Waiting for reload.\n"

0 commit comments

Comments
 (0)