Skip to content

Commit 9e6b2b1

Browse files
vkuthanweblate
authored andcommitted
Translated using Weblate (Czech)
Currently translated at 3.2% (28 of 864 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/cs/
1 parent 1c00deb commit 9e6b2b1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

locale/cs.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-11-24 15:40-0500\n"
9-
"PO-Revision-Date: 2020-11-30 18:06+0000\n"
9+
"PO-Revision-Date: 2020-12-02 20:29+0000\n"
1010
"Last-Translator: vkuthan <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: cs\n"
@@ -122,35 +122,35 @@ msgstr ""
122122

123123
#: py/proto.c
124124
msgid "'%q' object does not support '%q'"
125-
msgstr ""
125+
msgstr "Objekt '%q' nepodporuje '%q'"
126126

127127
#: py/obj.c
128128
msgid "'%q' object does not support item assignment"
129-
msgstr ""
129+
msgstr "Objekt '%q' nepodporuje přiřazení položek"
130130

131131
#: py/obj.c
132132
msgid "'%q' object does not support item deletion"
133-
msgstr ""
133+
msgstr "Objekt '%q' nepodporuje mazání položek"
134134

135135
#: py/runtime.c
136136
msgid "'%q' object has no attribute '%q'"
137-
msgstr ""
137+
msgstr "Objekt '%q' nemá žádný atribut"
138138

139139
#: py/runtime.c
140140
msgid "'%q' object is not an iterator"
141-
msgstr ""
141+
msgstr "Objekt '%q' není iterátor"
142142

143143
#: py/objtype.c py/runtime.c
144144
msgid "'%q' object is not callable"
145-
msgstr ""
145+
msgstr "Objekt '%q' nelze volat"
146146

147147
#: py/runtime.c
148148
msgid "'%q' object is not iterable"
149-
msgstr ""
149+
msgstr "Objekt '%q' není iterovatelný"
150150

151151
#: py/obj.c
152152
msgid "'%q' object is not subscriptable"
153-
msgstr ""
153+
msgstr "Objekt '%q' nelze zapsat"
154154

155155
#: py/emitinlinethumb.c py/emitinlinextensa.c
156156
#, c-format
@@ -170,17 +170,17 @@ msgstr ""
170170
#: py/emitinlinethumb.c
171171
#, c-format
172172
msgid "'%s' expects an FPU register"
173-
msgstr ""
173+
msgstr "'%s' očekává register FPU"
174174

175175
#: py/emitinlinethumb.c
176176
#, c-format
177177
msgid "'%s' expects an address of the form [a, b]"
178-
msgstr ""
178+
msgstr "'%s' očekává adresu ve formátu [a, b]"
179179

180180
#: py/emitinlinethumb.c py/emitinlinextensa.c
181181
#, c-format
182182
msgid "'%s' expects an integer"
183-
msgstr ""
183+
msgstr "'%s' očekává integer (celé číslo)"
184184

185185
#: py/emitinlinethumb.c
186186
#, c-format
@@ -190,7 +190,7 @@ msgstr ""
190190
#: py/emitinlinethumb.c
191191
#, c-format
192192
msgid "'%s' expects {r0, r1, ...}"
193-
msgstr ""
193+
msgstr "'%s' očekává {r0, r1, ...}"
194194

195195
#: py/emitinlinextensa.c
196196
#, c-format

0 commit comments

Comments
 (0)