Add a proper error message when adding an instance that doesn't respond
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -165,10 +165,10 @@ msgstr "No se encontró ningún usuario con este correo electrónico"
|
||||
#: lib/graphql/resolvers/participant.ex:210
|
||||
#: lib/graphql/resolvers/person.ex:236
|
||||
#: lib/graphql/resolvers/person.ex:353
|
||||
#: lib/graphql/resolvers/person.ex:388
|
||||
#: lib/graphql/resolvers/person.ex:395
|
||||
#: lib/graphql/resolvers/person.ex:423
|
||||
#: lib/graphql/resolvers/person.ex:438
|
||||
#: lib/graphql/resolvers/person.ex:389
|
||||
#: lib/graphql/resolvers/person.ex:396
|
||||
#: lib/graphql/resolvers/person.ex:425
|
||||
#: lib/graphql/resolvers/person.ex:440
|
||||
msgid "Profile is not owned by authenticated user"
|
||||
msgstr "El perfil no es propiedad del usuario autenticado"
|
||||
|
||||
@@ -183,13 +183,13 @@ msgid "The current password is invalid"
|
||||
msgstr "La contraseña actual no es válida"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:340
|
||||
#: lib/graphql/resolvers/admin.ex:334
|
||||
#: lib/graphql/resolvers/user.ex:470
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "El nuevo correo electrónico no parece ser válido"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:343
|
||||
#: lib/graphql/resolvers/admin.ex:337
|
||||
#: lib/graphql/resolvers/user.ex:473
|
||||
msgid "The new email must be different"
|
||||
msgstr "El nuevo correo electrónico debe ser diferente"
|
||||
@@ -658,21 +658,21 @@ msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr "Debe iniciar sesión y ser un moderador para actualizar un informe"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:256
|
||||
#: lib/graphql/resolvers/admin.ex:250
|
||||
msgid "You need to be logged-in and an administrator to access admin settings"
|
||||
msgstr ""
|
||||
"Debe iniciar sesión y ser administrador para acceder a la configuración de "
|
||||
"administrador"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:240
|
||||
#: lib/graphql/resolvers/admin.ex:234
|
||||
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
||||
msgstr ""
|
||||
"Debe iniciar sesión y ser administrador para acceder a las estadísticas del "
|
||||
"panel"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:282
|
||||
#: lib/graphql/resolvers/admin.ex:276
|
||||
msgid "You need to be logged-in and an administrator to save admin settings"
|
||||
msgstr ""
|
||||
"Debe iniciar sesión y ser administrador para acceder a las estadísticas del "
|
||||
@@ -975,7 +975,7 @@ msgid "Failed to update the group"
|
||||
msgstr "No se pudo actualizar el grupo"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:337
|
||||
#: lib/graphql/resolvers/admin.ex:331
|
||||
#: lib/graphql/resolvers/user.ex:467
|
||||
msgid "Failed to update user email"
|
||||
msgstr "No se pudo actualizar el correo electrónico del usuario"
|
||||
@@ -1107,22 +1107,22 @@ msgid "Your email seems to be using an invalid format"
|
||||
msgstr "Su correo electrónico parece estar usando un formato no válido"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:386
|
||||
#: lib/graphql/resolvers/admin.ex:380
|
||||
msgid "Can't confirm an already confirmed user"
|
||||
msgstr "No puedo confirmar un usuario ya confirmado"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:390
|
||||
#: lib/graphql/resolvers/admin.ex:384
|
||||
msgid "Deconfirming users is not supported"
|
||||
msgstr "No se admite la desconfirmación de usuarios"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:362
|
||||
#: lib/graphql/resolvers/admin.ex:356
|
||||
msgid "The new role must be different"
|
||||
msgstr "El nuevo rol debe ser diferente"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:313
|
||||
#: lib/graphql/resolvers/admin.ex:307
|
||||
msgid "You need to be logged-in and an administrator to edit an user's details"
|
||||
msgstr ""
|
||||
"Debe iniciar sesión y ser administrador para editar los detalles de un "
|
||||
@@ -1132,3 +1132,8 @@ msgstr ""
|
||||
#: lib/graphql/api/groups.ex:33
|
||||
msgid "A profile or group with that name already exists"
|
||||
msgstr "Ya existe un perfil o grupo con ese nombre"
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:506
|
||||
msgid "Unable to find an instance to follow at this address"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user