1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Intel Corporation
3 # This file is distributed under the same license as the json-glib package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: json-glib 1.2.4\n"
10 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-"
12 "POT-Creation-Date: 2017-03-13 13:00+0000\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
21 #: json-glib/json-glib-format.c:50
22 msgid "Prettify output"
25 #: json-glib/json-glib-format.c:51
26 msgid "Indentation spaces"
29 #. Translators: the first %s is the program name, the second one
30 #. * is the URI of the file, the third is the error message.
32 #: json-glib/json-glib-format.c:77 json-glib/json-glib-validate.c:63
34 msgid "%s: %s: error opening file: %s\n"
37 #. Translators: the first %s is the program name, the second one
38 #. * is the URI of the file, the third is the error message.
40 #: json-glib/json-glib-format.c:89 json-glib/json-glib-validate.c:75
42 msgid "%s: %s: error parsing file: %s\n"
45 #. Translators: the first %s is the program name, the
46 #. * second one is the URI of the file.
48 #: json-glib/json-glib-format.c:108
50 msgid "%s: %s: error writing to stdout"
53 #. Translators: the first %s is the program name, the second one
54 #. * is the URI of the file, the third is the error message.
56 #: json-glib/json-glib-format.c:129 json-glib/json-glib-validate.c:87
58 msgid "%s: %s: error closing: %s\n"
61 #: json-glib/json-glib-format.c:158 json-glib/json-glib-validate.c:115
65 #. Translators: this message will appear after the usage string
66 #. and before the list of options.
67 #: json-glib/json-glib-format.c:161
68 msgid "Format JSON files."
71 #: json-glib/json-glib-format.c:162
72 msgid "json-glib-format formats JSON resources."
75 #. Translators: the %s is the program name. This error message
76 #. * means the user is calling json-glib-validate without any
79 #: json-glib/json-glib-format.c:179 json-glib/json-glib-validate.c:136
81 msgid "Error parsing commandline options: %s\n"
84 #: json-glib/json-glib-format.c:181 json-glib/json-glib-format.c:195
85 #: json-glib/json-glib-validate.c:138 json-glib/json-glib-validate.c:152
87 msgid "Try \"%s --help\" for more information."
90 #. Translators: the %s is the program name. This error message
91 #. * means the user is calling json-glib-validate without any
94 #: json-glib/json-glib-format.c:193 json-glib/json-glib-validate.c:150
96 msgid "%s: missing files"
99 #. Translators: this message will appear after the usage string
100 #. and before the list of options.
101 #: json-glib/json-glib-validate.c:118
102 msgid "Validate JSON files."
105 #: json-glib/json-glib-validate.c:119
106 msgid "json-glib-validate validates JSON data at the given URI."
109 #. translators: the %s is the name of the data structure
110 #: json-glib/json-gobject.c:943
112 msgid "Expecting a JSON object, but the root node is of type `%s'"
115 #. translators: the '%s' is the type name
116 #: json-glib/json-gvariant.c:523
118 msgid "Unexpected type '%s' in JSON node"
121 #: json-glib/json-gvariant.c:593
122 msgid "Missing elements in JSON array to conform to a tuple"
125 #: json-glib/json-gvariant.c:621
126 msgid "Missing closing symbol ')' in the GVariant tuple type"
129 #: json-glib/json-gvariant.c:629
130 msgid "Unexpected extra elements in JSON array"
133 #: json-glib/json-gvariant.c:908
134 msgid "Invalid string value converting to GVariant"
137 #: json-glib/json-gvariant.c:964
139 "A GVariant dictionary entry expects a JSON object with exactly one member"
142 #: json-glib/json-gvariant.c:1248
144 msgid "GVariant class '%c' not supported"
147 #: json-glib/json-gvariant.c:1296
148 msgid "Invalid GVariant signature"
151 #: json-glib/json-gvariant.c:1344
152 msgid "JSON data is empty"
155 #. translators: %s: is the file name, the first %d is the line
156 #. * number, the second %d is the position on the line, and %s is
157 #. * the error message
159 #: json-glib/json-parser.c:907
161 msgid "%s:%d:%d: Parse error: %s"
164 #: json-glib/json-parser.c:990
165 msgid "JSON data must be UTF-8 encoded"
168 #: json-glib/json-path.c:388
169 msgid "Only one root node is allowed in a JSONPath expression"
172 #. translators: the %c is the invalid character
173 #: json-glib/json-path.c:397
175 msgid "Root node followed by invalid character '%c'"
178 #: json-glib/json-path.c:437
179 msgid "Missing member name or wildcard after . character"
182 #: json-glib/json-path.c:511
184 msgid "Malformed slice expression '%*s'"
187 #: json-glib/json-path.c:555
189 msgid "Invalid set definition '%*s'"
192 #: json-glib/json-path.c:608
194 msgid "Invalid slice definition '%*s'"
197 #: json-glib/json-path.c:636
199 msgid "Invalid array index definition '%*s'"
202 #: json-glib/json-path.c:655
204 msgid "Invalid first character '%c'"
207 #: json-glib/json-reader.c:474
210 "The current node is of type '%s', but an array or an object was expected."
213 #: json-glib/json-reader.c:486
216 "The index '%d' is greater than the size of the array at the current position."
219 #: json-glib/json-reader.c:503
222 "The index '%d' is greater than the size of the object at the current "
226 #: json-glib/json-reader.c:587 json-glib/json-reader.c:751
227 #: json-glib/json-reader.c:802 json-glib/json-reader.c:840
228 #: json-glib/json-reader.c:878 json-glib/json-reader.c:916
229 #: json-glib/json-reader.c:954 json-glib/json-reader.c:999
230 #: json-glib/json-reader.c:1035 json-glib/json-reader.c:1061
231 msgid "No node available at the current position"
234 #: json-glib/json-reader.c:594
236 msgid "The current position holds a '%s' and not an array"
239 #: json-glib/json-reader.c:670
241 msgid "The current node is of type '%s', but an object was expected."
244 #: json-glib/json-reader.c:677
246 msgid "The member '%s' is not defined in the object at the current position."
249 #: json-glib/json-reader.c:758 json-glib/json-reader.c:809
251 msgid "The current position holds a '%s' and not an object"
254 #: json-glib/json-reader.c:849 json-glib/json-reader.c:887
255 #: json-glib/json-reader.c:925 json-glib/json-reader.c:963
256 #: json-glib/json-reader.c:1008
258 msgid "The current position holds a '%s' and not a value"
261 #: json-glib/json-reader.c:971
262 msgid "The current position does not hold a string type"