2019-09-30 13:48:47 +02:00
|
|
|
## `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 ""
|
2020-10-03 23:45:39 +02:00
|
|
|
"PO-Revision-Date: 2020-10-04 21:51+0000\n"
|
2020-09-30 12:51:17 +02:00
|
|
|
"Last-Translator: Berto Te <ateira@3fpj.com>\n"
|
2020-02-25 16:42:05 +01:00
|
|
|
"Language-Team: Spanish <https://weblate.framasoft.org/projects/mobilizon/"
|
|
|
|
"backend-errors/es/>\n"
|
2019-09-30 13:48:47 +02:00
|
|
|
"Language: es\n"
|
2020-02-25 16:42:05 +01:00
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2020-03-04 11:13:05 +01:00
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2020-02-25 16:42:05 +01:00
|
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
2020-09-30 12:51:17 +02:00
|
|
|
"X-Generator: Weblate 4.1\n"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "can't be blank"
|
2020-03-04 11:13:05 +01:00
|
|
|
msgstr "no pueden estar vacíos"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "has already been taken"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "ya se ha tomado"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "is invalid"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "no es válido"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be accepted"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "debe ser aceptado"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "has invalid format"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "tiene formato no válido"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "has an invalid entry"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "tiene una entrada inválida"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "is reserved"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "Está reservado"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "does not match confirmation"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "la confirmación no coincide"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "is still associated with this entry"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "todavía está asociado con esta entrada"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "are still associated with this entry"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "todavía están asociados con esta entrada"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should be %{count} character(s)"
|
|
|
|
msgid_plural "should be %{count} character(s)"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr[0] "debe tener un carácter"
|
|
|
|
msgstr[1] "debe tener% {count} caracteres"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should have %{count} item(s)"
|
|
|
|
msgid_plural "should have %{count} item(s)"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr[0] "debería tener un artículo"
|
|
|
|
msgstr[1] "debería tener% {count} artículos"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should be at least %{count} character(s)"
|
|
|
|
msgid_plural "should be at least %{count} character(s)"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr[0] "debe tener al menos un carácter"
|
|
|
|
msgstr[1] "debe tener al menos% {count} caracteres"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should have at least %{count} item(s)"
|
|
|
|
msgid_plural "should have at least %{count} item(s)"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr[0] "debe tener al menos un elemento"
|
|
|
|
msgstr[1] "debe tener al menos% {count} elementos"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should be at most %{count} character(s)"
|
|
|
|
msgid_plural "should be at most %{count} character(s)"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr[0] "debe tener como máximo un carácter"
|
|
|
|
msgstr[1] "debe tener como máximo% {count} caracteres"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should have at most %{count} item(s)"
|
|
|
|
msgid_plural "should have at most %{count} item(s)"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr[0] "debe tener como máximo un artículo"
|
|
|
|
msgstr[1] "debe tener como máximo% {count} artículos"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be less than %{number}"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "debe ser inferior a% {number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be greater than %{number}"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "debe ser mayor que% {number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be less than or equal to %{number}"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "debe ser menor o igual que% {number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be greater than or equal to %{number}"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "debe ser mayor o igual que% {number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be equal to %{number}"
|
2020-02-25 16:42:05 +01:00
|
|
|
msgstr "debe ser igual a% {number}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:103
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Cannot refresh the token"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se puede actualizar el token"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:139 lib/graphql/resolvers/group.ex:170
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Creator profile is not owned by the current user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil del creador no es propiedad del usuario actual"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:201
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Current profile is not a member of this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil actual no es miembro de este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:205
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Current profile is not an administrator of the selected group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil actual no es un administrador del grupo seleccionado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:514
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while saving user settings"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Error al guardar los parámetros del usuario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/group.ex:198 lib/graphql/resolvers/group.ex:246
|
|
|
|
#: lib/graphql/resolvers/group.ex:281 lib/graphql/resolvers/member.ex:80
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Group not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Grupo no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:69
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Group with ID %{id} not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró el grupo con ID% {id}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:41 lib/graphql/resolvers/group.ex:55
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Group with name %{name} not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró el grupo con el nombre% {name}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:83
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Impossible to authenticate, either your email or password are invalid."
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Imposible autenticarse, su correo electrónico o contraseña no son válidos."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:278
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Member not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Miembro no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/actor.ex:58 lib/graphql/resolvers/actor.ex:88
|
|
|
|
#: lib/graphql/resolvers/user.ex:417
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No profile found for the moderator user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró el perfil del usuario moderador"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:195
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No user to validate with this email was found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró ningún usuario para validar con este correo electrónico"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 09:52:47 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:232 lib/graphql/resolvers/user.ex:76
|
2020-09-29 09:53:48 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:219
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No user with this email was found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró ningún usuario con este correo electrónico"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/comment.ex:36 lib/graphql/resolvers/comment.ex:98
|
|
|
|
#: lib/graphql/resolvers/event.ex:281 lib/graphql/resolvers/feed_token.ex:28 lib/graphql/resolvers/group.ex:243
|
|
|
|
#: lib/graphql/resolvers/member.ex:77 lib/graphql/resolvers/participant.ex:29
|
2020-10-02 09:52:47 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:163 lib/graphql/resolvers/participant.ex:192 lib/graphql/resolvers/person.ex:157
|
|
|
|
#: lib/graphql/resolvers/person.ex:191 lib/graphql/resolvers/person.ex:256 lib/graphql/resolvers/person.ex:288
|
|
|
|
#: lib/graphql/resolvers/person.ex:301 lib/graphql/resolvers/picture.ex:75 lib/graphql/resolvers/report.ex:110
|
2020-09-29 09:53:48 +02:00
|
|
|
#: lib/graphql/resolvers/todos.ex:57
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile is not owned by authenticated user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil no es propiedad del usuario autenticado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:125
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Registrations are not open"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Las inscripciones no están abiertas"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:330
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The current password is invalid"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La contraseña actual no es válida"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:382
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The new email doesn't seem to be valid"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El nuevo correo electrónico no parece ser válido"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:379
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The new email must be different"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El nuevo correo electrónico debe ser diferente"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:333
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The new password must be different"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La nueva contraseña debe ser diferente"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/user.ex:376 lib/graphql/resolvers/user.ex:439
|
|
|
|
#: lib/graphql/resolvers/user.ex:442
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The password provided is invalid"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La contraseña proporcionada no es válida"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:337
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"La contraseña que ha elegido es demasiado corta. Asegúrese de que su "
|
|
|
|
"contraseña contenga al menos 6 caracteres."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:215
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This user can't reset their password"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Este usuario no puede restablecer su contraseña"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:79
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This user has been disabled"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Este usuario ha sido inhabilitado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:179
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Unable to validate user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se puede validar al usuario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:420
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User already disabled"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El usuario ya está inhabilitado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:489
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User requested is not logged-in"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El usuario solicitado no ha iniciado sesión"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:252
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are already a member of this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Ya eres miembro de este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:285
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You can't leave this group because you are the only administrator"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puedes dejar este grupo porque eres el único administrador"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:249
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot join this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puedes unirte a este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:97
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You may not list groups unless moderator."
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puedes enumerar grupos a menos que seas moderador."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:387
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to change your email"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para cambiar tu correo electrónico"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:345
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to change your password"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para cambiar tu contraseña"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:210
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete a group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para eliminar un grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:447
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete your account"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para eliminar su cuenta"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:257
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to join a group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para eliminar su cuenta"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:290
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to leave a group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para dejar un grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:175
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update a group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para actualizar un grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:58
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to have admin access to list users"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Necesitas tener acceso de administrador para listar usuarios"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:108
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to have an existing token to get a refresh token"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes tener un token existente para obtener un token de actualización"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:198 lib/graphql/resolvers/user.ex:222
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You requested again a confirmation email too soon"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Solicitó de nuevo un correo electrónico de confirmación demasiado pronto"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:128
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Your email is not on the allowlist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Tu correo electrónico no está en la lista de permitidos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:64 lib/graphql/resolvers/actor.ex:94
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while performing background task"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Error al realizar la tarea en segundo plano"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:27
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No profile found with this ID"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró ningún perfil con este ID"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:54 lib/graphql/resolvers/actor.ex:91
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No remote profile found with this ID"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró ningún perfil remoto con este ID"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:69
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Only moderators and administrators can suspend a profile"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Solo los moderadores y administradores pueden suspender un perfil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:99
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Only moderators and administrators can unsuspend a profile"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Solo los moderadores y administradores pueden anular la suspensión de un "
|
|
|
|
"perfil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:24
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Only remote profiles may be refreshed"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Solo se pueden actualizar los perfiles remotos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:61
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile already suspended"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Perfil ya suspendido"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:96
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "A valid email is required by your instance"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Su instancia requiere un correo electrónico válido"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:90
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Anonymous participation is not enabled"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La participación anónima no está habilitada"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:188
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Cannot remove the last administrator of a group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se puede eliminar al último administrador de un grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:185
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Cannot remove the last identity of a user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se puede eliminar la última identidad de un usuario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:95
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Comment is already deleted"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El comentario ya está eliminado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:61
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Discussion not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Discusión no encontrada"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:62 lib/graphql/resolvers/report.ex:87
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while saving report"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Error al guardar el informe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:113
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while updating report"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Error al actualizar el informe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:131
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Event id not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "ID de evento no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 09:52:47 +02:00
|
|
|
#: lib/graphql/error.ex:89 lib/graphql/resolvers/event.ex:236
|
2020-10-01 15:07:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:278
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Event not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Evento no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/participant.ex:87
|
|
|
|
#: lib/graphql/resolvers/participant.ex:128 lib/graphql/resolvers/participant.ex:160
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Event with this ID %{id} doesn't exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El evento con este ID%{id} no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:103
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Internal Error"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Error interno"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:100 lib/graphql/resolvers/participant.ex:234
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Moderator profile is not owned by authenticated user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil del moderador no es propiedad del usuario autenticado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:181
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No discussion with ID %{id}"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Sin discusión con ID%{id}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/todos.ex:81 lib/graphql/resolvers/todos.ex:171
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No profile found for user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró perfil para el usuario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:66
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No such feed token"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No existe tal token de alimentación"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:87
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No such resource"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No existe tal recurso"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:202
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Organizer profile is not owned by the user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil del organizador no es propiedad del usuario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:244
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Participant already has role %{role}"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El participante ya tiene el rol%{role}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/participant.ex:173
|
|
|
|
#: lib/graphql/resolvers/participant.ex:202 lib/graphql/resolvers/participant.ex:237
|
|
|
|
#: lib/graphql/resolvers/participant.ex:247
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Participant not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Participante no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:31
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Person with ID %{id} not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Persona con ID%{id} no encontrada"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:52
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Person with username %{username} not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Persona con nombre de usuario %{username} no encontrada"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/picture.ex:45
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Picture with ID %{id} was not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se encontró la foto con ID %{id}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:165 lib/graphql/resolvers/post.ex:198
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Post ID is not a valid ID"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La ID de publicación no es válida"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:168 lib/graphql/resolvers/post.ex:201
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Post doesn't exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La publicación no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:83
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile invited doesn't exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil invitado no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:92
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile is already a member of this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Perfil ya es miembro de este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-01 15:07:15 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:131 lib/graphql/resolvers/post.ex:171
|
|
|
|
#: lib/graphql/resolvers/post.ex:204 lib/graphql/resolvers/resource.ex:86 lib/graphql/resolvers/resource.ex:123
|
2020-09-29 09:53:48 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:152 lib/graphql/resolvers/resource.ex:181 lib/graphql/resolvers/todos.ex:60
|
|
|
|
#: lib/graphql/resolvers/todos.ex:84 lib/graphql/resolvers/todos.ex:102 lib/graphql/resolvers/todos.ex:174
|
|
|
|
#: lib/graphql/resolvers/todos.ex:197 lib/graphql/resolvers/todos.ex:225
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile is not member of group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil no es miembro del grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:154 lib/graphql/resolvers/person.ex:182
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Perfil no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:104 lib/graphql/resolvers/participant.ex:241
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Provided moderator profile doesn't have permission on this event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil de moderador proporcionado no tiene permiso para este evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:38
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Report not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Informe no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:149 lib/graphql/resolvers/resource.ex:178
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Resource doesn't exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El recurso no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:124
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The event has already reached its maximum capacity"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El evento ya alcanzó su capacidad máxima"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:267
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This token is invalid"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Este token no es válido"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/todos.ex:168 lib/graphql/resolvers/todos.ex:222
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Todo doesn't exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Todo no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/todos.ex:78 lib/graphql/resolvers/todos.ex:194
|
|
|
|
#: lib/graphql/resolvers/todos.ex:219
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Todo list doesn't exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La lista de tareas pendientes no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:72
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Token does not exist"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El token no existe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:69
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Token is not a valid UUID"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El token no es un UUID válido"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:239
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User doesn't own profile"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El usuario no posee el perfil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:87 lib/graphql/resolvers/person.ex:323
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User not found"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Usuario no encontrado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:235
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You already have a profile for this user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Ya tienes un perfil para este usuario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:134
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are already a participant of this event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Ya eres participante de este evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:185
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not a member of the group the discussion belongs to"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No eres miembro del grupo al que pertenece la discusión"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:86
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not a member of this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "no eres un miembro de este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:19:15 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:143
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not a moderator or admin for this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No eres moderador ni administrador de este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:41
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to create a comment if not connected"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No está permitido crear un comentario si no está conectado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:44
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to create a feed token if not connected"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puede crear un token de feed si no está conectado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:103
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to delete a comment if not connected"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puede eliminar un comentario si no está conectado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:81
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to delete a feed token if not connected"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puede eliminar un token de feed si no está conectado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:63
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to update a comment if not connected"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No se le permite actualizar un comentario si no está conectado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/participant.ex:167
|
|
|
|
#: lib/graphql/resolvers/participant.ex:196
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You can't leave event because you're the only event creator participant"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"No puedes abandonar el evento porque eres el único participante creador del "
|
|
|
|
"evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:19:15 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:147
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"No puede establecerse en un rol de miembro inferior para este grupo porque "
|
|
|
|
"es el único administrador"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:91
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot delete this comment"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puedes borrar este comentario"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:274
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot delete this event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puedes borrar este evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:89
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot invite to this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No puedes invitar a este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:75
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You don't have permission to delete this token"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "No tienes permiso para eliminar este token"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:51
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to list action logs"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Debe iniciar sesión y un moderador para enumerar los registros de acción"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:28
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to list reports"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión y un moderador para enumerar los informes"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:118
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to update a report"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión y ser un moderador para actualizar un informe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:43
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to view a report"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión y ser un moderador para actualizar un informe"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:194
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Debe iniciar sesión y ser administrador para acceder a la configuración de "
|
|
|
|
"administrador"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:179
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Debe iniciar sesión y ser administrador para acceder a las estadísticas del "
|
|
|
|
"panel"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:222
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"Debe iniciar sesión y ser administrador para acceder a las estadísticas del "
|
|
|
|
"panel"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:66
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to access discussions"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión para acceder a las discusiones"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:92
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to access resources"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para acceder a los recursos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:213
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create events"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para crear eventos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:139
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create posts"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para crear publicaciones"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:81 lib/graphql/resolvers/report.ex:92
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create reports"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión para crear informes"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:128
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create resources"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión para crear recursos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:286
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete an event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión para eliminar un evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:209
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete posts"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para eliminar publicaciones"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:186
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete resources"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para eliminar recursos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:108
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to join an event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para eliminar recursos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:207
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to leave an event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para salir de un evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:247
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update an event"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión para actualizar un evento"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:176
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update posts"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para actualizar las publicaciones"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:157
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update resources"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para actualizar los recursos"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:204
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to view a resource preview"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debe iniciar sesión para ver una vista previa del recurso"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/picture.ex:83
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to login to upload a picture"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "Debes iniciar sesión para subir una imagen"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:84
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Reporter ID does not match the anonymous profile id"
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"La identificación del informante no coincide con la identificación del "
|
|
|
|
"perfil anónimo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:59
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Reporter profile is not owned by authenticated user"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El perfil del denunciante no es propiedad de un usuario autenticado"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:120
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Parent resource doesn't belong to this group"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El recurso principal no pertenece a este grupo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:93
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile ID provided is not the anonymous profile one"
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "El ID de perfil proporcionado no es el del perfil anónimo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/mobilizon/users/user.ex:109
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The chosen password is too short."
|
2020-09-30 12:51:17 +02:00
|
|
|
msgstr "La contraseña elegida es demasiado corta."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/mobilizon/users/user.ex:138
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The registration token is already in use, this looks like an issue on our side."
|
|
|
|
msgstr ""
|
2020-09-30 12:51:17 +02:00
|
|
|
"El token de registro ya está en uso, esto parece un problema de nuestra "
|
|
|
|
"parte."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/mobilizon/users/user.ex:104
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This email is already used."
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Este correo electrónico ya está en uso."
|
2020-10-01 15:07:15 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:88
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-01 15:07:15 +02:00
|
|
|
msgid "Post not found"
|
2020-10-01 16:13:07 +02:00
|
|
|
msgstr "Informe no encontrado"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:75
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Invalid arguments passed"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Se pasaron argumentos no válidos"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:81
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Invalid credentials"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Credenciales no válidas"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:79
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Reset your password to login"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Restablezca su contraseña para iniciar sesión"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
|
|
|
#: lib/graphql/error.ex:86
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Resource not found"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Recurso no encontrado"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:90
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Something went wrong"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Algo salió mal"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2020-10-02 16:32:15 +02:00
|
|
|
#: lib/graphql/error.ex:74
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Unknown Resource"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Recurso desconocido"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
|
|
|
#: lib/graphql/error.ex:84
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "You don't have permission to do this"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "No tienes permiso para hacer esto"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
|
|
|
#: lib/graphql/error.ex:76
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "You need to be logged in"
|
2020-10-02 15:42:01 +02:00
|
|
|
msgstr "Debes iniciar sesión"
|
2020-10-02 16:19:15 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/member.ex:112
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 16:19:15 +02:00
|
|
|
msgid "You can't accept this invitation with this profile."
|
2020-10-03 23:45:39 +02:00
|
|
|
msgstr "No puedes aceptar esta invitación con este perfil."
|
2020-10-02 16:19:15 +02:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/member.ex:129
|
2020-10-03 23:45:39 +02:00
|
|
|
#, elixir-format
|
2020-10-02 16:19:15 +02:00
|
|
|
msgid "You can't reject this invitation with this profile."
|
2020-10-03 23:45:39 +02:00
|
|
|
msgstr "No puedes rechazar esta invitación con este perfil."
|