Skip to content

Commit 0438d7f

Browse files
authored
Merge pull request adafruit#4910 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents a7e353b + b9b8757 commit 0438d7f

File tree

17 files changed

+140
-4
lines changed

17 files changed

+140
-4
lines changed

locale/ID.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,10 @@ msgstr "typecode buruk"
25892589
msgid "binary op %q not implemented"
25902590
msgstr ""
25912591

2592+
#: extmod/modurandom.c
2593+
msgid "bits must be 32 or less"
2594+
msgstr ""
2595+
25922596
#: shared-bindings/busio/UART.c
25932597
msgid "bits must be in range 5 to 9"
25942598
msgstr ""
@@ -3200,6 +3204,10 @@ msgstr ""
32003204
msgid "graphic must be 2048 bytes long"
32013205
msgstr ""
32023206

3207+
#: extmod/moduhashlib.c
3208+
msgid "hash is final"
3209+
msgstr ""
3210+
32033211
#: extmod/moduheapq.c
32043212
msgid "heap must be a list"
32053213
msgstr "heap harus berupa sebuah list"

locale/cs.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,6 +2550,10 @@ msgstr ""
25502550
msgid "binary op %q not implemented"
25512551
msgstr ""
25522552

2553+
#: extmod/modurandom.c
2554+
msgid "bits must be 32 or less"
2555+
msgstr ""
2556+
25532557
#: shared-bindings/busio/UART.c
25542558
msgid "bits must be in range 5 to 9"
25552559
msgstr ""
@@ -3161,6 +3165,10 @@ msgstr ""
31613165
msgid "graphic must be 2048 bytes long"
31623166
msgstr ""
31633167

3168+
#: extmod/moduhashlib.c
3169+
msgid "hash is final"
3170+
msgstr ""
3171+
31643172
#: extmod/moduheapq.c
31653173
msgid "heap must be a list"
31663174
msgstr ""

locale/de_DE.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,6 +2595,10 @@ msgstr "Falscher Typcode"
25952595
msgid "binary op %q not implemented"
25962596
msgstr "Der binäre Operator %q ist nicht implementiert"
25972597

2598+
#: extmod/modurandom.c
2599+
msgid "bits must be 32 or less"
2600+
msgstr ""
2601+
25982602
#: shared-bindings/busio/UART.c
25992603
msgid "bits must be in range 5 to 9"
26002604
msgstr ""
@@ -3220,6 +3224,10 @@ msgstr ""
32203224
msgid "graphic must be 2048 bytes long"
32213225
msgstr "graphic muss 2048 Byte lang sein"
32223226

3227+
#: extmod/moduhashlib.c
3228+
msgid "hash is final"
3229+
msgstr ""
3230+
32233231
#: extmod/moduheapq.c
32243232
msgid "heap must be a list"
32253233
msgstr "heap muss eine Liste sein"

locale/el.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,10 @@ msgstr ""
25472547
msgid "binary op %q not implemented"
25482548
msgstr ""
25492549

2550+
#: extmod/modurandom.c
2551+
msgid "bits must be 32 or less"
2552+
msgstr ""
2553+
25502554
#: shared-bindings/busio/UART.c
25512555
msgid "bits must be in range 5 to 9"
25522556
msgstr ""
@@ -3158,6 +3162,10 @@ msgstr ""
31583162
msgid "graphic must be 2048 bytes long"
31593163
msgstr ""
31603164

3165+
#: extmod/moduhashlib.c
3166+
msgid "hash is final"
3167+
msgstr ""
3168+
31613169
#: extmod/moduheapq.c
31623170
msgid "heap must be a list"
31633171
msgstr ""

locale/en_GB.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,6 +2582,10 @@ msgstr "bad typecode"
25822582
msgid "binary op %q not implemented"
25832583
msgstr "binary op %q not implemented"
25842584

2585+
#: extmod/modurandom.c
2586+
msgid "bits must be 32 or less"
2587+
msgstr ""
2588+
25852589
#: shared-bindings/busio/UART.c
25862590
msgid "bits must be in range 5 to 9"
25872591
msgstr "bits must be in range 5 to 9"
@@ -3196,6 +3200,10 @@ msgstr ""
31963200
msgid "graphic must be 2048 bytes long"
31973201
msgstr "graphic must be 2048 bytes long"
31983202

3203+
#: extmod/moduhashlib.c
3204+
msgid "hash is final"
3205+
msgstr ""
3206+
31993207
#: extmod/moduheapq.c
32003208
msgid "heap must be a list"
32013209
msgstr "heap must be a list"

locale/es.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,6 +2626,10 @@ msgstr "typecode erroneo"
26262626
msgid "binary op %q not implemented"
26272627
msgstr "operacion binaria %q no implementada"
26282628

2629+
#: extmod/modurandom.c
2630+
msgid "bits must be 32 or less"
2631+
msgstr ""
2632+
26292633
#: shared-bindings/busio/UART.c
26302634
msgid "bits must be in range 5 to 9"
26312635
msgstr "los bits deben estar en el rango de 5 a 9"
@@ -3244,6 +3248,10 @@ msgstr "el generador genero StopIteration"
32443248
msgid "graphic must be 2048 bytes long"
32453249
msgstr "graphic debe ser 2048 bytes de largo"
32463250

3251+
#: extmod/moduhashlib.c
3252+
msgid "hash is final"
3253+
msgstr ""
3254+
32473255
#: extmod/moduheapq.c
32483256
msgid "heap must be a list"
32493257
msgstr "heap debe ser una lista"

locale/fil.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,6 +2575,10 @@ msgstr "masamang typecode"
25752575
msgid "binary op %q not implemented"
25762576
msgstr "binary op %q hindi implemented"
25772577

2578+
#: extmod/modurandom.c
2579+
msgid "bits must be 32 or less"
2580+
msgstr ""
2581+
25782582
#: shared-bindings/busio/UART.c
25792583
msgid "bits must be in range 5 to 9"
25802584
msgstr ""
@@ -3199,6 +3203,10 @@ msgstr ""
31993203
msgid "graphic must be 2048 bytes long"
32003204
msgstr "graphic ay dapat 2048 bytes ang haba"
32013205

3206+
#: extmod/moduhashlib.c
3207+
msgid "hash is final"
3208+
msgstr ""
3209+
32023210
#: extmod/moduheapq.c
32033211
msgid "heap must be a list"
32043212
msgstr "list dapat ang heap"

locale/fr.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,6 +2628,10 @@ msgstr "mauvais code type"
26282628
msgid "binary op %q not implemented"
26292629
msgstr "opération binaire '%q' non implémentée"
26302630

2631+
#: extmod/modurandom.c
2632+
msgid "bits must be 32 or less"
2633+
msgstr ""
2634+
26312635
#: shared-bindings/busio/UART.c
26322636
msgid "bits must be in range 5 to 9"
26332637
msgstr "les bits doivent être compris entre 5 et 9"
@@ -3252,6 +3256,10 @@ msgstr "générateur (generator) à surlevé StopIteration"
32523256
msgid "graphic must be 2048 bytes long"
32533257
msgstr "graphic doit être long de 2048 octets"
32543258

3259+
#: extmod/moduhashlib.c
3260+
msgid "hash is final"
3261+
msgstr ""
3262+
32553263
#: extmod/moduheapq.c
32563264
msgid "heap must be a list"
32573265
msgstr "le tas doit être une liste"

locale/hi.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,10 @@ msgstr ""
25472547
msgid "binary op %q not implemented"
25482548
msgstr ""
25492549

2550+
#: extmod/modurandom.c
2551+
msgid "bits must be 32 or less"
2552+
msgstr ""
2553+
25502554
#: shared-bindings/busio/UART.c
25512555
msgid "bits must be in range 5 to 9"
25522556
msgstr ""
@@ -3158,6 +3162,10 @@ msgstr ""
31583162
msgid "graphic must be 2048 bytes long"
31593163
msgstr ""
31603164

3165+
#: extmod/moduhashlib.c
3166+
msgid "hash is final"
3167+
msgstr ""
3168+
31613169
#: extmod/moduheapq.c
31623170
msgid "heap must be a list"
31633171
msgstr ""

locale/it_IT.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,10 @@ msgstr ""
25902590
msgid "binary op %q not implemented"
25912591
msgstr "operazione binaria %q non implementata"
25922592

2593+
#: extmod/modurandom.c
2594+
msgid "bits must be 32 or less"
2595+
msgstr ""
2596+
25932597
#: shared-bindings/busio/UART.c
25942598
msgid "bits must be in range 5 to 9"
25952599
msgstr ""
@@ -3212,6 +3216,10 @@ msgstr ""
32123216
msgid "graphic must be 2048 bytes long"
32133217
msgstr "graphic deve essere lunga 2048 byte"
32143218

3219+
#: extmod/moduhashlib.c
3220+
msgid "hash is final"
3221+
msgstr ""
3222+
32153223
#: extmod/moduheapq.c
32163224
msgid "heap must be a list"
32173225
msgstr "l'heap deve essere una lista"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy