File tree Expand file tree Collapse file tree 17 files changed +140
-4
lines changed Expand file tree Collapse file tree 17 files changed +140
-4
lines changed Original file line number Diff line number Diff line change @@ -2589,6 +2589,10 @@ msgstr "typecode buruk"
2589
2589
msgid "binary op %q not implemented"
2590
2590
msgstr ""
2591
2591
2592
+ #: extmod/modurandom.c
2593
+ msgid "bits must be 32 or less"
2594
+ msgstr ""
2595
+
2592
2596
#: shared-bindings/busio/UART.c
2593
2597
msgid "bits must be in range 5 to 9"
2594
2598
msgstr ""
@@ -3200,6 +3204,10 @@ msgstr ""
3200
3204
msgid "graphic must be 2048 bytes long"
3201
3205
msgstr ""
3202
3206
3207
+ #: extmod/moduhashlib.c
3208
+ msgid "hash is final"
3209
+ msgstr ""
3210
+
3203
3211
#: extmod/moduheapq.c
3204
3212
msgid "heap must be a list"
3205
3213
msgstr "heap harus berupa sebuah list"
Original file line number Diff line number Diff line change @@ -2550,6 +2550,10 @@ msgstr ""
2550
2550
msgid "binary op %q not implemented"
2551
2551
msgstr ""
2552
2552
2553
+ #: extmod/modurandom.c
2554
+ msgid "bits must be 32 or less"
2555
+ msgstr ""
2556
+
2553
2557
#: shared-bindings/busio/UART.c
2554
2558
msgid "bits must be in range 5 to 9"
2555
2559
msgstr ""
@@ -3161,6 +3165,10 @@ msgstr ""
3161
3165
msgid "graphic must be 2048 bytes long"
3162
3166
msgstr ""
3163
3167
3168
+ #: extmod/moduhashlib.c
3169
+ msgid "hash is final"
3170
+ msgstr ""
3171
+
3164
3172
#: extmod/moduheapq.c
3165
3173
msgid "heap must be a list"
3166
3174
msgstr ""
Original file line number Diff line number Diff line change @@ -2595,6 +2595,10 @@ msgstr "Falscher Typcode"
2595
2595
msgid "binary op %q not implemented"
2596
2596
msgstr "Der binäre Operator %q ist nicht implementiert"
2597
2597
2598
+ #: extmod/modurandom.c
2599
+ msgid "bits must be 32 or less"
2600
+ msgstr ""
2601
+
2598
2602
#: shared-bindings/busio/UART.c
2599
2603
msgid "bits must be in range 5 to 9"
2600
2604
msgstr ""
@@ -3220,6 +3224,10 @@ msgstr ""
3220
3224
msgid "graphic must be 2048 bytes long"
3221
3225
msgstr "graphic muss 2048 Byte lang sein"
3222
3226
3227
+ #: extmod/moduhashlib.c
3228
+ msgid "hash is final"
3229
+ msgstr ""
3230
+
3223
3231
#: extmod/moduheapq.c
3224
3232
msgid "heap must be a list"
3225
3233
msgstr "heap muss eine Liste sein"
Original file line number Diff line number Diff line change @@ -2547,6 +2547,10 @@ msgstr ""
2547
2547
msgid "binary op %q not implemented"
2548
2548
msgstr ""
2549
2549
2550
+ #: extmod/modurandom.c
2551
+ msgid "bits must be 32 or less"
2552
+ msgstr ""
2553
+
2550
2554
#: shared-bindings/busio/UART.c
2551
2555
msgid "bits must be in range 5 to 9"
2552
2556
msgstr ""
@@ -3158,6 +3162,10 @@ msgstr ""
3158
3162
msgid "graphic must be 2048 bytes long"
3159
3163
msgstr ""
3160
3164
3165
+ #: extmod/moduhashlib.c
3166
+ msgid "hash is final"
3167
+ msgstr ""
3168
+
3161
3169
#: extmod/moduheapq.c
3162
3170
msgid "heap must be a list"
3163
3171
msgstr ""
Original file line number Diff line number Diff line change @@ -2582,6 +2582,10 @@ msgstr "bad typecode"
2582
2582
msgid "binary op %q not implemented"
2583
2583
msgstr "binary op %q not implemented"
2584
2584
2585
+ #: extmod/modurandom.c
2586
+ msgid "bits must be 32 or less"
2587
+ msgstr ""
2588
+
2585
2589
#: shared-bindings/busio/UART.c
2586
2590
msgid "bits must be in range 5 to 9"
2587
2591
msgstr "bits must be in range 5 to 9"
@@ -3196,6 +3200,10 @@ msgstr ""
3196
3200
msgid "graphic must be 2048 bytes long"
3197
3201
msgstr "graphic must be 2048 bytes long"
3198
3202
3203
+ #: extmod/moduhashlib.c
3204
+ msgid "hash is final"
3205
+ msgstr ""
3206
+
3199
3207
#: extmod/moduheapq.c
3200
3208
msgid "heap must be a list"
3201
3209
msgstr "heap must be a list"
Original file line number Diff line number Diff line change @@ -2626,6 +2626,10 @@ msgstr "typecode erroneo"
2626
2626
msgid "binary op %q not implemented"
2627
2627
msgstr "operacion binaria %q no implementada"
2628
2628
2629
+ #: extmod/modurandom.c
2630
+ msgid "bits must be 32 or less"
2631
+ msgstr ""
2632
+
2629
2633
#: shared-bindings/busio/UART.c
2630
2634
msgid "bits must be in range 5 to 9"
2631
2635
msgstr "los bits deben estar en el rango de 5 a 9"
@@ -3244,6 +3248,10 @@ msgstr "el generador genero StopIteration"
3244
3248
msgid "graphic must be 2048 bytes long"
3245
3249
msgstr "graphic debe ser 2048 bytes de largo"
3246
3250
3251
+ #: extmod/moduhashlib.c
3252
+ msgid "hash is final"
3253
+ msgstr ""
3254
+
3247
3255
#: extmod/moduheapq.c
3248
3256
msgid "heap must be a list"
3249
3257
msgstr "heap debe ser una lista"
Original file line number Diff line number Diff line change @@ -2575,6 +2575,10 @@ msgstr "masamang typecode"
2575
2575
msgid "binary op %q not implemented"
2576
2576
msgstr "binary op %q hindi implemented"
2577
2577
2578
+ #: extmod/modurandom.c
2579
+ msgid "bits must be 32 or less"
2580
+ msgstr ""
2581
+
2578
2582
#: shared-bindings/busio/UART.c
2579
2583
msgid "bits must be in range 5 to 9"
2580
2584
msgstr ""
@@ -3199,6 +3203,10 @@ msgstr ""
3199
3203
msgid "graphic must be 2048 bytes long"
3200
3204
msgstr "graphic ay dapat 2048 bytes ang haba"
3201
3205
3206
+ #: extmod/moduhashlib.c
3207
+ msgid "hash is final"
3208
+ msgstr ""
3209
+
3202
3210
#: extmod/moduheapq.c
3203
3211
msgid "heap must be a list"
3204
3212
msgstr "list dapat ang heap"
Original file line number Diff line number Diff line change @@ -2628,6 +2628,10 @@ msgstr "mauvais code type"
2628
2628
msgid "binary op %q not implemented"
2629
2629
msgstr "opération binaire '%q' non implémentée"
2630
2630
2631
+ #: extmod/modurandom.c
2632
+ msgid "bits must be 32 or less"
2633
+ msgstr ""
2634
+
2631
2635
#: shared-bindings/busio/UART.c
2632
2636
msgid "bits must be in range 5 to 9"
2633
2637
msgstr "les bits doivent être compris entre 5 et 9"
@@ -3252,6 +3256,10 @@ msgstr "générateur (generator) à surlevé StopIteration"
3252
3256
msgid "graphic must be 2048 bytes long"
3253
3257
msgstr "graphic doit être long de 2048 octets"
3254
3258
3259
+ #: extmod/moduhashlib.c
3260
+ msgid "hash is final"
3261
+ msgstr ""
3262
+
3255
3263
#: extmod/moduheapq.c
3256
3264
msgid "heap must be a list"
3257
3265
msgstr "le tas doit être une liste"
Original file line number Diff line number Diff line change @@ -2547,6 +2547,10 @@ msgstr ""
2547
2547
msgid "binary op %q not implemented"
2548
2548
msgstr ""
2549
2549
2550
+ #: extmod/modurandom.c
2551
+ msgid "bits must be 32 or less"
2552
+ msgstr ""
2553
+
2550
2554
#: shared-bindings/busio/UART.c
2551
2555
msgid "bits must be in range 5 to 9"
2552
2556
msgstr ""
@@ -3158,6 +3162,10 @@ msgstr ""
3158
3162
msgid "graphic must be 2048 bytes long"
3159
3163
msgstr ""
3160
3164
3165
+ #: extmod/moduhashlib.c
3166
+ msgid "hash is final"
3167
+ msgstr ""
3168
+
3161
3169
#: extmod/moduheapq.c
3162
3170
msgid "heap must be a list"
3163
3171
msgstr ""
Original file line number Diff line number Diff line change @@ -2590,6 +2590,10 @@ msgstr ""
2590
2590
msgid "binary op %q not implemented"
2591
2591
msgstr "operazione binaria %q non implementata"
2592
2592
2593
+ #: extmod/modurandom.c
2594
+ msgid "bits must be 32 or less"
2595
+ msgstr ""
2596
+
2593
2597
#: shared-bindings/busio/UART.c
2594
2598
msgid "bits must be in range 5 to 9"
2595
2599
msgstr ""
@@ -3212,6 +3216,10 @@ msgstr ""
3212
3216
msgid "graphic must be 2048 bytes long"
3213
3217
msgstr "graphic deve essere lunga 2048 byte"
3214
3218
3219
+ #: extmod/moduhashlib.c
3220
+ msgid "hash is final"
3221
+ msgstr ""
3222
+
3215
3223
#: extmod/moduheapq.c
3216
3224
msgid "heap must be a list"
3217
3225
msgstr "l'heap deve essere una lista"
You can’t perform that action at this time.
0 commit comments