Skip to content

Commit 707eed0

Browse files
authored
Merge pull request #3254 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 354edd9 + 5eef3c4 commit 707eed0

File tree

14 files changed

+2135
-1940
lines changed

14 files changed

+2135
-1940
lines changed

locale/ID.po

Lines changed: 109 additions & 131 deletions
Large diffs are not rendered by default.

locale/cs.po

Lines changed: 69 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-30 07:23-0500\n"
8+
"POT-Creation-Date: 2020-08-04 18:42-0500\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -72,13 +72,17 @@ msgstr ""
7272
msgid "%q in use"
7373
msgstr "%q se nyní používá"
7474

75-
#: py/obj.c
75+
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
76+
#: ports/cxd56/common-hal/pulseio/PulseIn.c
77+
#: ports/nrf/common-hal/pulseio/PulseIn.c
78+
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
79+
#: py/objstrunicode.c
7680
msgid "%q index out of range"
7781
msgstr "%q index je mimo rozsah"
7882

7983
#: py/obj.c
80-
msgid "%q indices must be integers, not %s"
81-
msgstr "Indexy %q musí být celá čísla, nikoli %s"
84+
msgid "%q indices must be integers, not %q"
85+
msgstr ""
8286

8387
#: shared-bindings/vectorio/Polygon.c
8488
msgid "%q list must be a list"
@@ -116,6 +120,42 @@ msgstr ""
116120
msgid "'%q' argument required"
117121
msgstr ""
118122

123+
#: py/runtime.c
124+
msgid "'%q' object cannot assign attribute '%q'"
125+
msgstr ""
126+
127+
#: py/proto.c
128+
msgid "'%q' object does not support '%q'"
129+
msgstr ""
130+
131+
#: py/obj.c
132+
msgid "'%q' object does not support item assignment"
133+
msgstr ""
134+
135+
#: py/obj.c
136+
msgid "'%q' object does not support item deletion"
137+
msgstr ""
138+
139+
#: py/runtime.c
140+
msgid "'%q' object has no attribute '%q'"
141+
msgstr ""
142+
143+
#: py/runtime.c
144+
msgid "'%q' object is not an iterator"
145+
msgstr ""
146+
147+
#: py/objtype.c py/runtime.c
148+
msgid "'%q' object is not callable"
149+
msgstr ""
150+
151+
#: py/runtime.c
152+
msgid "'%q' object is not iterable"
153+
msgstr ""
154+
155+
#: py/obj.c
156+
msgid "'%q' object is not subscriptable"
157+
msgstr ""
158+
119159
#: py/emitinlinethumb.c py/emitinlinextensa.c
120160
#, c-format
121161
msgid "'%s' expects a label"
@@ -166,48 +206,6 @@ msgstr ""
166206
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
167207
msgstr ""
168208

169-
#: py/runtime.c
170-
msgid "'%s' object cannot assign attribute '%q'"
171-
msgstr ""
172-
173-
#: py/proto.c
174-
msgid "'%s' object does not support '%q'"
175-
msgstr ""
176-
177-
#: py/obj.c
178-
#, c-format
179-
msgid "'%s' object does not support item assignment"
180-
msgstr ""
181-
182-
#: py/obj.c
183-
#, c-format
184-
msgid "'%s' object does not support item deletion"
185-
msgstr ""
186-
187-
#: py/runtime.c
188-
msgid "'%s' object has no attribute '%q'"
189-
msgstr ""
190-
191-
#: py/runtime.c
192-
#, c-format
193-
msgid "'%s' object is not an iterator"
194-
msgstr ""
195-
196-
#: py/objtype.c py/runtime.c
197-
#, c-format
198-
msgid "'%s' object is not callable"
199-
msgstr ""
200-
201-
#: py/runtime.c
202-
#, c-format
203-
msgid "'%s' object is not iterable"
204-
msgstr ""
205-
206-
#: py/obj.c
207-
#, c-format
208-
msgid "'%s' object is not subscriptable"
209-
msgstr ""
210-
211209
#: py/objstr.c
212210
msgid "'=' alignment not allowed in string format specifier"
213211
msgstr ""
@@ -1241,6 +1239,10 @@ msgstr ""
12411239
msgid "Not playing"
12421240
msgstr ""
12431241

1242+
#: main.c
1243+
msgid "Not running saved code.\n"
1244+
msgstr ""
1245+
12441246
#: shared-bindings/util.c
12451247
msgid ""
12461248
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1326,10 +1328,6 @@ msgstr ""
13261328
msgid "Polygon needs at least 3 points"
13271329
msgstr ""
13281330

1329-
#: shared-bindings/ps2io/Ps2.c
1330-
msgid "Pop from an empty Ps2 buffer"
1331-
msgstr ""
1332-
13331331
#: shared-bindings/_bleio/Adapter.c
13341332
msgid "Prefix buffer must be on the heap"
13351333
msgstr ""
@@ -1402,11 +1400,7 @@ msgid "Row entry must be digitalio.DigitalInOut"
14021400
msgstr ""
14031401

14041402
#: main.c
1405-
msgid "Running in safe mode! Auto-reload is off.\n"
1406-
msgstr ""
1407-
1408-
#: main.c
1409-
msgid "Running in safe mode! Not running saved code.\n"
1403+
msgid "Running in safe mode! "
14101404
msgstr ""
14111405

14121406
#: shared-module/sdcardio/SDCard.c
@@ -1767,8 +1761,7 @@ msgid "__init__() should return None"
17671761
msgstr ""
17681762

17691763
#: py/objtype.c
1770-
#, c-format
1771-
msgid "__init__() should return None, not '%s'"
1764+
msgid "__init__() should return None, not '%q'"
17721765
msgstr ""
17731766

17741767
#: py/objobject.c
@@ -1922,7 +1915,7 @@ msgstr ""
19221915
msgid "bytes value out of range"
19231916
msgstr ""
19241917

1925-
#: ports/atmel-samd/bindings/samd/Clock.c
1918+
#: ports/atmel-samd/bindings/samd/Clock.c ports/atmel-samd/common-hal/rtc/RTC.c
19261919
msgid "calibration is out of range"
19271920
msgstr ""
19281921

@@ -1954,47 +1947,16 @@ msgstr ""
19541947
msgid "can't assign to expression"
19551948
msgstr ""
19561949

1957-
#: py/obj.c
1958-
#, c-format
1959-
msgid "can't convert %s to complex"
1960-
msgstr ""
1961-
1962-
#: py/obj.c
1963-
#, c-format
1964-
msgid "can't convert %s to float"
1965-
msgstr ""
1966-
1967-
#: py/obj.c
1968-
#, c-format
1969-
msgid "can't convert %s to int"
1950+
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
1951+
msgid "can't convert %q to %q"
19701952
msgstr ""
19711953

19721954
#: py/objstr.c
19731955
msgid "can't convert '%q' object to %q implicitly"
19741956
msgstr ""
19751957

1976-
#: py/objint.c
1977-
msgid "can't convert NaN to int"
1978-
msgstr ""
1979-
1980-
#: shared-bindings/i2cperipheral/I2CPeripheral.c
1981-
msgid "can't convert address to int"
1982-
msgstr ""
1983-
1984-
#: py/objint.c
1985-
msgid "can't convert inf to int"
1986-
msgstr ""
1987-
19881958
#: py/obj.c
1989-
msgid "can't convert to complex"
1990-
msgstr ""
1991-
1992-
#: py/obj.c
1993-
msgid "can't convert to float"
1994-
msgstr ""
1995-
1996-
#: py/obj.c
1997-
msgid "can't convert to int"
1959+
msgid "can't convert to %q"
19981960
msgstr ""
19991961

20001962
#: py/objstr.c
@@ -2402,7 +2364,7 @@ msgstr ""
24022364
msgid "function missing required positional argument #%d"
24032365
msgstr ""
24042366

2405-
#: py/argcheck.c py/bc.c py/objnamedtuple.c
2367+
#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
24062368
#, c-format
24072369
msgid "function takes %d positional arguments but %d were given"
24082370
msgstr ""
@@ -2451,10 +2413,7 @@ msgstr ""
24512413
msgid "index is out of bounds"
24522414
msgstr ""
24532415

2454-
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2455-
#: ports/cxd56/common-hal/pulseio/PulseIn.c
2456-
#: ports/nrf/common-hal/pulseio/PulseIn.c
2457-
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c
2416+
#: py/obj.c
24582417
msgid "index out of range"
24592418
msgstr ""
24602419

@@ -2810,8 +2769,7 @@ msgid "number of points must be at least 2"
28102769
msgstr ""
28112770

28122771
#: py/obj.c
2813-
#, c-format
2814-
msgid "object '%s' is not a tuple or list"
2772+
msgid "object '%q' is not a tuple or list"
28152773
msgstr ""
28162774

28172775
#: py/obj.c
@@ -2847,8 +2805,7 @@ msgid "object not iterable"
28472805
msgstr ""
28482806

28492807
#: py/obj.c
2850-
#, c-format
2851-
msgid "object of type '%s' has no len()"
2808+
msgid "object of type '%q' has no len()"
28522809
msgstr ""
28532810

28542811
#: py/obj.c
@@ -2941,20 +2898,9 @@ msgstr ""
29412898
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
29422899
#: ports/cxd56/common-hal/pulseio/PulseIn.c
29432900
#: ports/nrf/common-hal/pulseio/PulseIn.c
2944-
#: ports/stm/common-hal/pulseio/PulseIn.c
2945-
msgid "pop from an empty PulseIn"
2946-
msgstr ""
2947-
2948-
#: py/objset.c
2949-
msgid "pop from an empty set"
2950-
msgstr ""
2951-
2952-
#: py/objlist.c
2953-
msgid "pop from empty list"
2954-
msgstr ""
2955-
2956-
#: py/objdict.c
2957-
msgid "popitem(): dictionary is empty"
2901+
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
2902+
#: shared-bindings/ps2io/Ps2.c
2903+
msgid "pop from empty %q"
29582904
msgstr ""
29592905

29602906
#: py/objint_mpz.c
@@ -3111,12 +3057,7 @@ msgid "stream operation not supported"
31113057
msgstr ""
31123058

31133059
#: py/objstrunicode.c
3114-
msgid "string index out of range"
3115-
msgstr ""
3116-
3117-
#: py/objstrunicode.c
3118-
#, c-format
3119-
msgid "string indices must be integers, not %s"
3060+
msgid "string indices must be integers, not %q"
31203061
msgstr ""
31213062

31223063
#: py/stream.c
@@ -3127,10 +3068,6 @@ msgstr ""
31273068
msgid "struct: cannot index"
31283069
msgstr ""
31293070

3130-
#: extmod/moductypes.c
3131-
msgid "struct: index out of range"
3132-
msgstr ""
3133-
31343071
#: extmod/moductypes.c
31353072
msgid "struct: no fields"
31363073
msgstr ""
@@ -3200,7 +3137,7 @@ msgstr ""
32003137
msgid "trapz is defined for 1D arrays of equal length"
32013138
msgstr ""
32023139

3203-
#: extmod/ulab/code/linalg/linalg.c py/objstr.c
3140+
#: extmod/ulab/code/linalg/linalg.c
32043141
msgid "tuple index out of range"
32053142
msgstr ""
32063143

@@ -3267,8 +3204,7 @@ msgid "unknown conversion specifier %c"
32673204
msgstr ""
32683205

32693206
#: py/objstr.c
3270-
#, c-format
3271-
msgid "unknown format code '%c' for object of type '%s'"
3207+
msgid "unknown format code '%c' for object of type '%q'"
32723208
msgstr ""
32733209

32743210
#: py/compile.c
@@ -3308,15 +3244,15 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
33083244
msgstr ""
33093245

33103246
#: py/runtime.c
3311-
msgid "unsupported type for %q: '%s'"
3247+
msgid "unsupported type for %q: '%q'"
33123248
msgstr ""
33133249

33143250
#: py/runtime.c
33153251
msgid "unsupported type for operator"
33163252
msgstr ""
33173253

33183254
#: py/runtime.c
3319-
msgid "unsupported types for %q: '%s', '%s'"
3255+
msgid "unsupported types for %q: '%q', '%q'"
33203256
msgstr ""
33213257

33223258
#: py/objint.c
@@ -3395,3 +3331,6 @@ msgstr ""
33953331
#: extmod/ulab/code/filter/filter.c
33963332
msgid "zi must be of shape (n_section, 2)"
33973333
msgstr ""
3334+
3335+
#~ msgid "%q indices must be integers, not %s"
3336+
#~ msgstr "Indexy %q musí být celá čísla, nikoli %s"

0 commit comments

Comments
 (0)