Skip to content

Commit 0438d7f

Browse files
authored
Merge pull request #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"

locale/ja.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2562,6 +2562,10 @@ msgstr "不正なtypecode"
25622562
msgid "binary op %q not implemented"
25632563
msgstr ""
25642564

2565+
#: extmod/modurandom.c
2566+
msgid "bits must be 32 or less"
2567+
msgstr ""
2568+
25652569
#: shared-bindings/busio/UART.c
25662570
msgid "bits must be in range 5 to 9"
25672571
msgstr ""
@@ -3177,6 +3181,10 @@ msgstr ""
31773181
msgid "graphic must be 2048 bytes long"
31783182
msgstr "graphicは2048バイトでなければなりません"
31793183

3184+
#: extmod/moduhashlib.c
3185+
msgid "hash is final"
3186+
msgstr ""
3187+
31803188
#: extmod/moduheapq.c
31813189
msgid "heap must be a list"
31823190
msgstr "heapにはリストが必要"

locale/ko.po

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

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

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

locale/nl.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,6 +2588,10 @@ msgstr "verkeerde typecode"
25882588
msgid "binary op %q not implemented"
25892589
msgstr "binaire op %q niet geïmplementeerd"
25902590

2591+
#: extmod/modurandom.c
2592+
msgid "bits must be 32 or less"
2593+
msgstr ""
2594+
25912595
#: shared-bindings/busio/UART.c
25922596
msgid "bits must be in range 5 to 9"
25932597
msgstr ""
@@ -3204,6 +3208,10 @@ msgstr ""
32043208
msgid "graphic must be 2048 bytes long"
32053209
msgstr "graphic moet 2048 bytes lang zijn"
32063210

3211+
#: extmod/moduhashlib.c
3212+
msgid "hash is final"
3213+
msgstr ""
3214+
32073215
#: extmod/moduheapq.c
32083216
msgid "heap must be a list"
32093217
msgstr "heap moet een lijst zijn"

locale/pl.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,10 @@ msgstr "zły typecode"
25642564
msgid "binary op %q not implemented"
25652565
msgstr "brak dwu-argumentowego operatora %q"
25662566

2567+
#: extmod/modurandom.c
2568+
msgid "bits must be 32 or less"
2569+
msgstr ""
2570+
25672571
#: shared-bindings/busio/UART.c
25682572
msgid "bits must be in range 5 to 9"
25692573
msgstr ""
@@ -3176,6 +3180,10 @@ msgstr ""
31763180
msgid "graphic must be 2048 bytes long"
31773181
msgstr "graphic musi mieć 2048 bajtów długości"
31783182

3183+
#: extmod/moduhashlib.c
3184+
msgid "hash is final"
3185+
msgstr ""
3186+
31793187
#: extmod/moduheapq.c
31803188
msgid "heap must be a list"
31813189
msgstr "heap musi być listą"

locale/pt_BR.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,10 @@ msgstr "typecode incorreto"
26312631
msgid "binary op %q not implemented"
26322632
msgstr "a operação binário %q não foi implementada"
26332633

2634+
#: extmod/modurandom.c
2635+
msgid "bits must be 32 or less"
2636+
msgstr ""
2637+
26342638
#: shared-bindings/busio/UART.c
26352639
msgid "bits must be in range 5 to 9"
26362640
msgstr "os bits devem estar na faixa entre 5 a 9"
@@ -3251,6 +3255,10 @@ msgstr "gerador StopIteration elevado"
32513255
msgid "graphic must be 2048 bytes long"
32523256
msgstr "o gráfico deve ter 2048 bytes de comprimento"
32533257

3258+
#: extmod/moduhashlib.c
3259+
msgid "hash is final"
3260+
msgstr ""
3261+
32543262
#: extmod/moduheapq.c
32553263
msgid "heap must be a list"
32563264
msgstr "a área de alocação dinâmica de variáveis (heap) deve ser uma lista"

locale/sv.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2601,6 +2601,10 @@ msgstr "Ogiltig typkod"
26012601
msgid "binary op %q not implemented"
26022602
msgstr "binär op %q är inte implementerad"
26032603

2604+
#: extmod/modurandom.c
2605+
msgid "bits must be 32 or less"
2606+
msgstr ""
2607+
26042608
#: shared-bindings/busio/UART.c
26052609
msgid "bits must be in range 5 to 9"
26062610
msgstr "bits måste mellan 5 och 9"
@@ -3217,6 +3221,10 @@ msgstr "generator kastade StopIteration"
32173221
msgid "graphic must be 2048 bytes long"
32183222
msgstr "graphic måste vara 2048 byte lång"
32193223

3224+
#: extmod/moduhashlib.c
3225+
msgid "hash is final"
3226+
msgstr ""
3227+
32203228
#: extmod/moduheapq.c
32213229
msgid "heap must be a list"
32223230
msgstr "heap måste vara en lista"

0 commit comments

Comments
 (0)