Skip to content

Commit e207db7

Browse files
authored
Merge pull request adafruit#7536 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 9e242bf + 9a61553 commit e207db7

File tree

19 files changed

+229
-22
lines changed

19 files changed

+229
-22
lines changed

locale/ID.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,10 @@ msgstr ""
25102510
msgid "array has too many dimensions"
25112511
msgstr ""
25122512

2513+
#: extmod/ulab/code/ndarray.c
2514+
msgid "array is too big"
2515+
msgstr ""
2516+
25132517
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25142518
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25152519
msgid "array/bytes required on right side"
@@ -2938,6 +2942,10 @@ msgstr ""
29382942
msgid "div/mod not implemented for uint"
29392943
msgstr ""
29402944

2945+
#: extmod/ulab/code/numpy/create.c
2946+
msgid "divide by zero"
2947+
msgstr ""
2948+
29412949
#: py/runtime.c
29422950
msgid "division by zero"
29432951
msgstr ""
@@ -3752,6 +3760,10 @@ msgstr ""
37523760
msgid "only mono is supported"
37533761
msgstr ""
37543762

3763+
#: extmod/ulab/code/numpy/create.c
3764+
msgid "only ndarrays can be concatenated"
3765+
msgstr ""
3766+
37553767
#: ports/stm/common-hal/audiobusio/PDMIn.c
37563768
msgid "only oversample=64 is supported"
37573769
msgstr ""

locale/cs.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,10 @@ msgstr ""
24972497
msgid "array has too many dimensions"
24982498
msgstr ""
24992499

2500+
#: extmod/ulab/code/ndarray.c
2501+
msgid "array is too big"
2502+
msgstr ""
2503+
25002504
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25012505
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25022506
msgid "array/bytes required on right side"
@@ -2925,6 +2929,10 @@ msgstr ""
29252929
msgid "div/mod not implemented for uint"
29262930
msgstr ""
29272931

2932+
#: extmod/ulab/code/numpy/create.c
2933+
msgid "divide by zero"
2934+
msgstr ""
2935+
29282936
#: py/runtime.c
29292937
msgid "division by zero"
29302938
msgstr ""
@@ -3738,6 +3746,10 @@ msgstr ""
37383746
msgid "only mono is supported"
37393747
msgstr ""
37403748

3749+
#: extmod/ulab/code/numpy/create.c
3750+
msgid "only ndarrays can be concatenated"
3751+
msgstr ""
3752+
37413753
#: ports/stm/common-hal/audiobusio/PDMIn.c
37423754
msgid "only oversample=64 is supported"
37433755
msgstr ""

locale/de_DE.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,10 @@ msgstr "Array- und Indexlänge müssen gleich sein"
25552555
msgid "array has too many dimensions"
25562556
msgstr "Das Array hat zu viele Dimensionen"
25572557

2558+
#: extmod/ulab/code/ndarray.c
2559+
msgid "array is too big"
2560+
msgstr ""
2561+
25582562
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25592563
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25602564
msgid "array/bytes required on right side"
@@ -2995,6 +2999,10 @@ msgstr "Abmessungen stimmen nicht überein"
29952999
msgid "div/mod not implemented for uint"
29963000
msgstr "div/mod für uint nicht implementiert"
29973001

3002+
#: extmod/ulab/code/numpy/create.c
3003+
msgid "divide by zero"
3004+
msgstr "durch Null dividieren"
3005+
29983006
#: py/runtime.c
29993007
msgid "division by zero"
30003008
msgstr "Division durch Null"
@@ -3818,6 +3826,10 @@ msgstr "nur eine bit_depth=16 wird unterstützt"
38183826
msgid "only mono is supported"
38193827
msgstr "nur Mono wird unterstützt"
38203828

3829+
#: extmod/ulab/code/numpy/create.c
3830+
msgid "only ndarrays can be concatenated"
3831+
msgstr ""
3832+
38213833
#: ports/stm/common-hal/audiobusio/PDMIn.c
38223834
msgid "only oversample=64 is supported"
38233835
msgstr ""
@@ -4505,9 +4517,6 @@ msgstr "zi muss die Form (n_section, 2) haben"
45054517
#~ msgid "complex division by zero"
45064518
#~ msgstr "Komplexe Division durch null"
45074519

4508-
#~ msgid "divide by zero"
4509-
#~ msgstr "durch Null dividieren"
4510-
45114520
#~ msgid "int() arg 2 must be >= 2 and <= 36"
45124521
#~ msgstr "int() arg 2 muss >= 2 und <= 36 sein"
45134522

locale/el.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,10 @@ msgstr ""
25062506
msgid "array has too many dimensions"
25072507
msgstr ""
25082508

2509+
#: extmod/ulab/code/ndarray.c
2510+
msgid "array is too big"
2511+
msgstr ""
2512+
25092513
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25102514
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25112515
msgid "array/bytes required on right side"
@@ -2934,6 +2938,10 @@ msgstr ""
29342938
msgid "div/mod not implemented for uint"
29352939
msgstr ""
29362940

2941+
#: extmod/ulab/code/numpy/create.c
2942+
msgid "divide by zero"
2943+
msgstr ""
2944+
29372945
#: py/runtime.c
29382946
msgid "division by zero"
29392947
msgstr ""
@@ -3747,6 +3755,10 @@ msgstr ""
37473755
msgid "only mono is supported"
37483756
msgstr ""
37493757

3758+
#: extmod/ulab/code/numpy/create.c
3759+
msgid "only ndarrays can be concatenated"
3760+
msgstr ""
3761+
37503762
#: ports/stm/common-hal/audiobusio/PDMIn.c
37513763
msgid "only oversample=64 is supported"
37523764
msgstr ""

locale/en_GB.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,6 +2513,10 @@ msgstr "array and index length must be equal"
25132513
msgid "array has too many dimensions"
25142514
msgstr ""
25152515

2516+
#: extmod/ulab/code/ndarray.c
2517+
msgid "array is too big"
2518+
msgstr ""
2519+
25162520
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25172521
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25182522
msgid "array/bytes required on right side"
@@ -2944,6 +2948,10 @@ msgstr "dimensions do not match"
29442948
msgid "div/mod not implemented for uint"
29452949
msgstr "div/mod not implemented for uint"
29462950

2951+
#: extmod/ulab/code/numpy/create.c
2952+
msgid "divide by zero"
2953+
msgstr "divide by zero"
2954+
29472955
#: py/runtime.c
29482956
msgid "division by zero"
29492957
msgstr "division by zero"
@@ -3757,6 +3765,10 @@ msgstr "only bit_depth=16 is supported"
37573765
msgid "only mono is supported"
37583766
msgstr ""
37593767

3768+
#: extmod/ulab/code/numpy/create.c
3769+
msgid "only ndarrays can be concatenated"
3770+
msgstr ""
3771+
37603772
#: ports/stm/common-hal/audiobusio/PDMIn.c
37613773
msgid "only oversample=64 is supported"
37623774
msgstr ""
@@ -4408,9 +4420,6 @@ msgstr "zi must be of shape (n_section, 2)"
44084420
#~ msgid "complex division by zero"
44094421
#~ msgstr "complex division by zero"
44104422

4411-
#~ msgid "divide by zero"
4412-
#~ msgstr "divide by zero"
4413-
44144423
#~ msgid "int() arg 2 must be >= 2 and <= 36"
44154424
#~ msgstr "int() arg 2 must be >= 2 and <= 36"
44164425

locale/es.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2023-01-29 16:16+0000\n"
11+
"PO-Revision-Date: 2023-02-01 22:11+0000\n"
1212
"Last-Translator: Jose David M <[email protected]>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
@@ -2563,6 +2563,10 @@ msgstr "Longitud del array e índice tienen que ser iguales"
25632563
msgid "array has too many dimensions"
25642564
msgstr "La matriz tiene demasiadas dimensiones"
25652565

2566+
#: extmod/ulab/code/ndarray.c
2567+
msgid "array is too big"
2568+
msgstr "el arreglo es muy grande"
2569+
25662570
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25672571
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25682572
msgid "array/bytes required on right side"
@@ -2998,6 +3002,10 @@ msgstr "las dimensiones no concuerdan"
29983002
msgid "div/mod not implemented for uint"
29993003
msgstr "div/mod no implementado para uint"
30003004

3005+
#: extmod/ulab/code/numpy/create.c
3006+
msgid "divide by zero"
3007+
msgstr "divide por cero"
3008+
30013009
#: py/runtime.c
30023010
msgid "division by zero"
30033011
msgstr "división por cero"
@@ -3820,6 +3828,10 @@ msgstr "solo se admite bit_depth=16"
38203828
msgid "only mono is supported"
38213829
msgstr "solamente mono esta suportado"
38223830

3831+
#: extmod/ulab/code/numpy/create.c
3832+
msgid "only ndarrays can be concatenated"
3833+
msgstr "solamente ndarrays pueden ser concatenadas"
3834+
38233835
#: ports/stm/common-hal/audiobusio/PDMIn.c
38243836
msgid "only oversample=64 is supported"
38253837
msgstr "solamente oversample=64 esta soportado"
@@ -4485,9 +4497,6 @@ msgstr "zi debe ser una forma (n_section,2)"
44854497
#~ msgid "complex division by zero"
44864498
#~ msgstr "división compleja por cero"
44874499

4488-
#~ msgid "divide by zero"
4489-
#~ msgstr "divide por cero"
4490-
44914500
#~ msgid "int() arg 2 must be >= 2 and <= 36"
44924501
#~ msgstr "int() arg 2 debe ser >= 2 y <= 36"
44934502

locale/fil.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,10 @@ msgstr ""
24972497
msgid "array has too many dimensions"
24982498
msgstr ""
24992499

2500+
#: extmod/ulab/code/ndarray.c
2501+
msgid "array is too big"
2502+
msgstr ""
2503+
25002504
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25012505
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25022506
msgid "array/bytes required on right side"
@@ -2936,6 +2940,10 @@ msgstr ""
29362940
msgid "div/mod not implemented for uint"
29372941
msgstr ""
29382942

2943+
#: extmod/ulab/code/numpy/create.c
2944+
msgid "divide by zero"
2945+
msgstr ""
2946+
29392947
#: py/runtime.c
29402948
msgid "division by zero"
29412949
msgstr "dibisyon ng zero"
@@ -3755,6 +3763,10 @@ msgstr ""
37553763
msgid "only mono is supported"
37563764
msgstr ""
37573765

3766+
#: extmod/ulab/code/numpy/create.c
3767+
msgid "only ndarrays can be concatenated"
3768+
msgstr ""
3769+
37583770
#: ports/stm/common-hal/audiobusio/PDMIn.c
37593771
msgid "only oversample=64 is supported"
37603772
msgstr ""

locale/fr.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,6 +2581,10 @@ msgstr "la taille de la matrice et de l'index doivent être égaux"
25812581
msgid "array has too many dimensions"
25822582
msgstr "la tableau à trop de dimensions"
25832583

2584+
#: extmod/ulab/code/ndarray.c
2585+
msgid "array is too big"
2586+
msgstr ""
2587+
25842588
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25852589
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25862590
msgid "array/bytes required on right side"
@@ -3022,6 +3026,10 @@ msgstr "les dimensions ne correspondent pas"
30223026
msgid "div/mod not implemented for uint"
30233027
msgstr "div/mod ne sont pas implémentés pour uint"
30243028

3029+
#: extmod/ulab/code/numpy/create.c
3030+
msgid "divide by zero"
3031+
msgstr "division par zéro"
3032+
30253033
#: py/runtime.c
30263034
msgid "division by zero"
30273035
msgstr "division par zéro"
@@ -3845,6 +3853,10 @@ msgstr "seul bit_depth = 16 est pris en charge"
38453853
msgid "only mono is supported"
38463854
msgstr ""
38473855

3856+
#: extmod/ulab/code/numpy/create.c
3857+
msgid "only ndarrays can be concatenated"
3858+
msgstr ""
3859+
38483860
#: ports/stm/common-hal/audiobusio/PDMIn.c
38493861
msgid "only oversample=64 is supported"
38503862
msgstr ""
@@ -4527,9 +4539,6 @@ msgstr "zi doit être de forme (n_section, 2)"
45274539
#~ msgid "complex division by zero"
45284540
#~ msgstr "division complexe par zéro"
45294541

4530-
#~ msgid "divide by zero"
4531-
#~ msgstr "division par zéro"
4532-
45334542
#~ msgid "int() arg 2 must be >= 2 and <= 36"
45344543
#~ msgstr ""
45354544
#~ "Le deuxième argument de int() doit être compris entre 2 et 36 inclus"

locale/hi.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,10 @@ msgstr ""
24792479
msgid "array has too many dimensions"
24802480
msgstr ""
24812481

2482+
#: extmod/ulab/code/ndarray.c
2483+
msgid "array is too big"
2484+
msgstr ""
2485+
24822486
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
24832487
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
24842488
msgid "array/bytes required on right side"
@@ -2907,6 +2911,10 @@ msgstr ""
29072911
msgid "div/mod not implemented for uint"
29082912
msgstr ""
29092913

2914+
#: extmod/ulab/code/numpy/create.c
2915+
msgid "divide by zero"
2916+
msgstr ""
2917+
29102918
#: py/runtime.c
29112919
msgid "division by zero"
29122920
msgstr ""
@@ -3720,6 +3728,10 @@ msgstr ""
37203728
msgid "only mono is supported"
37213729
msgstr ""
37223730

3731+
#: extmod/ulab/code/numpy/create.c
3732+
msgid "only ndarrays can be concatenated"
3733+
msgstr ""
3734+
37233735
#: ports/stm/common-hal/audiobusio/PDMIn.c
37243736
msgid "only oversample=64 is supported"
37253737
msgstr ""

locale/it_IT.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,6 +2507,10 @@ msgstr ""
25072507
msgid "array has too many dimensions"
25082508
msgstr ""
25092509

2510+
#: extmod/ulab/code/ndarray.c
2511+
msgid "array is too big"
2512+
msgstr ""
2513+
25102514
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25112515
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
25122516
msgid "array/bytes required on right side"
@@ -2944,6 +2948,10 @@ msgstr ""
29442948
msgid "div/mod not implemented for uint"
29452949
msgstr ""
29462950

2951+
#: extmod/ulab/code/numpy/create.c
2952+
msgid "divide by zero"
2953+
msgstr ""
2954+
29472955
#: py/runtime.c
29482956
msgid "division by zero"
29492957
msgstr "divisione per zero"
@@ -3766,6 +3774,10 @@ msgstr ""
37663774
msgid "only mono is supported"
37673775
msgstr ""
37683776

3777+
#: extmod/ulab/code/numpy/create.c
3778+
msgid "only ndarrays can be concatenated"
3779+
msgstr ""
3780+
37693781
#: ports/stm/common-hal/audiobusio/PDMIn.c
37703782
msgid "only oversample=64 is supported"
37713783
msgstr ""

0 commit comments

Comments
 (0)