Fix templates from suspension information emails
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -354,7 +354,7 @@ msgid "What information do we collect?"
|
||||
msgstr "Quina informació recollim?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/user.ex:178
|
||||
#: lib/web/email/user.ex:177
|
||||
msgid "Mobilizon on %{instance}: confirm your email address"
|
||||
msgstr "Mobilizon a %{instance}: confirma la teva adreça de correu"
|
||||
|
||||
@@ -1297,7 +1297,6 @@ msgid "The group %{group} has been suspended on %{instance}!"
|
||||
msgstr "El grup %{group} ha estat suspès a %{instance}!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
#: lib/web/templates/email/group_suspension.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
@@ -1305,7 +1304,7 @@ msgstr ""
|
||||
"%{group_name} (%{group_address}). Ja no formes part del grup."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:98
|
||||
#: lib/web/email/group.ex:97
|
||||
msgid "The group %{group} has been suspended on %{instance}"
|
||||
msgstr "El grup %{group} ha estat suspès a %{instance}"
|
||||
|
||||
@@ -1657,16 +1656,28 @@ msgstr ""
|
||||
msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/actor.ex:44
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
msgstr "T'han aprovat la participació a %{title}"
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:38
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:3
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation cancelled."
|
||||
msgid "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation to event %{event} cancelled."
|
||||
msgstr ""
|
||||
"L'equip de moderació de la teva instància ha decidit suspendre el grup "
|
||||
"%{group_name} (%{group_address}). Ja no formes part del grup."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/email/actor.ex:45
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13 lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} has been cancelled!"
|
||||
#: lib/web/templates/email/group_suspension.html.eex:38
|
||||
msgid "Your instance's moderation team has decided to suspend <b>%{group_name}</b> (%{group_address}). You are no longer a member of this group."
|
||||
msgstr ""
|
||||
"L'equip de moderació de la teva instància ha decidit suspendre el grup "
|
||||
"%{group_name} (%{group_address}). Ja no formes part del grup."
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/actor_suspension_participants.html.eex:13
|
||||
#: lib/web/templates/email/actor_suspension_participants.text.eex:1
|
||||
msgid "Your participation to %{event} on %{instance} has been cancelled!"
|
||||
msgstr "T'han aprovat la participació a %{title}"
|
||||
|
||||
@@ -100,12 +100,12 @@ msgid "Cannot refresh the token"
|
||||
msgstr "No s'ha pogut actualitzar el codi d'accés"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:221
|
||||
#: lib/graphql/resolvers/group.ex:227
|
||||
msgid "Current profile is not a member of this group"
|
||||
msgstr "El perfil actual no pertany a aquest grup"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:225
|
||||
#: lib/graphql/resolvers/group.ex:231
|
||||
msgid "Current profile is not an administrator of the selected group"
|
||||
msgstr "El perfil actual no administra el grup seleccionat"
|
||||
|
||||
@@ -115,13 +115,13 @@ msgid "Error while saving user settings"
|
||||
msgstr "No s'han pogut desar les preferències"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:218
|
||||
#: lib/graphql/resolvers/group.ex:250 lib/graphql/resolvers/group.ex:287 lib/graphql/resolvers/member.ex:79
|
||||
#: lib/graphql/error.ex:99 lib/graphql/resolvers/group.ex:224
|
||||
#: lib/graphql/resolvers/group.ex:256 lib/graphql/resolvers/group.ex:293 lib/graphql/resolvers/member.ex:79
|
||||
msgid "Group not found"
|
||||
msgstr "No s'ha trobat el grup"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:71 lib/graphql/resolvers/group.ex:75
|
||||
#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81
|
||||
msgid "Group with ID %{id} not found"
|
||||
msgstr "No s'ha trobat el grup amb identificador %{id}"
|
||||
|
||||
@@ -131,7 +131,7 @@ msgid "Impossible to authenticate, either your email or password are invalid."
|
||||
msgstr "No t'hem pogut autenticar. El teu correu o contrasenya són incorrectes."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:284
|
||||
#: lib/graphql/resolvers/group.ex:290
|
||||
msgid "Member not found"
|
||||
msgstr "No s'ha trobat el/la membre"
|
||||
|
||||
@@ -219,22 +219,22 @@ msgid "User requested is not logged-in"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:256
|
||||
#: lib/graphql/resolvers/group.ex:262
|
||||
msgid "You are already a member of this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:291
|
||||
#: lib/graphql/resolvers/group.ex:297
|
||||
msgid "You can't leave this group because you are the only administrator"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:253
|
||||
#: lib/graphql/resolvers/group.ex:259
|
||||
msgid "You cannot join this group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:105
|
||||
#: lib/graphql/resolvers/group.ex:111
|
||||
msgid "You may not list groups unless moderator."
|
||||
msgstr ""
|
||||
|
||||
@@ -249,7 +249,7 @@ msgid "You need to be logged-in to change your password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:230
|
||||
#: lib/graphql/resolvers/group.ex:236
|
||||
msgid "You need to be logged-in to delete a group"
|
||||
msgstr ""
|
||||
|
||||
@@ -259,17 +259,17 @@ msgid "You need to be logged-in to delete your account"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:261
|
||||
#: lib/graphql/resolvers/group.ex:267
|
||||
msgid "You need to be logged-in to join a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:296
|
||||
#: lib/graphql/resolvers/group.ex:302
|
||||
msgid "You need to be logged-in to leave a group"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:194
|
||||
#: lib/graphql/resolvers/group.ex:200
|
||||
msgid "You need to be logged-in to update a group"
|
||||
msgstr ""
|
||||
|
||||
@@ -771,7 +771,7 @@ msgid "File doesn't have an allowed MIME type."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:189
|
||||
#: lib/graphql/resolvers/group.ex:195
|
||||
msgid "Profile is not administrator for the group"
|
||||
msgstr ""
|
||||
|
||||
@@ -821,7 +821,7 @@ msgid "Profile ID provided is not the anonymous profile one"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:147 lib/graphql/resolvers/group.ex:177
|
||||
#: lib/graphql/resolvers/group.ex:153 lib/graphql/resolvers/group.ex:183
|
||||
#: lib/graphql/resolvers/person.ex:148 lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304
|
||||
msgid "The provided picture is too heavy"
|
||||
msgstr ""
|
||||
@@ -866,22 +866,22 @@ msgstr ""
|
||||
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/comment.ex:128
|
||||
msgid "Comment not found"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/discussion.ex:129
|
||||
msgid "Error while creating a discussion"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:602
|
||||
msgid "Error while updating locale"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/person.ex:307
|
||||
msgid "Error while uploading pictures"
|
||||
msgstr ""
|
||||
@@ -892,7 +892,7 @@ msgid "Failed to leave the event"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/group.ex:185
|
||||
#: lib/graphql/resolvers/group.ex:191
|
||||
msgid "Failed to update the group"
|
||||
msgstr ""
|
||||
|
||||
@@ -901,7 +901,7 @@ msgstr ""
|
||||
msgid "Failed to update user email"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/graphql/resolvers/user.ex:475
|
||||
msgid "Failed to validate user email"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user