Skip to content

Commit f8d1c10

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 4683f27 commit f8d1c10

File tree

6 files changed

+258
-156
lines changed

6 files changed

+258
-156
lines changed

locale/cs.po

Lines changed: 42 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ msgid ""
8989
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
9090
msgstr "%d adresní pin, %d rgb pin a %d dlaždice indikuje výšku %d, ne %d"
9191

92+
#: py/emitinlinextensa.c
93+
#, c-format
94+
msgid "%d is not a multiple of %d"
95+
msgstr ""
96+
9297
#: shared-bindings/microcontroller/Pin.c
9398
msgid "%q and %q contain duplicate pins"
9499
msgstr "%q a %q obsahují duplicitní piny"
@@ -273,10 +278,6 @@ msgstr "%q je mimo hranice"
273278
msgid "%q out of range"
274279
msgstr "%q je mimo rozsah"
275280

276-
#: py/objmodule.c
277-
msgid "%q renamed %q"
278-
msgstr ""
279-
280281
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
281282
msgid "%q step cannot be zero"
282283
msgstr "%q krok nemůže být nula"
@@ -981,6 +982,14 @@ msgstr "Při zpracování uvedené výjimky nastala další výjimka:"
981982
msgid "ECB only operates on 16 bytes at a time"
982983
msgstr "ECB operuje najednou pouze 16 bajtů"
983984

985+
#: py/asmxtensa.c
986+
msgid "ERROR: %q %q not word-aligned"
987+
msgstr ""
988+
989+
#: py/asmxtensa.c
990+
msgid "ERROR: xtensa %q out of range"
991+
msgstr ""
992+
984993
#: ports/espressif/common-hal/busio/SPI.c
985994
#: ports/espressif/common-hal/canio/CAN.c
986995
#: ports/espressif/common-hal/qspibus/QSPIBus.c
@@ -2656,10 +2665,6 @@ msgstr "pole je příliš velké"
26562665
msgid "array/bytes required on right side"
26572666
msgstr ""
26582667

2659-
#: py/asmxtensa.c
2660-
msgid "asm overflow"
2661-
msgstr "přetečení v asm"
2662-
26632668
#: py/compile.c
26642669
msgid "async for/with outside async function"
26652670
msgstr ""
@@ -2873,6 +2878,10 @@ msgstr ""
28732878
msgid "can't create '%q' instances"
28742879
msgstr ""
28752880

2881+
#: py/objtype.c
2882+
msgid "can't create instance"
2883+
msgstr ""
2884+
28762885
#: py/compile.c
28772886
msgid "can't declare nonlocal in outer code"
28782887
msgstr ""
@@ -2971,14 +2980,14 @@ msgstr "nelze převést complex na dtype"
29712980
msgid "cannot convert complex type"
29722981
msgstr "nelze převést typ complex"
29732982

2974-
#: py/objtype.c
2975-
msgid "cannot create instance"
2976-
msgstr ""
2977-
29782983
#: extmod/ulab/code/ndarray.c
29792984
msgid "cannot delete array elements"
29802985
msgstr "nelze smazat prvky pole"
29812986

2987+
#: py/compile.c
2988+
msgid "cannot emit native code for this architecture"
2989+
msgstr ""
2990+
29822991
#: extmod/ulab/code/ndarray.c
29832992
msgid "cannot reshape array"
29842993
msgstr "nelze změnit rozměry pole"
@@ -3133,7 +3142,7 @@ msgstr "dimenze nesouhlasí"
31333142
msgid "div/mod not implemented for uint"
31343143
msgstr "div/mod nejsou implementované pro uint"
31353144

3136-
#: extmod/ulab/code/numpy/create.c
3145+
#: extmod/ulab/code/numpy/create.c py/objint_longlong.c py/objint_mpz.c
31373146
msgid "divide by zero"
31383147
msgstr "dělení nulou"
31393148

@@ -3509,6 +3518,10 @@ msgstr ""
35093518
msgid "interval must be in range %s-%s"
35103519
msgstr ""
35113520

3521+
#: py/emitinlinerv32.c
3522+
msgid "invalid RV32 instruction '%q'"
3523+
msgstr ""
3524+
35123525
#: py/compile.c
35133526
msgid "invalid arch"
35143527
msgstr ""
@@ -3703,6 +3716,10 @@ msgstr ""
37033716
msgid "mode must be complete, or reduced"
37043717
msgstr ""
37053718

3719+
#: py/runtime.c
3720+
msgid "module '%q' has no attribute '%q'"
3721+
msgstr ""
3722+
37063723
#: py/builtinimport.c
37073724
msgid "module not found"
37083725
msgstr ""
@@ -3751,10 +3768,6 @@ msgstr ""
37513768
msgid "native code in .mpy unsupported"
37523769
msgstr ""
37533770

3754-
#: py/asmthumb.c
3755-
msgid "native method too big"
3756-
msgstr ""
3757-
37583771
#: py/emitnative.c
37593772
msgid "native yield"
37603773
msgstr ""
@@ -3776,7 +3789,7 @@ msgstr "záporný faktoriál"
37763789
msgid "negative power with no float support"
37773790
msgstr ""
37783791

3779-
#: py/objint_mpz.c py/runtime.c
3792+
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
37803793
msgid "negative shift count"
37813794
msgstr ""
37823795

@@ -4131,6 +4144,10 @@ msgstr ""
41314144
msgid "real and imaginary parts must be of equal length"
41324145
msgstr ""
41334146

4147+
#: extmod/modre.c
4148+
msgid "regex too complex"
4149+
msgstr ""
4150+
41344151
#: py/builtinimport.c
41354152
msgid "relative import"
41364153
msgstr ""
@@ -4140,6 +4157,10 @@ msgstr ""
41404157
msgid "requested length %d but object has length %d"
41414158
msgstr ""
41424159

4160+
#: py/objint_longlong.c py/parsenum.c
4161+
msgid "result overflows long long storage"
4162+
msgstr ""
4163+
41434164
#: extmod/ulab/code/ndarray_operators.c
41444165
msgid "results cannot be cast to specified type"
41454166
msgstr ""
@@ -4404,10 +4425,6 @@ msgstr ""
44044425
msgid "type takes 1 or 3 arguments"
44054426
msgstr ""
44064427

4407-
#: py/objint_longlong.c
4408-
msgid "ulonglong too large"
4409-
msgstr ""
4410-
44114428
#: py/parse.c
44124429
msgid "unexpected indent"
44134430
msgstr "neočekávané odsazení"
@@ -4429,10 +4446,6 @@ msgstr ""
44294446
msgid "unindent doesn't match any outer indent level"
44304447
msgstr ""
44314448

4432-
#: py/emitinlinerv32.c
4433-
msgid "unknown RV32 instruction '%q'"
4434-
msgstr ""
4435-
44364449
#: py/objstr.c
44374450
#, c-format
44384451
msgid "unknown conversion specifier %c"
@@ -4601,6 +4614,9 @@ msgstr ""
46014614
msgid "zi must be of shape (n_section, 2)"
46024615
msgstr ""
46034616

4617+
#~ msgid "asm overflow"
4618+
#~ msgstr "přetečení v asm"
4619+
46044620
#, c-format
46054621
#~ msgid "Buffer + offset too small %d %d %d"
46064622
#~ msgstr "Vyrovnávací paměť + offset je příliš malý %d %d %d"

locale/el.po

Lines changed: 42 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ msgid ""
9393
msgstr ""
9494
"%d pin διεύθυνσης, %d rgb ping και %d πλακίδια αναδεικνύουν ύψος %d, όχι %d"
9595

96+
#: py/emitinlinextensa.c
97+
#, c-format
98+
msgid "%d is not a multiple of %d"
99+
msgstr ""
100+
96101
#: shared-bindings/microcontroller/Pin.c
97102
msgid "%q and %q contain duplicate pins"
98103
msgstr "%q και %q περιέχουν διπλότυπα pins"
@@ -277,10 +282,6 @@ msgstr "%q εκτός ορίων"
277282
msgid "%q out of range"
278283
msgstr "%q εκτός εμβέλειας"
279284

280-
#: py/objmodule.c
281-
msgid "%q renamed %q"
282-
msgstr "%q μεταονομάστηκε σε %q"
283-
284285
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
285286
msgid "%q step cannot be zero"
286287
msgstr "%q βήμα δεν μπορεί να είναι μηδέν"
@@ -989,6 +990,14 @@ msgstr ""
989990
msgid "ECB only operates on 16 bytes at a time"
990991
msgstr "ECB δουλεύει μόνο σε 16 bytes κάθε φορά"
991992

993+
#: py/asmxtensa.c
994+
msgid "ERROR: %q %q not word-aligned"
995+
msgstr ""
996+
997+
#: py/asmxtensa.c
998+
msgid "ERROR: xtensa %q out of range"
999+
msgstr ""
1000+
9921001
#: ports/espressif/common-hal/busio/SPI.c
9931002
#: ports/espressif/common-hal/canio/CAN.c
9941003
#: ports/espressif/common-hal/qspibus/QSPIBus.c
@@ -2655,10 +2664,6 @@ msgstr ""
26552664
msgid "array/bytes required on right side"
26562665
msgstr ""
26572666

2658-
#: py/asmxtensa.c
2659-
msgid "asm overflow"
2660-
msgstr ""
2661-
26622667
#: py/compile.c
26632668
msgid "async for/with outside async function"
26642669
msgstr ""
@@ -2872,6 +2877,10 @@ msgstr ""
28722877
msgid "can't create '%q' instances"
28732878
msgstr ""
28742879

2880+
#: py/objtype.c
2881+
msgid "can't create instance"
2882+
msgstr ""
2883+
28752884
#: py/compile.c
28762885
msgid "can't declare nonlocal in outer code"
28772886
msgstr ""
@@ -2970,14 +2979,14 @@ msgstr ""
29702979
msgid "cannot convert complex type"
29712980
msgstr ""
29722981

2973-
#: py/objtype.c
2974-
msgid "cannot create instance"
2975-
msgstr ""
2976-
29772982
#: extmod/ulab/code/ndarray.c
29782983
msgid "cannot delete array elements"
29792984
msgstr ""
29802985

2986+
#: py/compile.c
2987+
msgid "cannot emit native code for this architecture"
2988+
msgstr ""
2989+
29812990
#: extmod/ulab/code/ndarray.c
29822991
msgid "cannot reshape array"
29832992
msgstr ""
@@ -3132,7 +3141,7 @@ msgstr ""
31323141
msgid "div/mod not implemented for uint"
31333142
msgstr ""
31343143

3135-
#: extmod/ulab/code/numpy/create.c
3144+
#: extmod/ulab/code/numpy/create.c py/objint_longlong.c py/objint_mpz.c
31363145
msgid "divide by zero"
31373146
msgstr ""
31383147

@@ -3508,6 +3517,10 @@ msgstr ""
35083517
msgid "interval must be in range %s-%s"
35093518
msgstr ""
35103519

3520+
#: py/emitinlinerv32.c
3521+
msgid "invalid RV32 instruction '%q'"
3522+
msgstr ""
3523+
35113524
#: py/compile.c
35123525
msgid "invalid arch"
35133526
msgstr ""
@@ -3702,6 +3715,10 @@ msgstr ""
37023715
msgid "mode must be complete, or reduced"
37033716
msgstr ""
37043717

3718+
#: py/runtime.c
3719+
msgid "module '%q' has no attribute '%q'"
3720+
msgstr ""
3721+
37053722
#: py/builtinimport.c
37063723
msgid "module not found"
37073724
msgstr ""
@@ -3750,10 +3767,6 @@ msgstr ""
37503767
msgid "native code in .mpy unsupported"
37513768
msgstr ""
37523769

3753-
#: py/asmthumb.c
3754-
msgid "native method too big"
3755-
msgstr ""
3756-
37573770
#: py/emitnative.c
37583771
msgid "native yield"
37593772
msgstr ""
@@ -3775,7 +3788,7 @@ msgstr ""
37753788
msgid "negative power with no float support"
37763789
msgstr ""
37773790

3778-
#: py/objint_mpz.c py/runtime.c
3791+
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
37793792
msgid "negative shift count"
37803793
msgstr ""
37813794

@@ -4130,6 +4143,10 @@ msgstr ""
41304143
msgid "real and imaginary parts must be of equal length"
41314144
msgstr ""
41324145

4146+
#: extmod/modre.c
4147+
msgid "regex too complex"
4148+
msgstr ""
4149+
41334150
#: py/builtinimport.c
41344151
msgid "relative import"
41354152
msgstr ""
@@ -4139,6 +4156,10 @@ msgstr ""
41394156
msgid "requested length %d but object has length %d"
41404157
msgstr ""
41414158

4159+
#: py/objint_longlong.c py/parsenum.c
4160+
msgid "result overflows long long storage"
4161+
msgstr ""
4162+
41424163
#: extmod/ulab/code/ndarray_operators.c
41434164
msgid "results cannot be cast to specified type"
41444165
msgstr ""
@@ -4403,10 +4424,6 @@ msgstr ""
44034424
msgid "type takes 1 or 3 arguments"
44044425
msgstr ""
44054426

4406-
#: py/objint_longlong.c
4407-
msgid "ulonglong too large"
4408-
msgstr ""
4409-
44104427
#: py/parse.c
44114428
msgid "unexpected indent"
44124429
msgstr ""
@@ -4428,10 +4445,6 @@ msgstr ""
44284445
msgid "unindent doesn't match any outer indent level"
44294446
msgstr ""
44304447

4431-
#: py/emitinlinerv32.c
4432-
msgid "unknown RV32 instruction '%q'"
4433-
msgstr ""
4434-
44354448
#: py/objstr.c
44364449
#, c-format
44374450
msgid "unknown conversion specifier %c"
@@ -4600,6 +4613,9 @@ msgstr ""
46004613
msgid "zi must be of shape (n_section, 2)"
46014614
msgstr ""
46024615

4616+
#~ msgid "%q renamed %q"
4617+
#~ msgstr "%q μεταονομάστηκε σε %q"
4618+
46034619
#, c-format
46044620
#~ msgid "Buffer + offset too small %d %d %d"
46054621
#~ msgstr "Buffer + offset είναι πολύ μικρά %d %d %d"

0 commit comments

Comments
 (0)