Skip to content

Commit e2e4149

Browse files
authored
Merge pull request #4648 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 346740e + 47a673b commit e2e4149

File tree

17 files changed

+560
-310
lines changed

17 files changed

+560
-310
lines changed

locale/ID.po

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,10 +2347,6 @@ msgstr "Panjang nilai > max_length"
23472347
msgid "Version was invalid"
23482348
msgstr ""
23492349

2350-
#: py/emitnative.c
2351-
msgid "Viper functions don't currently support more than 4 arguments"
2352-
msgstr "Fungsi Viper saat ini tidak mendukung lebih dari 4 argumen"
2353-
23542350
#: ports/stm/common-hal/microcontroller/Processor.c
23552351
msgid "Voltage read timed out"
23562352
msgstr "Tegangan baca habis waktu"
@@ -2436,11 +2432,6 @@ msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
24362432
msgid "abort() called"
24372433
msgstr "abort() dipanggil"
24382434

2439-
#: extmod/machine_mem.c
2440-
#, c-format
2441-
msgid "address %08x is not aligned to %d bytes"
2442-
msgstr "alamat %08x tidak selaras dengan %d bytes"
2443-
24442435
#: shared-bindings/i2cperipheral/I2CPeripheral.c
24452436
msgid "address out of bounds"
24462437
msgstr "alamat di luar batas"
@@ -2449,6 +2440,10 @@ msgstr "alamat di luar batas"
24492440
msgid "addresses is empty"
24502441
msgstr "alamatnya kosong"
24512442

2443+
#: py/compile.c
2444+
msgid "annotation must be an identifier"
2445+
msgstr ""
2446+
24522447
#: py/modbuiltins.c
24532448
msgid "arg is an empty sequence"
24542449
msgstr "arg berisi urutan kosong"
@@ -2631,6 +2626,10 @@ msgstr "tidak dapat menetapkan ke ekspresi"
26312626
msgid "can't convert %q to %q"
26322627
msgstr ""
26332628

2629+
#: py/runtime.c
2630+
msgid "can't convert %q to int"
2631+
msgstr ""
2632+
26342633
#: py/objstr.c
26352634
msgid "can't convert '%q' object to %q implicitly"
26362635
msgstr ""
@@ -2639,6 +2638,10 @@ msgstr ""
26392638
msgid "can't convert to %q"
26402639
msgstr ""
26412640

2641+
#: py/runtime.c
2642+
msgid "can't convert to int"
2643+
msgstr ""
2644+
26422645
#: py/objstr.c
26432646
msgid "can't convert to str implicitly"
26442647
msgstr ""
@@ -3042,8 +3045,8 @@ msgid "full"
30423045
msgstr ""
30433046

30443047
#: py/argcheck.c
3045-
msgid "function does not take keyword arguments"
3046-
msgstr "fungsi tidak dapat mengambil argumen keyword"
3048+
msgid "function doesn't take keyword arguments"
3049+
msgstr ""
30473050

30483051
#: py/argcheck.c
30493052
#, c-format
@@ -3097,6 +3100,10 @@ msgstr ""
30973100
msgid "generator ignored GeneratorExit"
30983101
msgstr ""
30993102

3103+
#: py/objgenerator.c
3104+
msgid "generator raised StopIteration"
3105+
msgstr ""
3106+
31003107
#: shared-bindings/_stage/Layer.c
31013108
msgid "graphic must be 2048 bytes long"
31023109
msgstr ""
@@ -3476,6 +3483,10 @@ msgstr ""
34763483
msgid "need more than %d values to unpack"
34773484
msgstr ""
34783485

3486+
#: py/modmath.c
3487+
msgid "negative factorial"
3488+
msgstr ""
3489+
34793490
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
34803491
msgid "negative power with no float support"
34813492
msgstr ""
@@ -3706,10 +3717,6 @@ msgstr ""
37063717
msgid "palette_index should be an int"
37073718
msgstr ""
37083719

3709-
#: py/compile.c
3710-
msgid "parameter annotation must be an identifier"
3711-
msgstr "anotasi parameter haruse sebuah identifier"
3712-
37133720
#: py/emitinlinextensa.c
37143721
msgid "parameters must be registers in sequence a2 to a5"
37153722
msgstr ""
@@ -3765,6 +3772,7 @@ msgstr ""
37653772
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
37663773
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
37673774
#: ports/esp32s2/boards/artisense_rd00/mpconfigboard.h
3775+
#: ports/esp32s2/boards/atmegazero_esp32s2/mpconfigboard.h
37683776
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
37693777
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37703778
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
@@ -4148,7 +4156,7 @@ msgstr ""
41484156
msgid "unknown type"
41494157
msgstr "tipe tidak diketahui"
41504158

4151-
#: py/emitnative.c
4159+
#: py/compile.c
41524160
msgid "unknown type '%q'"
41534161
msgstr ""
41544162

@@ -4287,6 +4295,18 @@ msgstr "zi harus berjenis float"
42874295
msgid "zi must be of shape (n_section, 2)"
42884296
msgstr ""
42894297

4298+
#~ msgid "Viper functions don't currently support more than 4 arguments"
4299+
#~ msgstr "Fungsi Viper saat ini tidak mendukung lebih dari 4 argumen"
4300+
4301+
#~ msgid "address %08x is not aligned to %d bytes"
4302+
#~ msgstr "alamat %08x tidak selaras dengan %d bytes"
4303+
4304+
#~ msgid "function does not take keyword arguments"
4305+
#~ msgstr "fungsi tidak dapat mengambil argumen keyword"
4306+
4307+
#~ msgid "parameter annotation must be an identifier"
4308+
#~ msgstr "anotasi parameter haruse sebuah identifier"
4309+
42904310
#~ msgid "Total data to write is larger than outgoing_packet_length"
42914311
#~ msgstr ""
42924312
#~ "Total data yang akan ditulis lebih besar daripada outgoing_packet_length"

locale/cs.po

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,10 +2307,6 @@ msgstr ""
23072307
msgid "Version was invalid"
23082308
msgstr ""
23092309

2310-
#: py/emitnative.c
2311-
msgid "Viper functions don't currently support more than 4 arguments"
2312-
msgstr ""
2313-
23142310
#: ports/stm/common-hal/microcontroller/Processor.c
23152311
msgid "Voltage read timed out"
23162312
msgstr ""
@@ -2390,11 +2386,6 @@ msgstr ""
23902386
msgid "abort() called"
23912387
msgstr ""
23922388

2393-
#: extmod/machine_mem.c
2394-
#, c-format
2395-
msgid "address %08x is not aligned to %d bytes"
2396-
msgstr ""
2397-
23982389
#: shared-bindings/i2cperipheral/I2CPeripheral.c
23992390
msgid "address out of bounds"
24002391
msgstr ""
@@ -2403,6 +2394,10 @@ msgstr ""
24032394
msgid "addresses is empty"
24042395
msgstr ""
24052396

2397+
#: py/compile.c
2398+
msgid "annotation must be an identifier"
2399+
msgstr ""
2400+
24062401
#: py/modbuiltins.c
24072402
msgid "arg is an empty sequence"
24082403
msgstr ""
@@ -2585,6 +2580,10 @@ msgstr ""
25852580
msgid "can't convert %q to %q"
25862581
msgstr ""
25872582

2583+
#: py/runtime.c
2584+
msgid "can't convert %q to int"
2585+
msgstr ""
2586+
25882587
#: py/objstr.c
25892588
msgid "can't convert '%q' object to %q implicitly"
25902589
msgstr ""
@@ -2593,6 +2592,10 @@ msgstr ""
25932592
msgid "can't convert to %q"
25942593
msgstr ""
25952594

2595+
#: py/runtime.c
2596+
msgid "can't convert to int"
2597+
msgstr ""
2598+
25962599
#: py/objstr.c
25972600
msgid "can't convert to str implicitly"
25982601
msgstr ""
@@ -2996,7 +2999,7 @@ msgid "full"
29962999
msgstr ""
29973000

29983001
#: py/argcheck.c
2999-
msgid "function does not take keyword arguments"
3002+
msgid "function doesn't take keyword arguments"
30003003
msgstr ""
30013004

30023005
#: py/argcheck.c
@@ -3051,6 +3054,10 @@ msgstr ""
30513054
msgid "generator ignored GeneratorExit"
30523055
msgstr ""
30533056

3057+
#: py/objgenerator.c
3058+
msgid "generator raised StopIteration"
3059+
msgstr ""
3060+
30543061
#: shared-bindings/_stage/Layer.c
30553062
msgid "graphic must be 2048 bytes long"
30563063
msgstr ""
@@ -3430,6 +3437,10 @@ msgstr ""
34303437
msgid "need more than %d values to unpack"
34313438
msgstr ""
34323439

3440+
#: py/modmath.c
3441+
msgid "negative factorial"
3442+
msgstr ""
3443+
34333444
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
34343445
msgid "negative power with no float support"
34353446
msgstr ""
@@ -3659,10 +3670,6 @@ msgstr ""
36593670
msgid "palette_index should be an int"
36603671
msgstr ""
36613672

3662-
#: py/compile.c
3663-
msgid "parameter annotation must be an identifier"
3664-
msgstr ""
3665-
36663673
#: py/emitinlinextensa.c
36673674
msgid "parameters must be registers in sequence a2 to a5"
36683675
msgstr ""
@@ -3718,6 +3725,7 @@ msgstr ""
37183725
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
37193726
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
37203727
#: ports/esp32s2/boards/artisense_rd00/mpconfigboard.h
3728+
#: ports/esp32s2/boards/atmegazero_esp32s2/mpconfigboard.h
37213729
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
37223730
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37233731
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
@@ -4101,7 +4109,7 @@ msgstr ""
41014109
msgid "unknown type"
41024110
msgstr ""
41034111

4104-
#: py/emitnative.c
4112+
#: py/compile.c
41054113
msgid "unknown type '%q'"
41064114
msgstr ""
41074115

locale/de_DE.po

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,10 +2355,6 @@ msgstr "Länge des Wertes > max_length"
23552355
msgid "Version was invalid"
23562356
msgstr ""
23572357

2358-
#: py/emitnative.c
2359-
msgid "Viper functions don't currently support more than 4 arguments"
2360-
msgstr "Viper-Funktionen unterstützen derzeit nicht mehr als 4 Argumente"
2361-
23622358
#: ports/stm/common-hal/microcontroller/Processor.c
23632359
msgid "Voltage read timed out"
23642360
msgstr "Zeitüberschreitung beim Lesen der Spannung"
@@ -2449,11 +2445,6 @@ msgstr "ein Byte-ähnliches Objekt ist erforderlich"
24492445
msgid "abort() called"
24502446
msgstr "abort() wurde aufgerufen"
24512447

2452-
#: extmod/machine_mem.c
2453-
#, c-format
2454-
msgid "address %08x is not aligned to %d bytes"
2455-
msgstr "Addresse %08x ist nicht an %d bytes ausgerichtet"
2456-
24572448
#: shared-bindings/i2cperipheral/I2CPeripheral.c
24582449
msgid "address out of bounds"
24592450
msgstr "Adresse außerhalb der Grenzen"
@@ -2462,6 +2453,10 @@ msgstr "Adresse außerhalb der Grenzen"
24622453
msgid "addresses is empty"
24632454
msgstr "adresses ist leer"
24642455

2456+
#: py/compile.c
2457+
msgid "annotation must be an identifier"
2458+
msgstr ""
2459+
24652460
#: py/modbuiltins.c
24662461
msgid "arg is an empty sequence"
24672462
msgstr "arg ist eine leere Sequenz"
@@ -2646,6 +2641,10 @@ msgstr "kann keinem Ausdruck zuweisen"
26462641
msgid "can't convert %q to %q"
26472642
msgstr "kann %q nicht zu %q konvertieren"
26482643

2644+
#: py/runtime.c
2645+
msgid "can't convert %q to int"
2646+
msgstr ""
2647+
26492648
#: py/objstr.c
26502649
msgid "can't convert '%q' object to %q implicitly"
26512650
msgstr "Kann '%q' Objekt nicht implizit nach %q konvertieren"
@@ -2654,6 +2653,10 @@ msgstr "Kann '%q' Objekt nicht implizit nach %q konvertieren"
26542653
msgid "can't convert to %q"
26552654
msgstr "kann nicht zu %q konvertieren"
26562655

2656+
#: py/runtime.c
2657+
msgid "can't convert to int"
2658+
msgstr "kann nicht nach int konvertieren"
2659+
26572660
#: py/objstr.c
26582661
msgid "can't convert to str implicitly"
26592662
msgstr "Kann nicht implizit nach str konvertieren"
@@ -3067,8 +3070,8 @@ msgid "full"
30673070
msgstr "voll"
30683071

30693072
#: py/argcheck.c
3070-
msgid "function does not take keyword arguments"
3071-
msgstr "Funktion akzeptiert keine Schlüsselwort-Argumente"
3073+
msgid "function doesn't take keyword arguments"
3074+
msgstr ""
30723075

30733076
#: py/argcheck.c
30743077
#, c-format
@@ -3124,6 +3127,10 @@ msgstr "Generator läuft bereits"
31243127
msgid "generator ignored GeneratorExit"
31253128
msgstr "Generator ignoriert GeneratorExit"
31263129

3130+
#: py/objgenerator.c
3131+
msgid "generator raised StopIteration"
3132+
msgstr ""
3133+
31273134
#: shared-bindings/_stage/Layer.c
31283135
msgid "graphic must be 2048 bytes long"
31293136
msgstr "graphic muss 2048 Byte lang sein"
@@ -3509,6 +3516,10 @@ msgstr "native Ausbeute (yield)"
35093516
msgid "need more than %d values to unpack"
35103517
msgstr "Zum Entpacken sind mehr als %d Werte erforderlich"
35113518

3519+
#: py/modmath.c
3520+
msgid "negative factorial"
3521+
msgstr ""
3522+
35123523
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
35133524
msgid "negative power with no float support"
35143525
msgstr "negative Potenz ohne Gleitkomma (float) Unterstützung"
@@ -3742,10 +3753,6 @@ msgstr "Die Palette muss 32 Byte lang sein"
37423753
msgid "palette_index should be an int"
37433754
msgstr "palette_index sollte ein int sein"
37443755

3745-
#: py/compile.c
3746-
msgid "parameter annotation must be an identifier"
3747-
msgstr "parameter annotation muss ein identifier sein"
3748-
37493756
#: py/emitinlinextensa.c
37503757
msgid "parameters must be registers in sequence a2 to a5"
37513758
msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
@@ -3801,6 +3808,7 @@ msgstr "pow () mit 3 Argumenten erfordert Integer"
38013808
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
38023809
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
38033810
#: ports/esp32s2/boards/artisense_rd00/mpconfigboard.h
3811+
#: ports/esp32s2/boards/atmegazero_esp32s2/mpconfigboard.h
38043812
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
38053813
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
38063814
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
@@ -4191,7 +4199,7 @@ msgstr "Unbekannter Formatcode '%c' für Objekt vom Typ '%q'"
41914199
msgid "unknown type"
41924200
msgstr "unbekannter Typ"
41934201

4194-
#: py/emitnative.c
4202+
#: py/compile.c
41954203
msgid "unknown type '%q'"
41964204
msgstr "unbekannter Typ '%q'"
41974205

@@ -4330,6 +4338,18 @@ msgstr ""
43304338
msgid "zi must be of shape (n_section, 2)"
43314339
msgstr ""
43324340

4341+
#~ msgid "Viper functions don't currently support more than 4 arguments"
4342+
#~ msgstr "Viper-Funktionen unterstützen derzeit nicht mehr als 4 Argumente"
4343+
4344+
#~ msgid "address %08x is not aligned to %d bytes"
4345+
#~ msgstr "Addresse %08x ist nicht an %d bytes ausgerichtet"
4346+
4347+
#~ msgid "function does not take keyword arguments"
4348+
#~ msgstr "Funktion akzeptiert keine Schlüsselwort-Argumente"
4349+
4350+
#~ msgid "parameter annotation must be an identifier"
4351+
#~ msgstr "parameter annotation muss ein identifier sein"
4352+
43334353
#~ msgid "Total data to write is larger than outgoing_packet_length"
43344354
#~ msgstr ""
43354355
#~ "Die Gesamtzahl der zu schreibenden Daten ist größer als "
@@ -4563,9 +4583,6 @@ msgstr ""
45634583
#~ msgid "can't convert to float"
45644584
#~ msgstr "kann nicht nach float konvertieren"
45654585

4566-
#~ msgid "can't convert to int"
4567-
#~ msgstr "kann nicht nach int konvertieren"
4568-
45694586
#~ msgid "object '%s' is not a tuple or list"
45704587
#~ msgstr "Objekt '%s' ist weder tupel noch list"
45714588

0 commit comments

Comments
 (0)