Improve sending pending participation notifications

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-15 15:56:28 +01:00
parent 200adf272c
commit be1664ec85
63 changed files with 1544 additions and 1254 deletions

View File

@@ -972,14 +972,6 @@ msgstr[1] ""
"gehe einfach über obenstehenden Link auf die Veranstaltungs-Seite und klicke "
"auf den Teilnahme-Button."
#, elixir-format
#: lib/web/templates/email/pending_participation_notification.html.heex:38
#: lib/web/templates/email/pending_participation_notification.text.eex:4
msgid "You have one pending attendance request to process:"
msgid_plural "You have %{number_participation_requests} attendance requests to process:"
msgstr[0] "Sie haben eine ausstehende Anwesenheitsanforderung zu bearbeiten:"
msgstr[1] "Sie haben %{Anzahl_Teilnahmeanträge} Teilnahmeanträge zu bearbeiten:"
#, elixir-format
#: lib/web/templates/email/email.text.eex:11
msgid "%{instance} is powered by Mobilizon."
@@ -1100,8 +1092,8 @@ msgid "Location address was removed"
msgstr "Adresse wurde entfernt"
#, elixir-format
#: lib/web/templates/email/pending_participation_notification.html.heex:51
#: lib/web/templates/email/pending_participation_notification.text.eex:6
#: lib/web/templates/email/pending_participation_notification.html.heex:56
#: lib/web/templates/email/pending_participation_notification.text.eex:8
msgid "Manage pending requests"
msgstr "Ausstehende Anfragen verwalten"
@@ -1222,8 +1214,8 @@ msgstr ""
"Schaltfläche \"Teilnehmen\"."
#, elixir-format
#: lib/web/templates/email/pending_participation_notification.html.heex:64
#: lib/web/templates/email/pending_participation_notification.text.eex:8
#: lib/web/templates/email/pending_participation_notification.html.heex:69
#: lib/web/templates/email/pending_participation_notification.text.eex:10
msgid "You are receiving this email because you chose to get notifications for pending attendance requests to your events. You can disable or change your notification settings in your user account settings under « Notifications »."
msgstr ""
"Sie erhalten diese E-Mail, weil Sie sich dafür entschieden haben, "
@@ -1887,7 +1879,7 @@ msgid "On the agenda this week"
msgstr "Ein Event ist für diese Woche geplant"
#, elixir-format
#: lib/web/templates/email/participation/event_card.html.heex:11
#: lib/web/templates/email/participation/event_card.html.heex:58
msgid "Details"
msgstr ""
@@ -1898,7 +1890,7 @@ msgid "From the %{start} to the %{end}"
msgstr ""
#, elixir-format
#: lib/web/templates/email/participation/card/_metadata.html.heex:70
#: lib/web/templates/email/participation/event_card.html.heex:20
msgid "Manage your participation"
msgstr ""
@@ -1909,7 +1901,7 @@ msgid "On %{date} from %{start_time} to %{end_time}"
msgstr ""
#, elixir-format
#: lib/web/templates/email/participation/event_card.html.heex:19
#: lib/web/templates/email/participation/event_card.html.heex:66
msgid "Read more"
msgstr ""
@@ -1940,7 +1932,7 @@ msgid "Date:"
msgstr ""
#, elixir-format
#: lib/web/templates/email/participation/event_card.text.eex:5
#: lib/web/templates/email/participation/event_card.text.eex:7
msgid "Details:"
msgstr ""
@@ -1950,7 +1942,7 @@ msgid "Manage your notification settings"
msgstr ""
#, elixir-format
#: lib/web/templates/email/participation/card/_metadata.text.eex:4
#: lib/web/templates/email/participation/event_card.text.eex:5
msgid "Manage your participation:"
msgstr ""
@@ -1961,17 +1953,17 @@ msgid "Organizer: %{organizer}"
msgstr ""
#, elixir-format
#: lib/web/templates/email/participation/card/_metadata.html.heex:92
#: lib/web/templates/email/participation/event_card.html.heex:42
msgid "Participate"
msgstr "Teilnahme bestätigt"
#, elixir-format
#: lib/web/templates/email/participation/card/_metadata.text.eex:4
#: lib/web/templates/email/participation/event_card.text.eex:5
msgid "Participate:"
msgstr "Teilnahme bestätigt"
#, elixir-format
#: lib/web/templates/email/participation/event_card.text.eex:7
#: lib/web/templates/email/participation/event_card.text.eex:9
msgid "Read more : %{url}"
msgstr ""
@@ -2037,12 +2029,20 @@ msgstr ""
msgid "Your membership request for group %{link_start}<b>%{group}</b>%{link_end} has been rejected."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/web/templates/email/group_membership_approval.text.eex:3
msgid "Your membership request for group %{group} has been approved."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/web/templates/email/group_membership_approval.html.heex:38
msgid "Your membership request for group %{link_start}<b>%{group}</b>%{link_end} has been approved."
msgstr ""
#, elixir-format, fuzzy
#: lib/web/templates/email/pending_participation_notification.html.heex:38
#: lib/web/templates/email/pending_participation_notification.text.eex:4
msgid "You have one pending attendance request to process for the following event:"
msgid_plural "You have %{number_participation_requests} attendance requests to process for the following event:"
msgstr[0] "Sie haben eine ausstehende Anwesenheitsanforderung zu bearbeiten:"
msgstr[1] "Sie haben %{Anzahl_Teilnahmeanträge} Teilnahmeanträge zu bearbeiten:"