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:
@@ -173,10 +173,10 @@ msgstr "Nie znaleziono użytkownika o tym adresie e-mail"
|
||||
#: 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 "Profil nie należy do uwierzytelnionego użytkownika"
|
||||
|
||||
@@ -191,13 +191,13 @@ msgid "The current password is invalid"
|
||||
msgstr "Obecne hasło jest nieprawidłowe"
|
||||
|
||||
#, 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 "Nowy adres e-mail nie wydaje się być prawidłowy"
|
||||
|
||||
#, 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 "Nowy adres e-mail musi się różnić od obecnego"
|
||||
@@ -661,21 +661,21 @@ msgid "You need to be logged-in and a moderator to view a report"
|
||||
msgstr "Musisz być zalogowanym moderatorem, aby wyświetlić zgłoszenie"
|
||||
|
||||
#, 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 ""
|
||||
"Musisz być zalogowanym moderatorem, aby uzyskać dostęp do ustawień "
|
||||
"administratora"
|
||||
|
||||
#, 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 ""
|
||||
"Musisz być zalogowanym administratorem, aby uzyskać dostęp do statystyk w "
|
||||
"panelu"
|
||||
|
||||
#, 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 ""
|
||||
"Musisz być zalogowanym administratorem, aby zapisywać ustawienia "
|
||||
@@ -971,7 +971,7 @@ msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, 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 ""
|
||||
@@ -1102,22 +1102,22 @@ msgid "Your email seems to be using an invalid format"
|
||||
msgstr ""
|
||||
|
||||
#, 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 ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/graphql/resolvers/admin.ex:390
|
||||
#: lib/graphql/resolvers/admin.ex:384
|
||||
msgid "Deconfirming users is not supported"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
#: lib/graphql/resolvers/admin.ex:362
|
||||
#: lib/graphql/resolvers/admin.ex:356
|
||||
msgid "The new role must be different"
|
||||
msgstr "Nowy adres e-mail musi się różnić od obecnego"
|
||||
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
#: 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 ""
|
||||
"Musisz być zalogowanym administratorem, aby zapisywać ustawienia "
|
||||
@@ -1127,3 +1127,8 @@ msgstr ""
|
||||
#: lib/graphql/api/groups.ex:33
|
||||
msgid "A profile or group with that name already exists"
|
||||
msgstr ""
|
||||
|
||||
#, 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