Skip to content

Commit 103deb2

Browse files
authored
Merge pull request #4603 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents b1f4a9a + 84b980d commit 103deb2

File tree

17 files changed

+357
-387
lines changed

17 files changed

+357
-387
lines changed

locale/ID.po

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,11 @@ msgstr ""
899899
msgid "EXTINT channel already in use"
900900
msgstr "Channel EXTINT sedang digunakan"
901901

902+
#: shared-module/synthio/MidiTrack.c
903+
#, c-format
904+
msgid "Error in MIDI stream at position %d"
905+
msgstr ""
906+
902907
#: extmod/modure.c
903908
msgid "Error in regex"
904909
msgstr "Error pada regex"
@@ -1104,10 +1109,6 @@ msgstr ""
11041109
msgid "I2SOut not available"
11051110
msgstr ""
11061111

1107-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1108-
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1109-
msgstr ""
1110-
11111112
#: shared-bindings/aesio/aes.c
11121113
#, c-format
11131114
msgid "IV must be %d bytes long"
@@ -1233,6 +1234,10 @@ msgstr ""
12331234
msgid "Invalid DAC pin supplied"
12341235
msgstr "Pin DAC yang diberikan tidak valid"
12351236

1237+
#: shared-bindings/synthio/__init__.c
1238+
msgid "Invalid MIDI file"
1239+
msgstr ""
1240+
12361241
#: ports/atmel-samd/common-hal/pwmio/PWMOut.c
12371242
#: ports/cxd56/common-hal/pwmio/PWMOut.c
12381243
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
@@ -1623,6 +1628,7 @@ msgstr ""
16231628
msgid "Not a valid IP string"
16241629
msgstr ""
16251630

1631+
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
16261632
#: ports/nrf/common-hal/_bleio/__init__.c
16271633
#: shared-bindings/_bleio/CharacteristicBuffer.c
16281634
msgid "Not connected"
@@ -2543,10 +2549,6 @@ msgstr ""
25432549
msgid "buffer is smaller than requested size"
25442550
msgstr ""
25452551

2546-
#: shared-bindings/audiocore/RawSample.c
2547-
msgid "buffer must be a bytes-like object"
2548-
msgstr ""
2549-
25502552
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
25512553
msgid "buffer size must be a multiple of element size"
25522554
msgstr ""
@@ -2988,7 +2990,7 @@ msgid "f-string: single '}' is not allowed"
29882990
msgstr ""
29892991

29902992
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
2991-
#: shared-bindings/displayio/OnDiskBitmap.c
2993+
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
29922994
msgid "file must be a file opened in byte mode"
29932995
msgstr ""
29942996

@@ -3303,10 +3305,6 @@ msgstr ""
33033305
msgid "invalid syntax for number"
33043306
msgstr ""
33053307

3306-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3307-
msgid "io must be rtc io"
3308-
msgstr ""
3309-
33103308
#: py/objtype.c
33113309
msgid "issubclass() arg 1 must be a class"
33123310
msgstr ""
@@ -3767,6 +3765,7 @@ msgstr ""
37673765
#: ports/esp32s2/boards/adafruit_funhouse/mpconfigboard.h
37683766
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
37693767
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
3768+
#: ports/esp32s2/boards/artisense_rd00/mpconfigboard.h
37703769
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
37713770
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37723771
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
@@ -4065,10 +4064,6 @@ msgstr ""
40654064
msgid "trapz is defined for 1D arrays of equal length"
40664065
msgstr ""
40674066

4068-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
4069-
msgid "trigger level must be 0 or 1"
4070-
msgstr ""
4071-
40724067
#: py/obj.c
40734068
msgid "tuple/list has wrong length"
40744069
msgstr ""
@@ -4203,10 +4198,6 @@ msgstr ""
42034198
msgid "value_count must be > 0"
42044199
msgstr ""
42054200

4206-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
4207-
msgid "wakeup conflict"
4208-
msgstr ""
4209-
42104201
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
42114202
msgid "watchdog not initialized"
42124203
msgstr ""

locale/cs.po

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,11 @@ msgstr ""
882882
msgid "EXTINT channel already in use"
883883
msgstr ""
884884

885+
#: shared-module/synthio/MidiTrack.c
886+
#, c-format
887+
msgid "Error in MIDI stream at position %d"
888+
msgstr ""
889+
885890
#: extmod/modure.c
886891
msgid "Error in regex"
887892
msgstr ""
@@ -1087,10 +1092,6 @@ msgstr ""
10871092
msgid "I2SOut not available"
10881093
msgstr ""
10891094

1090-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1091-
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1092-
msgstr ""
1093-
10941095
#: shared-bindings/aesio/aes.c
10951096
#, c-format
10961097
msgid "IV must be %d bytes long"
@@ -1214,6 +1215,10 @@ msgstr ""
12141215
msgid "Invalid DAC pin supplied"
12151216
msgstr ""
12161217

1218+
#: shared-bindings/synthio/__init__.c
1219+
msgid "Invalid MIDI file"
1220+
msgstr ""
1221+
12171222
#: ports/atmel-samd/common-hal/pwmio/PWMOut.c
12181223
#: ports/cxd56/common-hal/pwmio/PWMOut.c
12191224
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
@@ -1604,6 +1609,7 @@ msgstr ""
16041609
msgid "Not a valid IP string"
16051610
msgstr ""
16061611

1612+
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
16071613
#: ports/nrf/common-hal/_bleio/__init__.c
16081614
#: shared-bindings/_bleio/CharacteristicBuffer.c
16091615
msgid "Not connected"
@@ -2496,10 +2502,6 @@ msgstr ""
24962502
msgid "buffer is smaller than requested size"
24972503
msgstr ""
24982504

2499-
#: shared-bindings/audiocore/RawSample.c
2500-
msgid "buffer must be a bytes-like object"
2501-
msgstr ""
2502-
25032505
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
25042506
msgid "buffer size must be a multiple of element size"
25052507
msgstr ""
@@ -2941,7 +2943,7 @@ msgid "f-string: single '}' is not allowed"
29412943
msgstr ""
29422944

29432945
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
2944-
#: shared-bindings/displayio/OnDiskBitmap.c
2946+
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
29452947
msgid "file must be a file opened in byte mode"
29462948
msgstr ""
29472949

@@ -3256,10 +3258,6 @@ msgstr ""
32563258
msgid "invalid syntax for number"
32573259
msgstr ""
32583260

3259-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3260-
msgid "io must be rtc io"
3261-
msgstr ""
3262-
32633261
#: py/objtype.c
32643262
msgid "issubclass() arg 1 must be a class"
32653263
msgstr ""
@@ -3719,6 +3717,7 @@ msgstr ""
37193717
#: ports/esp32s2/boards/adafruit_funhouse/mpconfigboard.h
37203718
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
37213719
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
3720+
#: ports/esp32s2/boards/artisense_rd00/mpconfigboard.h
37223721
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
37233722
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37243723
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
@@ -4017,10 +4016,6 @@ msgstr ""
40174016
msgid "trapz is defined for 1D arrays of equal length"
40184017
msgstr ""
40194018

4020-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
4021-
msgid "trigger level must be 0 or 1"
4022-
msgstr ""
4023-
40244019
#: py/obj.c
40254020
msgid "tuple/list has wrong length"
40264021
msgstr ""
@@ -4155,10 +4150,6 @@ msgstr ""
41554150
msgid "value_count must be > 0"
41564151
msgstr ""
41574152

4158-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
4159-
msgid "wakeup conflict"
4160-
msgstr ""
4161-
41624153
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
41634154
msgid "watchdog not initialized"
41644155
msgstr ""

locale/de_DE.po

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,11 @@ msgstr "ESP-IDF Speicherallozierung fehlgeschlagen"
897897
msgid "EXTINT channel already in use"
898898
msgstr "EXTINT Kanal ist schon in Benutzung"
899899

900+
#: shared-module/synthio/MidiTrack.c
901+
#, c-format
902+
msgid "Error in MIDI stream at position %d"
903+
msgstr ""
904+
900905
#: extmod/modure.c
901906
msgid "Error in regex"
902907
msgstr "Fehler in regex"
@@ -1105,10 +1110,6 @@ msgstr "I2C Peripherie in Verwendung"
11051110
msgid "I2SOut not available"
11061111
msgstr "I2SOut nicht verfügbar"
11071112

1108-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1109-
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1110-
msgstr "IOs 0, 2 & 4 unterstützen keinen internen Pull up im sleep-Modus"
1111-
11121113
#: shared-bindings/aesio/aes.c
11131114
#, c-format
11141115
msgid "IV must be %d bytes long"
@@ -1234,6 +1235,10 @@ msgstr "Ungültige BSSID"
12341235
msgid "Invalid DAC pin supplied"
12351236
msgstr "Ungültiger DAC-Pin angegeben"
12361237

1238+
#: shared-bindings/synthio/__init__.c
1239+
msgid "Invalid MIDI file"
1240+
msgstr ""
1241+
12371242
#: ports/atmel-samd/common-hal/pwmio/PWMOut.c
12381243
#: ports/cxd56/common-hal/pwmio/PWMOut.c
12391244
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
@@ -1625,6 +1630,7 @@ msgstr ""
16251630
msgid "Not a valid IP string"
16261631
msgstr ""
16271632

1633+
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
16281634
#: ports/nrf/common-hal/_bleio/__init__.c
16291635
#: shared-bindings/_bleio/CharacteristicBuffer.c
16301636
msgid "Not connected"
@@ -2557,10 +2563,6 @@ msgstr "Zweig ist außerhalb der Reichweite"
25572563
msgid "buffer is smaller than requested size"
25582564
msgstr ""
25592565

2560-
#: shared-bindings/audiocore/RawSample.c
2561-
msgid "buffer must be a bytes-like object"
2562-
msgstr "Puffer muss ein bytes-artiges Objekt sein"
2563-
25642566
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
25652567
msgid "buffer size must be a multiple of element size"
25662568
msgstr ""
@@ -3014,7 +3016,7 @@ msgid "f-string: single '}' is not allowed"
30143016
msgstr "f-string: einzelne '}' nicht erlaubt"
30153017

30163018
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
3017-
#: shared-bindings/displayio/OnDiskBitmap.c
3019+
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
30183020
msgid "file must be a file opened in byte mode"
30193021
msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein"
30203022

@@ -3331,10 +3333,6 @@ msgstr "ungültige Syntax für integer mit Basis %d"
33313333
msgid "invalid syntax for number"
33323334
msgstr "ungültige Syntax für number"
33333335

3334-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3335-
msgid "io must be rtc io"
3336-
msgstr ""
3337-
33383336
#: py/objtype.c
33393337
msgid "issubclass() arg 1 must be a class"
33403338
msgstr "issubclass() arg 1 muss eine Klasse sein"
@@ -3804,6 +3802,7 @@ msgstr "pow () mit 3 Argumenten erfordert Integer"
38043802
#: ports/esp32s2/boards/adafruit_funhouse/mpconfigboard.h
38053803
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
38063804
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
3805+
#: ports/esp32s2/boards/artisense_rd00/mpconfigboard.h
38073806
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
38083807
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
38093808
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
@@ -4105,10 +4104,6 @@ msgstr ""
41054104
msgid "trapz is defined for 1D arrays of equal length"
41064105
msgstr ""
41074106

4108-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
4109-
msgid "trigger level must be 0 or 1"
4110-
msgstr ""
4111-
41124107
#: py/obj.c
41134108
msgid "tuple/list has wrong length"
41144109
msgstr "tupel/list hat falsche Länge"
@@ -4247,10 +4242,6 @@ msgstr "Wert muss in %d Byte(s) passen"
42474242
msgid "value_count must be > 0"
42484243
msgstr "value_count muss größer als 0 sein"
42494244

4250-
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
4251-
msgid "wakeup conflict"
4252-
msgstr ""
4253-
42544245
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
42554246
msgid "watchdog not initialized"
42564247
msgstr ""
@@ -4337,6 +4328,12 @@ msgstr ""
43374328
msgid "zi must be of shape (n_section, 2)"
43384329
msgstr ""
43394330

4331+
#~ msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
4332+
#~ msgstr "IOs 0, 2 & 4 unterstützen keinen internen Pull up im sleep-Modus"
4333+
4334+
#~ msgid "buffer must be a bytes-like object"
4335+
#~ msgstr "Puffer muss ein bytes-artiges Objekt sein"
4336+
43404337
#~ msgid "Attempted heap allocation when MicroPython VM not running."
43414338
#~ msgstr ""
43424339
#~ "Versuch einer Heap Reservierung, wenn die MicroPython-VM nicht ausgeführt "

0 commit comments

Comments
 (0)