Skip to content

Commit 65cc95d

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent c8b3562 commit 65cc95d

File tree

17 files changed

+237
-172
lines changed

17 files changed

+237
-172
lines changed

locale/ID.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ msgstr "%q sedang digunakan"
7878
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
7979
#: ports/cxd56/common-hal/pulseio/PulseIn.c
8080
#: ports/nrf/common-hal/pulseio/PulseIn.c
81+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
8182
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
8283
#: py/objstrunicode.c
8384
msgid "%q index out of range"
@@ -981,6 +982,7 @@ msgstr "Gagal untuk mengalokasikan buffer RX"
981982
#: ports/cxd56/common-hal/pulseio/PulseIn.c
982983
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
983984
#: ports/nrf/common-hal/pulseio/PulseIn.c
985+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
984986
#: ports/stm/common-hal/pulseio/PulseIn.c
985987
#, c-format
986988
msgid "Failed to allocate RX buffer of %d bytes"
@@ -1268,7 +1270,7 @@ msgstr "File tidak valid"
12681270
msgid "Invalid format chunk size"
12691271
msgstr "Ukuran potongan format tidak valid"
12701272

1271-
#: ports/esp32s2/common-hal/pwmio/PWMOut.c
1273+
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/pwmio/PWMOut.c
12721274
msgid "Invalid frequency"
12731275
msgstr ""
12741276

@@ -2335,7 +2337,7 @@ msgstr "Baudrate tidak didukung"
23352337
msgid "Unsupported format"
23362338
msgstr "Format tidak didukung"
23372339

2338-
#: py/moduerrno.c
2340+
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
23392341
msgid "Unsupported operation"
23402342
msgstr "Operasi yang tidak didukung"
23412343

@@ -2900,6 +2902,10 @@ msgstr ""
29002902
msgid "differentiation order out of range"
29012903
msgstr ""
29022904

2905+
#: extmod/ulab/code/linalg/linalg.c
2906+
msgid "dimensions do not match"
2907+
msgstr ""
2908+
29032909
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
29042910
#: shared-bindings/math/__init__.c
29052911
msgid "division by zero"
@@ -3390,10 +3396,6 @@ msgstr ""
33903396
msgid "math domain error"
33913397
msgstr ""
33923398

3393-
#: extmod/ulab/code/linalg/linalg.c
3394-
msgid "matrix dimensions do not match"
3395-
msgstr ""
3396-
33973399
#: extmod/ulab/code/linalg/linalg.c
33983400
msgid "matrix is not positive definite"
33993401
msgstr ""
@@ -3751,6 +3753,7 @@ msgstr "Muncul dari PulseIn yang kosong"
37513753
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
37523754
#: ports/cxd56/common-hal/pulseio/PulseIn.c
37533755
#: ports/nrf/common-hal/pulseio/PulseIn.c
3756+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
37543757
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
37553758
#: shared-bindings/ps2io/Ps2.c
37563759
msgid "pop from empty %q"
@@ -3776,6 +3779,8 @@ msgstr ""
37763779
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37773780
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
37783781
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3782+
#: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
3783+
#: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
37793784
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
37803785
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
37813786
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
@@ -4207,10 +4212,6 @@ msgstr ""
42074212
msgid "value_count must be > 0"
42084213
msgstr ""
42094214

4210-
#: extmod/ulab/code/linalg/linalg.c
4211-
msgid "vectors must have same lengths"
4212-
msgstr ""
4213-
42144215
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
42154216
msgid "wakeup conflict"
42164217
msgstr ""

locale/cs.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ msgstr "Používá se %q"
7676
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
7777
#: ports/cxd56/common-hal/pulseio/PulseIn.c
7878
#: ports/nrf/common-hal/pulseio/PulseIn.c
79+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
7980
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
8081
#: py/objstrunicode.c
8182
msgid "%q index out of range"
@@ -965,6 +966,7 @@ msgstr ""
965966
#: ports/cxd56/common-hal/pulseio/PulseIn.c
966967
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
967968
#: ports/nrf/common-hal/pulseio/PulseIn.c
969+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
968970
#: ports/stm/common-hal/pulseio/PulseIn.c
969971
#, c-format
970972
msgid "Failed to allocate RX buffer of %d bytes"
@@ -1250,7 +1252,7 @@ msgstr ""
12501252
msgid "Invalid format chunk size"
12511253
msgstr ""
12521254

1253-
#: ports/esp32s2/common-hal/pwmio/PWMOut.c
1255+
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/pwmio/PWMOut.c
12541256
msgid "Invalid frequency"
12551257
msgstr ""
12561258

@@ -2294,7 +2296,7 @@ msgstr ""
22942296
msgid "Unsupported format"
22952297
msgstr ""
22962298

2297-
#: py/moduerrno.c
2299+
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
22982300
msgid "Unsupported operation"
22992301
msgstr ""
23002302

@@ -2852,6 +2854,10 @@ msgstr ""
28522854
msgid "differentiation order out of range"
28532855
msgstr ""
28542856

2857+
#: extmod/ulab/code/linalg/linalg.c
2858+
msgid "dimensions do not match"
2859+
msgstr ""
2860+
28552861
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
28562862
#: shared-bindings/math/__init__.c
28572863
msgid "division by zero"
@@ -3342,10 +3348,6 @@ msgstr ""
33423348
msgid "math domain error"
33433349
msgstr ""
33443350

3345-
#: extmod/ulab/code/linalg/linalg.c
3346-
msgid "matrix dimensions do not match"
3347-
msgstr ""
3348-
33493351
#: extmod/ulab/code/linalg/linalg.c
33503352
msgid "matrix is not positive definite"
33513353
msgstr ""
@@ -3702,6 +3704,7 @@ msgstr ""
37023704
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
37033705
#: ports/cxd56/common-hal/pulseio/PulseIn.c
37043706
#: ports/nrf/common-hal/pulseio/PulseIn.c
3707+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
37053708
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
37063709
#: shared-bindings/ps2io/Ps2.c
37073710
msgid "pop from empty %q"
@@ -3727,6 +3730,8 @@ msgstr ""
37273730
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37283731
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
37293732
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3733+
#: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
3734+
#: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
37303735
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
37313736
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
37323737
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
@@ -4157,10 +4162,6 @@ msgstr ""
41574162
msgid "value_count must be > 0"
41584163
msgstr ""
41594164

4160-
#: extmod/ulab/code/linalg/linalg.c
4161-
msgid "vectors must have same lengths"
4162-
msgstr ""
4163-
41644165
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
41654166
msgid "wakeup conflict"
41664167
msgstr ""

locale/de_DE.po

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ msgstr "%q in Benutzung"
8181
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
8282
#: ports/cxd56/common-hal/pulseio/PulseIn.c
8383
#: ports/nrf/common-hal/pulseio/PulseIn.c
84+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
8485
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
8586
#: py/objstrunicode.c
8687
msgid "%q index out of range"
@@ -983,6 +984,7 @@ msgstr "Konnte keinen RX Buffer allozieren"
983984
#: ports/cxd56/common-hal/pulseio/PulseIn.c
984985
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
985986
#: ports/nrf/common-hal/pulseio/PulseIn.c
987+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
986988
#: ports/stm/common-hal/pulseio/PulseIn.c
987989
#, c-format
988990
msgid "Failed to allocate RX buffer of %d bytes"
@@ -1272,7 +1274,7 @@ msgstr "Ungültige Datei"
12721274
msgid "Invalid format chunk size"
12731275
msgstr "Ungültige format chunk size"
12741276

1275-
#: ports/esp32s2/common-hal/pwmio/PWMOut.c
1277+
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/pwmio/PWMOut.c
12761278
msgid "Invalid frequency"
12771279
msgstr "Ungültige Frequenz"
12781280

@@ -1857,8 +1859,8 @@ msgstr "Der Präfixbuffer muss sich auf dem Heap befinden"
18571859
#: main.c
18581860
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
18591861
msgstr ""
1860-
"Drücke eine beliebige Taste um REPL zu betreten. Drücke STRG-D zum neuladen."
1861-
"\n"
1862+
"Drücke eine beliebige Taste um REPL zu betreten. Drücke STRG-D zum "
1863+
"neuladen.\n"
18621864

18631865
#: main.c
18641866
msgid "Pretending to deep sleep until alarm, CTRL-C or file write.\n"
@@ -2347,7 +2349,7 @@ msgstr "Nicht unterstützter display bus type"
23472349
msgid "Unsupported format"
23482350
msgstr "Nicht unterstütztes Format"
23492351

2350-
#: py/moduerrno.c
2352+
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
23512353
msgid "Unsupported operation"
23522354
msgstr "Nicht unterstützte Operation"
23532355

@@ -2928,6 +2930,10 @@ msgstr "diff Argument muss ein ndarray sein"
29282930
msgid "differentiation order out of range"
29292931
msgstr ""
29302932

2933+
#: extmod/ulab/code/linalg/linalg.c
2934+
msgid "dimensions do not match"
2935+
msgstr ""
2936+
29312937
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
29322938
#: shared-bindings/math/__init__.c
29332939
msgid "division by zero"
@@ -3426,10 +3432,6 @@ msgstr "map buffer zu klein"
34263432
msgid "math domain error"
34273433
msgstr "Mathe-Domain-Fehler"
34283434

3429-
#: extmod/ulab/code/linalg/linalg.c
3430-
msgid "matrix dimensions do not match"
3431-
msgstr "Matrix Dimensionen stimmen nicht überein"
3432-
34333435
#: extmod/ulab/code/linalg/linalg.c
34343436
msgid "matrix is not positive definite"
34353437
msgstr "Matrix ist nicht positiv definitiv"
@@ -3790,6 +3792,7 @@ msgstr "pop von einem leeren PulseIn"
37903792
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
37913793
#: ports/cxd56/common-hal/pulseio/PulseIn.c
37923794
#: ports/nrf/common-hal/pulseio/PulseIn.c
3795+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
37933796
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
37943797
#: shared-bindings/ps2io/Ps2.c
37953798
msgid "pop from empty %q"
@@ -3815,6 +3818,8 @@ msgstr "pow () mit 3 Argumenten erfordert Integer"
38153818
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
38163819
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
38173820
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3821+
#: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
3822+
#: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
38183823
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
38193824
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
38203825
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
@@ -4252,10 +4257,6 @@ msgstr "Wert muss in %d Byte(s) passen"
42524257
msgid "value_count must be > 0"
42534258
msgstr "value_count muss größer als 0 sein"
42544259

4255-
#: extmod/ulab/code/linalg/linalg.c
4256-
msgid "vectors must have same lengths"
4257-
msgstr "Vektoren müssen die selbe Länge haben"
4258-
42594260
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
42604261
msgid "wakeup conflict"
42614262
msgstr ""
@@ -4345,6 +4346,12 @@ msgstr ""
43454346
msgid "zi must be of shape (n_section, 2)"
43464347
msgstr ""
43474348

4349+
#~ msgid "matrix dimensions do not match"
4350+
#~ msgstr "Matrix Dimensionen stimmen nicht überein"
4351+
4352+
#~ msgid "vectors must have same lengths"
4353+
#~ msgstr "Vektoren müssen die selbe Länge haben"
4354+
43484355
#~ msgid "Group full"
43494356
#~ msgstr "Gruppe voll"
43504357

locale/el.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ msgstr ""
7373
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
7474
#: ports/cxd56/common-hal/pulseio/PulseIn.c
7575
#: ports/nrf/common-hal/pulseio/PulseIn.c
76+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
7677
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
7778
#: py/objstrunicode.c
7879
msgid "%q index out of range"
@@ -962,6 +963,7 @@ msgstr ""
962963
#: ports/cxd56/common-hal/pulseio/PulseIn.c
963964
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
964965
#: ports/nrf/common-hal/pulseio/PulseIn.c
966+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
965967
#: ports/stm/common-hal/pulseio/PulseIn.c
966968
#, c-format
967969
msgid "Failed to allocate RX buffer of %d bytes"
@@ -1247,7 +1249,7 @@ msgstr ""
12471249
msgid "Invalid format chunk size"
12481250
msgstr ""
12491251

1250-
#: ports/esp32s2/common-hal/pwmio/PWMOut.c
1252+
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/pwmio/PWMOut.c
12511253
msgid "Invalid frequency"
12521254
msgstr ""
12531255

@@ -2291,7 +2293,7 @@ msgstr ""
22912293
msgid "Unsupported format"
22922294
msgstr ""
22932295

2294-
#: py/moduerrno.c
2296+
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
22952297
msgid "Unsupported operation"
22962298
msgstr ""
22972299

@@ -2849,6 +2851,10 @@ msgstr ""
28492851
msgid "differentiation order out of range"
28502852
msgstr ""
28512853

2854+
#: extmod/ulab/code/linalg/linalg.c
2855+
msgid "dimensions do not match"
2856+
msgstr ""
2857+
28522858
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
28532859
#: shared-bindings/math/__init__.c
28542860
msgid "division by zero"
@@ -3339,10 +3345,6 @@ msgstr ""
33393345
msgid "math domain error"
33403346
msgstr ""
33413347

3342-
#: extmod/ulab/code/linalg/linalg.c
3343-
msgid "matrix dimensions do not match"
3344-
msgstr ""
3345-
33463348
#: extmod/ulab/code/linalg/linalg.c
33473349
msgid "matrix is not positive definite"
33483350
msgstr ""
@@ -3699,6 +3701,7 @@ msgstr ""
36993701
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
37003702
#: ports/cxd56/common-hal/pulseio/PulseIn.c
37013703
#: ports/nrf/common-hal/pulseio/PulseIn.c
3704+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
37023705
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
37033706
#: shared-bindings/ps2io/Ps2.c
37043707
msgid "pop from empty %q"
@@ -3724,6 +3727,8 @@ msgstr ""
37243727
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
37253728
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
37263729
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3730+
#: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
3731+
#: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
37273732
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
37283733
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
37293734
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
@@ -4154,10 +4159,6 @@ msgstr ""
41544159
msgid "value_count must be > 0"
41554160
msgstr ""
41564161

4157-
#: extmod/ulab/code/linalg/linalg.c
4158-
msgid "vectors must have same lengths"
4159-
msgstr ""
4160-
41614162
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
41624163
msgid "wakeup conflict"
41634164
msgstr ""

0 commit comments

Comments
 (0)