8000 Update translation files · cezer-io/circuitpython@a07fc83 · GitHub
[go: up one dir, main page]

Skip to content

Commit a07fc83

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 e171e21 commit a07fc83

File tree

6 files changed

+163
-155
lines changed

6 files changed

+163
-155
lines changed

locale/cs.po

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ msgstr " výstup:\n"
8080

8181
#: py/objstr.c
8282
#, c-format
83-
msgid "%%c requires int or char"
84-
msgstr "%%c vyžaduje int nebo char"
83+
msgid "%%c needs int or char"
84+
msgstr ""
8585

8686
#: shared-bindings/rgbmatrix/RGBMatrix.c
8787
#, c-format
@@ -169,7 +169,7 @@ msgstr "Délka %q musí být <= %d"
169169
msgid "%q length must be >= %d"
170170
msgstr "Délka %q musí být >= %d"
171171

172-
#: py/modsys.c py/runtime.c
172+
#: py/runtime.c
173173
msgid "%q moved from %q to %q"
174174
msgstr ""
175175

@@ -324,8 +324,8 @@ msgid "'%q' object isn't an iterator"
324324
msgstr "Objekt '%q' není iterátor"
325325

326326
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
327-
msgid "'%q' object is not callable"
328-
msgstr "Objekt '%q' nelze zavolat"
327+
msgid "'%q' object isn't callable"
328+
msgstr ""
329329

330330
#: py/runtime.c
331331
msgid "'%q' object isn't iterable"
@@ -2794,6 +2794,10 @@ msgstr "nelze převést na int"
27942794
msgid "can't convert to str implicitly"
27952795
msgstr ""
27962796

2797+
#: py/objtype.c
2798+
msgid "can't create '%q' instances"
2799+
msgstr ""
2800+
27972801
#: py/compile.c
27982802
msgid "can't declare nonlocal in outer code"
27992803
msgstr ""
@@ -2892,10 +2896,6 @@ msgstr "nelze převést complex na dtype"
28922896
msgid "cannot convert complex type"
28932897
msgstr "nelze převést typ complex"
28942898

2895-
#: py/objtype.c
2896-
msgid "cannot create '%q' instances"
2897-
msgstr ""
2898-
28992899
#: py/objtype.c
29002900
msgid "cannot create instance"
29012901
msgstr ""
@@ -3213,6 +3213,14 @@ msgstr ""
32133213
msgid "format needs a dict"
32143214
msgstr ""
32153215

3216+
#: py/objstr.c
3217+
msgid "format string didn't convert all arguments"
3218+
msgstr ""
3219+
3220+
#: py/objstr.c
3221+
msgid "format string needs more arguments"
3222+
msgstr ""
3223+
32163224
#: py/objdeque.c
32173225
msgid "full"
32183226
msgstr ""
@@ -3759,7 +3767,7 @@ msgid "non-default argument follows default argument"
37593767
msgstr ""
37603768

37613769
#: py/objstr.c
3762-
msgid "non-hex digit found"
3770+
msgid "non-hex digit"
37633771
msgstr ""
37643772

37653773
#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3778,14 +3786,6 @@ msgstr ""
37783786
msgid "not a constant"
37793787
msgstr "není konstanta"
37803788

3781-
#: py/objstr.c
3782-
msgid "not all arguments converted during string formatting"
3783-
msgstr ""
3784-
3785-
#: py/objstr.c
3786-
msgid "not enough arguments for format string"
3787-
msgstr ""
3788-
37893789
#: extmod/ulab/code/numpy/carray/carray_tools.c
37903790
msgid "not implemented for complex dtype"
37913791
msgstr "není implementováno pro komplexní dtype"
@@ -3848,10 +3848,6 @@ msgstr "objekt typu '%s' nemá len()"
38483848
msgid "object with buffer protocol required"
38493849
msgstr ""
38503850

3851-
#: py/objstr.c
3852-
msgid "odd-length string"
3853-
msgstr ""
3854-
38553851
#: supervisor/shared/web_workflow/web_workflow.c
38563852
msgid "off"
38573853
msgstr "vypnuto"
@@ -4040,10 +4036,6 @@ msgstr ""
40404036
msgid "pull masks conflict with direction masks"
40414037
msgstr ""
40424038

4043-
#: py/parse.c
4044-
msgid "raw f-strings are not supported"
4045-
msgstr "surové f-stringy nesjou podporované"
4046-
40474039
#: extmod/ulab/code/numpy/fft/fft_tools.c
40484040
msgid "real and imaginary parts must be of equal length"
40494041
msgstr ""
@@ -4518,6 +4510,16 @@ msgstr ""
45184510
msgid "zi must be of shape (n_section, 2)"
45194511
msgstr ""
45204512

4513+
#, c-format
4514+
#~ msgid "%%c requires int or char"
4515+
#~ msgstr "%%c vyžaduje int nebo char"
4516+
4517+
#~ msgid "'%q' object is not callable"
4518+
#~ msgstr "Objekt '%q' nelze zavolat"
4519+
4520+
#~ msgid "raw f-strings are not supported"
4521+
#~ msgstr "surové f-stringy nesjou podporované"
4522+
45214523
#~ msgid "Unsupported format"
45224524
#~ msgstr "Nepodporovaný formát"
45234525

locale/el.po

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ msgstr " έξοδος:\n"
8383

8484
#: py/objstr.c
8585
#, c-format
86-
msgid "%%c requires int or char"
87-
msgstr "%%c απαιτεί ακέραιο ή χαρακτήρα"
86+
msgid "%%c needs int or char"
87+
msgstr ""
8888

8989
#: shared-bindings/rgbmatrix/RGBMatrix.c
9090
#, c-format
@@ -173,7 +173,7 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
173173
msgid "%q length must be >= %d"
174174
msgstr "%q μήκος πρέπει να είναι >= %d"
175175

176-
#: py/modsys.c py/runtime.c
176+
#: py/runtime.c
177177
msgid "%q moved from %q to %q"
178178
msgstr "%q μετακινήθηκε από το %q στο %q"
179179

@@ -328,8 +328,8 @@ msgid "'%q' object isn't an iterator"
328328
msgstr "'%q' αντικείμενο δεν είναι επαναλήπτης"
329329

330330
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
331-
msgid "'%q' object is not callable"
332-
msgstr "'%q' αντικείμενο δεν καλείται"
331+
msgid "'%q' object isn't callable"
332+
msgstr ""
333333

334334
#: py/runtime.c
335335
msgid "'%q' object isn't iterable"
@@ -2793,6 +2793,10 @@ msgstr ""
27932793
msgid "can't convert to str implicitly"
27942794
msgstr ""
27952795

2796+
#: py/objtype.c
2797+
msgid "can't create '%q' instances"
2798+
msgstr ""
2799+
27962800
#: py/compile.c
27972801
msgid "can't declare nonlocal in outer code"
27982802
msgstr ""
@@ -2891,10 +2895,6 @@ msgstr ""
28912895
msgid "cannot convert complex type"
28922896
msgstr ""
28932897

2894-
#: py/objtype.c
2895-
msgid "cannot create '%q' instances"
2896-
msgstr ""
2897-
28982898
#: py/objtype.c
28992899
msgid "cannot create instance"
29002900
msgstr ""
@@ -3212,6 +3212,14 @@ msgstr ""
32123212
msgid "format needs a dict"
32133213
msgstr ""
32143214

3215+
#: py/objstr.c
3216+
msgid "format string didn't convert all arguments"
3217+
msgstr ""
3218+
3219+
#: py/objstr.c
3220+
msgid "format string needs more arguments"
3221+
msgstr ""
3222+
32153223
#: py/objdeque.c
32163224
msgid "full"
32173225
msgstr ""
@@ -3758,7 +3766,7 @@ msgid "non-default argument follows default argument"
37583766
msgstr ""
37593767

37603768
#: py/objstr.c
3761-
msgid "non-hex digit found"
3769+
msgid "non-hex digit"
37623770
msgstr ""
37633771

37643772
#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3777,14 +3785,6 @@ msgstr ""
37773785
msgid "not a constant"
37783786
msgstr ""
37793787

3780-
#: py/objstr.c
3781-
msgid "not all arguments converted during string formatting"
3782-
msgstr ""
3783-
3784-
#: py/objstr.c
3785-
msgid "not enough arguments for format string"
3786-
msgstr ""
3787-
37883788
#: extmod/ulab/code/numpy/carray/carray_tools.c
37893789
msgid "not implemented for complex dtype"
37903790
msgstr ""
@@ -3847,10 +3847,6 @@ msgstr ""
38473847
msgid "object with buffer protocol required"
38483848
msgstr ""
38493849

3850-
#: py/objstr.c
3851-
msgid "odd-length string"
3852-
msgstr ""
3853-
38543850
#: supervisor/shared/web_workflow/web_workflow.c
38553851
msgid "off"
38563852
msgstr ""
@@ -4039,10 +4035,6 @@ msgstr ""
40394035
msgid "pull masks conflict with direction masks"
40404036
msgstr ""
40414037

4042-
#: py/parse.c
4043-
msgid "raw f-strings are not supported"
4044-
msgstr ""
4045-
40464038
#: extmod/ulab/code/numpy/fft/fft_tools.c
40474039
msgid "real and imaginary parts must be of equal length"
40484040
msgstr ""
@@ -4517,6 +4509,13 @@ msgstr ""
45174509
msgid "zi must be of shape (n_section, 2)"
45184510
msgstr ""
45194511

4512+
#, c-format
4513+
#~ msgid "%%c requires int or char"
4514+
#~ msgstr "%%c απαιτεί ακέραιο ή χαρακτήρα"
4515+
4516+
#~ msgid "'%q' object is not callable"
4517+
#~ msgstr "'%q' αντικείμενο δεν καλείται"
4518+
45204519
#~ msgid "Cannot remount '/' when visible via USB."
45214520
#~ msgstr "Δεν μπορεί να γίνει remount του '/' όταν είναι ορατό μέσω USB."
45224521

locale/hi.po

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ msgstr ""
7171

7272
#: py/objstr.c
7373
#, c-format
74-
msgid "%%c requires int or char"
74+
msgid "%%c needs int or char"
7575
msgstr ""
7676

7777
#: shared-bindings/rgbmatrix/RGBMatrix.c
@@ -160,7 +160,7 @@ msgstr ""
160160
msgid "%q length must be >= %d"
161161
msgstr ""
162162

163-
#: py/modsys.c py/runtime.c
163+
#: py/runtime.c
164164
msgid "%q moved from %q to %q"
165165
msgstr ""
166166

@@ -315,7 +315,7 @@ msgid "'%q' object isn't an iterator"
315315
msgstr ""
316316

317317
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
318-
msgid "'%q' object is not callable"
318+
msgid "'%q' object isn't callable"
319319
msgstr ""
320320

321321
#: py/runtime.c
@@ -2767,6 +2767,10 @@ msgstr ""
27672767
msgid "can't convert to str implicitly"
27682768
msgstr ""
27692769

2770+
#: py/objtype.c
2771+
msgid "can't create '%q' instances"
2772+
msgstr ""
2773+
27702774
#: py/compile.c
27712775
msgid "can't declare nonlocal in outer code"
27722776
msgstr ""
@@ -2865,10 +2869,6 @@ msgstr ""
28652869
msgid "cannot convert complex type"
28662870
msgstr ""
28672871

2868-
#: py/objtype.c
2869-
msgid "cannot create '%q' instances"
2870-
msgstr ""
2871-
28722872
#: py/objtype.c
28732873
msgid "cannot create instance"
28742874
msgstr ""
@@ -3186,6 +3186,14 @@ msgstr ""
31863186
msgid "format needs a dict"
31873187
msgstr ""
31883188

3189+
#: py/objstr.c
3190+
msgid "format string didn't convert all arguments"
3191+
msgstr ""
3192+
3193+
#: py/objstr.c
3194+
msgid "format string needs more arguments"
3195+
msgstr ""
3196+
31893197
#: py/objdeque.c
31903198
msgid "full"
31913199
msgstr ""
@@ -3732,7 +3740,7 @@ msgid "non-default argument follows default argument"
37323740
msgstr ""
37333741

37343742
#: py/objstr.c
3735-
msgid "non-hex digit found"
3743+
msgid "non-hex digit"
37363744
msgstr ""
37373745

37383746
#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3751,14 +3759,6 @@ msgstr ""
37513759
msgid "not a constant"
37523760
msgstr ""
37533761

3754-
#: py/objstr.c
3755-
msgid "not all arguments converted during string formatting"
3756-
msgstr ""
3757-
3758-
#: py/objstr.c
3759-
msgid "not enough arguments for format string"
3760-
msgstr ""
3761-
37623762
#: extmod/ulab/code/numpy/carray/carray_tools.c
37633763
msgid "not implemented for complex dtype"
37643764
msgstr ""
@@ -3821,10 +3821,6 @@ msgstr ""
38213821
msgid "object with buffer protocol required"
38223822
msgstr ""
38233823

3824-
#: py/objstr.c
3825-
msgid "odd-length string"
3826-
msgstr ""
3827-
38283824
#: supervisor/shared/web_workflow/web_workflow.c
38293825
msgid "off"
38303826
msgstr ""
@@ -4013,10 +4009,6 @@ msgstr ""
40134009
msgid "pull masks conflict with direction masks"
40144010
msgstr ""
40154011

4016-
#: py/parse.c
4017-
msgid "raw f-strings are not supported"
4018-
msgstr ""
4019-
40204012
#: extmod/ulab/code/numpy/fft/fft_tools.c
40214013
msgid "real and imaginary parts must be of equal length"
40224014
msgstr ""

0 commit comments

Comments
 (0)
0