Add missing group name to activity notifications
Closes #799 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -110,7 +110,7 @@ msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "Il profilo corrente non è amministratore del gruppo selezionato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:593
|
||||
#: lib/graphql/resolvers/user.ex:613
|
||||
msgid "Error while saving user settings"
|
||||
msgstr "Errore nel salvare le preferenze utente"
|
||||
|
||||
@@ -142,12 +142,12 @@ msgid "No profile found for the moderator user"
|
||||
msgstr "Nessun profilo trovato per l'utente moderatore"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:253
|
||||
#: lib/graphql/resolvers/user.ex:273
|
||||
msgid "No user to validate with this email was found"
|
||||
msgstr "Nessun utente da convalidare trovato con questa email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278
|
||||
#: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:298
|
||||
msgid "No user with this email was found"
|
||||
msgstr "Nessun utente con questa email"
|
||||
|
||||
@@ -160,43 +160,43 @@ msgid "Profile is not owned by authenticated user"
|
||||
msgstr "L'utente autenticato non è propietario di questo profilo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:156
|
||||
#: lib/graphql/resolvers/user.ex:160
|
||||
msgid "Registrations are not open"
|
||||
msgstr "Le registrazioni non sono aperte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:408
|
||||
#: lib/graphql/resolvers/user.ex:428
|
||||
msgid "The current password is invalid"
|
||||
msgstr "la password corrente non è valida"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:451
|
||||
#: lib/graphql/resolvers/user.ex:471
|
||||
msgid "The new email doesn't seem to be valid"
|
||||
msgstr "La nuova email sembra non valida"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:454
|
||||
#: lib/graphql/resolvers/user.ex:474
|
||||
msgid "The new email must be different"
|
||||
msgstr "La nuova email dev'essere diversa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:411
|
||||
#: lib/graphql/resolvers/user.ex:431
|
||||
msgid "The new password must be different"
|
||||
msgstr "La nuova password deve essere diversa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:458 lib/graphql/resolvers/user.ex:520
|
||||
#: lib/graphql/resolvers/user.ex:523
|
||||
#: lib/graphql/resolvers/user.ex:478 lib/graphql/resolvers/user.ex:540
|
||||
#: lib/graphql/resolvers/user.ex:543
|
||||
msgid "The password provided is invalid"
|
||||
msgstr "La password assegnata non è valida"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:415
|
||||
#: lib/graphql/resolvers/user.ex:435
|
||||
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
||||
msgstr "la password scelta è troppo corta, deve avere almeno 6 caratteri."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:274
|
||||
#: lib/graphql/resolvers/user.ex:294
|
||||
msgid "This user can't reset their password"
|
||||
msgstr "Questo utente non può resettare la password"
|
||||
|
||||
@@ -206,17 +206,17 @@ msgid "This user has been disabled"
|
||||
msgstr "L'utente è stato disabilitato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237
|
||||
#: lib/graphql/resolvers/user.ex:252 lib/graphql/resolvers/user.ex:257
|
||||
msgid "Unable to validate user"
|
||||
msgstr "Impossibile convalidare l'utente"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:501
|
||||
#: lib/graphql/resolvers/user.ex:521
|
||||
msgid "User already disabled"
|
||||
msgstr "Utente già disabilitato"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:568
|
||||
#: lib/graphql/resolvers/user.ex:588
|
||||
msgid "User requested is not logged-in"
|
||||
msgstr "L'utente richiesto non è loggato"
|
||||
|
||||
@@ -241,12 +241,12 @@ msgid "You may not list groups unless moderator."
|
||||
msgstr "Non è possibile elencare i gruppi a meno che non sia un moderatore."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:466
|
||||
#: lib/graphql/resolvers/user.ex:486
|
||||
msgid "You need to be logged-in to change your email"
|
||||
msgstr "È necessario effettuare il login per modificare la tua email"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:423
|
||||
#: lib/graphql/resolvers/user.ex:443
|
||||
msgid "You need to be logged-in to change your password"
|
||||
msgstr "È necessario effettuare il login per modificare la tua password"
|
||||
|
||||
@@ -256,7 +256,7 @@ msgid "You need to be logged-in to delete a group"
|
||||
msgstr "È necessario effettuare il login per eliminare un gruppo"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:528
|
||||
#: lib/graphql/resolvers/user.ex:548
|
||||
msgid "You need to be logged-in to delete your account"
|
||||
msgstr "È necessario effettuare il login per eliminare il tuo account"
|
||||
|
||||
@@ -283,12 +283,12 @@ msgstr ""
|
||||
"aggiornamento"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281
|
||||
#: lib/graphql/resolvers/user.ex:276 lib/graphql/resolvers/user.ex:301
|
||||
msgid "You requested again a confirmation email too soon"
|
||||
msgstr "Hai richiesto di nuovo un'e-mail di conferma troppo presto"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:159
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
msgid "Your email is not on the allowlist"
|
||||
msgstr "La tua mail non è nella lista delle autorizzazioni"
|
||||
|
||||
@@ -855,7 +855,7 @@ msgid "Error while creating resource"
|
||||
msgstr "Errore durante la creazione della risorsa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:484
|
||||
#: lib/graphql/resolvers/user.ex:504
|
||||
msgid "Invalid activation token"
|
||||
msgstr "Token di attivazione non valido"
|
||||
|
||||
@@ -883,7 +883,7 @@ msgid "This profile doesn't have permission to update an event on behalf of this
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:163
|
||||
#: lib/graphql/resolvers/user.ex:167
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
@@ -898,7 +898,7 @@ msgid "Error while creating a discussion"
|
||||
msgstr "Errore durante la creazione della risorsa"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:607
|
||||
#: lib/graphql/resolvers/user.ex:627
|
||||
msgid "Error while updating locale"
|
||||
msgstr "Errore durante l'aggiornamento del rapporto"
|
||||
|
||||
@@ -918,12 +918,12 @@ msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:448
|
||||
#: lib/graphql/resolvers/user.ex:468
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:480
|
||||
#: lib/graphql/resolvers/user.ex:500
|
||||
msgid "Failed to validate user email"
|
||||
msgstr "Impossibile convalidare l'utente"
|
||||
|
||||
@@ -943,7 +943,7 @@ msgid "You are not the comment creator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:405
|
||||
#: lib/graphql/resolvers/user.ex:425
|
||||
msgid "You cannot change your password."
|
||||
msgstr ""
|
||||
|
||||
@@ -983,7 +983,7 @@ msgid "Unknown error while creating event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:461
|
||||
#: lib/graphql/resolvers/user.ex:481
|
||||
msgid "User cannot change email"
|
||||
msgstr ""
|
||||
|
||||
@@ -998,12 +998,12 @@ msgid "Follow not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:327
|
||||
#: lib/graphql/resolvers/user.ex:347
|
||||
msgid "Profile with username %{username} not found"
|
||||
msgstr "La persona con il nome utente %{username} non è stata trovata"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:322
|
||||
#: lib/graphql/resolvers/user.ex:342
|
||||
msgid "This profile does not belong to you"
|
||||
msgstr ""
|
||||
|
||||
@@ -1041,3 +1041,8 @@ msgstr "Non hai il diritto di rimuovere questo membro."
|
||||
#: lib/graphql/resolvers/member.ex:250
|
||||
msgid "You must be logged-in to remove a member"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:157
|
||||
msgid "Your email seems to be using an invalid format"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user