Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / po / sv.po
1 # Swedish translation for json-glib.
2 # Copyright © 2012-2015 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the json-glib package.
4 # Daniel Nylander <po@danielnylander.se>, 2012.
5 # Sebastian Rasmussen <sebras@gmail.com>, 2014.
6 # Anders Jonsson <anders.jonsson@norsjovallen.se>, 2015.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: json-glib\n"
11 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-"
12 "glib\n"
13 "POT-Creation-Date: 2017-03-13 13:00+0000\n"
14 "PO-Revision-Date: 2016-07-19 23:27+0200\n"
15 "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
16 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
17 "Language: sv\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 "X-Generator: Poedit 1.8.8\n"
23
24 #: json-glib/json-glib-format.c:50
25 msgid "Prettify output"
26 msgstr "Snygga till utmatning"
27
28 #: json-glib/json-glib-format.c:51
29 msgid "Indentation spaces"
30 msgstr "Indenteringsblanksteg"
31
32 #. Translators: the first %s is the program name, the second one
33 #. * is the URI of the file, the third is the error message.
34 #.
35 #: json-glib/json-glib-format.c:77 json-glib/json-glib-validate.c:63
36 #, c-format
37 msgid "%s: %s: error opening file: %s\n"
38 msgstr "%s: %s: misslyckades att öppna fil: %s\n"
39
40 #. Translators: the first %s is the program name, the second one
41 #. * is the URI of the file, the third is the error message.
42 #.
43 #: json-glib/json-glib-format.c:89 json-glib/json-glib-validate.c:75
44 #, c-format
45 msgid "%s: %s: error parsing file: %s\n"
46 msgstr "%s: %s: misslyckades att tolka fil: %s\n"
47
48 #. Translators: the first %s is the program name, the
49 #. * second one is the URI of the file.
50 #.
51 #: json-glib/json-glib-format.c:108
52 #, c-format
53 msgid "%s: %s: error writing to stdout"
54 msgstr "%s: %s: misslyckades att skriva till stdout"
55
56 #. Translators: the first %s is the program name, the second one
57 #. * is the URI of the file, the third is the error message.
58 #.
59 #: json-glib/json-glib-format.c:129 json-glib/json-glib-validate.c:87
60 #, c-format
61 msgid "%s: %s: error closing: %s\n"
62 msgstr "%s: %s: misslyckades att stänga: %s\n"
63
64 #: json-glib/json-glib-format.c:158 json-glib/json-glib-validate.c:115
65 msgid "FILE"
66 msgstr "FIL"
67
68 #. Translators: this message will appear after the usage string
69 #. and before the list of options.
70 #: json-glib/json-glib-format.c:161
71 msgid "Format JSON files."
72 msgstr "Formatera JSON-filer."
73
74 #: json-glib/json-glib-format.c:162
75 msgid "json-glib-format formats JSON resources."
76 msgstr "json-glib-format formaterar JSON-resurser."
77
78 #. Translators: the %s is the program name. This error message
79 #. * means the user is calling json-glib-validate without any
80 #. * argument.
81 #.
82 #: json-glib/json-glib-format.c:179 json-glib/json-glib-validate.c:136
83 #, c-format
84 msgid "Error parsing commandline options: %s\n"
85 msgstr "Misslyckades att tolka kommandoradsflaggor: %s\n"
86
87 #: json-glib/json-glib-format.c:181 json-glib/json-glib-format.c:195
88 #: json-glib/json-glib-validate.c:138 json-glib/json-glib-validate.c:152
89 #, c-format
90 msgid "Try \"%s --help\" for more information."
91 msgstr "Prova ”%s --help” för mer information."
92
93 #. Translators: the %s is the program name. This error message
94 #. * means the user is calling json-glib-validate without any
95 #. * argument.
96 #.
97 #: json-glib/json-glib-format.c:193 json-glib/json-glib-validate.c:150
98 #, c-format
99 msgid "%s: missing files"
100 msgstr "%s: saknar fil"
101
102 #. Translators: this message will appear after the usage string
103 #. and before the list of options.
104 #: json-glib/json-glib-validate.c:118
105 msgid "Validate JSON files."
106 msgstr "Validera JSON-filer."
107
108 #: json-glib/json-glib-validate.c:119
109 msgid "json-glib-validate validates JSON data at the given URI."
110 msgstr "json-glib-validate validerar JSON-data vid den givna URI:n."
111
112 #. translators: the %s is the name of the data structure
113 #: json-glib/json-gobject.c:943
114 #, c-format
115 msgid "Expecting a JSON object, but the root node is of type `%s'"
116 msgstr "Förväntar sig ett JSON-objekt, men rotnoden är av typen ”%s”"
117
118 #. translators: the '%s' is the type name
119 #: json-glib/json-gvariant.c:523
120 #, c-format
121 msgid "Unexpected type '%s' in JSON node"
122 msgstr "Oväntad typ ”%s” i JSON-nod"
123
124 #: json-glib/json-gvariant.c:593
125 msgid "Missing elements in JSON array to conform to a tuple"
126 msgstr "Saknar element i JSON-vektor för att överensstämma med en tupel"
127
128 #: json-glib/json-gvariant.c:621
129 msgid "Missing closing symbol ')' in the GVariant tuple type"
130 msgstr "Saknar avslutande symbol ”)” i GVariant-tupeltypen"
131
132 #: json-glib/json-gvariant.c:629
133 msgid "Unexpected extra elements in JSON array"
134 msgstr "Oväntade extra-element i JSON-vektor"
135
136 #: json-glib/json-gvariant.c:908
137 msgid "Invalid string value converting to GVariant"
138 msgstr "Ogiltig strängvärdeskonvertering till GVariant"
139
140 #: json-glib/json-gvariant.c:964
141 msgid ""
142 "A GVariant dictionary entry expects a JSON object with exactly one member"
143 msgstr ""
144 "En post i en GVariant-ordbok förväntar sig ett JSON-objekt med exakt en "
145 "medlem"
146
147 #: json-glib/json-gvariant.c:1248
148 #, c-format
149 msgid "GVariant class '%c' not supported"
150 msgstr "GVariant-klassen ”%c” stöds inte"
151
152 #: json-glib/json-gvariant.c:1296
153 msgid "Invalid GVariant signature"
154 msgstr "Ogiltig GVariant-signatur"
155
156 #: json-glib/json-gvariant.c:1344
157 msgid "JSON data is empty"
158 msgstr "JSON-datan är tom"
159
160 #. translators: %s: is the file name, the first %d is the line
161 #. * number, the second %d is the position on the line, and %s is
162 #. * the error message
163 #.
164 #: json-glib/json-parser.c:907
165 #, c-format
166 msgid "%s:%d:%d: Parse error: %s"
167 msgstr "%s:%d:%d: Tolkningsfel: %s"
168
169 #: json-glib/json-parser.c:990
170 msgid "JSON data must be UTF-8 encoded"
171 msgstr "JSON-data måste vara UTF-8-kodad"
172
173 #: json-glib/json-path.c:388
174 msgid "Only one root node is allowed in a JSONPath expression"
175 msgstr "Bara en rotnod är tillåten i ett JSONPath-uttryck"
176
177 #. translators: the %c is the invalid character
178 #: json-glib/json-path.c:397
179 #, c-format
180 msgid "Root node followed by invalid character '%c'"
181 msgstr "Rotnod efterföljd av otillåtet tecken ”%c”"
182
183 #: json-glib/json-path.c:437
184 msgid "Missing member name or wildcard after . character"
185 msgstr "Saknar medlemsnamn eller jokertecken efter .-tecken"
186
187 #: json-glib/json-path.c:511
188 #, c-format
189 msgid "Malformed slice expression '%*s'"
190 msgstr "Missbildat skivuttryck ”%*s”"
191
192 #: json-glib/json-path.c:555
193 #, c-format
194 msgid "Invalid set definition '%*s'"
195 msgstr "Ogiltig mängddefinition ”%*s”"
196
197 #: json-glib/json-path.c:608
198 #, c-format
199 msgid "Invalid slice definition '%*s'"
200 msgstr "Ogiltig skivdefinition ”%*s”"
201
202 #: json-glib/json-path.c:636
203 #, c-format
204 msgid "Invalid array index definition '%*s'"
205 msgstr "Ogiltig vektorindexdefinition ”%*s”"
206
207 #: json-glib/json-path.c:655
208 #, c-format
209 msgid "Invalid first character '%c'"
210 msgstr "Ogiltigt första tecken ”%c”"
211
212 #: json-glib/json-reader.c:474
213 #, c-format
214 msgid ""
215 "The current node is of type '%s', but an array or an object was expected."
216 msgstr ""
217 "Aktuell nod är av typen ”%s”, men en vektor eller ett objekt var förväntat."
218
219 #: json-glib/json-reader.c:486
220 #, c-format
221 msgid ""
222 "The index '%d' is greater than the size of the array at the current position."
223 msgstr ""
224 "Indexet ”%d” är större än storleken på vektorn på den aktuella positionen."
225
226 #: json-glib/json-reader.c:503
227 #, c-format
228 msgid ""
229 "The index '%d' is greater than the size of the object at the current "
230 "position."
231 msgstr ""
232 "Indexet ”%d” är större än storleken på objektet på den aktuella positionen."
233
234 #: json-glib/json-reader.c:587 json-glib/json-reader.c:751
235 #: json-glib/json-reader.c:802 json-glib/json-reader.c:840
236 #: json-glib/json-reader.c:878 json-glib/json-reader.c:916
237 #: json-glib/json-reader.c:954 json-glib/json-reader.c:999
238 #: json-glib/json-reader.c:1035 json-glib/json-reader.c:1061
239 msgid "No node available at the current position"
240 msgstr "Ingen nod tillgänglig på aktuell position"
241
242 #: json-glib/json-reader.c:594
243 #, c-format
244 msgid "The current position holds a '%s' and not an array"
245 msgstr "Aktuell position innehåller en ”%s” och inte en vektor"
246
247 #: json-glib/json-reader.c:670
248 #, c-format
249 msgid "The current node is of type '%s', but an object was expected."
250 msgstr "Aktuell nod är av typen ”%s”, men ett objekt var förväntat."
251
252 #: json-glib/json-reader.c:677
253 #, c-format
254 msgid "The member '%s' is not defined in the object at the current position."
255 msgstr "Medlemmen ”%s” är inte definierad i objektet på aktuell position."
256
257 #: json-glib/json-reader.c:758 json-glib/json-reader.c:809
258 #, c-format
259 msgid "The current position holds a '%s' and not an object"
260 msgstr "Aktuell position innehåller en ”%s” och inte ett objekt"
261
262 #: json-glib/json-reader.c:849 json-glib/json-reader.c:887
263 #: json-glib/json-reader.c:925 json-glib/json-reader.c:963
264 #: json-glib/json-reader.c:1008
265 #, c-format
266 msgid "The current position holds a '%s' and not a value"
267 msgstr "Aktuell position innehåller en ”%s” och inte ett värde"
268
269 #: json-glib/json-reader.c:971
270 msgid "The current position does not hold a string type"
271 msgstr "Aktuell position innehåller inte en strängtyp"