Merge branch 'weblate-pleroma-pleroma' into 'develop'
[akkoma] / priv / gettext / uk / LC_MESSAGES / errors.po
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: PACKAGE VERSION\n"
4 "Report-Msgid-Bugs-To: \n"
5 "POT-Creation-Date: 2020-12-10 16:09+0000\n"
6 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
7 "Last-Translator: Automatically generated\n"
8 "Language-Team: none\n"
9 "Language: uk\n"
10 "MIME-Version: 1.0\n"
11 "Content-Type: text/plain; charset=UTF-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
13 "X-Generator: Translate Toolkit 2.5.1\n"
14
15 ## This file is a PO Template file.
16 ##
17 ## `msgid`s here are often extracted from source code.
18 ## Add new translations manually only if they're dynamic
19 ## translations that can't be statically extracted.
20 ##
21 ## Run `mix gettext.extract` to bring this file up to
22 ## date. Leave `msgstr`s empty as changing them here as no
23 ## effect: edit them in PO (`.po`) files instead.
24 ## From Ecto.Changeset.cast/4
25 msgid "can't be blank"
26 msgstr ""
27
28 ## From Ecto.Changeset.unique_constraint/3
29 msgid "has already been taken"
30 msgstr ""
31
32 ## From Ecto.Changeset.put_change/3
33 msgid "is invalid"
34 msgstr ""
35
36 ## From Ecto.Changeset.validate_format/3
37 msgid "has invalid format"
38 msgstr ""
39
40 ## From Ecto.Changeset.validate_subset/3
41 msgid "has an invalid entry"
42 msgstr ""
43
44 ## From Ecto.Changeset.validate_exclusion/3
45 msgid "is reserved"
46 msgstr ""
47
48 ## From Ecto.Changeset.validate_confirmation/3
49 msgid "does not match confirmation"
50 msgstr ""
51
52 ## From Ecto.Changeset.no_assoc_constraint/3
53 msgid "is still associated with this entry"
54 msgstr ""
55
56 msgid "are still associated with this entry"
57 msgstr ""
58
59 ## From Ecto.Changeset.validate_length/3
60 msgid "should be %{count} character(s)"
61 msgid_plural "should be %{count} character(s)"
62 msgstr[0] ""
63 msgstr[1] ""
64 msgstr[2] ""
65
66 msgid "should have %{count} item(s)"
67 msgid_plural "should have %{count} item(s)"
68 msgstr[0] ""
69 msgstr[1] ""
70 msgstr[2] ""
71
72 msgid "should be at least %{count} character(s)"
73 msgid_plural "should be at least %{count} character(s)"
74 msgstr[0] ""
75 msgstr[1] ""
76 msgstr[2] ""
77
78 msgid "should have at least %{count} item(s)"
79 msgid_plural "should have at least %{count} item(s)"
80 msgstr[0] ""
81 msgstr[1] ""
82 msgstr[2] ""
83
84 msgid "should be at most %{count} character(s)"
85 msgid_plural "should be at most %{count} character(s)"
86 msgstr[0] ""
87 msgstr[1] ""
88 msgstr[2] ""
89
90 msgid "should have at most %{count} item(s)"
91 msgid_plural "should have at most %{count} item(s)"
92 msgstr[0] ""
93 msgstr[1] ""
94 msgstr[2] ""
95
96 ## From Ecto.Changeset.validate_number/3
97 msgid "must be less than %{number}"
98 msgstr ""
99
100 msgid "must be greater than %{number}"
101 msgstr ""
102
103 msgid "must be less than or equal to %{number}"
104 msgstr ""
105
106 msgid "must be greater than or equal to %{number}"
107 msgstr ""
108
109 msgid "must be equal to %{number}"
110 msgstr ""
111
112 #: lib/pleroma/web/common_api/common_api.ex:505
113 #, elixir-format
114 msgid "Account not found"
115 msgstr ""
116
117 #: lib/pleroma/web/common_api/common_api.ex:339
118 #, elixir-format
119 msgid "Already voted"
120 msgstr ""
121
122 #: lib/pleroma/web/oauth/oauth_controller.ex:359
123 #, elixir-format
124 msgid "Bad request"
125 msgstr ""
126
127 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:426
128 #, elixir-format
129 msgid "Can't delete object"
130 msgstr ""
131
132 #: lib/pleroma/web/controller_helper.ex:105
133 #: lib/pleroma/web/controller_helper.ex:111
134 #, elixir-format
135 msgid "Can't display this activity"
136 msgstr ""
137
138 #: lib/pleroma/web/mastodon_api/controllers/account_controller.ex:285
139 #, elixir-format
140 msgid "Can't find user"
141 msgstr ""
142
143 #: lib/pleroma/web/pleroma_api/controllers/account_controller.ex:61
144 #, elixir-format
145 msgid "Can't get favorites"
146 msgstr ""
147
148 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:438
149 #, elixir-format
150 msgid "Can't like object"
151 msgstr ""
152
153 #: lib/pleroma/web/common_api/utils.ex:563
154 #, elixir-format
155 msgid "Cannot post an empty status without attachments"
156 msgstr ""
157
158 #: lib/pleroma/web/common_api/utils.ex:511
159 #, elixir-format
160 msgid "Comment must be up to %{max_size} characters"
161 msgstr ""
162
163 #: lib/pleroma/config/config_db.ex:191
164 #, elixir-format
165 msgid "Config with params %{params} not found"
166 msgstr ""
167
168 #: lib/pleroma/web/common_api/common_api.ex:181
169 #: lib/pleroma/web/common_api/common_api.ex:185
170 #, elixir-format
171 msgid "Could not delete"
172 msgstr ""
173
174 #: lib/pleroma/web/common_api/common_api.ex:231
175 #, elixir-format
176 msgid "Could not favorite"
177 msgstr ""
178
179 #: lib/pleroma/web/common_api/common_api.ex:453
180 #, elixir-format
181 msgid "Could not pin"
182 msgstr ""
183
184 #: lib/pleroma/web/common_api/common_api.ex:278
185 #, elixir-format
186 msgid "Could not unfavorite"
187 msgstr ""
188
189 #: lib/pleroma/web/common_api/common_api.ex:463
190 #, elixir-format
191 msgid "Could not unpin"
192 msgstr ""
193
194 #: lib/pleroma/web/common_api/common_api.ex:216
195 #, elixir-format
196 msgid "Could not unrepeat"
197 msgstr ""
198
199 #: lib/pleroma/web/common_api/common_api.ex:512
200 #: lib/pleroma/web/common_api/common_api.ex:521
201 #, elixir-format
202 msgid "Could not update state"
203 msgstr ""
204
205 #: lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex:207
206 #, elixir-format
207 msgid "Error."
208 msgstr ""
209
210 #: lib/pleroma/web/twitter_api/twitter_api.ex:106
211 #, elixir-format
212 msgid "Invalid CAPTCHA"
213 msgstr ""
214
215 #: lib/pleroma/web/mastodon_api/controllers/account_controller.ex:116
216 #: lib/pleroma/web/oauth/oauth_controller.ex:568
217 #, elixir-format
218 msgid "Invalid credentials"
219 msgstr ""
220
221 #: lib/pleroma/plugs/ensure_authenticated_plug.ex:38
222 #, elixir-format
223 msgid "Invalid credentials."
224 msgstr ""
225
226 #: lib/pleroma/web/common_api/common_api.ex:355
227 #, elixir-format
228 msgid "Invalid indices"
229 msgstr ""
230
231 #: lib/pleroma/web/admin_api/controllers/fallback_controller.ex:29
232 #, elixir-format
233 msgid "Invalid parameters"
234 msgstr ""
235
236 #: lib/pleroma/web/common_api/utils.ex:414
237 #, elixir-format
238 msgid "Invalid password."
239 msgstr ""
240
241 #: lib/pleroma/web/mastodon_api/controllers/account_controller.ex:220
242 #, elixir-format
243 msgid "Invalid request"
244 msgstr ""
245
246 #: lib/pleroma/web/twitter_api/twitter_api.ex:109
247 #, elixir-format
248 msgid "Kocaptcha service unavailable"
249 msgstr ""
250
251 #: lib/pleroma/web/mastodon_api/controllers/account_controller.ex:112
252 #, elixir-format
253 msgid "Missing parameters"
254 msgstr ""
255
256 #: lib/pleroma/web/common_api/utils.ex:547
257 #, elixir-format
258 msgid "No such conversation"
259 msgstr ""
260
261 #: lib/pleroma/web/admin_api/controllers/admin_api_controller.ex:388
262 #: lib/pleroma/web/admin_api/controllers/admin_api_controller.ex:414 lib/pleroma/web/admin_api/controllers/admin_api_controller.ex:456
263 #, elixir-format
264 msgid "No such permission_group"
265 msgstr ""
266
267 #: lib/pleroma/plugs/uploaded_media.ex:84
268 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:486 lib/pleroma/web/admin_api/controllers/fallback_controller.ex:11
269 #: lib/pleroma/web/feed/user_controller.ex:71 lib/pleroma/web/ostatus/ostatus_controller.ex:143
270 #, elixir-format
271 msgid "Not found"
272 msgstr ""
273
274 #: lib/pleroma/web/common_api/common_api.ex:331
275 #, elixir-format
276 msgid "Poll's author can't vote"
277 msgstr ""
278
279 #: lib/pleroma/web/mastodon_api/controllers/fallback_controller.ex:20
280 #: lib/pleroma/web/mastodon_api/controllers/poll_controller.ex:37 lib/pleroma/web/mastodon_api/controllers/poll_controller.ex:49
281 #: lib/pleroma/web/mastodon_api/controllers/poll_controller.ex:50 lib/pleroma/web/mastodon_api/controllers/status_controller.ex:306
282 #: lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex:71
283 #, elixir-format
284 msgid "Record not found"
285 msgstr ""
286
287 #: lib/pleroma/web/admin_api/controllers/fallback_controller.ex:35
288 #: lib/pleroma/web/feed/user_controller.ex:77 lib/pleroma/web/mastodon_api/controllers/fallback_controller.ex:36
289 #: lib/pleroma/web/ostatus/ostatus_controller.ex:149
290 #, elixir-format
291 msgid "Something went wrong"
292 msgstr ""
293
294 #: lib/pleroma/web/common_api/activity_draft.ex:107
295 #, elixir-format
296 msgid "The message visibility must be direct"
297 msgstr ""
298
299 #: lib/pleroma/web/common_api/utils.ex:573
300 #, elixir-format
301 msgid "The status is over the character limit"
302 msgstr ""
303
304 #: lib/pleroma/plugs/ensure_public_or_authenticated_plug.ex:31
305 #, elixir-format
306 msgid "This resource requires authentication."
307 msgstr ""
308
309 #: lib/pleroma/plugs/rate_limiter/rate_limiter.ex:206
310 #, elixir-format
311 msgid "Throttled"
312 msgstr ""
313
314 #: lib/pleroma/web/common_api/common_api.ex:356
315 #, elixir-format
316 msgid "Too many choices"
317 msgstr ""
318
319 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:443
320 #, elixir-format
321 msgid "Unhandled activity type"
322 msgstr ""
323
324 #: lib/pleroma/web/admin_api/controllers/admin_api_controller.ex:485
325 #, elixir-format
326 msgid "You can't revoke your own admin status."
327 msgstr ""
328
329 #: lib/pleroma/web/oauth/oauth_controller.ex:221
330 #: lib/pleroma/web/oauth/oauth_controller.ex:308
331 #, elixir-format
332 msgid "Your account is currently disabled"
333 msgstr ""
334
335 #: lib/pleroma/web/oauth/oauth_controller.ex:183
336 #: lib/pleroma/web/oauth/oauth_controller.ex:331
337 #, elixir-format
338 msgid "Your login is missing a confirmed e-mail address"
339 msgstr ""
340
341 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:390
342 #, elixir-format
343 msgid "can't read inbox of %{nickname} as %{as_nickname}"
344 msgstr ""
345
346 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:473
347 #, elixir-format
348 msgid "can't update outbox of %{nickname} as %{as_nickname}"
349 msgstr ""
350
351 #: lib/pleroma/web/common_api/common_api.ex:471
352 #, elixir-format
353 msgid "conversation is already muted"
354 msgstr ""
355
356 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:314
357 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:492
358 #, elixir-format
359 msgid "error"
360 msgstr ""
361
362 #: lib/pleroma/web/pleroma_api/controllers/mascot_controller.ex:32
363 #, elixir-format
364 msgid "mascots can only be images"
365 msgstr ""
366
367 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:62
368 #, elixir-format
369 msgid "not found"
370 msgstr ""
371
372 #: lib/pleroma/web/oauth/oauth_controller.ex:394
373 #, elixir-format
374 msgid "Bad OAuth request."
375 msgstr ""
376
377 #: lib/pleroma/web/twitter_api/twitter_api.ex:115
378 #, elixir-format
379 msgid "CAPTCHA already used"
380 msgstr ""
381
382 #: lib/pleroma/web/twitter_api/twitter_api.ex:112
383 #, elixir-format
384 msgid "CAPTCHA expired"
385 msgstr ""
386
387 #: lib/pleroma/plugs/uploaded_media.ex:57
388 #, elixir-format
389 msgid "Failed"
390 msgstr ""
391
392 #: lib/pleroma/web/oauth/oauth_controller.ex:410
393 #, elixir-format
394 msgid "Failed to authenticate: %{message}."
395 msgstr ""
396
397 #: lib/pleroma/web/oauth/oauth_controller.ex:441
398 #, elixir-format
399 msgid "Failed to set up user account."
400 msgstr ""
401
402 #: lib/pleroma/plugs/oauth_scopes_plug.ex:38
403 #, elixir-format
404 msgid "Insufficient permissions: %{permissions}."
405 msgstr ""
406
407 #: lib/pleroma/plugs/uploaded_media.ex:104
408 #, elixir-format
409 msgid "Internal Error"
410 msgstr ""
411
412 #: lib/pleroma/web/oauth/fallback_controller.ex:22
413 #: lib/pleroma/web/oauth/fallback_controller.ex:29
414 #, elixir-format
415 msgid "Invalid Username/Password"
416 msgstr ""
417
418 #: lib/pleroma/web/twitter_api/twitter_api.ex:118
419 #, elixir-format
420 msgid "Invalid answer data"
421 msgstr ""
422
423 #: lib/pleroma/web/nodeinfo/nodeinfo_controller.ex:33
424 #, elixir-format
425 msgid "Nodeinfo schema version not handled"
426 msgstr ""
427
428 #: lib/pleroma/web/oauth/oauth_controller.ex:172
429 #, elixir-format
430 msgid "This action is outside the authorized scopes"
431 msgstr ""
432
433 #: lib/pleroma/web/oauth/fallback_controller.ex:14
434 #, elixir-format
435 msgid "Unknown error, please check the details and try again."
436 msgstr ""
437
438 #: lib/pleroma/web/oauth/oauth_controller.ex:119
439 #: lib/pleroma/web/oauth/oauth_controller.ex:158
440 #, elixir-format
441 msgid "Unlisted redirect_uri."
442 msgstr ""
443
444 #: lib/pleroma/web/oauth/oauth_controller.ex:390
445 #, elixir-format
446 msgid "Unsupported OAuth provider: %{provider}."
447 msgstr ""
448
449 #: lib/pleroma/uploaders/uploader.ex:72
450 #, elixir-format
451 msgid "Uploader callback timeout"
452 msgstr ""
453
454 #: lib/pleroma/web/uploader_controller.ex:23
455 #, elixir-format
456 msgid "bad request"
457 msgstr ""
458
459 #: lib/pleroma/web/twitter_api/twitter_api.ex:103
460 #, elixir-format
461 msgid "CAPTCHA Error"
462 msgstr ""
463
464 #: lib/pleroma/web/common_api/common_api.ex:290
465 #, elixir-format
466 msgid "Could not add reaction emoji"
467 msgstr ""
468
469 #: lib/pleroma/web/common_api/common_api.ex:301
470 #, elixir-format
471 msgid "Could not remove reaction emoji"
472 msgstr ""
473
474 #: lib/pleroma/web/twitter_api/twitter_api.ex:129
475 #, elixir-format
476 msgid "Invalid CAPTCHA (Missing parameter: %{name})"
477 msgstr ""
478
479 #: lib/pleroma/web/mastodon_api/controllers/list_controller.ex:92
480 #, elixir-format
481 msgid "List not found"
482 msgstr ""
483
484 #: lib/pleroma/web/mastodon_api/controllers/account_controller.ex:123
485 #, elixir-format
486 msgid "Missing parameter: %{name}"
487 msgstr ""
488
489 #: lib/pleroma/web/oauth/oauth_controller.ex:210
490 #: lib/pleroma/web/oauth/oauth_controller.ex:321
491 #, elixir-format
492 msgid "Password reset is required"
493 msgstr ""
494
495 #: lib/pleroma/tests/auth_test_controller.ex:9
496 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:6 lib/pleroma/web/admin_api/controllers/admin_api_controller.ex:6
497 #: lib/pleroma/web/admin_api/controllers/config_controller.ex:6 lib/pleroma/web/admin_api/controllers/fallback_controller.ex:6
498 #: lib/pleroma/web/admin_api/controllers/invite_controller.ex:6 lib/pleroma/web/admin_api/controllers/media_proxy_cache_controller.ex:6
499 #: lib/pleroma/web/admin_api/controllers/oauth_app_controller.ex:6 lib/pleroma/web/admin_api/controllers/relay_controller.ex:6
500 #: lib/pleroma/web/admin_api/controllers/report_controller.ex:6 lib/pleroma/web/admin_api/controllers/status_controller.ex:6
501 #: lib/pleroma/web/controller_helper.ex:6 lib/pleroma/web/embed_controller.ex:6
502 #: lib/pleroma/web/fallback_redirect_controller.ex:6 lib/pleroma/web/feed/tag_controller.ex:6
503 #: lib/pleroma/web/feed/user_controller.ex:6 lib/pleroma/web/mailer/subscription_controller.ex:2
504 #: lib/pleroma/web/masto_fe_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/account_controller.ex:6
505 #: lib/pleroma/web/mastodon_api/controllers/app_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/auth_controller.ex:6
506 #: lib/pleroma/web/mastodon_api/controllers/conversation_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/custom_emoji_controller.ex:6
507 #: lib/pleroma/web/mastodon_api/controllers/domain_block_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/fallback_controller.ex:6
508 #: lib/pleroma/web/mastodon_api/controllers/filter_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/follow_request_controller.ex:6
509 #: lib/pleroma/web/mastodon_api/controllers/instance_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/list_controller.ex:6
510 #: lib/pleroma/web/mastodon_api/controllers/marker_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex:14
511 #: lib/pleroma/web/mastodon_api/controllers/media_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/notification_controller.ex:6
512 #: lib/pleroma/web/mastodon_api/controllers/poll_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/report_controller.ex:8
513 #: lib/pleroma/web/mastodon_api/controllers/scheduled_activity_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/search_controller.ex:6
514 #: lib/pleroma/web/mastodon_api/controllers/status_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex:7
515 #: lib/pleroma/web/mastodon_api/controllers/suggestion_controller.ex:6 lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex:6
516 #: lib/pleroma/web/media_proxy/media_proxy_controller.ex:6 lib/pleroma/web/mongooseim/mongoose_im_controller.ex:6
517 #: lib/pleroma/web/nodeinfo/nodeinfo_controller.ex:6 lib/pleroma/web/oauth/fallback_controller.ex:6
518 #: lib/pleroma/web/oauth/mfa_controller.ex:10 lib/pleroma/web/oauth/oauth_controller.ex:6
519 #: lib/pleroma/web/ostatus/ostatus_controller.ex:6 lib/pleroma/web/pleroma_api/controllers/account_controller.ex:6
520 #: lib/pleroma/web/pleroma_api/controllers/chat_controller.ex:5 lib/pleroma/web/pleroma_api/controllers/conversation_controller.ex:6
521 #: lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex:2 lib/pleroma/web/pleroma_api/controllers/emoji_reaction_controller.ex:6
522 #: lib/pleroma/web/pleroma_api/controllers/mascot_controller.ex:6 lib/pleroma/web/pleroma_api/controllers/notification_controller.ex:6
523 #: lib/pleroma/web/pleroma_api/controllers/scrobble_controller.ex:6
524 #: lib/pleroma/web/pleroma_api/controllers/two_factor_authentication_controller.ex:7 lib/pleroma/web/static_fe/static_fe_controller.ex:6
525 #: lib/pleroma/web/twitter_api/controllers/password_controller.ex:10 lib/pleroma/web/twitter_api/controllers/remote_follow_controller.ex:6
526 #: lib/pleroma/web/twitter_api/controllers/util_controller.ex:6 lib/pleroma/web/twitter_api/twitter_api_controller.ex:6
527 #: lib/pleroma/web/uploader_controller.ex:6 lib/pleroma/web/web_finger/web_finger_controller.ex:6
528 #, elixir-format
529 msgid "Security violation: OAuth scopes check was neither handled nor explicitly skipped."
530 msgstr ""
531
532 #: lib/pleroma/plugs/ensure_authenticated_plug.ex:28
533 #, elixir-format
534 msgid "Two-factor authentication enabled, you must use a access token."
535 msgstr ""
536
537 #: lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex:210
538 #, elixir-format
539 msgid "Unexpected error occurred while adding file to pack."
540 msgstr ""
541
542 #: lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex:138
543 #, elixir-format
544 msgid "Unexpected error occurred while creating pack."
545 msgstr ""
546
547 #: lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex:278
548 #, elixir-format
549 msgid "Unexpected error occurred while removing file from pack."
550 msgstr ""
551
552 #: lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex:250
553 #, elixir-format
554 msgid "Unexpected error occurred while updating file in pack."
555 msgstr ""
556
557 #: lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex:179
558 #, elixir-format
559 msgid "Unexpected error occurred while updating pack metadata."
560 msgstr ""
561
562 #: lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex:61
563 #, elixir-format
564 msgid "Web push subscription is disabled on this Pleroma instance"
565 msgstr ""
566
567 #: lib/pleroma/web/admin_api/controllers/admin_api_controller.ex:451
568 #, elixir-format
569 msgid "You can't revoke your own admin/moderator status."
570 msgstr ""
571
572 #: lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex:126
573 #, elixir-format
574 msgid "authorization required for timeline view"
575 msgstr ""
576
577 #: lib/pleroma/web/mastodon_api/controllers/fallback_controller.ex:24
578 #, elixir-format
579 msgid "Access denied"
580 msgstr ""
581
582 #: lib/pleroma/web/mastodon_api/controllers/account_controller.ex:282
583 #, elixir-format
584 msgid "This API requires an authenticated user"
585 msgstr ""
586
587 #: lib/pleroma/plugs/user_is_admin_plug.ex:21
588 #, elixir-format
589 msgid "User is not an admin."
590 msgstr ""