Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / po / cs.po
1 # Czech translation for json-glib.
2 # Copyright (C) 2011 json-glib's COPYRIGHT HOLDER
3 # This file is distributed under the same license as the json-glib package.
4 # Marek Černocký <marek@manet.cz>, 2011, 2012, 2014.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: json-glib master\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-"
10 "glib\n"
11 "POT-Creation-Date: 2017-03-13 13:00+0000\n"
12 "PO-Revision-Date: 2014-01-18 22:45+0100\n"
13 "Last-Translator: Marek Černocký <marek@manet.cz>\n"
14 "Language-Team: Czech <gnome-cs-list@gnome.org>\n"
15 "Language: cs\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20 "X-Generator: Gtranslator 2.91.6\n"
21
22 #: json-glib/json-glib-format.c:50
23 msgid "Prettify output"
24 msgstr "Lépe upravit výstup"
25
26 #: json-glib/json-glib-format.c:51
27 msgid "Indentation spaces"
28 msgstr "Mezery pro odsazení"
29
30 #. Translators: the first %s is the program name, the second one
31 #. * is the URI of the file, the third is the error message.
32 #.
33 #: json-glib/json-glib-format.c:77 json-glib/json-glib-validate.c:63
34 #, c-format
35 msgid "%s: %s: error opening file: %s\n"
36 msgstr "%s: %s: chyba při otevírání souboru: %s\n"
37
38 #. Translators: the first %s is the program name, the second one
39 #. * is the URI of the file, the third is the error message.
40 #.
41 #: json-glib/json-glib-format.c:89 json-glib/json-glib-validate.c:75
42 #, c-format
43 msgid "%s: %s: error parsing file: %s\n"
44 msgstr "%s: %s: chyba při analýze souboru: %s\n"
45
46 #. Translators: the first %s is the program name, the
47 #. * second one is the URI of the file.
48 #.
49 #: json-glib/json-glib-format.c:108
50 #, c-format
51 msgid "%s: %s: error writing to stdout"
52 msgstr "%s: %s: chyba při zápisu do standardního výstupu"
53
54 #. Translators: the first %s is the program name, the second one
55 #. * is the URI of the file, the third is the error message.
56 #.
57 #: json-glib/json-glib-format.c:129 json-glib/json-glib-validate.c:87
58 #, c-format
59 msgid "%s: %s: error closing: %s\n"
60 msgstr "%s: %s: chyba při zavírání: %s\n"
61
62 #: json-glib/json-glib-format.c:158 json-glib/json-glib-validate.c:115
63 msgid "FILE"
64 msgstr "SOUBOR"
65
66 #. Translators: this message will appear after the usage string
67 #. and before the list of options.
68 #: json-glib/json-glib-format.c:161
69 msgid "Format JSON files."
70 msgstr "Formátovat soubory JSON."
71
72 #: json-glib/json-glib-format.c:162
73 msgid "json-glib-format formats JSON resources."
74 msgstr "json-glib-format formátuje prostředky JSON."
75
76 #. Translators: the %s is the program name. This error message
77 #. * means the user is calling json-glib-validate without any
78 #. * argument.
79 #.
80 #: json-glib/json-glib-format.c:179 json-glib/json-glib-validate.c:136
81 #, c-format
82 msgid "Error parsing commandline options: %s\n"
83 msgstr "Chyba při zpracování přepínačů příkazového řádku: %s\n"
84
85 #: json-glib/json-glib-format.c:181 json-glib/json-glib-format.c:195
86 #: json-glib/json-glib-validate.c:138 json-glib/json-glib-validate.c:152
87 #, c-format
88 msgid "Try \"%s --help\" for more information."
89 msgstr "Pro více informací zkuste použít „%s --help“."
90
91 #. Translators: the %s is the program name. This error message
92 #. * means the user is calling json-glib-validate without any
93 #. * argument.
94 #.
95 #: json-glib/json-glib-format.c:193 json-glib/json-glib-validate.c:150
96 #, c-format
97 msgid "%s: missing files"
98 msgstr "%s: schází soubory"
99
100 #. Translators: this message will appear after the usage string
101 #. and before the list of options.
102 #: json-glib/json-glib-validate.c:118
103 msgid "Validate JSON files."
104 msgstr "Ověřit platnost souborů JSON."
105
106 #: json-glib/json-glib-validate.c:119
107 msgid "json-glib-validate validates JSON data at the given URI."
108 msgstr "json-glib-validate ověřuje platnost dat JSON na zadané adrese URI."
109
110 #. translators: the %s is the name of the data structure
111 #: json-glib/json-gobject.c:943
112 #, c-format
113 msgid "Expecting a JSON object, but the root node is of type `%s'"
114 msgstr "Očekává se objekt JSON, ale kořenový uzel je typu „%s“"
115
116 #. translators: the '%s' is the type name
117 #: json-glib/json-gvariant.c:523
118 #, c-format
119 msgid "Unexpected type '%s' in JSON node"
120 msgstr "Neočekávaný typ „%s“ v uzlu JSON"
121
122 #: json-glib/json-gvariant.c:593
123 msgid "Missing elements in JSON array to conform to a tuple"
124 msgstr "Schází prvky v poli JSON, aby to byla n-tice"
125
126 #: json-glib/json-gvariant.c:621
127 msgid "Missing closing symbol ')' in the GVariant tuple type"
128 msgstr "Schází uzavírací symbol „)“ v typu n-tice GVariant"
129
130 #: json-glib/json-gvariant.c:629
131 msgid "Unexpected extra elements in JSON array"
132 msgstr "Neočekávané dodatečné prvky v poli JSON"
133
134 #: json-glib/json-gvariant.c:908
135 msgid "Invalid string value converting to GVariant"
136 msgstr "Neplatná hodnota typu řetězec převáděná na GVariant"
137
138 #: json-glib/json-gvariant.c:964
139 msgid ""
140 "A GVariant dictionary entry expects a JSON object with exactly one member"
141 msgstr "Záznam slovníku GVariant očekává objekt JSON s právě jedním členem"
142
143 #: json-glib/json-gvariant.c:1248
144 #, c-format
145 msgid "GVariant class '%c' not supported"
146 msgstr "Třída GVariant „%c“ není podporována"
147
148 #: json-glib/json-gvariant.c:1296
149 msgid "Invalid GVariant signature"
150 msgstr "Neplatná signatura GVariant"
151
152 #: json-glib/json-gvariant.c:1344
153 msgid "JSON data is empty"
154 msgstr "Data JSON jsou prázdná"
155
156 #. translators: %s: is the file name, the first %d is the line
157 #. * number, the second %d is the position on the line, and %s is
158 #. * the error message
159 #.
160 #: json-glib/json-parser.c:907
161 #, c-format
162 msgid "%s:%d:%d: Parse error: %s"
163 msgstr "%s:%d:%d: Chyba zpracování: %s"
164
165 #: json-glib/json-parser.c:990
166 msgid "JSON data must be UTF-8 encoded"
167 msgstr "Data JSON musí být kódována v UTF-8"
168
169 #: json-glib/json-path.c:388
170 msgid "Only one root node is allowed in a JSONPath expression"
171 msgstr "Ve výrazu JSONPath je dovolen pouze jeden kořenový uzel"
172
173 #. translators: the %c is the invalid character
174 #: json-glib/json-path.c:397
175 #, c-format
176 msgid "Root node followed by invalid character '%c'"
177 msgstr "Kořenový uzel následován neplatným znakem „%c“"
178
179 #: json-glib/json-path.c:437
180 msgid "Missing member name or wildcard after . character"
181 msgstr "Schází název člena nebo divoký znak po znaku tečky."
182
183 #: json-glib/json-path.c:511
184 #, c-format
185 msgid "Malformed slice expression '%*s'"
186 msgstr "Chybný výraz dílu „%*s“"
187
188 #: json-glib/json-path.c:555
189 #, c-format
190 msgid "Invalid set definition '%*s'"
191 msgstr "Neplatná definice množiny „%*s“"
192
193 #: json-glib/json-path.c:608
194 #, c-format
195 msgid "Invalid slice definition '%*s'"
196 msgstr "Neplatná definice dílu „%*s“"
197
198 #: json-glib/json-path.c:636
199 #, c-format
200 msgid "Invalid array index definition '%*s'"
201 msgstr "Neplatná definice indexu pole „%*s“"
202
203 #: json-glib/json-path.c:655
204 #, c-format
205 msgid "Invalid first character '%c'"
206 msgstr "Neplatný první znak „%c“"
207
208 #: json-glib/json-reader.c:474
209 #, c-format
210 msgid ""
211 "The current node is of type '%s', but an array or an object was expected."
212 msgstr "Aktuální uzel je typu „%s“, ale bylo očekáváno pole nebo objekt."
213
214 #: json-glib/json-reader.c:486
215 #, c-format
216 msgid ""
217 "The index '%d' is greater than the size of the array at the current position."
218 msgstr "Index „%d“ je větší než velikost pole na aktuální pozici."
219
220 #: json-glib/json-reader.c:503
221 #, c-format
222 msgid ""
223 "The index '%d' is greater than the size of the object at the current "
224 "position."
225 msgstr "Index „%d“ je větší než velikost objektu na aktuální pozici."
226
227 #: json-glib/json-reader.c:587 json-glib/json-reader.c:751
228 #: json-glib/json-reader.c:802 json-glib/json-reader.c:840
229 #: json-glib/json-reader.c:878 json-glib/json-reader.c:916
230 #: json-glib/json-reader.c:954 json-glib/json-reader.c:999
231 #: json-glib/json-reader.c:1035 json-glib/json-reader.c:1061
232 msgid "No node available at the current position"
233 msgstr "Na aktuální pozici není k dispozici žádný uzel"
234
235 #: json-glib/json-reader.c:594
236 #, c-format
237 msgid "The current position holds a '%s' and not an array"
238 msgstr "Aktuální pozice obsahuje „%s“ a ne pole"
239
240 #: json-glib/json-reader.c:670
241 #, c-format
242 msgid "The current node is of type '%s', but an object was expected."
243 msgstr "Aktuální uzel je typu „%s“, ale byl očekáván objekt."
244
245 #: json-glib/json-reader.c:677
246 #, c-format
247 msgid "The member '%s' is not defined in the object at the current position."
248 msgstr "Člen „%s“ není na aktuálním pozici v objektu definován."
249
250 #: json-glib/json-reader.c:758 json-glib/json-reader.c:809
251 #, c-format
252 msgid "The current position holds a '%s' and not an object"
253 msgstr "Aktuální pozice obsahuje „%s“ a ne objekt"
254
255 #: json-glib/json-reader.c:849 json-glib/json-reader.c:887
256 #: json-glib/json-reader.c:925 json-glib/json-reader.c:963
257 #: json-glib/json-reader.c:1008
258 #, c-format
259 msgid "The current position holds a '%s' and not a value"
260 msgstr "Aktuální pozice obsahuje „%s“ a ne hodnotu"
261
262 #: json-glib/json-reader.c:971
263 msgid "The current position does not hold a string type"
264 msgstr "Aktuální pozice neobsahuje typ string (řetězec)"