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"
Original file line number Diff line number Diff line change @@ -2562,6 +2562,10 @@ msgstr "不正なtypecode"
2562
2562
msgid "binary op %q not implemented"
2563
2563
msgstr ""
2564
2564
2565
+ #: extmod/modurandom.c
2566
+ msgid "bits must be 32 or less"
2567
+ msgstr ""
2568
+
2565
2569
#: shared-bindings/busio/UART.c
2566
2570
msgid "bits must be in range 5 to 9"
2567
2571
msgstr ""
@@ -3177,6 +3181,10 @@ msgstr ""
3177
3181
msgid "graphic must be 2048 bytes long"
3178
3182
msgstr "graphicは2048バイトでなければなりません"
3179
3183
3184
+ #: extmod/moduhashlib.c
3185
+ msgid "hash is final"
3186
+ msgstr ""
3187
+
3180
3188
#: extmod/moduheapq.c
3181
3189
msgid "heap must be a list"
3182
3190
msgstr "heapにはリストが必要"
Original file line number Diff line number Diff line change @@ -2551,6 +2551,10 @@ msgstr ""
2551
2551
msgid "binary op %q not implemented"
2552
2552
msgstr ""
2553
2553
2554
+ #: extmod/modurandom.c
2555
+ msgid "bits must be 32 or less"
2556
+ msgstr ""
2557
+
2554
2558
#: shared-bindings/busio/UART.c
2555
2559
msgid "bits must be in range 5 to 9"
2556
2560
msgstr ""
@@ -3162,6 +3166,10 @@ msgstr ""
3162
3166
msgid "graphic must be 2048 bytes long"
3163
3167
msgstr ""
3164
3168
3169
+ #: extmod/moduhashlib.c
3170
+ msgid "hash is final"
3171
+ msgstr ""
3172
+
3165
3173
#: extmod/moduheapq.c
3166
3174
msgid "heap must be a list"
3167
3175
msgstr ""
Original file line number Diff line number Diff line change @@ -2588,6 +2588,10 @@ msgstr "verkeerde typecode"
2588
2588
msgid "binary op %q not implemented"
2589
2589
msgstr "binaire op %q niet geïmplementeerd"
2590
2590
2591
+ #: extmod/modurandom.c
2592
+ msgid "bits must be 32 or less"
2593
+ msgstr ""
2594
+
2591
2595
#: shared-bindings/busio/UART.c
2592
2596
msgid "bits must be in range 5 to 9"
2593
2597
msgstr ""
@@ -3204,6 +3208,10 @@ msgstr ""
3204
3208
msgid "graphic must be 2048 bytes long"
3205
3209
msgstr "graphic moet 2048 bytes lang zijn"
3206
3210
3211
+ #: extmod/moduhashlib.c
3212
+ msgid "hash is final"
3213
+ msgstr ""
3214
+
3207
3215
#: extmod/moduheapq.c
3208
3216
msgid "heap must be a list"
3209
3217
msgstr "heap moet een lijst zijn"
Original file line number Diff line number Diff line change @@ -2564,6 +2564,10 @@ msgstr "zły typecode"
2564
2564
msgid "binary op %q not implemented"
2565
2565
msgstr "brak dwu-argumentowego operatora %q"
2566
2566
2567
+ #: extmod/modurandom.c
2568
+ msgid "bits must be 32 or less"
2569
+ msgstr ""
2570
+
2567
2571
#: shared-bindings/busio/UART.c
2568
2572
msgid "bits must be in range 5 to 9"
2569
2573
msgstr ""
@@ -3176,6 +3180,10 @@ msgstr ""
3176
3180
msgid "graphic must be 2048 bytes long"
3177
3181
msgstr "graphic musi mieć 2048 bajtów długości"
3178
3182
3183
+ #: extmod/moduhashlib.c
3184
+ msgid "hash is final"
3185
+ msgstr ""
3186
+
3179
3187
#: extmod/moduheapq.c
3180
3188
msgid "heap must be a list"
3181
3189
msgstr "heap musi być listą"
Original file line number Diff line number Diff line change @@ -2631,6 +2631,10 @@ msgstr "typecode incorreto"
2631
2631
msgid "binary op %q not implemented"
2632
2632
msgstr "a operação binário %q não foi implementada"
2633
2633
2634
+ #: extmod/modurandom.c
2635
+ msgid "bits must be 32 or less"
2636
+ msgstr ""
2637
+
2634
2638
#: shared-bindings/busio/UART.c
2635
2639
msgid "bits must be in range 5 to 9"
2636
2640
msgstr "os bits devem estar na faixa entre 5 a 9"
@@ -3251,6 +3255,10 @@ msgstr "gerador StopIteration elevado"
3251
3255
msgid "graphic must be 2048 bytes long"
3252
3256
msgstr "o gráfico deve ter 2048 bytes de comprimento"
3253
3257
3258
+ #: extmod/moduhashlib.c
3259
+ msgid "hash is final"
3260
+ msgstr ""
3261
+
3254
3262
#: extmod/moduheapq.c
3255
3263
msgid "heap must be a list"
3256
3264
msgstr "a área de alocação dinâmica de variáveis (heap) deve ser uma lista"
Original file line number Diff line number Diff line change @@ -2601,6 +2601,10 @@ msgstr "Ogiltig typkod"
2601
2601
msgid "binary op %q not implemented"
2602
2602
msgstr "binär op %q är inte implementerad"
2603
2603
2604
+ #: extmod/modurandom.c
2605
+ msgid "bits must be 32 or less"
2606
+ msgstr ""
2607
+
2604
2608
#: shared-bindings/busio/UART.c
2605
2609
msgid "bits must be in range 5 to 9"
2606
2610
msgstr "bits måste mellan 5 och 9"
@@ -3217,6 +3221,10 @@ msgstr "generator kastade StopIteration"
3217
3221
msgid "graphic must be 2048 bytes long"
3218
3222
msgstr "graphic måste vara 2048 byte lång"
3219
3223
3224
+ #: extmod/moduhashlib.c
3225
+ msgid "hash is final"
3226
+ msgstr ""
3227
+
3220
3228
#: extmod/moduheapq.c
3221
3229
msgid "heap must be a list"
3222
3230
msgstr "heap måste vara en lista"
You can’t perform that action at this time.
0 commit comments