1 ## This file is a PO Template file.
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.
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"
14 ## From Ecto.Changeset.unique_constraint/3
15 msgid "has already been taken"
18 ## From Ecto.Changeset.put_change/3
22 ## From Ecto.Changeset.validate_format/3
23 msgid "has invalid format"
26 ## From Ecto.Changeset.validate_subset/3
27 msgid "has an invalid entry"
30 ## From Ecto.Changeset.validate_exclusion/3
34 ## From Ecto.Changeset.validate_confirmation/3
35 msgid "does not match confirmation"
38 ## From Ecto.Changeset.no_assoc_constraint/3
39 msgid "is still associated with this entry"
42 msgid "are still associated with this entry"
45 ## From Ecto.Changeset.validate_length/3
46 msgid "should be %{count} character(s)"
47 msgid_plural "should be %{count} character(s)"
51 msgid "should have %{count} item(s)"
52 msgid_plural "should have %{count} item(s)"
56 msgid "should be at least %{count} character(s)"
57 msgid_plural "should be at least %{count} character(s)"
61 msgid "should have at least %{count} item(s)"
62 msgid_plural "should have at least %{count} item(s)"
66 msgid "should be at most %{count} character(s)"
67 msgid_plural "should be at most %{count} character(s)"
71 msgid "should have at most %{count} item(s)"
72 msgid_plural "should have at most %{count} item(s)"
76 ## From Ecto.Changeset.validate_number/3
77 msgid "must be less than %{number}"
80 msgid "must be greater than %{number}"
83 msgid "must be less than or equal to %{number}"
86 msgid "must be greater than or equal to %{number}"
89 msgid "must be equal to %{number}"
93 #: lib/pleroma/web/common_api/common_api.ex:381
94 msgid "Account not found"
98 #: lib/pleroma/web/common_api/common_api.ex:153
103 #: lib/pleroma/web/oauth/oauth_controller.ex:263
108 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:254
109 msgid "Can't delete object"
113 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:569
114 msgid "Can't delete this post"
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"
124 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:195
125 msgid "Can't find user"
129 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1148
130 msgid "Can't get favorites"
134 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:263
135 msgid "Can't like object"
139 #: lib/pleroma/web/common_api/utils.ex:518
140 msgid "Cannot post an empty status without attachments"
144 #: lib/pleroma/web/common_api/utils.ex:461
145 msgid "Comment must be up to %{max_size} characters"
149 #: lib/pleroma/web/admin_api/config.ex:63
150 msgid "Config with params %{params} not found"
154 #: lib/pleroma/web/common_api/common_api.ex:78
155 msgid "Could not delete"
159 #: lib/pleroma/web/common_api/common_api.ex:110
160 msgid "Could not favorite"
164 #: lib/pleroma/web/common_api/common_api.ex:310
165 msgid "Could not pin"
169 #: lib/pleroma/web/common_api/common_api.ex:89
170 msgid "Could not repeat"
174 #: lib/pleroma/web/common_api/common_api.ex:120
175 msgid "Could not unfavorite"
179 #: lib/pleroma/web/common_api/common_api.ex:327
180 msgid "Could not unpin"
184 #: lib/pleroma/web/common_api/common_api.ex:99
185 msgid "Could not unrepeat"
189 #: lib/pleroma/web/common_api/common_api.ex:392
190 msgid "Could not update state"
194 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1271
199 #: lib/pleroma/captcha/kocaptcha.ex:36
200 msgid "Invalid CAPTCHA"
204 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1700
205 #: lib/pleroma/web/oauth/oauth_controller.ex:465
206 msgid "Invalid credentials"
210 #: lib/pleroma/plugs/ensure_authenticated_plug.ex:20
211 msgid "Invalid credentials."
215 #: lib/pleroma/web/common_api/common_api.ex:154
216 msgid "Invalid indices"
220 #: lib/pleroma/web/admin_api/admin_api_controller.ex:411
221 msgid "Invalid parameters"
225 #: lib/pleroma/web/common_api/utils.ex:377
226 msgid "Invalid password."
230 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:163
231 msgid "Invalid request"
235 #: lib/pleroma/captcha/kocaptcha.ex:16
236 msgid "Kocaptcha service unavailable"
240 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:1696
241 msgid "Missing parameters"
245 #: lib/pleroma/web/common_api/utils.ex:496
246 msgid "No such conversation"
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"
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
265 #: lib/pleroma/web/common_api/common_api.ex:152
266 msgid "Poll's author can't vote"
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"
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"
288 #: lib/pleroma/web/common_api/common_api.ex:253
289 msgid "The message visibility must be direct"
293 #: lib/pleroma/web/common_api/utils.ex:521
294 msgid "The status is over the character limit"
298 #: lib/pleroma/plugs/ensure_public_or_authenticated_plug.ex:27
299 msgid "This resource requires authentication."
303 #: lib/pleroma/plugs/rate_limiter.ex:89
308 #: lib/pleroma/web/common_api/common_api.ex:155
309 msgid "Too many choices"
313 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:268
314 msgid "Unhandled activity type"
318 #: lib/pleroma/plugs/user_is_admin_plug.ex:20
319 msgid "User is not admin."
323 #: lib/pleroma/web/common_api/common_api.ex:380
324 msgid "Valid `account_id` required"
328 #: lib/pleroma/web/admin_api/admin_api_controller.ex:185
329 msgid "You can't revoke your own admin status."
333 #: lib/pleroma/web/oauth/oauth_controller.ex:216
334 msgid "Your account is currently disabled"
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"
344 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:221
345 msgid "can't read inbox of %{nickname} as %{as_nickname}"
349 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:297
350 msgid "can't update outbox of %{nickname} as %{as_nickname}"
354 #: lib/pleroma/web/common_api/common_api.ex:335
355 msgid "conversation is already muted"
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
367 #: lib/pleroma/web/mastodon_api/mastodon_api_controller.ex:789
368 msgid "mascots can only be images"
372 #: lib/pleroma/web/activity_pub/activity_pub_controller.ex:34
377 #: lib/pleroma/web/oauth/oauth_controller.ex:298
378 msgid "Bad OAuth request."
382 #: lib/pleroma/captcha/captcha.ex:92
383 msgid "CAPTCHA already used"
387 #: lib/pleroma/captcha/captcha.ex:89
388 msgid "CAPTCHA expired"
392 #: lib/pleroma/plugs/uploaded_media.ex:50
397 #: lib/pleroma/web/oauth/oauth_controller.ex:314
398 msgid "Failed to authenticate: %{message}."
402 #: lib/pleroma/web/oauth/oauth_controller.ex:345
403 msgid "Failed to set up user account."
407 #: lib/pleroma/plugs/oauth_scopes_plug.ex:37
408 msgid "Insufficient permissions: %{permissions}."
412 #: lib/pleroma/plugs/uploaded_media.ex:89
413 msgid "Internal Error"
417 #: lib/pleroma/web/oauth/fallback_controller.ex:22
418 #: lib/pleroma/web/oauth/fallback_controller.ex:29
419 msgid "Invalid Username/Password"
423 #: lib/pleroma/captcha/captcha.ex:107
424 msgid "Invalid answer data"
428 #: lib/pleroma/web/nodeinfo/nodeinfo_controller.ex:204
429 msgid "Nodeinfo schema version not handled"
433 #: lib/pleroma/web/oauth/oauth_controller.ex:145
434 msgid "This action is outside the authorized scopes"
438 #: lib/pleroma/web/oauth/fallback_controller.ex:14
439 msgid "Unknown error, please check the details and try again."
443 #: lib/pleroma/web/oauth/oauth_controller.ex:93
444 #: lib/pleroma/web/oauth/oauth_controller.ex:131
445 msgid "Unlisted redirect_uri."
449 #: lib/pleroma/web/oauth/oauth_controller.ex:294
450 msgid "Unsupported OAuth provider: %{provider}."
454 #: lib/pleroma/uploaders/uploader.ex:71
455 msgid "Uploader callback timeout"
459 #: lib/pleroma/web/uploader_controller.ex:11
460 #: lib/pleroma/web/uploader_controller.ex:23