From 74145dc520ec3f8af562f8f66f578a6437a474a0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 30 Sep 2021 15:50:18 +0200 Subject: [PATCH] Fix templates from suspension information emails Signed-off-by: Thomas Citharel --- .../actor_suspension_participants.html.eex | 4 +- .../actor_suspension_participants.text.eex | 4 +- priv/gettext/ar/LC_MESSAGES/default.po | 29 ++- priv/gettext/ar/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/be/LC_MESSAGES/default.po | 29 ++- priv/gettext/be/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/ca/LC_MESSAGES/default.po | 25 +- priv/gettext/ca/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/cs/LC_MESSAGES/default.po | 29 ++- priv/gettext/cs/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/de/LC_MESSAGES/default.po | 26 +- priv/gettext/de/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/default.pot | 27 +- priv/gettext/en/LC_MESSAGES/default.po | 23 +- priv/gettext/en/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/errors.pot | 34 +-- priv/gettext/es/LC_MESSAGES/default.po | 25 +- priv/gettext/es/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/fi/LC_MESSAGES/default.po | 25 +- priv/gettext/fi/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/fr/LC_MESSAGES/default.po | 26 +- priv/gettext/fr/LC_MESSAGES/errors.po | 243 +++++++++++++++--- priv/gettext/gl/LC_MESSAGES/default.po | 25 +- priv/gettext/gl/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/hu/LC_MESSAGES/default.po | 29 ++- priv/gettext/hu/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/id/LC_MESSAGES/default.po | 29 ++- priv/gettext/id/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/it/LC_MESSAGES/default.po | 25 +- priv/gettext/it/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/ja/LC_MESSAGES/default.po | 29 ++- priv/gettext/ja/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/nl/LC_MESSAGES/default.po | 23 +- priv/gettext/nl/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/nn/LC_MESSAGES/default.po | 25 +- priv/gettext/nn/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/oc/LC_MESSAGES/default.po | 23 +- priv/gettext/oc/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/pl/LC_MESSAGES/default.po | 23 +- priv/gettext/pl/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/pt/LC_MESSAGES/default.po | 29 ++- priv/gettext/pt/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/pt_BR/LC_MESSAGES/default.po | 23 +- priv/gettext/pt_BR/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/ru/LC_MESSAGES/default.po | 26 +- priv/gettext/ru/LC_MESSAGES/errors.po | 44 ++-- priv/gettext/sv/LC_MESSAGES/default.po | 23 +- priv/gettext/sv/LC_MESSAGES/errors.po | 44 ++-- 48 files changed, 1099 insertions(+), 706 deletions(-) diff --git a/lib/web/templates/email/actor_suspension_participants.html.eex b/lib/web/templates/email/actor_suspension_participants.html.eex index 4e3ea2472..62dbea5ae 100644 --- a/lib/web/templates/email/actor_suspension_participants.html.eex +++ b/lib/web/templates/email/actor_suspension_participants.html.eex @@ -10,7 +10,7 @@

- <%= gettext "Your participation to %{event} has been cancelled!", event: (@event.title), instance: @instance_name %> + <%= gettext "Your participation to %{event} on %{instance} has been cancelled!", event: @event.title, instance: @instance_name %>

@@ -35,7 +35,7 @@

- <%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation cancelled.", group_name: @actor.name || @actor.preferred_username, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %> + <%= gettext "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.", actor_name: @actor.name || @actor.preferred_username, event: @event.title, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %>

diff --git a/lib/web/templates/email/actor_suspension_participants.text.eex b/lib/web/templates/email/actor_suspension_participants.text.eex index c467b117c..6274d7b59 100644 --- a/lib/web/templates/email/actor_suspension_participants.text.eex +++ b/lib/web/templates/email/actor_suspension_participants.text.eex @@ -1,3 +1,3 @@ -<%= gettext "Your participation to %{event} has been cancelled!", event: (@event.title), instance: @instance_name %> +<%= gettext "Your participation to %{event} on %{instance} has been cancelled!", event: @event.title, instance: @instance_name %> == -<%= gettext "Your instance's moderation team has decided to suspend %{actor_name} (%{actor_address}). All of their events have been removed and your participation cancelled.", group_name: @actor.name || @actor.preferred_username, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %> +<%= gettext "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.", actor_name: @actor.name || @actor.preferred_username, event: @event.title, actor_address: if @actor.domain, do: "@#{@actor.preferred_username}@#{@actor.domain}", else: "@#{@actor.preferred_username}" %> diff --git a/priv/gettext/ar/LC_MESSAGES/default.po b/priv/gettext/ar/LC_MESSAGES/default.po index 388540868..e566622bc 100644 --- a/priv/gettext/ar/LC_MESSAGES/default.po +++ b/priv/gettext/ar/LC_MESSAGES/default.po @@ -313,7 +313,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1114,13 +1114,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1429,14 +1428,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/ar/LC_MESSAGES/errors.po b/priv/gettext/ar/LC_MESSAGES/errors.po index 57030d53e..088b5e40f 100644 --- a/priv/gettext/ar/LC_MESSAGES/errors.po +++ b/priv/gettext/ar/LC_MESSAGES/errors.po @@ -125,12 +125,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -140,13 +140,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -156,7 +156,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -244,22 +244,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 "" @@ -274,7 +274,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 "" @@ -284,17 +284,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 "" @@ -796,7 +796,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 "" @@ -846,7 +846,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 "" @@ -891,22 +891,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 "" @@ -917,7 +917,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 "" @@ -926,7 +926,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 "" diff --git a/priv/gettext/be/LC_MESSAGES/default.po b/priv/gettext/be/LC_MESSAGES/default.po index b0663db03..c2ecbbc0e 100644 --- a/priv/gettext/be/LC_MESSAGES/default.po +++ b/priv/gettext/be/LC_MESSAGES/default.po @@ -310,7 +310,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1090,13 +1090,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1405,14 +1404,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/be/LC_MESSAGES/errors.po b/priv/gettext/be/LC_MESSAGES/errors.po index c70a874d3..2e1fbc718 100644 --- a/priv/gettext/be/LC_MESSAGES/errors.po +++ b/priv/gettext/be/LC_MESSAGES/errors.po @@ -99,12 +99,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -114,13 +114,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -130,7 +130,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -218,22 +218,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 "" @@ -248,7 +248,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 "" @@ -258,17 +258,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 "" @@ -770,7 +770,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 "" @@ -820,7 +820,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 "" @@ -865,22 +865,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 "" @@ -891,7 +891,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 "" @@ -900,7 +900,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 "" diff --git a/priv/gettext/ca/LC_MESSAGES/default.po b/priv/gettext/ca/LC_MESSAGES/default.po index 0b1973260..054d585e5 100644 --- a/priv/gettext/ca/LC_MESSAGES/default.po +++ b/priv/gettext/ca/LC_MESSAGES/default.po @@ -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 %{group_name} (%{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}" diff --git a/priv/gettext/ca/LC_MESSAGES/errors.po b/priv/gettext/ca/LC_MESSAGES/errors.po index 22e5f5112..8d97e3670 100644 --- a/priv/gettext/ca/LC_MESSAGES/errors.po +++ b/priv/gettext/ca/LC_MESSAGES/errors.po @@ -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 "" diff --git a/priv/gettext/cs/LC_MESSAGES/default.po b/priv/gettext/cs/LC_MESSAGES/default.po index 019f6ccff..bcd616415 100644 --- a/priv/gettext/cs/LC_MESSAGES/default.po +++ b/priv/gettext/cs/LC_MESSAGES/default.po @@ -310,7 +310,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1090,13 +1090,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1405,14 +1404,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/cs/LC_MESSAGES/errors.po b/priv/gettext/cs/LC_MESSAGES/errors.po index 41bd14cb9..5ce8be1ec 100644 --- a/priv/gettext/cs/LC_MESSAGES/errors.po +++ b/priv/gettext/cs/LC_MESSAGES/errors.po @@ -99,12 +99,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -114,13 +114,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -130,7 +130,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -218,22 +218,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 "" @@ -248,7 +248,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 "" @@ -258,17 +258,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 "" @@ -770,7 +770,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 "" @@ -820,7 +820,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 "" @@ -865,22 +865,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 "" @@ -891,7 +891,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 "" @@ -900,7 +900,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 "" diff --git a/priv/gettext/de/LC_MESSAGES/default.po b/priv/gettext/de/LC_MESSAGES/default.po index c17fe8c3d..bb3eb8d5d 100644 --- a/priv/gettext/de/LC_MESSAGES/default.po +++ b/priv/gettext/de/LC_MESSAGES/default.po @@ -360,7 +360,7 @@ msgid "What information do we collect?" msgstr "Welche Informationen sammeln wir ?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon auf %{instance}: Bestätige deine E-Mail Adresse" @@ -1340,7 +1340,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Die Gruppe %{group} wurde auf %{instance} suspendiert!" #, 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 "" @@ -1349,7 +1348,7 @@ msgstr "" "dieser Gruppe." #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Die Gruppe %{group} wurde auf %{instance} ausgesetzt" @@ -1767,17 +1766,30 @@ 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 "Deine Teilnahme an der Veranstaltung %{title}wurde akzeptiert" + #, 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 "" "Das Moderationsteam Ihrer Instanz hat beschlossen, %{group_name} " "(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied " "dieser Gruppe." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"Das Moderationsteam Ihrer Instanz hat beschlossen, %{group_name} " +"(%{group_address}) zu suspendieren. Sie sind nicht länger ein Mitglied " +"dieser Gruppe." + +#, 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 "Deine Teilnahme an der Veranstaltung %{title}wurde akzeptiert" diff --git a/priv/gettext/de/LC_MESSAGES/errors.po b/priv/gettext/de/LC_MESSAGES/errors.po index 70e668ca4..b98360271 100644 --- a/priv/gettext/de/LC_MESSAGES/errors.po +++ b/priv/gettext/de/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "Der Token konnte nicht aktualisiert werden" #, 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 "Aktuelles Profil ist nicht Mitglied dieser Gruppe" #, 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 "Aktuelles Profil ist kein Administrator der ausgewählten Gruppe" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Fehler beim Speichern von Benutzereinstellungen" #, 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 "Gruppe nicht gefunden" #, 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 "Gruppe mit der ID %{id} nicht gefunden" @@ -133,7 +133,7 @@ msgstr "" "Passwort sind ungültig." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Mitglied wurde nicht gefunden" @@ -224,24 +224,24 @@ msgid "User requested is not logged-in" msgstr "Angeforderter Benutzer ist nicht eingeloggt" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Sie sind bereits Mitglied in dieser Gruppe" #, 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 "" "Sie können diese Gruppe nicht verlassen, da Sie der einzige Administrator " "sind" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Sie können dieser Gruppe nicht beitreten" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Sie dürfen keine Gruppen auflisten, es sei denn, Sie sind Moderator." @@ -256,7 +256,7 @@ msgid "You need to be logged-in to change your password" msgstr "Sie müssen eingeloggt sein, um Ihr Passwort zu ändern" #, 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 "Sie müssen eingeloggt sein, um eine Gruppe zu löschen" @@ -266,17 +266,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Sie müssen eingeloggt sein, um Ihr Konto zu löschen" #, 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 "Sie müssen eingeloggt sein, um einer Gruppe beizutreten" #, 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 "Sie müssen eingeloggt sein, um eine Gruppe zu verlassen" #, 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 "Sie müssen eingeloggt sein, um eine Gruppe zu aktualisieren" @@ -798,7 +798,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "Die Datei hat keinen zulässigen MIME-Typ." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Profil ist nicht Administrator für die Gruppe" @@ -850,7 +850,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "Die angegebene Profil-ID ist nicht die des anonymen Profils" #, 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 "Das Bild ist zu groß" @@ -895,22 +895,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 "Veranstaltung nicht gefunden" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Fehler beim Speichern des Reports" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Fehler beim Aktualisieren des Reports" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Fehler beim Aktualisieren des Reports" @@ -921,7 +921,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 "" @@ -930,7 +930,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 "Benutzer kann nicht validiert werden" diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index ec9483557..6f63e22a0 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -296,7 +296,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1069,13 +1069,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1385,13 +1384,23 @@ msgid "The token you provided is invalid. Make sure that the URL is exactly the msgstr "" #, elixir-format -#: 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." +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, elixir-format -#: 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, elixir-format +#: 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 "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 456f828f7..5d7eb8d64 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -349,7 +349,7 @@ msgid "What information do we collect?" msgstr "What information do we collect?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1122,13 +1122,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1437,14 +1436,24 @@ 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 "Your participation to event %{title} has been approved" + #, 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 "" #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "Your participation to event %{title} has been approved" diff --git a/priv/gettext/en/LC_MESSAGES/errors.po b/priv/gettext/en/LC_MESSAGES/errors.po index 91bd33915..38c7ffc05 100644 --- a/priv/gettext/en/LC_MESSAGES/errors.po +++ b/priv/gettext/en/LC_MESSAGES/errors.po @@ -103,12 +103,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -118,13 +118,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -134,7 +134,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -222,22 +222,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 "" @@ -252,7 +252,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 "" @@ -262,17 +262,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 "" @@ -774,7 +774,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 "" @@ -824,7 +824,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 "" @@ -869,22 +869,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 "" @@ -895,7 +895,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 "" @@ -904,7 +904,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 "" diff --git a/priv/gettext/errors.pot b/priv/gettext/errors.pot index 47c8abc7a..8c0c559ed 100644 --- a/priv/gettext/errors.pot +++ b/priv/gettext/errors.pot @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -131,7 +131,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -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 "" @@ -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 "" diff --git a/priv/gettext/es/LC_MESSAGES/default.po b/priv/gettext/es/LC_MESSAGES/default.po index 1137b94b7..9bf003f10 100644 --- a/priv/gettext/es/LC_MESSAGES/default.po +++ b/priv/gettext/es/LC_MESSAGES/default.po @@ -356,7 +356,7 @@ msgid "What information do we collect?" msgstr "¿Qué información recopilamos?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon en %{instance}: confirma tu dirección de correo electrónico" @@ -1311,7 +1311,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "¡El grupo %{group} ha sido suspendido en %{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 "" @@ -1319,7 +1318,7 @@ msgstr "" " (%{group_address}). Ya no eres miembro de este grupo." #, 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 grupo %{group} ha sido suspendido en %{instance}" @@ -1727,16 +1726,28 @@ msgstr "" "El token que proporcionaste no es válido. Asegúrese de que la URL sea " "exactamente la que se proporciona dentro del correo electrónico que recibió." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" +msgstr "Su participación en el evento %{title} ha sido aprobada" + #, 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 "" "El equipo de moderación de su instancia ha decidido suspender a %{group_name}" " (%{group_address}). Ya no eres miembro de este grupo." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"El equipo de moderación de su instancia ha decidido suspender a %{group_name}" +" (%{group_address}). Ya no eres miembro de este grupo." + +#, 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 "Su participación en el evento %{title} ha sido aprobada" diff --git a/priv/gettext/es/LC_MESSAGES/errors.po b/priv/gettext/es/LC_MESSAGES/errors.po index ac00d1e5b..9db27dfda 100644 --- a/priv/gettext/es/LC_MESSAGES/errors.po +++ b/priv/gettext/es/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "No se puede actualizar el token" #, 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 es miembro de este grupo" #, 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 es un administrador del grupo seleccionado" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Error al guardar los parámetros del usuario" #, 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 "Grupo no encontrado" #, 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 se encontró el grupo con ID% {id}" @@ -132,7 +132,7 @@ msgstr "" "Imposible autenticarse, su correo electrónico o contraseña no son válidos." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Miembro no encontrado" @@ -222,22 +222,22 @@ msgid "User requested is not logged-in" msgstr "El usuario solicitado no ha iniciado sesión" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Ya eres miembro de este grupo" #, 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 "No puedes dejar este grupo porque eres el único administrador" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "No puedes unirte a este grupo" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "No puedes enumerar grupos a menos que seas moderador." @@ -252,7 +252,7 @@ msgid "You need to be logged-in to change your password" msgstr "Debes iniciar sesión para cambiar tu contraseña" #, 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 "Debes iniciar sesión para eliminar un grupo" @@ -262,17 +262,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Debes iniciar sesión para eliminar su cuenta" #, 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 "Debes iniciar sesión para eliminar su cuenta" #, 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 "Debes iniciar sesión para dejar un grupo" #, 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 "Debes iniciar sesión para actualizar un grupo" @@ -790,7 +790,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "El archivo no tiene un tipo MIME permitido." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "El perfil no es miembro del grupo" @@ -841,7 +841,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "El ID de perfil proporcionado no es el del perfil anónimo" #, 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 "La imagen proporcionada es demasiado pesada" @@ -892,22 +892,22 @@ msgstr "" "A su correo electrónico se le ha denegado el registro o utiliza un proveedor " "de correo electrónico no autorizado" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/comment.ex:128 msgid "Comment not found" msgstr "Evento no encontrado" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Error al crear el recurso" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Error al actualizar el informe" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Error al actualizar el informe" @@ -918,7 +918,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 "" @@ -927,7 +927,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 "No se puede validar al usuario" diff --git a/priv/gettext/fi/LC_MESSAGES/default.po b/priv/gettext/fi/LC_MESSAGES/default.po index 94f29313a..eadb8f3a7 100644 --- a/priv/gettext/fi/LC_MESSAGES/default.po +++ b/priv/gettext/fi/LC_MESSAGES/default.po @@ -350,7 +350,7 @@ msgid "What information do we collect?" msgstr "Mitä tietoja kerätään?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon palvelimella %{instance}: vahvista sähköpostiosoitteesi" @@ -1291,7 +1291,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Ryhmä %{group} on estetty palvelimella %{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 "" @@ -1299,7 +1298,7 @@ msgstr "" "(%{group_address}). Et ole enää tämän ryhmän jäsen." #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Ryhmä %{group} on estetty palvelimella %{instance}" @@ -1695,16 +1694,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 "Osallistumisesi tapahtumaan %{title} on hyväksytty" + #, 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 "" "Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} " "(%{group_address}). Et ole enää tämän ryhmän jäsen." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"Palvelimesi moderointitiimi on päättänyt estää ryhmän %{group_name} " +"(%{group_address}). Et ole enää tämän ryhmän jäsen." + +#, 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 "Osallistumisesi tapahtumaan %{title} on hyväksytty" diff --git a/priv/gettext/fi/LC_MESSAGES/errors.po b/priv/gettext/fi/LC_MESSAGES/errors.po index 00766e9db..48f33dd1f 100644 --- a/priv/gettext/fi/LC_MESSAGES/errors.po +++ b/priv/gettext/fi/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "Merkkiä ei voi päivittää" #, 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 "Nykyinen profiili ei kuulu tähän ryhmään" #, 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 "Nykyinen profiili ei ole valitun ryhmän ylläpitäjä" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Käyttäjän asetusten tallennuksessa tapahtui virhe" #, 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 "Ryhmää ei löydy" #, 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 "Tunnuksella %{id} ei löydy ryhmää" @@ -132,7 +132,7 @@ msgstr "" "Kirjautuminen epäonnistui - joko sähköpostiosoitteesi tai salasana on väärin." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Jäsentä ei löydy" @@ -222,22 +222,22 @@ msgid "User requested is not logged-in" msgstr "Pyydetty käyttäjä ei ole kirjautuneena sisään" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Olet jo tämän ryhmän jäsen" #, 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 "Et voi poistua ryhmästä, koska olet sen ainoa ylläpitäjä" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Et voi liittyä tähän ryhmään" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Voit nähdä ryhmäluettelon vain, jos olet moderaattori." @@ -252,7 +252,7 @@ msgid "You need to be logged-in to change your password" msgstr "Salasanan voi vaihtaa vain sisäänkirjautuneena" #, 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 "Ryhmän voi poistaa vain sisäänkirjautuneena" @@ -262,17 +262,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Voit poistaa tilisi vain sisäänkirjautuneena" #, 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 "Voit liittyä ryhmään vain sisäänkirjautuneena" #, 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 "Voit poistua ryhmästä vain sisäänkirjautuneena" #, 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 "Voit päivittää ryhmää vain sisäänkirjautuneena" @@ -777,7 +777,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "Tiedostolla ei ole sallittua MIME-tyyppiä." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Profiili ei ole ryhmän ylläpitäjä" @@ -827,7 +827,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "Annettu profiilitunniste ei kuulu anonyymille profiilille" #, 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 "Toimitettu kuva on liian suuri" @@ -872,22 +872,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 "Tapahtumaa ei löydy" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Virhe raporttia tallennettaessa" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Virhe raporttia päivitettäessä" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Virhe raporttia päivitettäessä" @@ -898,7 +898,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 "" @@ -907,7 +907,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 "Käyttäjää ei voi vahvistaa" diff --git a/priv/gettext/fr/LC_MESSAGES/default.po b/priv/gettext/fr/LC_MESSAGES/default.po index cb6a3cfba..7a43805a4 100644 --- a/priv/gettext/fr/LC_MESSAGES/default.po +++ b/priv/gettext/fr/LC_MESSAGES/default.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2021-09-30 08:36+0200\n" +"PO-Revision-Date: 2021-09-30 15:35+0200\n" "Last-Translator: Thomas Citharel \n" "Language-Team: French \n" "Language: fr\n" @@ -274,7 +274,7 @@ msgctxt "terms" msgid "What information do we collect?" msgstr "Quelles informations collectons-nous ?" -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon sur %{instance} : confirmez votre adresse email" @@ -870,11 +870,11 @@ msgstr "Comme ce groupe était originaire de cette instance, toutes ses données msgid "The group %{group} has been suspended on %{instance}!" msgstr "Le groupe %{group} a été suspendu sur %{instance} !" -#: lib/web/templates/email/group_suspension.html.eex:38 lib/web/templates/email/group_suspension.text.eex:3 +#: 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 "L'équipe de modération de votre instance a décidé de suspendre %{group_name} (%{group_address}). Vous n'êtes désormais plus membre de ce groupe." -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Le groupe %{group} a été suspendu sur %{instance}" @@ -1122,10 +1122,18 @@ msgstr "Le mot de passe que vous avez choisi est trop court. Assurez-vous que vo msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got." msgstr "Le jeton que vous avez fourni est invalide. Assurez-vous que l'URL est exactement la même que celle contenue dans le message que vous avez reçu." -#: 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." -msgstr "L'équipe de modération de votre instance a décidé de suspendre %{actor_name} (%{actor_address}). Tous leurs événements ont été supprimés et votre participation annulée." - -#: 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 +#: lib/web/email/actor.ex:44 msgid "Your participation to %{event} has been cancelled!" msgstr "Votre participation à l'événement %{title} a été annulée !" + +#: 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 to event %{event} cancelled." +msgstr "L'équipe de modération de votre instance a décidé de suspendre %{actor_name} (%{actor_address}). Tous leurs événements ont été supprimés et votre participation à %{event} annulée." + +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "L'équipe de modération de votre instance a décidé de suspendre %{group_name} (%{group_address}). Vous n'êtes désormais plus membre de ce groupe." + +#: 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 "Votre participation à l'événement %{event} sur %{instance} a été annulée !" diff --git a/priv/gettext/fr/LC_MESSAGES/errors.po b/priv/gettext/fr/LC_MESSAGES/errors.po index 7ffb0a072..e500d2ec6 100644 --- a/priv/gettext/fr/LC_MESSAGES/errors.po +++ b/priv/gettext/fr/LC_MESSAGES/errors.po @@ -96,669 +96,838 @@ msgstr "doit être supérieur ou égal à %{number}" msgid "must be equal to %{number}" msgstr "doit être égal à %{number}" +#, elixir-format #: lib/graphql/resolvers/user.ex:107 msgid "Cannot refresh the token" msgstr "Impossible de rafraîchir le jeton" -#: lib/graphql/resolvers/group.ex:221 +#, elixir-format +#: lib/graphql/resolvers/group.ex:227 msgid "Current profile is not a member of this group" msgstr "Le profil actuel n'est pas un membre de ce groupe" -#: lib/graphql/resolvers/group.ex:225 +#, elixir-format +#: lib/graphql/resolvers/group.ex:231 msgid "Current profile is not an administrator of the selected group" msgstr "Le profil actuel n'est pas un·e administrateur·ice du groupe sélectionné" +#, elixir-format #: lib/graphql/resolvers/user.ex:588 msgid "Error while saving user settings" msgstr "Erreur lors de la sauvegarde des paramètres utilisateur" -#: 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 +#, elixir-format +#: 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 "Groupe non trouvé" -#: lib/graphql/resolvers/group.ex:71 lib/graphql/resolvers/group.ex:75 +#, elixir-format +#: lib/graphql/resolvers/group.ex:77 lib/graphql/resolvers/group.ex:81 msgid "Group with ID %{id} not found" msgstr "Groupe avec l'ID %{id} non trouvé" +#, elixir-format #: lib/graphql/resolvers/user.ex:85 msgid "Impossible to authenticate, either your email or password are invalid." msgstr "Impossible de s'authentifier, votre adresse e-mail ou bien votre mot de passe sont invalides." -#: lib/graphql/resolvers/group.ex:284 +#, elixir-format +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Membre non trouvé" +#, elixir-format #: lib/graphql/resolvers/actor.ex:94 msgid "No profile found for the moderator user" msgstr "Aucun profil trouvé pour l'utilisateur modérateur" +#, elixir-format #: lib/graphql/resolvers/user.ex:253 msgid "No user to validate with this email was found" msgstr "Aucun·e utilisateur·ice à valider avec cet email n'a été trouvé·e" +#, elixir-format #: lib/graphql/resolvers/person.ex:314 lib/graphql/resolvers/user.ex:278 msgid "No user with this email was found" msgstr "Aucun·e utilisateur·ice avec cette adresse e-mail n'a été trouvé·e" -#: lib/graphql/resolvers/feed_token.ex:28 lib/graphql/resolvers/participant.ex:31 -#: lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236 lib/graphql/resolvers/person.ex:353 -#: lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397 +#, elixir-format +#: lib/graphql/resolvers/feed_token.ex:28 +#: lib/graphql/resolvers/participant.ex:31 lib/graphql/resolvers/participant.ex:209 lib/graphql/resolvers/person.ex:236 +#: lib/graphql/resolvers/person.ex:353 lib/graphql/resolvers/person.ex:380 lib/graphql/resolvers/person.ex:397 msgid "Profile is not owned by authenticated user" msgstr "Le profil n'est pas possédé par l'utilisateur connecté" +#, elixir-format #: lib/graphql/resolvers/user.ex:156 msgid "Registrations are not open" msgstr "Les inscriptions ne sont pas ouvertes" +#, elixir-format #: lib/graphql/resolvers/user.ex:407 msgid "The current password is invalid" msgstr "Le mot de passe actuel est invalid" +#, elixir-format #: lib/graphql/resolvers/user.ex:452 msgid "The new email doesn't seem to be valid" msgstr "La nouvelle adresse e-mail ne semble pas être valide" +#, elixir-format #: lib/graphql/resolvers/user.ex:449 msgid "The new email must be different" msgstr "La nouvelle adresse e-mail doit être différente" +#, elixir-format #: lib/graphql/resolvers/user.ex:410 msgid "The new password must be different" msgstr "Le nouveau mot de passe doit être différent" -#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515 lib/graphql/resolvers/user.ex:518 +#, elixir-format +#: lib/graphql/resolvers/user.ex:446 lib/graphql/resolvers/user.ex:515 +#: lib/graphql/resolvers/user.ex:518 msgid "The password provided is invalid" msgstr "Le mot de passe fourni est invalide" +#, elixir-format #: lib/graphql/resolvers/user.ex:414 msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters." msgstr "" "Le mot de passe que vous avez choisi est trop court. Merci de vous assurer que votre mot de passe contienne au moins " "6 caractères." +#, elixir-format #: lib/graphql/resolvers/user.ex:274 msgid "This user can't reset their password" msgstr "Cet·te utilisateur·ice ne peut pas réinitialiser son mot de passe" +#, elixir-format #: lib/graphql/resolvers/user.ex:81 msgid "This user has been disabled" msgstr "Cet·te utilisateur·ice a été désactivé·e" +#, elixir-format #: lib/graphql/resolvers/user.ex:232 lib/graphql/resolvers/user.ex:237 msgid "Unable to validate user" msgstr "Impossible de valider l'utilisateur·ice" +#, elixir-format #: lib/graphql/resolvers/user.ex:496 msgid "User already disabled" msgstr "L'utilisateur·ice est déjà désactivé·e" +#, elixir-format #: lib/graphql/resolvers/user.ex:563 msgid "User requested is not logged-in" msgstr "L'utilisateur·ice demandé·e n'est pas connecté·e" -#: lib/graphql/resolvers/group.ex:256 +#, elixir-format +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Vous êtes déjà membre de ce groupe" -#: lib/graphql/resolvers/group.ex:291 +#, elixir-format +#: lib/graphql/resolvers/group.ex:297 msgid "You can't leave this group because you are the only administrator" msgstr "Vous ne pouvez pas quitter ce groupe car vous en êtes le ou la seul·e administrateur·ice" -#: lib/graphql/resolvers/group.ex:253 +#, elixir-format +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Vous ne pouvez pas rejoindre ce groupe" -#: lib/graphql/resolvers/group.ex:105 +#, elixir-format +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Vous ne pouvez pas lister les groupes sauf à être modérateur·ice." +#, elixir-format #: lib/graphql/resolvers/user.ex:461 msgid "You need to be logged-in to change your email" msgstr "Vous devez être connecté·e pour changer votre adresse e-mail" +#, elixir-format #: lib/graphql/resolvers/user.ex:422 msgid "You need to be logged-in to change your password" msgstr "Vous devez être connecté·e pour changer votre mot de passe" -#: lib/graphql/resolvers/group.ex:230 +#, elixir-format +#: lib/graphql/resolvers/group.ex:236 msgid "You need to be logged-in to delete a group" msgstr "Vous devez être connecté·e pour supprimer un groupe" +#, elixir-format #: lib/graphql/resolvers/user.ex:523 msgid "You need to be logged-in to delete your account" msgstr "Vous devez être connecté·e pour supprimer votre compte" -#: lib/graphql/resolvers/group.ex:261 +#, elixir-format +#: lib/graphql/resolvers/group.ex:267 msgid "You need to be logged-in to join a group" msgstr "Vous devez être connecté·e pour rejoindre un groupe" -#: lib/graphql/resolvers/group.ex:296 +#, elixir-format +#: lib/graphql/resolvers/group.ex:302 msgid "You need to be logged-in to leave a group" msgstr "Vous devez être connecté·e pour quitter un groupe" -#: lib/graphql/resolvers/group.ex:194 +#, elixir-format +#: lib/graphql/resolvers/group.ex:200 msgid "You need to be logged-in to update a group" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" +#, elixir-format #: lib/graphql/resolvers/user.ex:112 msgid "You need to have an existing token to get a refresh token" msgstr "Vous devez avoir un jeton existant pour obtenir un jeton de rafraîchissement" +#, elixir-format #: lib/graphql/resolvers/user.ex:256 lib/graphql/resolvers/user.ex:281 msgid "You requested again a confirmation email too soon" msgstr "Vous avez à nouveau demandé un email de confirmation trop vite" +#, elixir-format #: lib/graphql/resolvers/user.ex:159 msgid "Your email is not on the allowlist" msgstr "Votre adresse e-mail n'est pas sur la liste d'autorisations" +#, elixir-format #: lib/graphql/resolvers/actor.ex:100 msgid "Error while performing background task" msgstr "Erreur lors de l'exécution d'une tâche d'arrière-plan" +#, elixir-format #: lib/graphql/resolvers/actor.ex:32 msgid "No profile found with this ID" msgstr "Aucun profil trouvé avec cet ID" +#, elixir-format #: lib/graphql/resolvers/actor.ex:61 lib/graphql/resolvers/actor.ex:97 msgid "No remote profile found with this ID" msgstr "Aucun profil distant trouvé avec cet ID" +#, elixir-format #: lib/graphql/resolvers/actor.ex:72 msgid "Only moderators and administrators can suspend a profile" msgstr "Seul·es les modérateur·ice et les administrateur·ices peuvent suspendre un profil" +#, elixir-format #: lib/graphql/resolvers/actor.ex:105 msgid "Only moderators and administrators can unsuspend a profile" msgstr "Seul·es les modérateur·ice et les administrateur·ices peuvent annuler la suspension d'un profil" +#, elixir-format #: lib/graphql/resolvers/actor.ex:29 msgid "Only remote profiles may be refreshed" msgstr "Seuls les profils distants peuvent être rafraîchis" +#, elixir-format #: lib/graphql/resolvers/actor.ex:64 msgid "Profile already suspended" msgstr "Le profil est déjà suspendu" +#, elixir-format #: lib/graphql/resolvers/participant.ex:95 msgid "A valid email is required by your instance" msgstr "Une adresse e-mail valide est requise par votre instance" -#: lib/graphql/resolvers/participant.ex:89 lib/graphql/resolvers/participant.ex:142 +#, elixir-format +#: lib/graphql/resolvers/participant.ex:89 +#: lib/graphql/resolvers/participant.ex:142 msgid "Anonymous participation is not enabled" msgstr "La participation anonyme n'est pas activée" +#, elixir-format #: lib/graphql/resolvers/person.ex:210 msgid "Cannot remove the last administrator of a group" msgstr "Impossible de supprimer le ou la dernier·ère administrateur·ice d'un groupe" +#, elixir-format #: lib/graphql/resolvers/person.ex:207 msgid "Cannot remove the last identity of a user" msgstr "Impossible de supprimer le dernier profil d'un·e utilisateur·ice" +#, elixir-format #: lib/graphql/resolvers/comment.ex:125 msgid "Comment is already deleted" msgstr "Le commentaire est déjà supprimé" +#, elixir-format #: lib/graphql/error.ex:101 lib/graphql/resolvers/discussion.ex:75 msgid "Discussion not found" msgstr "Discussion non trouvée" +#, elixir-format #: lib/graphql/resolvers/report.ex:63 lib/graphql/resolvers/report.ex:82 msgid "Error while saving report" msgstr "Erreur lors de la sauvegarde du signalement" +#, elixir-format #: lib/graphql/resolvers/report.ex:102 msgid "Error while updating report" msgstr "Erreur lors de la mise à jour du signalement" +#, elixir-format #: lib/graphql/resolvers/participant.ex:130 msgid "Event id not found" msgstr "ID de l'événement non trouvé" -#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327 lib/graphql/resolvers/event.ex:379 +#, elixir-format +#: lib/graphql/error.ex:98 lib/graphql/resolvers/event.ex:327 +#: lib/graphql/resolvers/event.ex:379 msgid "Event not found" msgstr "Événement non trouvé" -#: lib/graphql/resolvers/participant.ex:86 lib/graphql/resolvers/participant.ex:127 -#: lib/graphql/resolvers/participant.ex:154 +#, elixir-format +#: lib/graphql/resolvers/participant.ex:86 +#: lib/graphql/resolvers/participant.ex:127 lib/graphql/resolvers/participant.ex:154 msgid "Event with this ID %{id} doesn't exist" msgstr "L'événement avec cet ID %{id} n'existe pas" +#, elixir-format #: lib/graphql/resolvers/participant.ex:102 msgid "Internal Error" msgstr "Erreur interne" +#, elixir-format #: lib/graphql/resolvers/discussion.ex:225 msgid "No discussion with ID %{id}" msgstr "Aucune discussion avec l'ID %{id}" -#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107 lib/graphql/resolvers/todos.ex:179 -#: lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237 +#, elixir-format +#: lib/graphql/resolvers/todos.ex:80 lib/graphql/resolvers/todos.ex:107 +#: lib/graphql/resolvers/todos.ex:179 lib/graphql/resolvers/todos.ex:208 lib/graphql/resolvers/todos.ex:237 msgid "No profile found for user" msgstr "Aucun profil trouvé pour l'utilisateur modérateur" +#, elixir-format #: lib/graphql/resolvers/feed_token.ex:64 msgid "No such feed token" msgstr "Aucun jeton de flux correspondant" +#, elixir-format #: lib/graphql/resolvers/participant.ex:258 msgid "Participant already has role %{role}" msgstr "Le ou la participant·e a déjà le rôle %{role}" -#: lib/graphql/resolvers/participant.ex:186 lib/graphql/resolvers/participant.ex:219 -#: lib/graphql/resolvers/participant.ex:251 lib/graphql/resolvers/participant.ex:261 +#, elixir-format +#: lib/graphql/resolvers/participant.ex:186 +#: lib/graphql/resolvers/participant.ex:219 lib/graphql/resolvers/participant.ex:251 +#: lib/graphql/resolvers/participant.ex:261 msgid "Participant not found" msgstr "Participant·e non trouvé·e" +#, elixir-format #: lib/graphql/resolvers/person.ex:32 msgid "Person with ID %{id} not found" msgstr "Personne avec l'ID %{id} non trouvé" +#, elixir-format #: lib/graphql/resolvers/person.ex:56 msgid "Person with username %{username} not found" msgstr "Personne avec le nom %{name} non trouvé" +#, elixir-format #: lib/graphql/resolvers/post.ex:169 lib/graphql/resolvers/post.ex:203 msgid "Post ID is not a valid ID" msgstr "L'ID du billet n'est pas un ID valide" +#, elixir-format #: lib/graphql/resolvers/post.ex:172 lib/graphql/resolvers/post.ex:206 msgid "Post doesn't exist" msgstr "Le billet n'existe pas" +#, elixir-format #: lib/graphql/resolvers/member.ex:82 msgid "Profile invited doesn't exist" msgstr "Le profil invité n'existe pas" +#, elixir-format #: lib/graphql/resolvers/member.ex:91 lib/graphql/resolvers/member.ex:95 msgid "Profile is already a member of this group" msgstr "Ce profil est déjà membre de ce groupe" -#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175 lib/graphql/resolvers/post.ex:209 -#: lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131 lib/graphql/resolvers/resource.ex:164 -#: lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58 lib/graphql/resolvers/todos.ex:83 -#: lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182 lib/graphql/resolvers/todos.ex:214 -#: lib/graphql/resolvers/todos.ex:246 +#, elixir-format +#: lib/graphql/resolvers/post.ex:133 lib/graphql/resolvers/post.ex:175 +#: lib/graphql/resolvers/post.ex:209 lib/graphql/resolvers/resource.ex:90 lib/graphql/resolvers/resource.ex:131 +#: lib/graphql/resolvers/resource.ex:164 lib/graphql/resolvers/resource.ex:198 lib/graphql/resolvers/todos.ex:58 +#: lib/graphql/resolvers/todos.ex:83 lib/graphql/resolvers/todos.ex:110 lib/graphql/resolvers/todos.ex:182 +#: lib/graphql/resolvers/todos.ex:214 lib/graphql/resolvers/todos.ex:246 msgid "Profile is not member of group" msgstr "Le profil n'est pas un·e membre du groupe" +#, elixir-format #: lib/graphql/resolvers/actor.ex:67 lib/graphql/resolvers/person.ex:233 msgid "Profile not found" msgstr "Profile non trouvé" +#, elixir-format #: lib/graphql/resolvers/report.ex:40 msgid "Report not found" msgstr "Groupe non trouvé" +#, elixir-format #: lib/graphql/resolvers/resource.ex:168 lib/graphql/resolvers/resource.ex:195 msgid "Resource doesn't exist" msgstr "La ressource n'existe pas" +#, elixir-format #: lib/graphql/resolvers/participant.ex:123 msgid "The event has already reached its maximum capacity" msgstr "L'événement a déjà atteint sa capacité maximale" +#, elixir-format #: lib/graphql/resolvers/participant.ex:281 msgid "This token is invalid" msgstr "Ce jeton est invalide" +#, elixir-format #: lib/graphql/resolvers/todos.ex:176 lib/graphql/resolvers/todos.ex:243 msgid "Todo doesn't exist" msgstr "Ce todo n'existe pas" -#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211 lib/graphql/resolvers/todos.ex:240 +#, elixir-format +#: lib/graphql/resolvers/todos.ex:77 lib/graphql/resolvers/todos.ex:211 +#: lib/graphql/resolvers/todos.ex:240 msgid "Todo list doesn't exist" msgstr "Cette todo-liste n'existe pas" +#, elixir-format #: lib/graphql/resolvers/feed_token.ex:73 msgid "Token does not exist" msgstr "Ce jeton n'existe pas" +#, elixir-format #: lib/graphql/resolvers/feed_token.ex:67 lib/graphql/resolvers/feed_token.ex:70 msgid "Token is not a valid UUID" msgstr "Ce jeton n'est pas un UUID valide" +#, elixir-format #: lib/graphql/error.ex:96 lib/graphql/resolvers/person.ex:415 msgid "User not found" msgstr "Utilisateur·ice non trouvé·e" +#, elixir-format #: lib/graphql/resolvers/person.ex:310 msgid "You already have a profile for this user" msgstr "Vous avez déjà un profil pour cet utilisateur" +#, elixir-format #: lib/graphql/resolvers/participant.ex:133 msgid "You are already a participant of this event" msgstr "Vous êtes déjà un·e participant·e à cet événement" +#, elixir-format #: lib/graphql/resolvers/member.ex:85 msgid "You are not a member of this group" msgstr "Vous n'êtes pas membre de ce groupe" +#, elixir-format #: lib/graphql/resolvers/member.ex:155 msgid "You are not a moderator or admin for this group" msgstr "Vous n'êtes pas administrateur·ice ou modérateur·ice de ce groupe" +#, elixir-format #: lib/graphql/resolvers/comment.ex:59 msgid "You are not allowed to create a comment if not connected" msgstr "Vous n'êtes pas autorisé·e à créer un commentaire si non connecté·e" +#, elixir-format #: lib/graphql/resolvers/feed_token.ex:41 msgid "You are not allowed to create a feed token if not connected" msgstr "Vous n'êtes pas autorisé·e à créer un jeton de flux si non connecté·e" +#, elixir-format #: lib/graphql/resolvers/comment.ex:133 msgid "You are not allowed to delete a comment if not connected" msgstr "Vous n'êtes pas autorisé·e à supprimer un commentaire si non connecté·e" +#, elixir-format #: lib/graphql/resolvers/feed_token.ex:82 msgid "You are not allowed to delete a feed token if not connected" msgstr "Vous n'êtes pas autorisé·e à supprimer un jeton de flux si non connecté·e" +#, elixir-format #: lib/graphql/resolvers/comment.ex:93 msgid "You are not allowed to update a comment if not connected" msgstr "Vous n'êtes pas autorisé·e à mettre à jour un commentaire si non connecté·e" -#: lib/graphql/resolvers/participant.ex:180 lib/graphql/resolvers/participant.ex:213 +#, elixir-format +#: lib/graphql/resolvers/participant.ex:180 +#: lib/graphql/resolvers/participant.ex:213 msgid "You can't leave event because you're the only event creator participant" msgstr "Vous ne pouvez pas quitter cet événement car vous en êtes le ou la seule créateur·ice participant" +#, elixir-format #: lib/graphql/resolvers/member.ex:159 msgid "You can't set yourself to a lower member role for this group because you are the only administrator" msgstr "" "Vous ne pouvez pas vous définir avec un rôle de membre inférieur pour ce groupe car vous en êtes le ou la seul·e " "administrateur·ice" +#, elixir-format #: lib/graphql/resolvers/comment.ex:121 msgid "You cannot delete this comment" msgstr "Vous ne pouvez pas supprimer ce commentaire" +#, elixir-format #: lib/graphql/resolvers/event.ex:375 msgid "You cannot delete this event" msgstr "Vous ne pouvez pas supprimer cet événement" +#, elixir-format #: lib/graphql/resolvers/member.ex:88 msgid "You cannot invite to this group" msgstr "Vous ne pouvez pas rejoindre ce groupe" +#, elixir-format #: lib/graphql/resolvers/feed_token.ex:76 msgid "You don't have permission to delete this token" msgstr "Vous n'avez pas la permission de supprimer ce jeton" +#, elixir-format #: lib/graphql/resolvers/admin.ex:54 msgid "You need to be logged-in and a moderator to list action logs" msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les journaux de modération" +#, elixir-format #: lib/graphql/resolvers/report.ex:28 msgid "You need to be logged-in and a moderator to list reports" msgstr "Vous devez être connecté·e et une modérateur·ice pour lister les signalements" +#, elixir-format #: lib/graphql/resolvers/report.ex:107 msgid "You need to be logged-in and a moderator to update a report" msgstr "Vous devez être connecté·e et une modérateur·ice pour modifier un signalement" +#, elixir-format #: lib/graphql/resolvers/report.ex:45 msgid "You need to be logged-in and a moderator to view a report" msgstr "Vous devez être connecté·e pour et une modérateur·ice pour visionner un signalement" +#, elixir-format #: lib/graphql/resolvers/admin.ex:246 msgid "You need to be logged-in and an administrator to access admin settings" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux paramètres administrateur" +#, elixir-format #: lib/graphql/resolvers/admin.ex:230 msgid "You need to be logged-in and an administrator to access dashboard statistics" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour accéder aux panneau de statistiques" +#, elixir-format #: lib/graphql/resolvers/admin.ex:272 msgid "You need to be logged-in and an administrator to save admin settings" msgstr "Vous devez être connecté·e et un·e administrateur·ice pour sauvegarder les paramètres administrateur" +#, elixir-format #: lib/graphql/resolvers/discussion.ex:90 msgid "You need to be logged-in to access discussions" msgstr "Vous devez être connecté·e pour accéder aux discussions" +#, elixir-format #: lib/graphql/resolvers/resource.ex:96 msgid "You need to be logged-in to access resources" msgstr "Vous devez être connecté·e pour supprimer un groupe" +#, elixir-format #: lib/graphql/resolvers/event.ex:295 msgid "You need to be logged-in to create events" msgstr "Vous devez être connecté·e pour créer des événements" +#, elixir-format #: lib/graphql/resolvers/post.ex:141 msgid "You need to be logged-in to create posts" msgstr "Vous devez être connecté·e pour quitter un groupe" +#, elixir-format #: lib/graphql/resolvers/report.ex:79 msgid "You need to be logged-in to create reports" msgstr "Vous devez être connecté·e pour quitter un groupe" +#, elixir-format #: lib/graphql/resolvers/resource.ex:136 msgid "You need to be logged-in to create resources" msgstr "Vous devez être connecté·e pour quitter un groupe" +#, elixir-format #: lib/graphql/resolvers/event.ex:384 msgid "You need to be logged-in to delete an event" msgstr "Vous devez être connecté·e pour supprimer un groupe" +#, elixir-format #: lib/graphql/resolvers/post.ex:214 msgid "You need to be logged-in to delete posts" msgstr "Vous devez être connecté·e pour supprimer un groupe" +#, elixir-format #: lib/graphql/resolvers/resource.ex:203 msgid "You need to be logged-in to delete resources" msgstr "Vous devez être connecté·e pour supprimer un groupe" +#, elixir-format #: lib/graphql/resolvers/participant.ex:107 msgid "You need to be logged-in to join an event" msgstr "Vous devez être connecté·e pour rejoindre un événement" +#, elixir-format #: lib/graphql/resolvers/participant.ex:224 msgid "You need to be logged-in to leave an event" msgstr "Vous devez être connecté·e pour quitter un groupe" +#, elixir-format #: lib/graphql/resolvers/event.ex:341 msgid "You need to be logged-in to update an event" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" +#, elixir-format #: lib/graphql/resolvers/post.ex:180 msgid "You need to be logged-in to update posts" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" +#, elixir-format #: lib/graphql/resolvers/resource.ex:173 msgid "You need to be logged-in to update resources" msgstr "Vous devez être connecté·e pour mettre à jour un groupe" +#, elixir-format #: lib/graphql/resolvers/resource.ex:232 msgid "You need to be logged-in to view a resource preview" msgstr "Vous devez être connecté·e pour supprimer un groupe" +#, elixir-format #: lib/graphql/resolvers/resource.ex:128 msgid "Parent resource doesn't belong to this group" msgstr "La ressource parente n'appartient pas à ce groupe" +#, elixir-format #: lib/mobilizon/users/user.ex:113 msgid "The chosen password is too short." msgstr "Le mot de passe choisi est trop court." +#, elixir-format #: lib/mobilizon/users/user.ex:141 msgid "The registration token is already in use, this looks like an issue on our side." msgstr "Le jeton d'inscription est déjà utilisé, cela ressemble à un problème de notre côté." +#, elixir-format #: lib/mobilizon/users/user.ex:108 msgid "This email is already used." msgstr "Cette adresse e-mail est déjà utilisée." +#, elixir-format #: lib/graphql/error.ex:97 msgid "Post not found" msgstr "Billet non trouvé" +#, elixir-format #: lib/graphql/error.ex:84 msgid "Invalid arguments passed" msgstr "Paramètres fournis invalides" +#, elixir-format #: lib/graphql/error.ex:90 msgid "Invalid credentials" msgstr "Identifiants invalides" +#, elixir-format #: lib/graphql/error.ex:88 msgid "Reset your password to login" msgstr "Réinitialiser votre mot de passe pour vous connecter" +#, elixir-format #: lib/graphql/error.ex:95 lib/graphql/error.ex:100 msgid "Resource not found" msgstr "Ressource non trouvée" +#, elixir-format #: lib/graphql/error.ex:102 msgid "Something went wrong" msgstr "Quelque chose s'est mal passé" +#, elixir-format #: lib/graphql/error.ex:83 msgid "Unknown Resource" msgstr "Ressource inconnue" +#, elixir-format #: lib/graphql/error.ex:93 msgid "You don't have permission to do this" msgstr "Vous n'avez pas la permission de faire ceci" +#, elixir-format #: lib/graphql/error.ex:85 msgid "You need to be logged in" msgstr "Vous devez être connecté·e" +#, elixir-format #: lib/graphql/resolvers/member.ex:116 msgid "You can't accept this invitation with this profile." msgstr "Vous ne pouvez pas accepter cette invitation avec ce profil." +#, elixir-format #: lib/graphql/resolvers/member.ex:137 msgid "You can't reject this invitation with this profile." msgstr "Vous ne pouvez pas rejeter cette invitation avec ce profil." +#, elixir-format #: lib/graphql/resolvers/media.ex:71 msgid "File doesn't have an allowed MIME type." msgstr "Le fichier n'a pas un type MIME autorisé." -#: lib/graphql/resolvers/group.ex:189 +#, elixir-format +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Le profil n'est pas administrateur·ice pour le groupe" +#, elixir-format #: lib/graphql/resolvers/event.ex:330 msgid "You can't edit this event." msgstr "Vous ne pouvez pas éditer cet événement." +#, elixir-format #: lib/graphql/resolvers/event.ex:333 msgid "You can't attribute this event to this profile." msgstr "Vous ne pouvez pas attribuer cet événement à ce profil." +#, elixir-format #: lib/graphql/resolvers/member.ex:140 msgid "This invitation doesn't exist." msgstr "Cette invitation n'existe pas." +#, elixir-format #: lib/graphql/resolvers/member.ex:185 msgid "This member already has been rejected." msgstr "Ce·tte membre a déjà été rejetté·e." +#, elixir-format #: lib/graphql/resolvers/member.ex:192 msgid "You don't have the right to remove this member." msgstr "Vous n'avez pas les droits pour supprimer ce·tte membre." +#, elixir-format #: lib/mobilizon/actors/actor.ex:349 msgid "This username is already taken." msgstr "Cet identifiant est déjà pris." +#, elixir-format #: lib/graphql/resolvers/discussion.ex:87 msgid "You must provide either an ID or a slug to access a discussion" msgstr "Vous devez fournir un ID ou bien un slug pour accéder à une discussion" +#, elixir-format #: lib/graphql/resolvers/event.ex:284 msgid "Organizer profile is not owned by the user" msgstr "Le profil de l'organisateur·ice n'appartient pas à l'utilisateur·ice" +#, elixir-format #: lib/graphql/resolvers/participant.ex:92 msgid "Profile ID provided is not the anonymous profile one" msgstr "L'ID du profil fourni n'est pas celui du profil anonyme" -#: lib/graphql/resolvers/group.ex:147 lib/graphql/resolvers/group.ex:177 lib/graphql/resolvers/person.ex:148 -#: lib/graphql/resolvers/person.ex:182 lib/graphql/resolvers/person.ex:304 +#, elixir-format +#: 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 "L'image fournie est trop lourde" +#, elixir-format #: lib/web/views/utils.ex:34 msgid "Index file not found. You need to recompile the front-end." msgstr "Fichier d'index non trouvé. Vous devez recompiler le front-end." +#, elixir-format #: lib/graphql/resolvers/resource.ex:125 msgid "Error while creating resource" msgstr "Erreur lors de la création de la resource" +#, elixir-format #: lib/graphql/resolvers/user.ex:479 msgid "Invalid activation token" msgstr "Jeton d'activation invalide" +#, elixir-format #: lib/graphql/resolvers/resource.ex:222 msgid "Unable to fetch resource details from this URL." msgstr "Impossible de récupérer les détails de la ressource depuis cette URL." +#, elixir-format #: lib/graphql/resolvers/event.ex:171 lib/graphql/resolvers/participant.ex:255 msgid "Provided profile doesn't have moderator permissions on this event" msgstr "Le profil modérateur fourni n'a pas de permissions sur cet événement" +#, elixir-format #: lib/graphql/resolvers/event.ex:278 msgid "Organizer profile doesn't have permission to create an event on behalf of this group" msgstr "Le profil de l'organisateur⋅ice n'a pas la permission de créer un événement au nom de ce groupe" +#, elixir-format #: lib/graphql/resolvers/event.ex:321 msgid "This profile doesn't have permission to update an event on behalf of this group" msgstr "Ce profil n'a pas la permission de mettre à jour un événement au nom du groupe" +#, elixir-format #: lib/graphql/resolvers/user.ex:163 msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider" msgstr "Votre adresse e-mail a été refusée à l'inscription ou bien utilise un fournisseur d'e-mail interdit" +#, elixir-format #: lib/graphql/resolvers/comment.ex:128 msgid "Comment not found" msgstr "Commentaire non trouvé" +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Erreur lors de la création de la discussion" +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Erreur lors de la mise à jour des options linguistiques" +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Erreur lors du téléversement des images" +#, elixir-format #: lib/graphql/resolvers/participant.ex:189 msgid "Failed to leave the event" msgstr "Impossible de quitter l'événement" -#: lib/graphql/resolvers/group.ex:185 +#, elixir-format +#: lib/graphql/resolvers/group.ex:191 msgid "Failed to update the group" msgstr "Impossible de mettre à jour le groupe" +#, elixir-format #: lib/graphql/resolvers/user.ex:456 msgid "Failed to update user email" msgstr "Impossible de mettre à jour l'adresse e-mail de utilisateur" +#, elixir-format #: lib/graphql/resolvers/user.ex:475 msgid "Failed to validate user email" msgstr "Impossible de valider l'adresse e-mail de l'utilisateur·ice" +#, elixir-format #: lib/graphql/resolvers/participant.ex:145 msgid "The anonymous actor ID is invalid" msgstr "L'ID de l'acteur anonyme est invalide" +#, elixir-format #: lib/graphql/resolvers/resource.ex:161 msgid "Unknown error while updating resource" msgstr "Erreur inconnue lors de la mise à jour de la resource" +#, elixir-format #: lib/graphql/resolvers/comment.ex:84 msgid "You are not the comment creator" msgstr "Vous n'êtes pas le ou la createur⋅ice du commentaire" +#, elixir-format #: lib/graphql/resolvers/user.ex:404 msgid "You cannot change your password." msgstr "Vous ne pouvez pas changer votre mot de passe." diff --git a/priv/gettext/gl/LC_MESSAGES/default.po b/priv/gettext/gl/LC_MESSAGES/default.po index b306dc31f..858e0f091 100644 --- a/priv/gettext/gl/LC_MESSAGES/default.po +++ b/priv/gettext/gl/LC_MESSAGES/default.po @@ -352,7 +352,7 @@ msgid "What information do we collect?" msgstr "Que información recollemos?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon en %{instance}: confirma o enderezo de email" @@ -1289,7 +1289,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "O grupo %{group} foi suspendido en %{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 "" @@ -1297,7 +1296,7 @@ msgstr "" "(%{group_address}). Xa non pertences a este grupo." #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "O grupo %{group} foi suspendido en %{instance}" @@ -1695,16 +1694,28 @@ msgstr "" "O token proporcionado non é válido. Asegúrate de que o URL é exactamente o " "proporcionado no email que recibiches." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" +msgstr "Confirmouse a túa participación no evento %{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 "" "Os moderadores da túa instancia decidiron suspender %{group_name} " "(%{group_address}). Xa non pertences a este grupo." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"Os moderadores da túa instancia decidiron suspender %{group_name} " +"(%{group_address}). Xa non pertences a este grupo." + +#, 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 "Confirmouse a túa participación no evento %{title}" diff --git a/priv/gettext/gl/LC_MESSAGES/errors.po b/priv/gettext/gl/LC_MESSAGES/errors.po index e37e65013..766bc958c 100644 --- a/priv/gettext/gl/LC_MESSAGES/errors.po +++ b/priv/gettext/gl/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "Non puido actualizar o token" #, 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 "O perfil actual non é membro deste grupo" #, 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 "O perfil actual non é administrador do grupo seleccionado" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Erro ó gardar os axustes de usuaria" #, 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 "Grupo non atopado" #, 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 "Grupo con ID %{id} non atopado" @@ -132,7 +132,7 @@ msgstr "" "A autenticación non foi posible, o contrasinal ou o email non son correctos." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Membro non atopado" @@ -222,22 +222,22 @@ msgid "User requested is not logged-in" msgstr "A usuaria solicitada non está conectada" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Xa es membro deste grupo" #, 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 "Non podes deixar este grupo porque es a única administradora" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Non podes unirte a este grupo" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Non podes facer listas de grupos porque non es moderadora." @@ -252,7 +252,7 @@ msgid "You need to be logged-in to change your password" msgstr "Tes que estar conectada para poder cambiar o contrasinal" #, 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 "Tes que estar conectada para poder eleminar un grupo" @@ -262,17 +262,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Tes que estar conectada para poder eliminar a conta" #, 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 "Tes que estar conectada para poder unirte a un grupo" #, 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 "Tes que estar conectada para poder deixar un grupo" #, 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 "Tes que estar conectada para poder actualizar un grupo" @@ -786,7 +786,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "O ficheiro non ten un tipo MIME permitido." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "O perfil non é administrador do grupo" @@ -836,7 +836,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "O ID do perfil proporcionado non é o perfil anónimo" #, 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 "A imaxe proporcionada é demasiado grande (mb)" @@ -886,22 +886,22 @@ msgstr "" "Foi denegado o teu email para rexistrarte ou utiliza un provedor de email " "non permitido" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/comment.ex:128 msgid "Comment not found" msgstr "Evento non atopado" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Erro ao crear o recurso" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Erro ó actualizar a denuncia" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Erro ó actualizar a denuncia" @@ -912,7 +912,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 "" @@ -921,7 +921,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 "Non se puido validar a usuaria" diff --git a/priv/gettext/hu/LC_MESSAGES/default.po b/priv/gettext/hu/LC_MESSAGES/default.po index 9e46780f3..ffb30144f 100644 --- a/priv/gettext/hu/LC_MESSAGES/default.po +++ b/priv/gettext/hu/LC_MESSAGES/default.po @@ -358,7 +358,7 @@ msgid "What information do we collect?" msgstr "Milyen információkat gyűjtünk?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon itt: %{instance}: erősítse meg az e-mail-címét" @@ -1135,13 +1135,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1450,14 +1449,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/hu/LC_MESSAGES/errors.po b/priv/gettext/hu/LC_MESSAGES/errors.po index 137fd5058..3f5eb960a 100644 --- a/priv/gettext/hu/LC_MESSAGES/errors.po +++ b/priv/gettext/hu/LC_MESSAGES/errors.po @@ -116,12 +116,12 @@ msgid "Cannot refresh the token" msgstr "Nem lehet frissíteni a tokent" #, 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 "A jelenlegi profil nem tagja ennek a csoportnak" #, 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 "A jelenlegi profil nem adminisztrátora a kijelölt csoportnak" @@ -131,13 +131,13 @@ msgid "Error while saving user settings" msgstr "Hiba a felhasználói beállítások mentésekor" #, 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 "Nem található a csoport" #, 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 "Nem található %{id} azonosítóval rendelkező csoport" @@ -147,7 +147,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "Lehetetlen hitelesíteni, vagy az e-mail, vagy a jelszó érvénytelen." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Nem található a tag" @@ -237,22 +237,22 @@ msgid "User requested is not logged-in" msgstr "A kért felhasználó nincs bejelentkezve" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Már tagja ennek a csoportnak" #, 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 "Nem hagyhatja el ezt a csoportot, mert Ön az egyedüli adminisztrátor" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Nem csatlakozhat ehhez a csoporthoz" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Lehet, hogy nem sorolhatja fel a csoportokat, hacsak nem moderátor." @@ -267,7 +267,7 @@ msgid "You need to be logged-in to change your password" msgstr "Bejelentkezve kell lennie a jelszava megváltoztatásához" #, 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 "Bejelentkezve kell lennie egy csoport törléséhez" @@ -277,17 +277,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Bejelentkezve kell lennie a fiókja törléséhez" #, 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 "Bejelentkezve kell lennie egy csoporthoz való csatlakozáshoz" #, 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 "Bejelentkezve kell lennie egy csoportból való kilépéshez" #, 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 "Bejelentkezve kell lennie egy csoport frissítéséhez" @@ -809,7 +809,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "A fájl nem rendelkezik engedélyezett MIME-típussal." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "A profil nem adminisztrátor ennél a csoportnál" @@ -861,7 +861,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "A megadott profilazonosító nem a névtelen profil" #, 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 "A megadott fénykép túl nehéz" @@ -906,22 +906,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 "Nem található az esemény" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Hiba az erőforrás létrehozáskor" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Hiba a jelentés frissítésekor" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Hiba a jelentés frissítésekor" @@ -932,7 +932,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 "" @@ -941,7 +941,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 "Nem lehet ellenőrizni a felhasználót" diff --git a/priv/gettext/id/LC_MESSAGES/default.po b/priv/gettext/id/LC_MESSAGES/default.po index 95f74392f..fe9e7fbd0 100644 --- a/priv/gettext/id/LC_MESSAGES/default.po +++ b/priv/gettext/id/LC_MESSAGES/default.po @@ -329,7 +329,7 @@ msgid "What information do we collect?" msgstr "Informasi apa yang kami kumpulkan?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon pada %{instance}: konfirmasi alamat surel Anda" @@ -1118,13 +1118,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1433,14 +1432,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/id/LC_MESSAGES/errors.po b/priv/gettext/id/LC_MESSAGES/errors.po index 6783e12b1..a55a4e775 100644 --- a/priv/gettext/id/LC_MESSAGES/errors.po +++ b/priv/gettext/id/LC_MESSAGES/errors.po @@ -94,12 +94,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -109,13 +109,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "Kelompok tidak ditemukan" #, 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 "Kelompok dengan ID %{id} tidak ditemukan" @@ -125,7 +125,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -213,22 +213,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 "" @@ -243,7 +243,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 "" @@ -253,17 +253,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 "" @@ -765,7 +765,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 "" @@ -815,7 +815,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 "" @@ -860,22 +860,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 "" @@ -886,7 +886,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 "" @@ -895,7 +895,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 "" diff --git a/priv/gettext/it/LC_MESSAGES/default.po b/priv/gettext/it/LC_MESSAGES/default.po index 23c05ffbd..ff155b2a8 100644 --- a/priv/gettext/it/LC_MESSAGES/default.po +++ b/priv/gettext/it/LC_MESSAGES/default.po @@ -353,7 +353,7 @@ msgid "What information do we collect?" msgstr "Quali informazioni raccogliamo?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon su %{instance}: conferma il tuo indirizzo email" @@ -1320,7 +1320,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Il gruppo %{group} è stato sospeso su %{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 "" @@ -1328,7 +1327,7 @@ msgstr "" "%{group_name} (%{group_address}). Non sei più un membro di questo gruppo." #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Il gruppo %{group} è stato sospeso su %{instance}" @@ -1736,16 +1735,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 "La tua partecipazione all'evento %{title} è stata confermata" + #, 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 "" "Il team di moderazione della tua istanza ha deciso di sospendere " "%{group_name} (%{group_address}). Non sei più un membro di questo gruppo." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"Il team di moderazione della tua istanza ha deciso di sospendere " +"%{group_name} (%{group_address}). Non sei più un membro di questo gruppo." + +#, 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 "La tua partecipazione all'evento %{title} è stata confermata" diff --git a/priv/gettext/it/LC_MESSAGES/errors.po b/priv/gettext/it/LC_MESSAGES/errors.po index f53b6b9ee..8b7128b8f 100644 --- a/priv/gettext/it/LC_MESSAGES/errors.po +++ b/priv/gettext/it/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "Il token non può essere aggiornato" #, 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 "Il profilo corrente non è membro di questo gruppo" #, 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 "Il profilo corrente non è amministratore del gruppo selezionato" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Errore nel salvare le preferenze utente" #, 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 "Gruppo non trovato" #, 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 "Gruppo con ID %{id} non trovato" @@ -131,7 +131,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "Impossibile autenticarsi: email e/o password non validi." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Membro non trovato" @@ -219,22 +219,22 @@ msgid "User requested is not logged-in" msgstr "L'utente richiesto non è loggato" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Sei già un membro di questo gruppo" #, 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 "Non puoi lasciare questo gruppo perchè sei l'unico amministratore" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Non puoi unirti a questo gruppo" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Non è possibile elencare i gruppi a meno che non sia un moderatore." @@ -249,7 +249,7 @@ msgid "You need to be logged-in to change your password" msgstr "È necessario effettuare il login per modificare la tua password" #, 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 "È necessario effettuare il login per eliminare un gruppo" @@ -259,17 +259,17 @@ msgid "You need to be logged-in to delete your account" msgstr "È necessario effettuare il login per eliminare il tuo account" #, 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 "È necessario effettuare il login per entrare a far parte di un gruppo" #, 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 "È necessario effettuare il login per lasciare un gruppo" #, 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 "È necessario effettuare il login per aggiornare un gruppo" @@ -784,7 +784,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "Il file non ha un tipo MIME consentito." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Il profilo non è amministratore del gruppo" @@ -836,7 +836,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "L'ID profilo fornito non è quello del profilo anonimo" #, 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 "L'immagine inserita è troppo pesante" @@ -883,22 +883,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 "Evento non trovato" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Errore durante la creazione della risorsa" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Errore durante l'aggiornamento del rapporto" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Errore durante l'aggiornamento del rapporto" @@ -909,7 +909,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 "" @@ -918,7 +918,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 "Impossibile convalidare l'utente" diff --git a/priv/gettext/ja/LC_MESSAGES/default.po b/priv/gettext/ja/LC_MESSAGES/default.po index ab552fc8b..d2bfd54e7 100644 --- a/priv/gettext/ja/LC_MESSAGES/default.po +++ b/priv/gettext/ja/LC_MESSAGES/default.po @@ -312,7 +312,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1078,13 +1078,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1393,14 +1392,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/ja/LC_MESSAGES/errors.po b/priv/gettext/ja/LC_MESSAGES/errors.po index a51dde588..a2672a54d 100644 --- a/priv/gettext/ja/LC_MESSAGES/errors.po +++ b/priv/gettext/ja/LC_MESSAGES/errors.po @@ -87,12 +87,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -102,13 +102,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -118,7 +118,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -206,22 +206,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 "" @@ -236,7 +236,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 "" @@ -246,17 +246,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 "" @@ -758,7 +758,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 "" @@ -808,7 +808,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 "" @@ -853,22 +853,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 "" @@ -879,7 +879,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 "" @@ -888,7 +888,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 "" diff --git a/priv/gettext/nl/LC_MESSAGES/default.po b/priv/gettext/nl/LC_MESSAGES/default.po index 7d1d3c845..748a9944e 100644 --- a/priv/gettext/nl/LC_MESSAGES/default.po +++ b/priv/gettext/nl/LC_MESSAGES/default.po @@ -321,7 +321,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1102,13 +1102,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1418,14 +1417,24 @@ 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 "Uw deelname aan het evenement %{title} is goedgekeurd" + #, 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 "" #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "Uw deelname aan het evenement %{title} is goedgekeurd" diff --git a/priv/gettext/nl/LC_MESSAGES/errors.po b/priv/gettext/nl/LC_MESSAGES/errors.po index 48594ae43..64d34db47 100644 --- a/priv/gettext/nl/LC_MESSAGES/errors.po +++ b/priv/gettext/nl/LC_MESSAGES/errors.po @@ -93,12 +93,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -108,13 +108,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -124,7 +124,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -212,22 +212,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 "" @@ -242,7 +242,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 "" @@ -252,17 +252,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 "" @@ -764,7 +764,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 "" @@ -814,7 +814,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 "" @@ -859,22 +859,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 "" @@ -885,7 +885,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 "" @@ -894,7 +894,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 "" diff --git a/priv/gettext/nn/LC_MESSAGES/default.po b/priv/gettext/nn/LC_MESSAGES/default.po index 5b49918ef..401050b1c 100644 --- a/priv/gettext/nn/LC_MESSAGES/default.po +++ b/priv/gettext/nn/LC_MESSAGES/default.po @@ -347,7 +347,7 @@ msgid "What information do we collect?" msgstr "Kva opplysingar samlar me?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon på %{instance}: stadfest epostadressa di" @@ -1284,7 +1284,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Gruppa %{group} på %{instance} er sperra!" #, 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 "" @@ -1292,7 +1291,7 @@ msgstr "" "(%{group_address}). Du er ikkje lenger medlem av gruppa." #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Gruppa %{group} på %{instance} er sperra" @@ -1694,16 +1693,28 @@ msgstr "" "Godkjenningsteiknet er ugyldig. Pass på at adressa er heilt lik den du fekk " "i eposten." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" +msgstr "Me har stadfesta at du deltek på hendinga %{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 "" "Styrarane på nettstaden din har avgjort å sperra gruppa %{group_name} " "(%{group_address}). Du er ikkje lenger medlem av gruppa." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"Styrarane på nettstaden din har avgjort å sperra gruppa %{group_name} " +"(%{group_address}). Du er ikkje lenger medlem av gruppa." + +#, 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 "Me har stadfesta at du deltek på hendinga %{title}" diff --git a/priv/gettext/nn/LC_MESSAGES/errors.po b/priv/gettext/nn/LC_MESSAGES/errors.po index fcff76076..fdd476f73 100644 --- a/priv/gettext/nn/LC_MESSAGES/errors.po +++ b/priv/gettext/nn/LC_MESSAGES/errors.po @@ -116,12 +116,12 @@ msgid "Cannot refresh the token" msgstr "Kan ikkje fornya teiknet" #, 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 "Denne brukaren er ikkje medlem av gruppa" #, 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 "Denne brukaren er ikkje styrar av gruppa" @@ -131,13 +131,13 @@ msgid "Error while saving user settings" msgstr "Greidde ikkje lagra brukarinnstillingane" #, 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 "Fann ikkje gruppa" #, 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 "Fann ikkje gruppa med ID %{id}" @@ -147,7 +147,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "Greier ikkje å logga inn. Epostadressa eller passordet ditt er feil." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Fann ikkje medlemen" @@ -235,22 +235,22 @@ msgid "User requested is not logged-in" msgstr "Den førespurte brukaren er ikkje innlogga" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Du er allereie medlem av denne gruppa" #, 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 "Du kan ikkje forlata denne gruppa, fordi du er den einaste styraren" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Du kan ikkje bli med i denne gruppa" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Du kan ikkje lista opp grupper med mindre du er moderator." @@ -265,7 +265,7 @@ msgid "You need to be logged-in to change your password" msgstr "Du må vera innlogga for å endra passordet ditt" #, 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 "Du må vera innlogga for å sletta ei gruppe" @@ -275,17 +275,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Du må vera innlogga for å sletta kontoen din" #, 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 "Du må vera innlogga for å bli med i ei gruppe" #, 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 "Du må vera innlogga for å forlata ei gruppe" #, 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 "Du må vera innlogga for å oppdatera ei gruppe" @@ -801,7 +801,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "Fila har ingen tillaten MIME-type." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Profilen er ikkje administrator for gruppa" @@ -852,7 +852,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "Denne profil-IDen er ikkje den anonyme profilen" #, 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 "Dette biletet er for stort" @@ -902,22 +902,22 @@ msgstr "" "Eposten din er nekta å registrera seg, eller bruker ein epostvert me ikkje " "godtek" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/comment.ex:128 msgid "Comment not found" msgstr "Fann ikkje hendinga" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Greidde ikkje laga ressursen" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Greidde ikkje oppdatera rapporten" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Greidde ikkje oppdatera rapporten" @@ -928,7 +928,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 "" @@ -937,7 +937,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 "Greier ikkje godkjenna brukaren" diff --git a/priv/gettext/oc/LC_MESSAGES/default.po b/priv/gettext/oc/LC_MESSAGES/default.po index 48a1a9b0c..d5774c9d3 100644 --- a/priv/gettext/oc/LC_MESSAGES/default.po +++ b/priv/gettext/oc/LC_MESSAGES/default.po @@ -344,7 +344,7 @@ msgid "What information do we collect?" msgstr "Quinas informacions reculem ?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon sus %{instance} : confirmatz vòstra adreça electronica" @@ -1185,13 +1185,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Lo grop %{group} foguèt suspendut sus %{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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Lo grop %{group} foguèt suspendut sus %{instance}" @@ -1503,14 +1502,24 @@ 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 "Vòstra participacion a l’eveniment %{title} es estada aprovada" + #, 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 "" #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "Vòstra participacion a l’eveniment %{title} es estada aprovada" diff --git a/priv/gettext/oc/LC_MESSAGES/errors.po b/priv/gettext/oc/LC_MESSAGES/errors.po index 8609bec0f..f9e85d020 100644 --- a/priv/gettext/oc/LC_MESSAGES/errors.po +++ b/priv/gettext/oc/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "Actualizacion impossibla del geton" #, 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 "Lo perfil actual es pas un membre d’aqueste grop" #, 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 "Lo perfil actual es pas administrator del grop seleccionat" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Error en salvagardant los paramètres utilizaire" #, 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 "Grop pas trobat" #, 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 "Grop amb l’ID %{id} pas trobat" @@ -133,7 +133,7 @@ msgstr "" "invalid." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Membre pas trobat" @@ -223,22 +223,22 @@ msgid "User requested is not logged-in" msgstr "L'utilizator demandat es pas conectat" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Essetz déjà membre d'aquest grop" #, 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 "Podetz pas quitar aquest grop perque essetz lo sol administrator" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Podetz pas rejónher aquest grop" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Podetz listar los grops sonque se essetz moderator." @@ -253,7 +253,7 @@ msgid "You need to be logged-in to change your password" msgstr "Debetz d'esser conectat per cambiar lo voste mòt de santa clara" #, 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 "Debetz d'esser conectat per suprimir un grop" @@ -263,17 +263,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Devetz d'esser conectat per suprimir lo voste compte" #, 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 "Devetz d'esser conectat per rejónher un grop" #, 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 "Devetz d'esser conectat per quitar un grop" #, 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 "Devetz d'esser conectat per metre à jorn un grop" @@ -776,7 +776,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 "" @@ -826,7 +826,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 "" @@ -871,22 +871,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 "Eveniment non trobat" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Error mentre que sauvant lo rapòrt" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Error mentre la mesa a jorn dèu rapòrt" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Error mentre la mesa a jorn dèu rapòrt" @@ -897,7 +897,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 "" @@ -906,7 +906,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 "Es impossible de validar l'utilizator" diff --git a/priv/gettext/pl/LC_MESSAGES/default.po b/priv/gettext/pl/LC_MESSAGES/default.po index 4d70d7f38..1162de991 100644 --- a/priv/gettext/pl/LC_MESSAGES/default.po +++ b/priv/gettext/pl/LC_MESSAGES/default.po @@ -343,7 +343,7 @@ msgid "What information do we collect?" msgstr "Jakie informacje zbieramy?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon na %{instance}: potwierdź swój adres e-mail" @@ -1198,13 +1198,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Grupa %{group} została zawieszona na %{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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Grupa %{group} została zawieszona na %{instance}" @@ -1517,14 +1516,24 @@ 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 "Twój udział w wydarzeniu %{title} został zatwierdzony" + #, 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 "" #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "Twój udział w wydarzeniu %{title} został zatwierdzony" diff --git a/priv/gettext/pl/LC_MESSAGES/errors.po b/priv/gettext/pl/LC_MESSAGES/errors.po index f2206c64a..267d61682 100644 --- a/priv/gettext/pl/LC_MESSAGES/errors.po +++ b/priv/gettext/pl/LC_MESSAGES/errors.po @@ -107,12 +107,12 @@ msgid "Cannot refresh the token" msgstr "Nie można odświeżyć tokenu" #, 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 "Obency profil nie jest członkiem tej grupy" #, 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 "Obecny profil nie jest administratorem zaznaczonej grupy" @@ -122,13 +122,13 @@ msgid "Error while saving user settings" msgstr "Błąd zapisywania ustawień użytkownika" #, 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 "Nie odnaleziono grupy" #, 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 "Nie odnaleziono grupy o ID %{id}" @@ -139,7 +139,7 @@ msgstr "" "Nie udało się uwierzytelnić. Adres e-mail bądź hasło jest nieprawidłowe." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Nie odnaleziono użytkownika" @@ -230,23 +230,23 @@ msgid "User requested is not logged-in" msgstr "Żądany użytkownik nie jest zalogowany" #, elixir-format -#: lib/graphql/resolvers/group.ex:256 +#: lib/graphql/resolvers/group.ex:262 msgid "You are already a member of this group" msgstr "Już jesteś członkiem tej grupy" #, 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 "" "Nie możesz opuścić tej grupy, ponieważ jesteś jej jedynym administratorem" #, elixir-format -#: lib/graphql/resolvers/group.ex:253 +#: lib/graphql/resolvers/group.ex:259 msgid "You cannot join this group" msgstr "Nie możesz dołączyć do tej grupy" #, elixir-format -#: lib/graphql/resolvers/group.ex:105 +#: lib/graphql/resolvers/group.ex:111 msgid "You may not list groups unless moderator." msgstr "Nie masz dostępu do listy grup, jeżeli nie jesteś moderatorem." @@ -261,7 +261,7 @@ msgid "You need to be logged-in to change your password" msgstr "Musisz być zalogowany(-a), aby zmienić hasło" #, 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 "Musisz być zalogowany(-a), aby usunąć grupę" @@ -271,17 +271,17 @@ msgid "You need to be logged-in to delete your account" msgstr "Musisz być zalogowany(-a), aby usunąć konto" #, 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 "Musisz być zalogowany(-a), aby dołączyć do grupy" #, 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 "Musisz być zalogowany(-a), aby opuścić grupę" #, 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 "Musisz być zalogowany(-a), aby zaktualizować grupę" @@ -793,7 +793,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "Plik nie ma dozwolonego typu MIME." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Profil nie jest administratorem grupy" @@ -843,7 +843,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 "" @@ -888,22 +888,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 "Nie znaleziono wydarzenia" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/discussion.ex:129 msgid "Error while creating a discussion" msgstr "Wystąpił błąd podczas zapisywania zgłoszenia" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/user.ex:602 msgid "Error while updating locale" msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia" -#, elixir-format, fuzzy +#, elixir-format #: lib/graphql/resolvers/person.ex:307 msgid "Error while uploading pictures" msgstr "Wystąpił błąd podczas aktualizacji zgłoszenia" @@ -914,7 +914,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 "" @@ -923,7 +923,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 "Nie udało się zwalidować użytkownika" diff --git a/priv/gettext/pt/LC_MESSAGES/default.po b/priv/gettext/pt/LC_MESSAGES/default.po index 4330f5898..aec7a5bdc 100644 --- a/priv/gettext/pt/LC_MESSAGES/default.po +++ b/priv/gettext/pt/LC_MESSAGES/default.po @@ -310,7 +310,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" @@ -1083,13 +1083,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1398,14 +1397,24 @@ 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, 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." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" msgstr "" #, 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/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 to event %{event} cancelled." +msgstr "" + +#, elixir-format, fuzzy +#: lib/web/templates/email/group_suspension.html.eex:38 +msgid "Your instance's moderation team has decided to suspend %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "" diff --git a/priv/gettext/pt/LC_MESSAGES/errors.po b/priv/gettext/pt/LC_MESSAGES/errors.po index 8fd309036..9589da676 100644 --- a/priv/gettext/pt/LC_MESSAGES/errors.po +++ b/priv/gettext/pt/LC_MESSAGES/errors.po @@ -93,12 +93,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -108,13 +108,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -124,7 +124,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -212,22 +212,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 "" @@ -242,7 +242,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 "" @@ -252,17 +252,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 "" @@ -764,7 +764,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 "" @@ -814,7 +814,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 "" @@ -859,22 +859,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 "" @@ -885,7 +885,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 "" @@ -894,7 +894,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 "" diff --git a/priv/gettext/pt_BR/LC_MESSAGES/default.po b/priv/gettext/pt_BR/LC_MESSAGES/default.po index a4d978841..0380a3dc0 100644 --- a/priv/gettext/pt_BR/LC_MESSAGES/default.po +++ b/priv/gettext/pt_BR/LC_MESSAGES/default.po @@ -356,7 +356,7 @@ msgid "What information do we collect?" msgstr "Quais informações coletamos?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon da instância %{instance}: confirma seu endereço de email" @@ -1160,13 +1160,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1510,14 +1509,24 @@ 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 "A sua participação no evento %{title} foi aprovada" + #, 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 "" #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "A sua participação no evento %{title} foi aprovada" diff --git a/priv/gettext/pt_BR/LC_MESSAGES/errors.po b/priv/gettext/pt_BR/LC_MESSAGES/errors.po index 465f0755b..32cee23a8 100644 --- a/priv/gettext/pt_BR/LC_MESSAGES/errors.po +++ b/priv/gettext/pt_BR/LC_MESSAGES/errors.po @@ -93,12 +93,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "" #, 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 "" @@ -108,13 +108,13 @@ msgid "Error while saving user settings" msgstr "" #, 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 "" #, 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 "" @@ -124,7 +124,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -212,22 +212,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 "" @@ -242,7 +242,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 "" @@ -252,17 +252,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 "" @@ -764,7 +764,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 "" @@ -814,7 +814,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 "" @@ -859,22 +859,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 "" @@ -885,7 +885,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 "" @@ -894,7 +894,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 "" diff --git a/priv/gettext/ru/LC_MESSAGES/default.po b/priv/gettext/ru/LC_MESSAGES/default.po index ce8229be8..6f75a3047 100644 --- a/priv/gettext/ru/LC_MESSAGES/default.po +++ b/priv/gettext/ru/LC_MESSAGES/default.po @@ -355,7 +355,7 @@ msgid "What information do we collect?" msgstr "Какую информацию мы собираем?" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon на %{instance}: подтвердите свой адрес электронной почты" @@ -1320,7 +1320,6 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "Группа %{group} заблокирована на %{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 "" @@ -1329,7 +1328,7 @@ msgstr "" "группы." #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "Группа %{group} заблокирована на %{instance}" @@ -1737,17 +1736,30 @@ msgstr "" "Предоставленный вами токен недействителен. Убедитесь, что URL-адрес - именно " "тот, который указан в полученном вами электронном письме." +#, elixir-format +#: lib/web/email/actor.ex:44 +msgid "Your participation to %{event} has been cancelled!" +msgstr "Ваше участие в мероприятии %{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 "" "Команда модераторов вашего узла приняла решение приостановить работу " "%{group_name} (%{group_address}). Вы больше не являетесь участником этой " "группы." #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" +"Команда модераторов вашего узла приняла решение приостановить работу " +"%{group_name} (%{group_address}). Вы больше не являетесь участником этой " +"группы." + +#, 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 "Ваше участие в мероприятии %{title} одобрено" diff --git a/priv/gettext/ru/LC_MESSAGES/errors.po b/priv/gettext/ru/LC_MESSAGES/errors.po index d1401f8b9..7b14447ae 100644 --- a/priv/gettext/ru/LC_MESSAGES/errors.po +++ b/priv/gettext/ru/LC_MESSAGES/errors.po @@ -107,12 +107,12 @@ msgid "Cannot refresh the token" msgstr "Токен не может быть обновлен" #, 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 "Текущий профиль не является участником этой группы" #, 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 "Текущий профиль не является администратором выбранной группы" @@ -122,13 +122,13 @@ msgid "Error while saving user settings" msgstr "Ошибка при сохранении пользовательских настроек" #, 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 "Группа не найдена" #, 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 "Группа с ID %{id} не найдена" @@ -140,7 +140,7 @@ msgstr "" "пароль." #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "Участник не найден" @@ -232,23 +232,23 @@ 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 "Только модератор может просматривать список групп." @@ -264,7 +264,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 "Вам необходимо войти в систему, чтобы удалить группу" @@ -274,17 +274,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 "Вам необходимо войти в систему, чтобы обновить группу" @@ -813,7 +813,7 @@ msgid "File doesn't have an allowed MIME type." msgstr "Файл не имеет разрешенного MIME-типа." #, elixir-format -#: lib/graphql/resolvers/group.ex:189 +#: lib/graphql/resolvers/group.ex:195 msgid "Profile is not administrator for the group" msgstr "Профиль не является администратором группы" @@ -864,7 +864,7 @@ msgid "Profile ID provided is not the anonymous profile one" msgstr "Указанный ID профиля не является анонимным" #, 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 "Предоставленное изображение слишком большое" @@ -914,22 +914,22 @@ 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 "При обновлении отчёта произошла ошибка" @@ -940,7 +940,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 "" @@ -949,7 +949,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 "Невозможно проверить пользователя" diff --git a/priv/gettext/sv/LC_MESSAGES/default.po b/priv/gettext/sv/LC_MESSAGES/default.po index f296a33dd..2488c2744 100644 --- a/priv/gettext/sv/LC_MESSAGES/default.po +++ b/priv/gettext/sv/LC_MESSAGES/default.po @@ -326,7 +326,7 @@ msgid "What information do we collect?" msgstr "" #, elixir-format -#: lib/web/email/user.ex:178 +#: lib/web/email/user.ex:177 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "Mobilizon på %{instance}: bekräfta din e-postadress" @@ -1108,13 +1108,12 @@ msgid "The group %{group} has been suspended on %{instance}!" msgstr "" #, 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 "" #, elixir-format -#: lib/web/email/group.ex:98 +#: lib/web/email/group.ex:97 msgid "The group %{group} has been suspended on %{instance}" msgstr "" @@ -1426,14 +1425,24 @@ 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 "Din förfrågan om att få delta i evenemanget %{title} har godkännts" + #, 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 "" #, 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 %{group_name} (%{group_address}). You are no longer a member of this group." +msgstr "" + +#, 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 "Din förfrågan om att få delta i evenemanget %{title} har godkännts" diff --git a/priv/gettext/sv/LC_MESSAGES/errors.po b/priv/gettext/sv/LC_MESSAGES/errors.po index 0a754051f..bd3e87262 100644 --- a/priv/gettext/sv/LC_MESSAGES/errors.po +++ b/priv/gettext/sv/LC_MESSAGES/errors.po @@ -100,12 +100,12 @@ msgid "Cannot refresh the token" msgstr "" #, 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 "Den nuvarande profilen är inte med i den här gruppen" #, 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 "" @@ -115,13 +115,13 @@ msgid "Error while saving user settings" msgstr "Ett fel uppstod när användarinställningarna skulle sparas" #, 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 "Gruppen kunde inte hittas" #, 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 "Gruppen med %{id} kunde inte hittas" @@ -131,7 +131,7 @@ msgid "Impossible to authenticate, either your email or password are invalid." msgstr "" #, elixir-format -#: lib/graphql/resolvers/group.ex:284 +#: lib/graphql/resolvers/group.ex:290 msgid "Member not found" msgstr "" @@ -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 ""