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:
@@ -180,10 +180,10 @@ msgstr "Nem található ezzel az e-mail-címmel rendelkező felhasználó"
|
||||
#: 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 "A profilt nem hitelesített felhasználó birtokolja"
|
||||
|
||||
@@ -198,13 +198,13 @@ msgid "The current password is invalid"
|
||||
msgstr "A jelenlegi jelszó érvénytelen"
|
||||
|
||||
#, 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 "Az új e-mail-cím nem tűnik érvényesnek"
|
||||
|
||||
#, 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 "Az új e-mail-címnek eltérőnek kell lennie"
|
||||
@@ -678,21 +678,21 @@ msgstr ""
|
||||
"megtekintéséhez"
|
||||
|
||||
#, 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 ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
||||
"adminisztrátori beállításokhoz való hozzáféréshez"
|
||||
|
||||
#, 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 ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie a vezérlőpulti "
|
||||
"statisztikákhoz való hozzáféréshez"
|
||||
|
||||
#, 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 ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
||||
@@ -996,7 +996,7 @@ msgid "Failed to update the group"
|
||||
msgstr "Nem sikerült frissíteni a csoportot"
|
||||
|
||||
#, 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 "Nem sikerült frissíteni a felhasználó e-mail-címét"
|
||||
@@ -1131,22 +1131,22 @@ msgid "Your email seems to be using an invalid format"
|
||||
msgstr "Úgy tűnik, hogy az e-mail-címe érvénytelen formátumot használ"
|
||||
|
||||
#, 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 "Az új e-mail-címnek eltérőnek kell lennie"
|
||||
|
||||
#, 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 ""
|
||||
"Bejelentkezve kell lennie és adminisztrátornak kell lennie az "
|
||||
@@ -1156,3 +1156,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