Send Notifications when participation approval
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -28,7 +28,7 @@ msgid "Feed for %{email} on Mobilizon"
|
||||
msgstr "Mobilizon-syöte osoitteeseen %{email}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:155
|
||||
#: lib/web/templates/email/email.html.eex:151
|
||||
#: lib/web/templates/email/email.text.eex:16
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr "%{instance} on Mobilizon-palvelin."
|
||||
@@ -49,7 +49,7 @@ msgid "Activate my account"
|
||||
msgstr "Aktivoi tilini"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:124
|
||||
#: lib/web/templates/email/email.html.eex:120
|
||||
#: lib/web/templates/email/email.text.eex:14
|
||||
msgid "Ask the community on Framacolibri"
|
||||
msgstr "Kysy yhteisöltä Framacolibrissa"
|
||||
@@ -77,7 +77,7 @@ msgid "Instructions to reset your password on %{instance}"
|
||||
msgstr "Ohjeet salasanan palauttamiseen palvelimella %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:156
|
||||
#: lib/web/templates/email/email.html.eex:152
|
||||
msgid "Learn more about Mobilizon."
|
||||
msgstr "Lue lisää Mobilizonista."
|
||||
|
||||
@@ -87,7 +87,7 @@ msgid "Nearly here!"
|
||||
msgstr "Melkein valmista!"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:121
|
||||
#: lib/web/templates/email/email.html.eex:117
|
||||
#: lib/web/templates/email/email.text.eex:12
|
||||
msgid "Need some help? Something not working properly?"
|
||||
msgstr "Tarvitsetko apua? Eikö kaikki toimi niin kuin pitäisi?"
|
||||
@@ -320,14 +320,14 @@ msgid "You requested a new password for your account on %{instance}."
|
||||
msgstr "Pyysit uutta salasanaa tilillesi palvelimella %{instance}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:95
|
||||
#: lib/web/templates/email/email.html.eex:91
|
||||
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
|
||||
msgstr ""
|
||||
"Huomaathan, että ohjelma ei ole (vielä) täysin valmis. Lisätietoja "
|
||||
"%{a_start}blogissamme%{a_end}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:94
|
||||
#: lib/web/templates/email/email.html.eex:90
|
||||
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
|
||||
msgstr ""
|
||||
"Mobilizonin kehitystyö on vielä käynnissä, ja tälle sivulle lisätään "
|
||||
@@ -335,13 +335,13 @@ msgstr ""
|
||||
"julkaistaan vuoden 2020 alkupuoliskolla%{b_end}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:91
|
||||
#: lib/web/templates/email/email.html.eex:87
|
||||
#: lib/web/templates/email/email.text.eex:6
|
||||
msgid "This is a demonstration site to test the beta version of Mobilizon."
|
||||
msgstr "Tällä esittelysivulla voit koekäyttää Mobilizonin beetaversiota."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:89
|
||||
#: lib/web/templates/email/email.html.eex:85
|
||||
msgid "Warning"
|
||||
msgstr "Varoitus"
|
||||
|
||||
@@ -364,7 +364,7 @@ msgid "Event status has been set as tentative"
|
||||
msgstr "Tapahtuma on merkitty alustavaksi"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:92
|
||||
#: lib/web/templates/email/email.html.eex:88
|
||||
msgid "%{b_start}Please do not use it in any real way%{b_end}"
|
||||
msgstr "%{b_start}Älä käytä todellisiin tarkoituksiin%{b_end}"
|
||||
|
||||
@@ -795,7 +795,8 @@ msgid "Verify email address"
|
||||
msgstr "Vahvista sähköpostiosoite"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/on_day_notification.html.eex:70
|
||||
#: lib/web/templates/email/notification_each_week.html.eex:70
|
||||
#: lib/web/templates/email/notification_each_week.text.eex:14 lib/web/templates/email/on_day_notification.html.eex:70
|
||||
#: lib/web/templates/email/on_day_notification.text.eex:14
|
||||
msgid "If you need to cancel your participation, just access the event page through the link above and click on the participation button."
|
||||
msgid_plural "If you need to cancel your participation, just access the event page through the links above and click on the participation button."
|
||||
@@ -886,3 +887,57 @@ msgstr ""
|
||||
#: lib/web/templates/email/event_updated.html.eex:102
|
||||
msgid "Physical address was removed"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:70
|
||||
msgid "One event planned this week"
|
||||
msgid_plural "%{nb_events} events planned this week"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/notification.ex:92
|
||||
msgid "One participation request for event %{title} to process"
|
||||
msgid_plural "%{number_participation_requests} participation requests for event %{title} to process"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/notification_each_week.html.eex:38
|
||||
#: lib/web/templates/email/notification_each_week.text.eex:4
|
||||
msgid "You have one event this week:"
|
||||
msgid_plural "You have %{total} events this week:"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/pending_participation_notification.html.eex:38
|
||||
#: lib/web/templates/email/pending_participation_notification.text.eex:4
|
||||
msgid "You have one pending participation to process:"
|
||||
msgid_plural "You have %{number_participation_requests} participation requests to process:"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/notification_each_week.html.eex:13
|
||||
#: lib/web/templates/email/notification_each_week.text.eex:1
|
||||
msgid "Events this week"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/pending_participation_notification.html.eex:51
|
||||
#: lib/web/templates/email/pending_participation_notification.text.eex:6
|
||||
msgid "Manage pending participation requests"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/pending_participation_notification.html.eex:13
|
||||
#: lib/web/templates/email/pending_participation_notification.text.eex:1
|
||||
msgid "Pending participations to process"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/pending_participation_notification.html.eex:64
|
||||
#: lib/web/templates/email/pending_participation_notification.text.eex:8
|
||||
msgid "You receive this email because you chose to get notifications for pending participations to your events. You may disable or change the configuration for these notification in your Mobilizon user settings."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user