1166 lines
42 KiB
Plaintext
1166 lines
42 KiB
Plaintext
# # `msgid`s in this file come from POT (.pot) files.
|
|
# #
|
|
# # Do not add, change, or remove `msgid`s manually here as
|
|
# # they're tied to the ones in the corresponding POT file
|
|
# # (with the same domain).
|
|
# #
|
|
# # Use `mix gettext.extract --merge` or `mix gettext.merge`
|
|
# # to merge POT files into PO files.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: \n"
|
|
"POT-Creation-Date: \n"
|
|
"PO-Revision-Date: \n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: \n"
|
|
"Language: en\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Generator: Poedit 3.7\n"
|
|
|
|
# # From Ecto.Changeset.cast/4
|
|
#: lib/mobilizon/discussions/discussion.ex:68
|
|
msgid "can't be blank"
|
|
msgstr "can't be blank"
|
|
|
|
# # From Ecto.Changeset.unique_constraint/3
|
|
msgid "has already been taken"
|
|
msgstr "has already been taken"
|
|
|
|
# # From Ecto.Changeset.put_change/3
|
|
msgid "is invalid"
|
|
msgstr "is invalid"
|
|
|
|
# # From Ecto.Changeset.validate_acceptance/3
|
|
msgid "must be accepted"
|
|
msgstr "must be accepted"
|
|
|
|
# # From Ecto.Changeset.validate_format/3
|
|
msgid "has invalid format"
|
|
msgstr "has invalid format"
|
|
|
|
# # From Ecto.Changeset.validate_subset/3
|
|
msgid "has an invalid entry"
|
|
msgstr "has an invalid entry"
|
|
|
|
# # From Ecto.Changeset.validate_exclusion/3
|
|
msgid "is reserved"
|
|
msgstr "is reserved"
|
|
|
|
# # From Ecto.Changeset.validate_confirmation/3
|
|
msgid "does not match confirmation"
|
|
msgstr "does not match confirmation"
|
|
|
|
# # From Ecto.Changeset.no_assoc_constraint/3
|
|
msgid "is still associated with this entry"
|
|
msgstr "is still associated with this entry"
|
|
|
|
msgid "are still associated with this entry"
|
|
msgstr "are still associated with this entry"
|
|
|
|
# # From Ecto.Changeset.validate_length/3
|
|
msgid "should be %{count} character(s)"
|
|
msgid_plural "should be %{count} character(s)"
|
|
msgstr[0] "should be %{count} character(s)"
|
|
msgstr[1] "should be %{count} character(s)"
|
|
|
|
msgid "should have %{count} item(s)"
|
|
msgid_plural "should have %{count} item(s)"
|
|
msgstr[0] "should have %{count} item(s)"
|
|
msgstr[1] "should have %{count} item(s)"
|
|
|
|
msgid "should be at least %{count} character(s)"
|
|
msgid_plural "should be at least %{count} character(s)"
|
|
msgstr[0] "should be at least %{count} character(s)"
|
|
msgstr[1] "should be at least %{count} character(s)"
|
|
|
|
msgid "should have at least %{count} item(s)"
|
|
msgid_plural "should have at least %{count} item(s)"
|
|
msgstr[0] "should have at least %{count} item(s)"
|
|
msgstr[1] "should have at least %{count} item(s)"
|
|
|
|
msgid "should be at most %{count} character(s)"
|
|
msgid_plural "should be at most %{count} character(s)"
|
|
msgstr[0] "should be at most %{count} character(s)"
|
|
msgstr[1] "should be at most %{count} character(s)"
|
|
|
|
msgid "should have at most %{count} item(s)"
|
|
msgid_plural "should have at most %{count} item(s)"
|
|
msgstr[0] "should have at most %{count} item(s)"
|
|
msgstr[1] "should have at most %{count} item(s)"
|
|
|
|
# # From Ecto.Changeset.validate_number/3
|
|
msgid "must be less than %{number}"
|
|
msgstr "must be less than %{number}"
|
|
|
|
msgid "must be greater than %{number}"
|
|
msgstr "must be greater than %{number}"
|
|
|
|
msgid "must be less than or equal to %{number}"
|
|
msgstr "must be less than or equal to %{number}"
|
|
|
|
msgid "must be greater than or equal to %{number}"
|
|
msgstr "must be greater than or equal to %{number}"
|
|
|
|
msgid "must be equal to %{number}"
|
|
msgstr "must be equal to %{number}"
|
|
|
|
#: lib/graphql/resolvers/user.ex:119
|
|
msgid "Cannot refresh the token"
|
|
msgstr "Cannot refresh the token"
|
|
|
|
#: lib/graphql/resolvers/group.ex:276
|
|
msgid "Current profile is not a member of this group"
|
|
msgstr "Current profile is not a member of this group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:280
|
|
msgid "Current profile is not an administrator of the selected group"
|
|
msgstr "Current profile is not an administrator of the selected group"
|
|
|
|
#: lib/graphql/resolvers/user.ex:744
|
|
msgid "Error while saving user settings"
|
|
msgstr "Error while saving user settings"
|
|
|
|
#: lib/graphql/error.ex:116 lib/graphql/resolvers/group.ex:273
|
|
#: lib/graphql/resolvers/group.ex:305 lib/graphql/resolvers/group.ex:342
|
|
#: lib/graphql/resolvers/group.ex:377 lib/graphql/resolvers/group.ex:426
|
|
#: lib/graphql/resolvers/member.ex:81
|
|
msgid "Group not found"
|
|
msgstr "Group not found"
|
|
|
|
#: lib/graphql/resolvers/group.ex:98 lib/graphql/resolvers/group.ex:102
|
|
msgid "Group with ID %{id} not found"
|
|
msgstr "Group with ID %{id} not found"
|
|
|
|
#: lib/graphql/resolvers/user.ex:97
|
|
msgid "Impossible to authenticate, either your email or password are invalid."
|
|
msgstr "Impossible to authenticate, either your email or password are invalid."
|
|
|
|
#: lib/graphql/resolvers/group.ex:339 lib/graphql/resolvers/group.ex:346
|
|
msgid "Member not found"
|
|
msgstr "Member not found"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:94
|
|
msgid "No profile found for the moderator user"
|
|
msgstr "No profile found for the moderator user"
|
|
|
|
#: lib/graphql/resolvers/user.ex:346
|
|
msgid "No user to validate with this email was found"
|
|
msgstr "No user to validate with this email was found"
|
|
|
|
#: lib/graphql/resolvers/user.ex:383
|
|
msgid "No user with this email was found"
|
|
msgstr "No user with this email was found"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:33
|
|
#: lib/graphql/resolvers/participant.ex:34
|
|
#: lib/graphql/resolvers/participant.ex:217 lib/graphql/resolvers/person.ex:247
|
|
#: lib/graphql/resolvers/person.ex:326 lib/graphql/resolvers/person.ex:362
|
|
#: lib/graphql/resolvers/person.ex:369 lib/graphql/resolvers/person.ex:398
|
|
#: lib/graphql/resolvers/person.ex:413
|
|
msgid "Profile is not owned by authenticated user"
|
|
msgstr "Profile is not owned by authenticated user"
|
|
|
|
#: lib/graphql/resolvers/user.ex:192
|
|
msgid "Registrations are not open"
|
|
msgstr "Registrations are not open"
|
|
|
|
#: lib/graphql/resolvers/user.ex:523
|
|
msgid "The current password is invalid"
|
|
msgstr "The current password is invalid"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:374 lib/graphql/resolvers/user.ex:576
|
|
msgid "The new email doesn't seem to be valid"
|
|
msgstr "The new email doesn't seem to be valid"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:363 lib/graphql/resolvers/user.ex:563
|
|
msgid "The new email must be different"
|
|
msgstr "The new email must be different"
|
|
|
|
#: lib/graphql/resolvers/user.ex:526
|
|
msgid "The new password must be different"
|
|
msgstr "The new password must be different"
|
|
|
|
#: lib/graphql/resolvers/user.ex:567 lib/graphql/resolvers/user.ex:673
|
|
#: lib/graphql/resolvers/user.ex:676
|
|
msgid "The password provided is invalid"
|
|
msgstr "The password provided is invalid"
|
|
|
|
#: lib/graphql/resolvers/user.ex:410 lib/graphql/resolvers/user.ex:530
|
|
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
|
msgstr "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
|
|
|
#: lib/graphql/resolvers/user.ex:376
|
|
msgid "This user can't reset their password"
|
|
msgstr "This user can't reset their password"
|
|
|
|
#: lib/graphql/resolvers/user.ex:93
|
|
msgid "This user has been disabled"
|
|
msgstr "This user has been disabled"
|
|
|
|
#: lib/graphql/resolvers/user.ex:324 lib/graphql/resolvers/user.ex:329
|
|
msgid "Unable to validate user"
|
|
msgstr "Unable to validate user"
|
|
|
|
#: lib/graphql/resolvers/user.ex:654
|
|
msgid "User already disabled"
|
|
msgstr "User already disabled"
|
|
|
|
#: lib/graphql/resolvers/user.ex:719
|
|
msgid "User requested is not logged-in"
|
|
msgstr "User requested is not logged-in"
|
|
|
|
#: lib/graphql/resolvers/group.ex:311
|
|
msgid "You are already a member of this group"
|
|
msgstr "You are already a member of this group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:350
|
|
msgid "You can't leave this group because you are the only administrator"
|
|
msgstr "You can't leave this group because you are the only administrator"
|
|
|
|
#: lib/graphql/resolvers/group.ex:308
|
|
msgid "You cannot join this group"
|
|
msgstr "You cannot join this group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:132
|
|
msgid "You may not list groups unless moderator."
|
|
msgstr "You may not list groups unless moderator."
|
|
|
|
#: lib/graphql/resolvers/user.ex:552
|
|
msgid "You need to be logged-in to change your email"
|
|
msgstr "You need to be logged-in to change your email"
|
|
|
|
#: lib/graphql/resolvers/user.ex:538
|
|
msgid "You need to be logged-in to change your password"
|
|
msgstr "You need to be logged-in to change your password"
|
|
|
|
#: lib/graphql/resolvers/group.ex:285
|
|
msgid "You need to be logged-in to delete a group"
|
|
msgstr "You need to be logged-in to delete a group"
|
|
|
|
#: lib/graphql/resolvers/user.ex:681
|
|
msgid "You need to be logged-in to delete your account"
|
|
msgstr "You need to be logged-in to delete your account"
|
|
|
|
#: lib/graphql/resolvers/group.ex:316
|
|
msgid "You need to be logged-in to join a group"
|
|
msgstr "You need to be logged-in to join a group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:355
|
|
msgid "You need to be logged-in to leave a group"
|
|
msgstr "You need to be logged-in to leave a group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:249
|
|
msgid "You need to be logged-in to update a group"
|
|
msgstr "You need to be logged-in to update a group"
|
|
|
|
#: lib/graphql/resolvers/user.ex:124
|
|
msgid "You need to have an existing token to get a refresh token"
|
|
msgstr "You need to have an existing token to get a refresh token"
|
|
|
|
#: lib/graphql/resolvers/user.ex:198
|
|
msgid "Your email is not on the allowlist"
|
|
msgstr "Your email is not on the allowlist"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:100
|
|
msgid "Error while performing background task"
|
|
msgstr "Error while performing background task"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:32
|
|
msgid "No profile found with this ID"
|
|
msgstr "No profile found with this ID"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97
|
|
msgid "No remote profile found with this ID"
|
|
msgstr "No remote profile found with this ID"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:72
|
|
msgid "Only moderators and administrators can suspend a profile"
|
|
msgstr "Only moderators and administrators can suspend a profile"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:105
|
|
msgid "Only moderators and administrators can unsuspend a profile"
|
|
msgstr "Only moderators and administrators can unsuspend a profile"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:29
|
|
msgid "Only remote profiles may be refreshed"
|
|
msgstr "Only remote profiles may be refreshed"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:64
|
|
msgid "Profile already suspended"
|
|
msgstr "Profile already suspended"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:98
|
|
msgid "A valid email is required by your instance"
|
|
msgstr "A valid email is required by your instance"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:92
|
|
#: lib/graphql/resolvers/participant.ex:145
|
|
msgid "Anonymous participation is not enabled"
|
|
msgstr "Anonymous participation is not enabled"
|
|
|
|
#: lib/graphql/resolvers/person.ex:221
|
|
msgid "Cannot remove the last administrator of a group"
|
|
msgstr "Cannot remove the last administrator of a group"
|
|
|
|
#: lib/graphql/resolvers/person.ex:218
|
|
msgid "Cannot remove the last identity of a user"
|
|
msgstr "Cannot remove the last identity of a user"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:153
|
|
msgid "Comment is already deleted"
|
|
msgstr "Comment is already deleted"
|
|
|
|
#: lib/graphql/error.ex:118 lib/graphql/resolvers/discussion.ex:69
|
|
msgid "Discussion not found"
|
|
msgstr "Discussion not found"
|
|
|
|
#: lib/graphql/resolvers/report.ex:71 lib/graphql/resolvers/report.ex:90
|
|
msgid "Error while saving report"
|
|
msgstr "Error while saving report"
|
|
|
|
#: lib/graphql/resolvers/report.ex:116
|
|
msgid "Error while updating report"
|
|
msgstr "Error while updating report"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:133
|
|
msgid "Event id not found"
|
|
msgstr "Event id not found"
|
|
|
|
#: lib/graphql/error.ex:115 lib/graphql/resolvers/event.ex:400
|
|
#: lib/graphql/resolvers/event.ex:452
|
|
msgid "Event not found"
|
|
msgstr "Event not found"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:89
|
|
#: lib/graphql/resolvers/participant.ex:130
|
|
#: lib/graphql/resolvers/participant.ex:157
|
|
#: lib/graphql/resolvers/participant.ex:350
|
|
msgid "Event with this ID %{id} doesn't exist"
|
|
msgstr "Event with this ID %{id} doesn't exist"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:105
|
|
msgid "Internal Error"
|
|
msgstr "Internal Error"
|
|
|
|
#: lib/graphql/resolvers/discussion.ex:222
|
|
msgid "No discussion with ID %{id}"
|
|
msgstr "No discussion with ID %{id}"
|
|
|
|
#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107
|
|
#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208
|
|
#: lib/graphql/resolvers/todos.ex:237
|
|
msgid "No profile found for user"
|
|
msgstr "No profile found for user"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:118
|
|
msgid "No such feed token"
|
|
msgstr "No such feed token"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:266
|
|
msgid "Participant already has role %{role}"
|
|
msgstr "Participant already has role %{role}"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:191
|
|
#: lib/graphql/resolvers/participant.ex:227
|
|
#: lib/graphql/resolvers/participant.ex:270
|
|
msgid "Participant not found"
|
|
msgstr "Participant not found"
|
|
|
|
#: lib/graphql/resolvers/person.ex:33
|
|
msgid "Person with ID %{id} not found"
|
|
msgstr "Person with ID %{id} not found"
|
|
|
|
#: lib/graphql/resolvers/person.ex:57
|
|
msgid "Person with username %{username} not found"
|
|
msgstr "Person with username %{username} not found"
|
|
|
|
#: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:206
|
|
msgid "Post ID is not a valid ID"
|
|
msgstr "Post ID is not a valid ID"
|
|
|
|
#: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:209
|
|
msgid "Post doesn't exist"
|
|
msgstr "Post doesn't exist"
|
|
|
|
#: lib/graphql/resolvers/member.ex:84
|
|
msgid "Profile invited doesn't exist"
|
|
msgstr "Profile invited doesn't exist"
|
|
|
|
#: lib/graphql/resolvers/member.ex:93 lib/graphql/resolvers/member.ex:97
|
|
msgid "Profile is already a member of this group"
|
|
msgstr "Profile is already a member of this group"
|
|
|
|
#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175
|
|
#: lib/graphql/resolvers/post.ex:212 lib/graphql/resolvers/resource.ex:92
|
|
#: lib/graphql/resolvers/resource.ex:137 lib/graphql/resolvers/resource.ex:170
|
|
#: lib/graphql/resolvers/resource.ex:204 lib/graphql/resolvers/todos.ex:58
|
|
#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110
|
|
#: lib/graphql/resolvers/todos.ex:182 lib/graphql/resolvers/todos.ex:214
|
|
#: lib/graphql/resolvers/todos.ex:246
|
|
msgid "Profile is not member of group"
|
|
msgstr "Profile is not member of group"
|
|
|
|
#: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:244
|
|
msgid "Profile not found"
|
|
msgstr "Profile not found"
|
|
|
|
#: lib/graphql/resolvers/report.ex:48
|
|
msgid "Report not found"
|
|
msgstr "Report not found"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:174 lib/graphql/resolvers/resource.ex:201
|
|
msgid "Resource doesn't exist"
|
|
msgstr "Resource doesn't exist"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:126
|
|
msgid "The event has already reached its maximum capacity"
|
|
msgstr "The event has already reached its maximum capacity"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:296
|
|
msgid "This token is invalid"
|
|
msgstr "This token is invalid"
|
|
|
|
#: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243
|
|
msgid "Todo doesn't exist"
|
|
msgstr "Todo doesn't exist"
|
|
|
|
#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211
|
|
#: lib/graphql/resolvers/todos.ex:240
|
|
msgid "Todo list doesn't exist"
|
|
msgstr "Todo list doesn't exist"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:127
|
|
msgid "Token does not exist"
|
|
msgstr "Token does not exist"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:121
|
|
#: lib/graphql/resolvers/feed_token.ex:124
|
|
msgid "Token is not a valid UUID"
|
|
msgstr "Token is not a valid UUID"
|
|
|
|
#: lib/graphql/error.ex:112
|
|
msgid "User not found"
|
|
msgstr "User not found"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:136
|
|
msgid "You are already a participant of this event"
|
|
msgstr "You are already a participant of this event"
|
|
|
|
#: lib/graphql/resolvers/member.ex:87
|
|
msgid "You are not a member of this group"
|
|
msgstr "You are not a member of this group"
|
|
|
|
#: lib/graphql/resolvers/member.ex:165 lib/graphql/resolvers/member.ex:181
|
|
#: lib/graphql/resolvers/member.ex:196
|
|
msgid "You are not a moderator or admin for this group"
|
|
msgstr "You are not a moderator or admin for this group"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:74
|
|
msgid "You are not allowed to create a comment if not connected"
|
|
msgstr "You are not allowed to create a comment if not connected"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:46
|
|
msgid "You are not allowed to create a feed token if not connected"
|
|
msgstr "You are not allowed to create a feed token if not connected"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:161
|
|
msgid "You are not allowed to delete a comment if not connected"
|
|
msgstr "You are not allowed to delete a comment if not connected"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:136
|
|
msgid "You are not allowed to delete a feed token if not connected"
|
|
msgstr "You are not allowed to delete a feed token if not connected"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:120
|
|
msgid "You are not allowed to update a comment if not connected"
|
|
msgstr "You are not allowed to update a comment if not connected"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:185
|
|
#: lib/graphql/resolvers/participant.ex:221
|
|
msgid "You can't leave event because you're the only event creator participant"
|
|
msgstr "You can't leave event because you're the only event creator participant"
|
|
|
|
#: lib/graphql/resolvers/member.ex:200
|
|
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
|
msgstr "You can't set yourself to a lower member role for this group because you are the only administrator"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:149
|
|
msgid "You cannot delete this comment"
|
|
msgstr "You cannot delete this comment"
|
|
|
|
#: lib/graphql/resolvers/event.ex:448
|
|
msgid "You cannot delete this event"
|
|
msgstr "You cannot delete this event"
|
|
|
|
#: lib/graphql/resolvers/member.ex:90
|
|
msgid "You cannot invite to this group"
|
|
msgstr "You cannot invite to this group"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:130
|
|
msgid "You don't have permission to delete this token"
|
|
msgstr "You don't have permission to delete this token"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:59
|
|
msgid "You need to be logged-in and a moderator to list action logs"
|
|
msgstr "You need to be logged-in and a moderator to list action logs"
|
|
|
|
#: lib/graphql/resolvers/report.ex:36
|
|
msgid "You need to be logged-in and a moderator to list reports"
|
|
msgstr "You need to be logged-in and a moderator to list reports"
|
|
|
|
#: lib/graphql/resolvers/report.ex:121
|
|
msgid "You need to be logged-in and a moderator to update a report"
|
|
msgstr "You need to be logged-in and a moderator to update a report"
|
|
|
|
#: lib/graphql/resolvers/report.ex:53
|
|
msgid "You need to be logged-in and a moderator to view a report"
|
|
msgstr "You need to be logged-in and a moderator to view a report"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:261 lib/graphql/resolvers/admin.ex:305
|
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
|
msgstr "You need to be logged-in and an administrator to access admin settings"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:245
|
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
|
msgstr "You need to be logged-in and an administrator to access dashboard statistics"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:291
|
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
|
msgstr "You need to be logged-in and an administrator to save admin settings"
|
|
|
|
#: lib/graphql/resolvers/discussion.ex:84
|
|
msgid "You need to be logged-in to access discussions"
|
|
msgstr "You need to be logged-in to access discussions"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:98
|
|
msgid "You need to be logged-in to access resources"
|
|
msgstr "You need to be logged-in to access resources"
|
|
|
|
#: lib/graphql/resolvers/event.ex:339
|
|
msgid "You need to be logged-in to create events"
|
|
msgstr "You need to be logged-in to create events"
|
|
|
|
#: lib/graphql/resolvers/post.ex:141
|
|
msgid "You need to be logged-in to create posts"
|
|
msgstr "You need to be logged-in to create posts"
|
|
|
|
#: lib/graphql/resolvers/report.ex:87
|
|
msgid "You need to be logged-in to create reports"
|
|
msgstr "You need to be logged-in to create reports"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:142
|
|
msgid "You need to be logged-in to create resources"
|
|
msgstr "You need to be logged-in to create resources"
|
|
|
|
#: lib/graphql/resolvers/event.ex:457
|
|
msgid "You need to be logged-in to delete an event"
|
|
msgstr "You need to be logged-in to delete an event"
|
|
|
|
#: lib/graphql/resolvers/post.ex:217
|
|
msgid "You need to be logged-in to delete posts"
|
|
msgstr "You need to be logged-in to delete posts"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:209
|
|
msgid "You need to be logged-in to delete resources"
|
|
msgstr "You need to be logged-in to delete resources"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:110
|
|
msgid "You need to be logged-in to join an event"
|
|
msgstr "You need to be logged-in to join an event"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:232
|
|
msgid "You need to be logged-in to leave an event"
|
|
msgstr "You need to be logged-in to leave an event"
|
|
|
|
#: lib/graphql/resolvers/event.ex:414
|
|
msgid "You need to be logged-in to update an event"
|
|
msgstr "You need to be logged-in to update an event"
|
|
|
|
#: lib/graphql/resolvers/post.ex:183
|
|
msgid "You need to be logged-in to update posts"
|
|
msgstr "You need to be logged-in to update posts"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:179
|
|
msgid "You need to be logged-in to update resources"
|
|
msgstr "You need to be logged-in to update resources"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:233
|
|
msgid "You need to be logged-in to view a resource preview"
|
|
msgstr "You need to be logged-in to view a resource preview"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:134
|
|
msgid "Parent resource doesn't belong to this group"
|
|
msgstr "Parent resource doesn't belong to this group"
|
|
|
|
#: lib/mobilizon/users/user.ex:116
|
|
msgid "The chosen password is too short."
|
|
msgstr "The chosen password is too short."
|
|
|
|
#: lib/mobilizon/users/user.ex:144
|
|
msgid "The registration token is already in use, this looks like an issue on our side."
|
|
msgstr "The registration token is already in use, this looks like an issue on our side."
|
|
|
|
#: lib/mobilizon/users/user.ex:110
|
|
msgid "This email is already used."
|
|
msgstr "This email is already used."
|
|
|
|
#: lib/graphql/error.ex:114
|
|
msgid "Post not found"
|
|
msgstr "Post not found"
|
|
|
|
#: lib/graphql/error.ex:100
|
|
msgid "Invalid arguments passed"
|
|
msgstr "Invalid arguments passed"
|
|
|
|
#: lib/graphql/error.ex:106
|
|
msgid "Invalid credentials"
|
|
msgstr "Invalid credentials"
|
|
|
|
#: lib/graphql/error.ex:104
|
|
msgid "Reset your password to login"
|
|
msgstr "Reset your password to login"
|
|
|
|
#: lib/graphql/error.ex:111 lib/graphql/error.ex:117
|
|
msgid "Resource not found"
|
|
msgstr "Resource not found"
|
|
|
|
#: lib/graphql/error.ex:124
|
|
msgid "Something went wrong"
|
|
msgstr "Something went wrong"
|
|
|
|
#: lib/graphql/error.ex:99
|
|
msgid "Unknown Resource"
|
|
msgstr "Unknown Resource"
|
|
|
|
#: lib/graphql/error.ex:109
|
|
msgid "You don't have permission to do this"
|
|
msgstr "You don't have permission to do this"
|
|
|
|
#: lib/graphql/error.ex:101
|
|
msgid "You need to be logged in"
|
|
msgstr "You need to be logged in"
|
|
|
|
#: lib/graphql/resolvers/member.ex:118
|
|
msgid "You can't accept this invitation with this profile."
|
|
msgstr "You can't accept this invitation with this profile."
|
|
|
|
#: lib/graphql/resolvers/member.ex:143
|
|
msgid "You can't reject this invitation with this profile."
|
|
msgstr "You can't reject this invitation with this profile."
|
|
|
|
#: lib/graphql/resolvers/media.ex:85 lib/mobilizon/admin/setting.ex:126
|
|
msgid "File doesn't have an allowed MIME type."
|
|
msgstr "File doesn't have an allowed MIME type."
|
|
|
|
#: lib/graphql/resolvers/group.ex:244
|
|
msgid "Profile is not administrator for the group"
|
|
msgstr "Profile is not administrator for the group"
|
|
|
|
#: lib/graphql/resolvers/event.ex:403
|
|
msgid "You can't edit this event."
|
|
msgstr "You can't edit this event."
|
|
|
|
#: lib/graphql/resolvers/event.ex:406
|
|
msgid "You can't attribute this event to this profile."
|
|
msgstr "You can't attribute this event to this profile."
|
|
|
|
#: lib/graphql/resolvers/member.ex:146
|
|
msgid "This invitation doesn't exist."
|
|
msgstr "This invitation doesn't exist."
|
|
|
|
#: lib/graphql/resolvers/member.ex:225
|
|
msgid "This member already has been rejected."
|
|
msgstr "This member already has been rejected."
|
|
|
|
#: lib/graphql/resolvers/member.ex:249
|
|
msgid "You don't have the right to remove this member."
|
|
msgstr "You don't have the right to remove this member."
|
|
|
|
#: lib/mobilizon/actors/actor.ex:385
|
|
msgid "This username is already taken."
|
|
msgstr "This username is already taken."
|
|
|
|
#: lib/graphql/resolvers/discussion.ex:81
|
|
msgid "You must provide either an ID or a slug to access a discussion"
|
|
msgstr "You must provide either an ID or a slug to access a discussion"
|
|
|
|
#: lib/graphql/resolvers/event.ex:294
|
|
msgid "Organizer profile is not owned by the user"
|
|
msgstr "Organizer profile is not owned by the user"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:95
|
|
msgid "Profile ID provided is not the anonymous profile one"
|
|
msgstr "Profile ID provided is not the anonymous profile one"
|
|
|
|
#: lib/graphql/resolvers/group.ex:181 lib/graphql/resolvers/group.ex:223
|
|
#: lib/graphql/resolvers/person.ex:159 lib/graphql/resolvers/person.ex:193
|
|
msgid "The provided picture is too heavy"
|
|
msgstr "The provided picture is too heavy"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:131
|
|
msgid "Error while creating resource"
|
|
msgstr "Error while creating resource"
|
|
|
|
#: lib/graphql/resolvers/user.ex:615
|
|
msgid "Invalid activation token"
|
|
msgstr "Invalid activation token"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:228
|
|
msgid "Unable to fetch resource details from this URL."
|
|
msgstr "Unable to fetch resource details from this URL."
|
|
|
|
#: lib/graphql/resolvers/event.ex:183 lib/graphql/resolvers/participant.ex:260
|
|
#: lib/graphql/resolvers/participant.ex:342
|
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
|
msgstr "Provided profile doesn't have moderator permissions on this event"
|
|
|
|
#: lib/graphql/resolvers/event.ex:312
|
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
|
msgstr "Organizer profile doesn't have permission to create an event on behalf of this group"
|
|
|
|
#: lib/graphql/resolvers/event.ex:387
|
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
|
msgstr "This profile doesn't have permission to update an event on behalf of this group"
|
|
|
|
#: lib/graphql/resolvers/user.ex:202
|
|
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
|
msgstr "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:156
|
|
msgid "Comment not found"
|
|
msgstr "Comment not found"
|
|
|
|
#: lib/graphql/resolvers/discussion.ex:123
|
|
msgid "Error while creating a discussion"
|
|
msgstr "Error while creating a discussion"
|
|
|
|
#: lib/graphql/resolvers/user.ex:758
|
|
msgid "Error while updating locale"
|
|
msgstr "Error while updating locale"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:194
|
|
msgid "Failed to leave the event"
|
|
msgstr "Failed to leave the event"
|
|
|
|
#: lib/graphql/resolvers/group.ex:236
|
|
msgid "Failed to update the group"
|
|
msgstr "Failed to update the group"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:397 lib/graphql/resolvers/user.ex:596
|
|
msgid "Failed to update user email"
|
|
msgstr "Failed to update user email"
|
|
|
|
#: lib/graphql/resolvers/user.ex:611
|
|
msgid "Failed to validate user email"
|
|
msgstr "Failed to validate user email"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:148
|
|
msgid "The anonymous actor ID is invalid"
|
|
msgstr "The anonymous actor ID is invalid"
|
|
|
|
#: lib/graphql/resolvers/resource.ex:167
|
|
msgid "Unknown error while updating resource"
|
|
msgstr "Unknown error while updating resource"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:111
|
|
msgid "You are not the comment creator"
|
|
msgstr "You are not the comment creator"
|
|
|
|
#: lib/graphql/resolvers/user.ex:520
|
|
msgid "You cannot change your password."
|
|
msgstr "You cannot change your password."
|
|
|
|
#: lib/graphql/resolvers/participant.ex:335
|
|
msgid "Format not supported"
|
|
msgstr "Format not supported"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:319
|
|
msgid "A dependency needed to export to %{format} is not installed"
|
|
msgstr "A dependency needed to export to %{format} is not installed"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:327
|
|
msgid "An error occured while saving export"
|
|
msgstr "An error occured while saving export"
|
|
|
|
#: lib/web/controllers/export_controller.ex:32
|
|
msgid "Export to format %{format} is not enabled on this instance"
|
|
msgstr "Export to format %{format} is not enabled on this instance"
|
|
|
|
#: lib/graphql/resolvers/group.ex:187
|
|
msgid "Only admins can create groups"
|
|
msgstr "Only admins can create groups"
|
|
|
|
#: lib/graphql/resolvers/event.ex:298
|
|
msgid "Only groups can create events"
|
|
msgstr "Only groups can create events"
|
|
|
|
#: lib/graphql/resolvers/event.ex:331
|
|
msgid "Unknown error while creating event"
|
|
msgstr "Unknown error while creating event"
|
|
|
|
#: lib/graphql/resolvers/user.ex:547
|
|
msgid "User cannot change email"
|
|
msgstr "User cannot change email"
|
|
|
|
#: lib/graphql/resolvers/group.ex:399
|
|
msgid "Follow does not match your account"
|
|
msgstr "Follow does not match your account"
|
|
|
|
#: lib/graphql/resolvers/group.ex:403
|
|
msgid "Follow not found"
|
|
msgstr "Follow not found"
|
|
|
|
#: lib/graphql/resolvers/user.ex:441
|
|
msgid "Profile with username %{username} not found"
|
|
msgstr "Profile with username %{username} not found"
|
|
|
|
#: lib/graphql/resolvers/user.ex:436
|
|
msgid "This profile does not belong to you"
|
|
msgstr "This profile does not belong to you"
|
|
|
|
#: lib/graphql/resolvers/group.ex:373
|
|
msgid "You are already following this group"
|
|
msgstr "You are already following this group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:382
|
|
msgid "You need to be logged-in to follow a group"
|
|
msgstr "You need to be logged-in to follow a group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:431
|
|
msgid "You need to be logged-in to unfollow a group"
|
|
msgstr "You need to be logged-in to unfollow a group"
|
|
|
|
#: lib/graphql/resolvers/group.ex:408
|
|
msgid "You need to be logged-in to update a group follow"
|
|
msgstr "You need to be logged-in to update a group follow"
|
|
|
|
#: lib/graphql/resolvers/member.ex:218
|
|
msgid "This member does not exist"
|
|
msgstr "This member does not exist"
|
|
|
|
#: lib/graphql/resolvers/member.ex:242
|
|
msgid "You don't have the role needed to remove this member."
|
|
msgstr "You don't have the role needed to remove this member."
|
|
|
|
#: lib/graphql/resolvers/member.ex:260
|
|
msgid "You must be logged-in to remove a member"
|
|
msgstr "You must be logged-in to remove a member"
|
|
|
|
#: lib/graphql/resolvers/user.ex:189
|
|
msgid "Your email seems to be using an invalid format"
|
|
msgstr "Your email seems to be using an invalid format"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:439
|
|
msgid "Can't confirm an already confirmed user"
|
|
msgstr "Can't confirm an already confirmed user"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:443
|
|
msgid "Deconfirming users is not supported"
|
|
msgstr "Deconfirming users is not supported"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:415
|
|
msgid "The new role must be different"
|
|
msgstr "The new role must be different"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:354
|
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
|
msgstr "You need to be logged-in and an administrator to edit an user's details"
|
|
|
|
#: lib/graphql/api/groups.ex:33
|
|
msgid "A profile or group with that name already exists"
|
|
msgstr "A profile or group with that name already exists"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:599
|
|
msgid "Unable to find an instance to follow at this address"
|
|
msgstr "Unable to find an instance to follow at this address"
|
|
|
|
#: lib/mobilizon/actors/actor.ex:404
|
|
msgid "Username must only contain alphanumeric lowercased characters and underscores."
|
|
msgstr "Username must only contain alphanumeric lowercased characters and underscores."
|
|
|
|
#: lib/graphql/resolvers/user.ex:349 lib/graphql/resolvers/user.ex:379
|
|
msgid "This email doesn't seem to be valid"
|
|
msgstr "This email doesn't seem to be valid"
|
|
|
|
#: lib/graphql/resolvers/comment.ex:59
|
|
msgid "This comment was detected as spam."
|
|
msgstr "This comment was detected as spam."
|
|
|
|
#: lib/graphql/resolvers/event.ex:319
|
|
msgid "This event was detected as spam."
|
|
msgstr "This event was detected as spam."
|
|
|
|
#: lib/graphql/api/reports.ex:66
|
|
msgid "Unsupported status for a report"
|
|
msgstr "Unsupported status for a report"
|
|
|
|
#: lib/graphql/api/reports.ex:127
|
|
msgid "You can only remove your own notes"
|
|
msgstr "You can only remove your own notes"
|
|
|
|
#: lib/graphql/api/reports.ex:94 lib/graphql/api/reports.ex:121
|
|
msgid "You need to be a moderator or an administrator to create a note on a report"
|
|
msgstr "You need to be a moderator or an administrator to create a note on a report"
|
|
|
|
#: lib/graphql/resolvers/user.ex:209
|
|
msgid "Your registration has been detected as spam and cannot be processed."
|
|
msgstr "Your registration has been detected as spam and cannot be processed."
|
|
|
|
#: lib/web/controllers/application_controller.ex:88
|
|
msgid "All of name, scope and redirect_uri parameters are required to create an application"
|
|
msgstr "All of name, scope and redirect_uri parameters are required to create an application"
|
|
|
|
#: lib/graphql/error.ex:119
|
|
msgid "Application not found"
|
|
msgstr "Application not found"
|
|
|
|
#: lib/graphql/error.ex:122
|
|
msgid "Application token not found"
|
|
msgstr "Application token not found"
|
|
|
|
#: lib/graphql/resolvers/application.ex:90
|
|
msgid "Error while revoking token"
|
|
msgstr "Error while revoking token"
|
|
|
|
#: lib/web/controllers/application_controller.ex:61
|
|
msgid "Impossible to create application."
|
|
msgstr "Impossible to create application."
|
|
|
|
#: lib/web/controllers/application_controller.ex:353
|
|
msgid "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used."
|
|
msgstr "Incorrect parameters sent. You need to provide at least the grant_type and client_id parameters, depending on the grant type being used."
|
|
|
|
#: lib/web/controllers/application_controller.ex:326
|
|
msgid "Invalid client credentials provided"
|
|
msgstr "Invalid client credentials provided"
|
|
|
|
#: lib/web/controllers/application_controller.ex:334
|
|
msgid "Invalid refresh token provided"
|
|
msgstr "Invalid refresh token provided"
|
|
|
|
#: lib/web/controllers/application_controller.ex:167
|
|
#: lib/web/controllers/application_controller.ex:398
|
|
msgid "No application was found with this client_id"
|
|
msgstr "No application was found with this client_id"
|
|
|
|
#: lib/graphql/resolvers/application.ex:38
|
|
msgid "No application with this client_id was found"
|
|
msgstr "No application with this client_id was found"
|
|
|
|
#: lib/graphql/authorization.ex:83
|
|
msgid "Not authorized to access field %{field}"
|
|
msgstr "Not authorized to access field %{field}"
|
|
|
|
#: lib/graphql/authorization.ex:73 lib/graphql/authorization.ex:78
|
|
msgid "Not authorized to access object %{object}"
|
|
msgstr "Not authorized to access object %{object}"
|
|
|
|
#: lib/graphql/authorization.ex:66
|
|
msgid "Not authorized to access this %{object_type}"
|
|
msgstr "Not authorized to access this %{object_type}"
|
|
|
|
#: lib/web/controllers/application_controller.ex:276
|
|
msgid "Please slow down the rate of your requests"
|
|
msgstr "Please slow down the rate of your requests"
|
|
|
|
#: lib/web/controllers/application_controller.ex:264
|
|
msgid "The authorization request is still pending"
|
|
msgstr "The authorization request is still pending"
|
|
|
|
#: lib/web/controllers/application_controller.ex:246
|
|
msgid "The client_id provided or the device_code associated is invalid"
|
|
msgstr "The client_id provided or the device_code associated is invalid"
|
|
|
|
#: lib/graphql/resolvers/application.ex:139
|
|
msgid "The device user code was not provided before approving the application"
|
|
msgstr "The device user code was not provided before approving the application"
|
|
|
|
#: lib/web/controllers/application_controller.ex:301
|
|
msgid "The given device_code has expired"
|
|
msgstr "The given device_code has expired"
|
|
|
|
#: lib/graphql/resolvers/application.ex:45
|
|
msgid "The given redirect_uri is not in the list of allowed redirect URIs"
|
|
msgstr "The given redirect_uri is not in the list of allowed redirect URIs"
|
|
|
|
#: lib/web/controllers/application_controller.ex:155
|
|
msgid "The given scope is not in the list of the app declared scopes"
|
|
msgstr "The given scope is not in the list of the app declared scopes"
|
|
|
|
#: lib/graphql/resolvers/application.ex:112
|
|
#: lib/graphql/resolvers/application.ex:154
|
|
msgid "The given user code has expired"
|
|
msgstr "The given user code has expired"
|
|
|
|
#: lib/graphql/resolvers/application.ex:118
|
|
#: lib/graphql/resolvers/application.ex:146
|
|
msgid "The given user code is invalid"
|
|
msgstr "The given user code is invalid"
|
|
|
|
#: lib/web/controllers/application_controller.ex:408
|
|
msgid "The provided client_id does not match the provided code"
|
|
msgstr "The provided client_id does not match the provided code"
|
|
|
|
#: lib/web/controllers/application_controller.ex:411
|
|
msgid "The provided client_secret is invalid"
|
|
msgstr "The provided client_secret is invalid"
|
|
|
|
#: lib/web/controllers/application_controller.ex:404
|
|
msgid "The provided code is invalid or expired"
|
|
msgstr "The provided code is invalid or expired"
|
|
|
|
#: lib/web/controllers/application_controller.ex:415
|
|
msgid "The provided scope is invalid or not included in the app declared scopes"
|
|
msgstr "The provided scope is invalid or not included in the app declared scopes"
|
|
|
|
#: lib/web/controllers/application_controller.ex:47
|
|
msgid "The scope parameter is not a space separated list of valid scopes"
|
|
msgstr "The scope parameter is not a space separated list of valid scopes"
|
|
|
|
#: lib/web/controllers/application_controller.ex:289
|
|
msgid "The user rejected the requested authorization"
|
|
msgstr "The user rejected the requested authorization"
|
|
|
|
#: lib/web/controllers/application_controller.ex:401
|
|
msgid "This redirect URI is not allowed"
|
|
msgstr "This redirect URI is not allowed"
|
|
|
|
#: lib/web/controllers/application_controller.ex:378
|
|
msgid "Token not found"
|
|
msgstr "Token not found"
|
|
|
|
#: lib/web/controllers/application_controller.ex:74
|
|
msgid "Too many requests"
|
|
msgstr "Too many requests"
|
|
|
|
#: lib/web/controllers/application_controller.ex:181
|
|
msgid "Unable to produce device code"
|
|
msgstr "Unable to produce device code"
|
|
|
|
#: lib/web/controllers/application_controller.ex:370
|
|
msgid "Unable to revoke token"
|
|
msgstr "Unable to revoke token"
|
|
|
|
#: lib/web/controllers/application_controller.ex:195
|
|
msgid "You need to pass both client_id and scope as parameters to obtain a device code"
|
|
msgstr "You need to pass both client_id and scope as parameters to obtain a device code"
|
|
|
|
#: lib/web/controllers/application_controller.ex:133
|
|
msgid "You need to provide a valid redirect_uri to autorize an application"
|
|
msgstr "You need to provide a valid redirect_uri to autorize an application"
|
|
|
|
#: lib/web/controllers/application_controller.ex:123
|
|
msgid "You need to specify client_id, redirect_uri, scope and state to autorize an application"
|
|
msgstr "You need to specify client_id, redirect_uri, scope and state to autorize an application"
|
|
|
|
#: lib/graphql/resolvers/user.ex:352
|
|
msgid "Couldn't send an email. Internal error."
|
|
msgstr "Couldn't send an email. Internal error."
|
|
|
|
#: lib/graphql/resolvers/participant.ex:293
|
|
msgid "Participation is already confirmed"
|
|
msgstr "Participation is already confirmed"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:290
|
|
msgid "Participation is confirmed but not approved yet by an organizer"
|
|
msgstr "Participation is confirmed but not approved yet by an organizer"
|
|
|
|
#: lib/graphql/resolvers/event.ex:305 lib/graphql/resolvers/event.ex:394
|
|
msgid "Providing external registration is not allowed"
|
|
msgstr "Providing external registration is not allowed"
|
|
|
|
#: lib/graphql/resolvers/push_subscription.ex:48
|
|
msgid "The same push subscription has already been registered"
|
|
msgstr "The same push subscription has already been registered"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:593
|
|
msgid "This instance is pending follow approval"
|
|
msgstr "This instance is pending follow approval"
|
|
|
|
#: lib/graphql/schema/custom/timezone.ex:25
|
|
msgid "Timezone ID %{timezone} is invalid"
|
|
msgstr "Timezone ID %{timezone} is invalid"
|
|
|
|
#: lib/graphql/resolvers/admin.ex:596
|
|
msgid "You are already following this instance"
|
|
msgstr "You are already following this instance"
|
|
|
|
#: lib/graphql/resolvers/user.ex:356
|
|
msgid "You requested again a confirmation email too soon. Please try again in a few minutes"
|
|
msgstr "You requested again a confirmation email too soon. Please try again in a few minutes"
|
|
|
|
#: lib/graphql/resolvers/user.ex:390
|
|
msgid "You requested again a password reset email too soon. Please try again in a few minutes"
|
|
msgstr "You requested again a password reset email too soon. Please try again in a few minutes"
|
|
|
|
#: lib/graphql/resolvers/user.ex:417
|
|
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
|
msgstr "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
|
|
|
#: lib/graphql/resolvers/conversation.ex:170
|
|
msgid "Conversation needs to mention at least one participant that's not yourself"
|
|
msgstr "Conversation needs to mention at least one participant that's not yourself"
|
|
|
|
#: lib/graphql/resolvers/participant.ex:401
|
|
msgid "There are no participants matching the audience you've selected."
|
|
msgstr "There are no participants matching the audience you've selected."
|
|
|
|
#: lib/graphql/resolvers/post.ex:178
|
|
msgid "An error occured while updating your post"
|
|
msgstr "An error occured while updating your post"
|
|
|
|
#: lib/mobilizon/admin/admin.ex:297
|
|
msgid "External link URL must be a valid http/https URL"
|
|
msgstr "External link URL must be a valid http/https URL"
|
|
|
|
#: lib/mobilizon/admin/admin.ex:288
|
|
msgid "External link label cannot be blank"
|
|
msgstr "External link label cannot be blank"
|
|
|
|
#: lib/mobilizon/admin/admin.ex:291
|
|
msgid "External link label must be at least 2 characters"
|
|
msgstr "External link label must be at least 2 characters"
|
|
|
|
#: lib/mobilizon/admin/admin.ex:294
|
|
msgid "External link label must be at most 256 characters"
|
|
msgstr "External link label must be at most 256 characters"
|
|
|
|
#: lib/graphql/resolvers/user.ex:195
|
|
msgid "Moderation text must not be empty"
|
|
msgstr "Moderation text must not be empty"
|
|
|
|
#: lib/graphql/resolvers/user.ex:633
|
|
msgid "User already enabled"
|
|
msgstr "User already enabled"
|
|
|
|
#: lib/graphql/resolvers/user.ex:386
|
|
msgid "User is pending"
|
|
msgstr "User is pending"
|
|
|
|
#: lib/graphql/error.ex:113
|
|
msgid "User pending"
|
|
msgstr "User pending"
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:82
|
|
msgid "You are not allowed to get a feed token if not connected"
|
|
msgstr "You are not allowed to get a feed token if not connected"
|
|
|
|
#: lib/graphql/resolvers/member.ex:122
|
|
msgid "You can't accept this invitation."
|
|
msgstr "You can't accept this invitation."
|
|
|
|
#: lib/graphql/resolvers/member.ex:150
|
|
msgid "You can't reject this invitation."
|
|
msgstr "You can't reject this invitation."
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:76
|
|
msgid "You don't have permission to get this token"
|
|
msgstr "You don't have permission to get this token"
|
|
|
|
#: lib/graphql/resolvers/user.ex:638
|
|
msgid "You need to be logged-in and moderator to unban an account"
|
|
msgstr "You need to be logged-in and moderator to unban an account"
|