Merge branch 'localization' into 'develop'
[akkoma] / priv / gettext / errors.pot
1 ## This file is a PO Template file.
2 ##
3 ## `msgid`s here are often extracted from source code.
4 ## Add new translations manually only if they're dynamic
5 ## translations that can't be statically extracted.
6 ##
7 ## Run `mix gettext.extract` to bring this file up to
8 ## date. Leave `msgstr`s empty as changing them here as no
9 ## effect: edit them in PO (`.po`) files instead.
10 ## From Ecto.Changeset.cast/4
11 msgid "can't be blank"
12 msgstr ""
13
14 ## From Ecto.Changeset.unique_constraint/3
15 msgid "has already been taken"
16 msgstr ""
17
18 ## From Ecto.Changeset.put_change/3
19 msgid "is invalid"
20 msgstr ""
21
22 ## From Ecto.Changeset.validate_format/3
23 msgid "has invalid format"
24 msgstr ""
25
26 ## From Ecto.Changeset.validate_subset/3
27 msgid "has an invalid entry"
28 msgstr ""
29
30 ## From Ecto.Changeset.validate_exclusion/3
31 msgid "is reserved"
32 msgstr ""
33
34 ## From Ecto.Changeset.validate_confirmation/3
35 msgid "does not match confirmation"
36 msgstr ""
37
38 ## From Ecto.Changeset.no_assoc_constraint/3
39 msgid "is still associated with this entry"
40 msgstr ""
41
42 msgid "are still associated with this entry"
43 msgstr ""
44
45 ## From Ecto.Changeset.validate_length/3
46 msgid "should be %{count} character(s)"
47 msgid_plural "should be %{count} character(s)"
48 msgstr[0] ""
49 msgstr[1] ""
50
51 msgid "should have %{count} item(s)"
52 msgid_plural "should have %{count} item(s)"
53 msgstr[0] ""
54 msgstr[1] ""
55
56 msgid "should be at least %{count} character(s)"
57 msgid_plural "should be at least %{count} character(s)"
58 msgstr[0] ""
59 msgstr[1] ""
60
61 msgid "should have at least %{count} item(s)"
62 msgid_plural "should have at least %{count} item(s)"
63 msgstr[0] ""
64 msgstr[1] ""
65
66 msgid "should be at most %{count} character(s)"
67 msgid_plural "should be at most %{count} character(s)"
68 msgstr[0] ""
69 msgstr[1] ""
70
71 msgid "should have at most %{count} item(s)"
72 msgid_plural "should have at most %{count} item(s)"
73 msgstr[0] ""
74 msgstr[1] ""
75
76 ## From Ecto.Changeset.validate_number/3
77 msgid "must be less than %{number}"
78 msgstr ""
79
80 msgid "must be greater than %{number}"
81 msgstr ""
82
83 msgid "must be less than or equal to %{number}"
84 msgstr ""
85
86 msgid "must be greater than or equal to %{number}"
87 msgstr ""
88
89 msgid "must be equal to %{number}"
90 msgstr ""
91
92 #, elixir-format
93 #: lib/pleroma/web/common_api/common_api.ex:381
94 msgid "Account not found"
95 msgstr ""
96
97 #, elixir-format
98 #: lib/pleroma/web/common_api/common_api.ex:153
99 msgid "Already voted"
100 msgstr ""
101
102 #, elixir-format
103 #: lib/pleroma/web/oauth/oauth_controller.ex:263
104 msgid "Bad request"
105 msgstr ""
106
107 #, elixir-format
108 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:254
109 msgid "Can't delete object"
110 msgstr ""
111
112 #, elixir-format
113 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:569
114 msgid "Can't delete this post"
115 msgstr ""
116
117 #, elixir-format
118 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1731
119 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1737
120 msgid "Can't display this activity"
121 msgstr ""
122
123 #, elixir-format
124 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:195
125 msgid "Can't find user"
126 msgstr ""
127
128 #, elixir-format
129 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1148
130 msgid "Can't get favorites"
131 msgstr ""
132
133 #, elixir-format
134 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:263
135 msgid "Can't like object"
136 msgstr ""
137
138 #, elixir-format
139 #: lib/pleroma/web/common_api/utils.ex:518
140 msgid "Cannot post an empty status without attachments"
141 msgstr ""
142
143 #, elixir-format
144 #: lib/pleroma/web/common_api/utils.ex:461
145 msgid "Comment must be up to %{max_size} characters"
146 msgstr ""
147
148 #, elixir-format
149 #: lib/pleroma/web/admin_api/config.ex:63
150 msgid "Config with params %{params} not found"
151 msgstr ""
152
153 #, elixir-format
154 #: lib/pleroma/web/common_api/common_api.ex:78
155 msgid "Could not delete"
156 msgstr ""
157
158 #, elixir-format
159 #: lib/pleroma/web/common_api/common_api.ex:110
160 msgid "Could not favorite"
161 msgstr ""
162
163 #, elixir-format
164 #: lib/pleroma/web/common_api/common_api.ex:310
165 msgid "Could not pin"
166 msgstr ""
167
168 #, elixir-format
169 #: lib/pleroma/web/common_api/common_api.ex:89
170 msgid "Could not repeat"
171 msgstr ""
172
173 #, elixir-format
174 #: lib/pleroma/web/common_api/common_api.ex:120
175 msgid "Could not unfavorite"
176 msgstr ""
177
178 #, elixir-format
179 #: lib/pleroma/web/common_api/common_api.ex:327
180 msgid "Could not unpin"
181 msgstr ""
182
183 #, elixir-format
184 #: lib/pleroma/web/common_api/common_api.ex:99
185 msgid "Could not unrepeat"
186 msgstr ""
187
188 #, elixir-format
189 #: lib/pleroma/web/common_api/common_api.ex:392
190 msgid "Could not update state"
191 msgstr ""
192
193 #, elixir-format
194 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1271
195 msgid "Error."
196 msgstr ""
197
198 #, elixir-format
199 #: lib/pleroma/captcha/kocaptcha.ex:36
200 msgid "Invalid CAPTCHA"
201 msgstr ""
202
203 #, elixir-format
204 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1700
205 #: lib/pleroma/web/oauth/oauth_controller.ex:465
206 msgid "Invalid credentials"
207 msgstr ""
208
209 #, elixir-format
210 #: lib/pleroma/plugs/ensure_authenticated_plug.ex:20
211 msgid "Invalid credentials."
212 msgstr ""
213
214 #, elixir-format
215 #: lib/pleroma/web/common_api/common_api.ex:154
216 msgid "Invalid indices"
217 msgstr ""
218
219 #, elixir-format
220 #: lib/pleroma/web/admin_api/admin_api_controller.ex:411
221 msgid "Invalid parameters"
222 msgstr ""
223
224 #, elixir-format
225 #: lib/pleroma/web/common_api/utils.ex:377
226 msgid "Invalid password."
227 msgstr ""
228
229 #, elixir-format
230 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:163
231 msgid "Invalid request"
232 msgstr ""
233
234 #, elixir-format
235 #: lib/pleroma/captcha/kocaptcha.ex:16
236 msgid "Kocaptcha service unavailable"
237 msgstr ""
238
239 #, elixir-format
240 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1696
241 msgid "Missing parameters"
242 msgstr ""
243
244 #, elixir-format
245 #: lib/pleroma/web/common_api/utils.ex:496
246 msgid "No such conversation"
247 msgstr ""
248
249 #, elixir-format
250 #: lib/pleroma/web/admin_api/admin_api_controller.ex:163
251 #: lib/pleroma/web/admin_api/admin_api_controller.ex:206
252 msgid "No such permission_group"
253 msgstr ""
254
255 #, elixir-format
256 #: lib/pleroma/plugs/uploaded_media.ex:69
257 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:311
258 #: lib/pleroma/web/admin_api/admin_api_controller.ex:399
259 #: lib/pleroma/web/mastodon_api/subscription_controller.ex:63
260 #: lib/pleroma/web/ostatus/ostatus_controller.ex:248
261 msgid "Not found"
262 msgstr ""
263
264 #, elixir-format
265 #: lib/pleroma/web/common_api/common_api.ex:152
266 msgid "Poll's author can't vote"
267 msgstr ""
268
269 #, elixir-format
270 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:443
271 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:444
272 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:473
273 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:476
274 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1180
275 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1564
276 msgid "Record not found"
277 msgstr ""
278
279 #, elixir-format
280 #: lib/pleroma/web/admin_api/admin_api_controller.ex:417
281 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1570
282 #: lib/pleroma/web/mastodon_api/subscription_controller.ex:69
283 #: lib/pleroma/web/ostatus/ostatus_controller.ex:252
284 msgid "Something went wrong"
285 msgstr ""
286
287 #, elixir-format
288 #: lib/pleroma/web/common_api/common_api.ex:253
289 msgid "The message visibility must be direct"
290 msgstr ""
291
292 #, elixir-format
293 #: lib/pleroma/web/common_api/utils.ex:521
294 msgid "The status is over the character limit"
295 msgstr ""
296
297 #, elixir-format
298 #: lib/pleroma/plugs/ensure_public_or_authenticated_plug.ex:27
299 msgid "This resource requires authentication."
300 msgstr ""
301
302 #, elixir-format
303 #: lib/pleroma/plugs/rate_limiter.ex:89
304 msgid "Throttled"
305 msgstr ""
306
307 #, elixir-format
308 #: lib/pleroma/web/common_api/common_api.ex:155
309 msgid "Too many choices"
310 msgstr ""
311
312 #, elixir-format
313 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:268
314 msgid "Unhandled activity type"
315 msgstr ""
316
317 #, elixir-format
318 #: lib/pleroma/plugs/user_is_admin_plug.ex:20
319 msgid "User is not admin."
320 msgstr ""
321
322 #, elixir-format
323 #: lib/pleroma/web/common_api/common_api.ex:380
324 msgid "Valid `account_id` required"
325 msgstr ""
326
327 #, elixir-format
328 #: lib/pleroma/web/admin_api/admin_api_controller.ex:185
329 msgid "You can't revoke your own admin status."
330 msgstr ""
331
332 #, elixir-format
333 #: lib/pleroma/web/oauth/oauth_controller.ex:216
334 msgid "Your account is currently disabled"
335 msgstr ""
336
337 #, elixir-format
338 #: lib/pleroma/web/oauth/oauth_controller.ex:158
339 #: lib/pleroma/web/oauth/oauth_controller.ex:213
340 msgid "Your login is missing a confirmed e-mail address"
341 msgstr ""
342
343 #, elixir-format
344 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:221
345 msgid "can't read inbox of %{nickname} as %{as_nickname}"
346 msgstr ""
347
348 #, elixir-format
349 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:297
350 msgid "can't update outbox of %{nickname} as %{as_nickname}"
351 msgstr ""
352
353 #, elixir-format
354 #: lib/pleroma/web/common_api/common_api.ex:335
355 msgid "conversation is already muted"
356 msgstr ""
357
358 #, elixir-format
359 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:192
360 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:317
361 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1196
362 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1247
363 msgid "error"
364 msgstr ""
365
366 #, elixir-format
367 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:789
368 msgid "mascots can only be images"
369 msgstr ""
370
371 #, elixir-format
372 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:34
373 msgid "not found"
374 msgstr ""
375
376 #, elixir-format
377 #: lib/pleroma/web/oauth/oauth_controller.ex:298
378 msgid "Bad OAuth request."
379 msgstr ""
380
381 #, elixir-format
382 #: lib/pleroma/captcha/captcha.ex:92
383 msgid "CAPTCHA already used"
384 msgstr ""
385
386 #, elixir-format
387 #: lib/pleroma/captcha/captcha.ex:89
388 msgid "CAPTCHA expired"
389 msgstr ""
390
391 #, elixir-format
392 #: lib/pleroma/plugs/uploaded_media.ex:50
393 msgid "Failed"
394 msgstr ""
395
396 #, elixir-format
397 #: lib/pleroma/web/oauth/oauth_controller.ex:314
398 msgid "Failed to authenticate: %{message}."
399 msgstr ""
400
401 #, elixir-format
402 #: lib/pleroma/web/oauth/oauth_controller.ex:345
403 msgid "Failed to set up user account."
404 msgstr ""
405
406 #, elixir-format
407 #: lib/pleroma/plugs/oauth_scopes_plug.ex:37
408 msgid "Insufficient permissions: %{permissions}."
409 msgstr ""
410
411 #, elixir-format
412 #: lib/pleroma/plugs/uploaded_media.ex:89
413 msgid "Internal Error"
414 msgstr ""
415
416 #, elixir-format
417 #: lib/pleroma/web/oauth/fallback_controller.ex:22
418 #: lib/pleroma/web/oauth/fallback_controller.ex:29
419 msgid "Invalid Username/Password"
420 msgstr ""
421
422 #, elixir-format
423 #: lib/pleroma/captcha/captcha.ex:107
424 msgid "Invalid answer data"
425 msgstr ""
426
427 #, elixir-format
428 #: lib/pleroma/web/nodeinfo/nodeinfo_controller.ex:204
429 msgid "Nodeinfo schema version not handled"
430 msgstr ""
431
432 #, elixir-format
433 #: lib/pleroma/web/oauth/oauth_controller.ex:145
434 msgid "This action is outside the authorized scopes"
435 msgstr ""
436
437 #, elixir-format
438 #: lib/pleroma/web/oauth/fallback_controller.ex:14
439 msgid "Unknown error, please check the details and try again."
440 msgstr ""
441
442 #, elixir-format
443 #: lib/pleroma/web/oauth/oauth_controller.ex:93
444 #: lib/pleroma/web/oauth/oauth_controller.ex:131
445 msgid "Unlisted redirect_uri."
446 msgstr ""
447
448 #, elixir-format
449 #: lib/pleroma/web/oauth/oauth_controller.ex:294
450 msgid "Unsupported OAuth provider: %{provider}."
451 msgstr ""
452
453 #, elixir-format
454 #: lib/pleroma/uploaders/uploader.ex:71
455 msgid "Uploader callback timeout"
456 msgstr ""
457
458 #, elixir-format
459 #: lib/pleroma/web/uploader_controller.ex:11
460 #: lib/pleroma/web/uploader_controller.ex:23
461 msgid "bad request"
462 msgstr ""