From 2a629759fac12c1c0fc254a112990c1589064a7c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 17 Jan 2022 17:45:12 +0100 Subject: [PATCH] Fix link on instance follow email Signed-off-by: Thomas Citharel --- .../templates/email/instance_follow.html.heex | 20 +- .../templates/email/instance_follow.text.eex | 13 +- priv/gettext/ar/LC_MESSAGES/default.po | 56 +- priv/gettext/be/LC_MESSAGES/default.po | 56 +- priv/gettext/ca/LC_MESSAGES/default.po | 62 +- priv/gettext/cs/LC_MESSAGES/default.po | 61 +- priv/gettext/de/LC_MESSAGES/default.po | 62 +- priv/gettext/default.pot | 56 +- priv/gettext/en/LC_MESSAGES/default.po | 56 +- priv/gettext/es/LC_MESSAGES/default.po | 58 +- priv/gettext/fi/LC_MESSAGES/default.po | 60 +- priv/gettext/fr/LC_MESSAGES/default.po | 44 +- priv/gettext/gl/LC_MESSAGES/default.po | 59 +- priv/gettext/hu/LC_MESSAGES/default.po | 56 +- priv/gettext/id/LC_MESSAGES/default.po | 56 +- priv/gettext/it/LC_MESSAGES/default.po | 60 +- priv/gettext/ja/LC_MESSAGES/default.po | 56 +- priv/gettext/nl/LC_MESSAGES/default.po | 646 +++++++++--------- priv/gettext/nn/LC_MESSAGES/default.po | 62 +- priv/gettext/oc/LC_MESSAGES/default.po | 56 +- priv/gettext/pl/LC_MESSAGES/default.po | 58 +- priv/gettext/pt/LC_MESSAGES/default.po | 56 +- priv/gettext/pt_BR/LC_MESSAGES/default.po | 56 +- priv/gettext/ru/LC_MESSAGES/default.po | 61 +- priv/gettext/sv/LC_MESSAGES/activity.po | 16 - priv/gettext/sv/LC_MESSAGES/default.po | 56 +- 26 files changed, 1242 insertions(+), 716 deletions(-) diff --git a/lib/web/templates/email/instance_follow.html.heex b/lib/web/templates/email/instance_follow.html.heex index 4d90a7cc1..f48e2ebf8 100644 --- a/lib/web/templates/email/instance_follow.html.heex +++ b/lib/web/templates/email/instance_follow.html.heex @@ -35,21 +35,25 @@

- <%= gettext("%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events.", name: @follower.name, domain: @follower.domain) |> raw %> + <%= if @follower.type == :Application do %><%= gettext("%{name} (%{domain}) just requested to follow your instance.", name: @follower.name, domain: @follower.domain) |> raw %><% else %><%= gettext("%{name} just requested to follow your instance.", name: Mobilizon.Actors.Actor.display_name_and_username(@follower)) |> raw %><% end %> +
+ <%= if @follower.type == :Application do %><%= gettext "If you accept, this instance will receive all of your public events." %><% else %><%= gettext "If you accept, this profile will receive all of your public events." %><% end %>

+ <%= if @follower.type == :Application do %>

- <%= gettext("Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too.", name: @follower.name, domain: @follower.domain) %> + <%= gettext "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too.", name: @follower.name, domain: @follower.domain %>

+ <% end %>

- <%= gettext "To accept this invitation, head over to the instance's admin settings." %> + <%= if @follower.type == :Application do %><%= gettext "To accept this invitation, head over to the instance's admin settings." %><% else %><%= gettext "To accept this invitation, head over to the profile's admin page." %><% end %>

@@ -62,9 +66,15 @@
- - <%= gettext "See the federation settings" %> + <%= if @follower.type == :Application do %> + + <%= gettext "View the details" %> + <% else %> + + <%= gettext "View the details" %> + + <% end %>
diff --git a/lib/web/templates/email/instance_follow.text.eex b/lib/web/templates/email/instance_follow.text.eex index 3e2809774..642dd32bf 100644 --- a/lib/web/templates/email/instance_follow.text.eex +++ b/lib/web/templates/email/instance_follow.text.eex @@ -1,7 +1,10 @@ <%= gettext "Want to connect?" %> + == -<%= gettext "%{name} (%{domain}) just requested to follow your instance.", name: @follower.name, domain: @follower.domain %> -<%= gettext "If you accept, this instance will receive all of your public events." %> -<%= gettext "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too.", name: @follower.name, domain: @follower.domain %> -<%= gettext "To accept this invitation, head over to the instance's admin settings." %> -<%= "#{Mobilizon.Web.Endpoint.url()}/settings/admin/relays/followers" %> + +<%= if @follower.type == :Application do %><%= gettext "%{name} (%{domain}) just requested to follow your instance.", name: @follower.name, domain: @follower.domain %><% else %><%= gettext "%{name} just requested to follow your instance.", name: Mobilizon.Actors.Actor.display_name_and_username(@follower) %><% end %> +<%= if @follower.type == :Application do %><%= gettext "If you accept, this instance will receive all of your public events." %><% else %><%= gettext "If you accept, this profile will receive all of your public events." %><% end %> +<%= if @follower.type == :Application do %><%= gettext "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too.", name: @follower.name, domain: @follower.domain %><% end %> + +<%= if @follower.type == :Application do %><%= gettext "To accept this invitation, head over to the instance's admin settings." %><% else %><%= gettext "To accept this invitation, head over to the profile's admin page." %><% end %> +<%= if @follower.type == :Application do %><%= "#{Mobilizon.Web.Endpoint.url()}/settings/admin/relays/followers" %><% else %><%= "#{Mobilizon.Web.Endpoint.url()}/settings/admin/profiles/#{@follower.id}" %><% end %> diff --git a/priv/gettext/ar/LC_MESSAGES/default.po b/priv/gettext/ar/LC_MESSAGES/default.po index 18e02e65a..adfe33086 100644 --- a/priv/gettext/ar/LC_MESSAGES/default.po +++ b/priv/gettext/ar/LC_MESSAGES/default.po @@ -1268,7 +1268,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1278,12 +1278,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1293,13 +1289,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1310,8 +1301,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1851,3 +1842,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/be/LC_MESSAGES/default.po b/priv/gettext/be/LC_MESSAGES/default.po index a7c714b99..a6385afb1 100644 --- a/priv/gettext/be/LC_MESSAGES/default.po +++ b/priv/gettext/be/LC_MESSAGES/default.po @@ -1247,7 +1247,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1257,12 +1257,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1272,13 +1268,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1289,8 +1280,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1827,3 +1818,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/ca/LC_MESSAGES/default.po b/priv/gettext/ca/LC_MESSAGES/default.po index a4ff34f6e..a67c88885 100644 --- a/priv/gettext/ca/LC_MESSAGES/default.po +++ b/priv/gettext/ca/LC_MESSAGES/default.po @@ -1487,7 +1487,7 @@ msgid "A title is required for the post" msgstr "Cal un títol per la publicació" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" "%{name} (%{domain}) acaba de demanar-vos poder seguir la vostra instància." @@ -1498,15 +1498,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} demana poder seguir la vostra instància" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) acaba de demanar poder seguir la vostra " -"instància. Si accepteu, la seva instància rebrà totes les activitats " -"públiques de la vostra." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "Si accepteu, la instància rebrà totes les vostres activitats públiques." @@ -1517,13 +1510,8 @@ msgstr "" "La instància %{name} (%{domain}) soŀlicita poder seguir la vostra instància" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Obre les opcions de federació" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Per acceptar la invitació, ves a la configuració d'administració de la " @@ -1536,8 +1524,8 @@ msgid "Want to connect?" msgstr "Voleu connectar-vos?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Nota: que us segueixi %{name} (%{domain}) no implica que vosaltres la " @@ -2087,3 +2075,39 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} demana poder seguir la vostra instància" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" +"%{name} (%{domain}) acaba de demanar-vos poder seguir la vostra instància." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} demana poder seguir la vostra instància" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "Si accepteu, la instància rebrà totes les vostres activitats públiques." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Per acceptar la invitació, ves a la configuració d'administració de la " +"instància." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/cs/LC_MESSAGES/default.po b/priv/gettext/cs/LC_MESSAGES/default.po index fb5a53176..8eab378ba 100644 --- a/priv/gettext/cs/LC_MESSAGES/default.po +++ b/priv/gettext/cs/LC_MESSAGES/default.po @@ -1549,7 +1549,7 @@ msgid "A title is required for the post" msgstr "U příspěvku je vyžadován nadpis" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) právě požádal o sledování vaší instance." @@ -1559,15 +1559,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} žádá o sledování vaší instance" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) právě požádal o sledování vaší instance. Pokud " -"souhlasíte, bude tato instance dostávat všechny veřejné události vaší " -"instance." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" "Pokud souhlasíte, bude tato instance přijímat všechny vaše veřejné události." @@ -1578,13 +1571,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "Instance %{name} (%{domain}) žádá o sledování vaší instance" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Viz nastavení federace" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Chcete-li tuto pozvánku přijmout, přejděte do nastavení správce instance." @@ -1596,8 +1584,8 @@ msgid "Want to connect?" msgstr "Chcete se připojit?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Poznámka: Když vás %{name} (%{domain}) sleduje, nemusí to nutně znamenat, že " @@ -2164,3 +2152,38 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} žádá o sledování vaší instance" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) právě požádal o sledování vaší instance." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} žádá o sledování vaší instance" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" +"Pokud souhlasíte, bude tato instance přijímat všechny vaše veřejné události." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Chcete-li tuto pozvánku přijmout, přejděte do nastavení správce instance." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/de/LC_MESSAGES/default.po b/priv/gettext/de/LC_MESSAGES/default.po index f9ad72faa..3dd4683ae 100644 --- a/priv/gettext/de/LC_MESSAGES/default.po +++ b/priv/gettext/de/LC_MESSAGES/default.po @@ -1590,7 +1590,7 @@ msgid "A title is required for the post" msgstr "Für die Stelle wird ein Titel benötigt" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) hat soeben angefordert, Ihrer Instanz zu folgen." @@ -1600,15 +1600,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} bittet darum, Ihrer Instanz zu folgen" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) hat gerade angefordert, Ihrer Instanz zu folgen. " -"Wenn Sie akzeptieren, erhält diese Instanz alle öffentlichen Ereignisse " -"Ihrer Instanz." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" "Wenn Sie akzeptieren, erhält diese Instanz alle Ihre öffentlichen Ereignisse." @@ -1619,13 +1612,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "Instanz %{name} (%{domain}) bittet darum, Ihrer Instanz zu folgen" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Siehe in den Einstellungen für die Föderation" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Um diese Einladung anzunehmen, gehen Sie zu den Admin-Einstellungen der " @@ -1638,8 +1626,8 @@ msgid "Want to connect?" msgstr "Sie wollen sich verbinden?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Hinweis: Wenn %{name} (%{domain}) Ihnen folgt, bedeutet das nicht unbedingt, " @@ -2200,3 +2188,39 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} bittet darum, Ihrer Instanz zu folgen" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) hat soeben angefordert, Ihrer Instanz zu folgen." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} bittet darum, Ihrer Instanz zu folgen" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" +"Wenn Sie akzeptieren, erhält diese Instanz alle Ihre öffentlichen Ereignisse." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Um diese Einladung anzunehmen, gehen Sie zu den Admin-Einstellungen der " +"Instanz." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index 0c3be5b1e..c98602804 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -1227,7 +1227,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1237,12 +1237,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1252,13 +1248,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1269,8 +1260,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1806,3 +1797,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 8b19565d5..a5cfcc7f5 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -1280,7 +1280,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1290,12 +1290,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1305,13 +1301,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1322,8 +1313,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1859,3 +1850,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/es/LC_MESSAGES/default.po b/priv/gettext/es/LC_MESSAGES/default.po index f2e4381a8..d5cfb870e 100644 --- a/priv/gettext/es/LC_MESSAGES/default.po +++ b/priv/gettext/es/LC_MESSAGES/default.po @@ -1553,7 +1553,7 @@ msgid "A title is required for the post" msgstr "Se requiere un título para la publicación" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) sólo solicitó seguir su instancia." @@ -1563,14 +1563,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} solicita seguir tu instancia" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) solo pedí seguir tu instancia. Si acepta, su " -"instancia recibirá todos los eventos públicos para su instancia." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "Si acepta, esta instancia recibirá todos sus eventos públicos." @@ -1580,13 +1574,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "La instancia %{name} (%{domain}) solicita seguir tu instancia" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Ver la configuración de la federación" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "Para aceptar esta invitación, dirígete a tus grupos." @@ -1597,8 +1586,8 @@ msgid "Want to connect?" msgstr "¿Quieres conectarte?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Nota: el hecho que %{name} (%{domain} te siga, no implica necesariamente que " @@ -2162,3 +2151,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} solicita seguir tu instancia" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) sólo solicitó seguir su instancia." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} solicita seguir tu instancia" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "Si acepta, esta instancia recibirá todos sus eventos públicos." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "Para aceptar esta invitación, dirígete a tus grupos." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/fi/LC_MESSAGES/default.po b/priv/gettext/fi/LC_MESSAGES/default.po index 4263ea5d1..e09a5dc01 100644 --- a/priv/gettext/fi/LC_MESSAGES/default.po +++ b/priv/gettext/fi/LC_MESSAGES/default.po @@ -1525,7 +1525,7 @@ msgid "A title is required for the post" msgstr "Julkaisulle vaaditaan otsikko" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) pyysi saada seurata palvelintasi." @@ -1535,15 +1535,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} pyytää saada seurata palvelintasi" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) pyysi saada seurata palvelintasi. Jos hyväksyt " -"pyynnön, kyseiselle palvelimelle lähetetään kaikki julkiset tapahtumat tällä " -"palvelimella." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" "Jos hyväksyt, kyseiselle palvelimelle lähetetään kaikki julkiset tapahtumasi." @@ -1554,13 +1547,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "Palvelin %{name} (%{domain}) haluaa seurata palvelintasi" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Katso federaatioasetukset" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "Hyväksy kutsu siirtymällä omiin ryhmiisi." @@ -1571,8 +1559,8 @@ msgid "Want to connect?" msgstr "Haluatko yhdistää?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Huom: vaikka %{name} (%{domain}) seuraa sinua, se ei tarkoita, että sinä " @@ -2125,3 +2113,37 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} pyytää saada seurata palvelintasi" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) pyysi saada seurata palvelintasi." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} pyytää saada seurata palvelintasi" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" +"Jos hyväksyt, kyseiselle palvelimelle lähetetään kaikki julkiset tapahtumasi." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "Hyväksy kutsu siirtymällä omiin ryhmiisi." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/fr/LC_MESSAGES/default.po b/priv/gettext/fr/LC_MESSAGES/default.po index 2af57bfb5..68e5ab549 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: 2022-01-14 18:10+0100\n" +"PO-Revision-Date: 2022-01-17 17:33+0100\n" "Last-Translator: Thomas Citharel \n" "Language-Team: French \n" "Language: fr\n" @@ -996,7 +996,7 @@ msgstr "Un texte est requis pour le billet" msgid "A title is required for the post" msgstr "Un titre est requis pour le billet" -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) vient de demander à suivre votre instance." @@ -1004,11 +1004,7 @@ msgstr "%{name} (%{domain}) vient de demander à suivre votre instance." msgid "%{name} requests to follow your instance" msgstr "%{name} demande à suivre votre instance" -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "%{name} (%{domain}) vient de demander à suivre votre instance. Si vous acceptez, leur instance recevra tous les événements publics de votre instance." - -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "Si vous acceptez, leur instance recevra tous les événements publics de votre instance." @@ -1016,19 +1012,15 @@ msgstr "Si vous acceptez, leur instance recevra tous les événements publics de msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "L'instance %{name} (%{domain}) demande à suivre votre instance" -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Voir les paramètres de fédération" - -#: lib/web/templates/email/instance_follow.html.heex:52 lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." -msgstr "Pour accepter cette invitation, rendez-vous dans vos groupes." +msgstr "Pour accepter cette invitation, rendez-vous dans les paramètres de fédération de l'instance." #: lib/web/templates/email/instance_follow.html.heex:13 lib/web/templates/email/instance_follow.text.eex:1 msgid "Want to connect?" msgstr "Voulez-vous vous connecter ?" -#: lib/web/templates/email/instance_follow.html.heex:45 lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "Note : le fait que %{name} (%{domain}) vous suive n'implique pas nécessairement que vous suivez cette instance, mais vous pouvez demander à les suivre également." @@ -1428,3 +1420,27 @@ msgstr "Salut ! Nous voulions juste vous informer qu'un⋅e administrateur⋅ic #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "Salut ! Nous voulions juste vous informer qu'un⋅e administrateur⋅ice de %{instance} vient de changer le rôle de votre compte." + +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} vient de demander à suivre votre instance." + +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) vient de demander à suivre votre instance." + +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} demande à suivre votre instance." + +#: lib/web/templates/email/instance_follow.html.heex:40 lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "Si vous acceptez, ce profil recevra tous les événements publics de votre instance." + +#: lib/web/templates/email/instance_follow.html.heex:56 lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "Pour accepter cette invitation, rendez-vous sur la page du profil dans l'administration." + +#: lib/web/templates/email/instance_follow.html.heex:71 lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "Voir les détails" diff --git a/priv/gettext/gl/LC_MESSAGES/default.po b/priv/gettext/gl/LC_MESSAGES/default.po index 51e46b82f..0dbc5904f 100644 --- a/priv/gettext/gl/LC_MESSAGES/default.po +++ b/priv/gettext/gl/LC_MESSAGES/default.po @@ -1522,7 +1522,7 @@ msgid "A title is required for the post" msgstr "Requírese un título para a publicación" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) solicitou seguir a túa instancia." @@ -1532,14 +1532,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} solicita seguir a túa instancia" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) solicitou pedir a túa instancia. Se aceptas, esta " -"instancia recibirá todos os eventos públicos da túa instancia." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "Se aceptas, esta instancia recibirá todos os teus eventos públicos." @@ -1549,13 +1543,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "A instancia %{name} (%{domain}) solicita seguir a túa instancia" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Ver axustes de federación" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Para aceptar o convite, vaite ós axustes de administración da instancia." @@ -1567,8 +1556,8 @@ msgid "Want to connect?" msgstr "Desexas conectarte?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Nota: que %{name} (%{domain}) te siga non implica que sigas a esta " @@ -2125,3 +2114,37 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} solicita seguir a túa instancia" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) solicitou seguir a túa instancia." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} solicita seguir a túa instancia" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "Se aceptas, esta instancia recibirá todos os teus eventos públicos." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Para aceptar o convite, vaite ós axustes de administración da instancia." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/hu/LC_MESSAGES/default.po b/priv/gettext/hu/LC_MESSAGES/default.po index 186335e18..907c798f5 100644 --- a/priv/gettext/hu/LC_MESSAGES/default.po +++ b/priv/gettext/hu/LC_MESSAGES/default.po @@ -1306,7 +1306,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1316,12 +1316,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1331,13 +1327,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1348,8 +1339,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1885,3 +1876,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/id/LC_MESSAGES/default.po b/priv/gettext/id/LC_MESSAGES/default.po index e88289c48..4d8ac01a3 100644 --- a/priv/gettext/id/LC_MESSAGES/default.po +++ b/priv/gettext/id/LC_MESSAGES/default.po @@ -1277,7 +1277,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1287,12 +1287,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1302,13 +1298,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1319,8 +1310,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1855,3 +1846,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/it/LC_MESSAGES/default.po b/priv/gettext/it/LC_MESSAGES/default.po index c4c2df128..08e987361 100644 --- a/priv/gettext/it/LC_MESSAGES/default.po +++ b/priv/gettext/it/LC_MESSAGES/default.po @@ -1564,7 +1564,7 @@ msgid "A title is required for the post" msgstr "È richiesto un titolo per il post" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) ha appena richiesto di seguire la tua istanza." @@ -1574,14 +1574,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} richiede di seguire la tua istanza" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) ha appena richiesto di seguire la tua istanza. Se " -"accetti, questa istanza riceverà tutti gli eventi pubblici della tua istanza." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "Se accetti, questa istanza riceverà tutti i tuoi eventi pubblici." @@ -1591,13 +1585,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "L'istanza %{name} (%{domain}) richiede di seguire la tua istanza" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Vedi le impostazioni della federazione" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Per accettare questo invito, vai alle impostazioni di amministrazione " @@ -1610,8 +1599,8 @@ msgid "Want to connect?" msgstr "Vuoi connetterti?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Nota: %{name} (%{domain}) che ti segue non implica necessariamente che segui " @@ -2166,3 +2155,38 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} richiede di seguire la tua istanza" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) ha appena richiesto di seguire la tua istanza." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} richiede di seguire la tua istanza" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "Se accetti, questa istanza riceverà tutti i tuoi eventi pubblici." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Per accettare questo invito, vai alle impostazioni di amministrazione " +"dell'istanza." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/ja/LC_MESSAGES/default.po b/priv/gettext/ja/LC_MESSAGES/default.po index 79a0699c4..e5d53c0d7 100644 --- a/priv/gettext/ja/LC_MESSAGES/default.po +++ b/priv/gettext/ja/LC_MESSAGES/default.po @@ -1237,7 +1237,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1247,12 +1247,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1262,13 +1258,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1279,8 +1270,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1815,3 +1806,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/nl/LC_MESSAGES/default.po b/priv/gettext/nl/LC_MESSAGES/default.po index 258f52c33..6df6e248b 100644 --- a/priv/gettext/nl/LC_MESSAGES/default.po +++ b/priv/gettext/nl/LC_MESSAGES/default.po @@ -14,756 +14,757 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.10\n" -#: lib/web/templates/email/password_reset.html.heex:48 #, elixir-format +#: lib/web/templates/email/password_reset.html.heex:48 msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one." msgstr "" "Als u dit niet gevraagd hebt, kunt u deze email negeren. Uw wachtwoord zal " "niet veranderen tot u op onderstaande link klikt en een nieuw wachtwoord " "instelt." -#: lib/web/templates/email/report.html.heex:74 #, elixir-format +#: lib/web/templates/email/report.html.heex:74 msgid "%{title} by %{creator}" msgstr "%{title} door %{creator}" -#: lib/web/templates/email/registration_confirmation.html.heex:58 #, elixir-format +#: lib/web/templates/email/registration_confirmation.html.heex:58 msgid "Activate my account" msgstr "Activeer mijn account" +#, elixir-format #: lib/web/templates/email/email.html.heex:120 #: lib/web/templates/email/email.text.eex:9 -#, elixir-format msgid "Ask the community on Framacolibri" msgstr "Vragen aan de gemeenschap op Framacolibri" -#: lib/web/templates/email/report.text.eex:15 #, elixir-format +#: lib/web/templates/email/report.text.eex:15 msgid "Comments" msgstr "Opmerkingen" +#, elixir-format #: lib/web/templates/email/report.html.heex:72 #: lib/web/templates/email/report.text.eex:11 -#, elixir-format msgid "Event" msgstr "Evenement" -#: lib/web/email/user.ex:49 #, elixir-format +#: lib/web/email/user.ex:49 msgid "Instructions to reset your password on %{instance}" msgstr "Instructies om uw wachtwoord opnieuw in te stellen op %{instance}" -#: lib/web/templates/email/report.text.eex:21 #, elixir-format +#: lib/web/templates/email/report.text.eex:21 msgid "Reason" msgstr "Reden" -#: lib/web/templates/email/password_reset.html.heex:61 #, elixir-format +#: lib/web/templates/email/password_reset.html.heex:61 msgid "Reset Password" msgstr "Wachtwoord opnieuw instellen" -#: lib/web/templates/email/password_reset.html.heex:41 #, elixir-format +#: lib/web/templates/email/password_reset.html.heex:41 msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." msgstr "" "Uw wachtwoord opnieuw instellen is eenvoudig. Klik op de knop en volg de " "instructies. Wij zorgen ervoor dat u snel verder kunt." -#: lib/web/email/user.ex:28 #, elixir-format +#: lib/web/email/user.ex:28 msgid "Instructions to confirm your Mobilizon account on %{instance}" msgstr "Instructies om uw Mobilizonaccount op %{instance} te bevestigen" -#: lib/web/email/admin.ex:24 #, elixir-format +#: lib/web/email/admin.ex:24 msgid "New report on Mobilizon instance %{instance}" msgstr "Nieuwe melding op de Mobilizonserver %{instance}" +#, elixir-format #: lib/web/templates/email/before_event_notification.html.heex:51 #: lib/web/templates/email/before_event_notification.text.eex:4 -#, elixir-format msgid "Go to event page" msgstr "Ga naar de pagina van het evenement" -#: lib/web/templates/email/report.text.eex:1 #, elixir-format +#: lib/web/templates/email/report.text.eex:1 msgid "New report from %{reporter} on %{instance}" msgstr "Nieuwe melding op %{instance}" -#: lib/web/templates/email/event_participation_approved.text.eex:1 #, elixir-format +#: lib/web/templates/email/event_participation_approved.text.eex:1 msgid "Participation approved" msgstr "Deelname goedgekeurd" +#, elixir-format #: lib/web/templates/email/password_reset.html.heex:13 #: lib/web/templates/email/password_reset.text.eex:1 -#, elixir-format msgid "Password reset" msgstr "Wachtwoord opnieuw instellen" -#: lib/web/templates/email/password_reset.text.eex:7 #, elixir-format +#: lib/web/templates/email/password_reset.text.eex:7 msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." msgstr "" "Uw wachtwoord opnieuw instellen is eenvoudig. Klik op de knop hieronder en " "volg de instructies. Wij zorgen ervoor dat u snel verder kunt." -#: lib/web/templates/email/registration_confirmation.text.eex:5 #, elixir-format +#: lib/web/templates/email/registration_confirmation.text.eex:5 msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email." msgstr "" "U hebt een account op %{host} gemaakt met dit emailadres. U bent op één " "klik van de activering. Gelieve deze email te negeren als u dit niet was." -#: lib/web/email/participation.ex:111 #, elixir-format +#: lib/web/email/participation.ex:111 msgid "Your participation to event %{title} has been approved" msgstr "Uw deelname aan het evenement %{title} is goedgekeurd" -#: lib/web/email/participation.ex:68 #, elixir-format +#: lib/web/email/participation.ex:68 msgid "Your participation to event %{title} has been rejected" msgstr "Uw deelname aan het evenement %{title} is afgewezen" -#: lib/web/email/event.ex:46 #, elixir-format +#: lib/web/email/event.ex:46 msgid "Event %{title} has been updated" msgstr "Evenement %{title} is bijgewerkt" -#: lib/web/templates/email/event_updated.text.eex:7 #, elixir-format +#: lib/web/templates/email/event_updated.text.eex:7 msgid "New title: %{title}" msgstr "Nieuwe titel: %{title}" -#: lib/web/templates/email/password_reset.text.eex:5 #, elixir-format +#: lib/web/templates/email/password_reset.text.eex:5 msgid "You requested a new password for your account on %{instance}." msgstr "U hebt een nieuw wachtwoord aangevraagd voor uw account op %{instance}." -#: lib/web/templates/email/email.html.heex:88 #, elixir-format +#: lib/web/templates/email/email.html.heex:88 msgid "Warning" msgstr "Waarschuwing" -#: lib/web/email/participation.ex:135 #, elixir-format +#: lib/web/email/participation.ex:135 msgid "Confirm your participation to event %{title}" msgstr "" -#: lib/web/templates/api/privacy.html.heex:75 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:75 msgctxt "terms" msgid "An internal ID for your current selected identity" msgstr "" -#: lib/web/templates/api/privacy.html.heex:74 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:74 msgctxt "terms" msgid "An internal user ID" msgstr "" -#: lib/web/templates/api/privacy.html.heex:37 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:37 msgctxt "terms" msgid "Any of the information we collect from you may be used in the following ways:" msgstr "" -#: lib/web/templates/api/privacy.html.heex:9 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:9 msgctxt "terms" msgid "Basic account information" msgstr "" -#: lib/web/templates/api/privacy.html.heex:25 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:25 msgctxt "terms" msgid "Do not share any dangerous information over Mobilizon." msgstr "" -#: lib/web/templates/api/privacy.html.heex:90 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:90 msgctxt "terms" msgid "Do we disclose any information to outside parties?" msgstr "" -#: lib/web/templates/api/privacy.html.heex:68 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:68 msgctxt "terms" msgid "Do we use cookies?" msgstr "" -#: lib/web/templates/api/privacy.html.heex:51 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:51 msgctxt "terms" msgid "How do we protect your information?" msgstr "" -#: lib/web/templates/api/privacy.html.heex:29 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:29 msgctxt "terms" msgid "IPs and other metadata" msgstr "" -#: lib/web/templates/api/privacy.html.heex:17 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:17 msgctxt "terms" msgid "Published events and comments" msgstr "" -#: lib/web/templates/api/privacy.html.heex:64 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:64 msgctxt "terms" msgid "Retain the IP addresses associated with registered users no more than 12 months." msgstr "" -#: lib/web/templates/api/privacy.html.heex:76 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:76 msgctxt "terms" msgid "Tokens to authenticate you" msgstr "" -#: lib/web/templates/api/privacy.html.heex:31 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:31 msgctxt "terms" msgid "We also may retain server logs which include the IP address of every request to our server." msgstr "" -#: lib/web/templates/api/privacy.html.heex:70 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:70 msgctxt "terms" msgid "We store the following information on your device when you connect:" msgstr "" -#: lib/web/templates/api/privacy.html.heex:58 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:58 msgctxt "terms" msgid "We will make a good faith effort to:" msgstr "" -#: lib/web/templates/api/privacy.html.heex:35 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:35 msgctxt "terms" msgid "What do we use your information for?" msgstr "" -#: lib/web/templates/api/privacy.html.heex:57 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:57 msgctxt "terms" msgid "What is our data retention policy?" msgstr "" -#: lib/web/templates/api/privacy.html.heex:67 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:67 msgctxt "terms" msgid "You may irreversibly delete your account at any time." msgstr "" -#: lib/web/templates/api/privacy.html.heex:115 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:115 msgctxt "terms" msgid "Changes to our Privacy Policy" msgstr "" -#: lib/web/templates/api/privacy.html.heex:106 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:106 msgctxt "terms" msgid "If this server is in the EU or the EEA: Our site, products and services are all directed to people who are at least 16 years old. If you are under the age of 16, per the requirements of the GDPR (General Data Protection Regulation) do not use this site." msgstr "" -#: lib/web/templates/api/privacy.html.heex:109 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:109 msgctxt "terms" msgid "If this server is in the USA: Our site, products and services are all directed to people who are at least 13 years old. If you are under the age of 13, per the requirements of COPPA (Children's Online Privacy Protection Act) do not use this site." msgstr "" -#: lib/web/templates/api/privacy.html.heex:117 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:117 msgctxt "terms" msgid "If we decide to change our privacy policy, we will post those changes on this page." msgstr "" -#: lib/web/templates/api/privacy.html.heex:112 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:112 msgctxt "terms" msgid "Law requirements can be different if this server is in another jurisdiction." msgstr "" -#: lib/web/templates/api/privacy.html.heex:103 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:103 msgctxt "terms" msgid "Site usage by children" msgstr "" -#: lib/web/templates/api/privacy.html.heex:47 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:47 msgctxt "terms" msgid "The email address you provide may be used to send you information, updates and notifications about other people\n interacting with your content or sending you messages and to respond to inquiries, and/or other requests or\n questions." msgstr "" -#: lib/web/templates/api/privacy.html.heex:45 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:45 msgctxt "terms" msgid "To aid moderation of the community, for example comparing your IP address with other known ones to determine ban\n evasion or other violations." msgstr "" -#: lib/web/templates/api/privacy.html.heex:43 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:43 msgctxt "terms" msgid "To provide the core functionality of Mobilizon. Depending on this instance's policy you may only be able to\n interact with other people's content and post your own content if you are logged in." msgstr "" -#: lib/web/templates/api/privacy.html.heex:6 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:6 msgctxt "terms" msgid "What information do we collect?" msgstr "" -#: lib/web/email/user.ex:178 #, elixir-format +#: lib/web/email/user.ex:178 msgid "Mobilizon on %{instance}: confirm your email address" msgstr "" -#: lib/web/email/user.ex:157 #, elixir-format +#: lib/web/email/user.ex:157 msgid "Mobilizon on %{instance}: email changed" msgstr "" -#: lib/web/email/notification.ex:51 #, elixir-format +#: lib/web/email/notification.ex:51 msgid "One event planned today" msgid_plural "%{nb_events} events planned today" msgstr[0] "" msgstr[1] "" +#, elixir-format #: lib/web/templates/email/on_day_notification.html.heex:38 #: lib/web/templates/email/on_day_notification.text.eex:3 -#, elixir-format msgid "You have one event today:" msgid_plural "You have %{total} events today:" msgstr[0] "" msgstr[1] "" -#: lib/web/templates/email/group_invite.text.eex:3 #, elixir-format +#: lib/web/templates/email/group_invite.text.eex:3 msgid "%{inviter} just invited you to join their group %{group}" msgstr "" +#, elixir-format #: lib/web/templates/email/group_invite.html.heex:13 #: lib/web/templates/email/group_invite.text.eex:1 -#, elixir-format msgid "Come along!" msgstr "" -#: lib/web/email/notification.ex:25 #, elixir-format +#: lib/web/email/notification.ex:25 msgid "Don't forget to go to %{title}" msgstr "" +#, elixir-format #: lib/web/templates/email/before_event_notification.html.heex:38 #: lib/web/templates/email/before_event_notification.text.eex:3 -#, elixir-format msgid "Get ready for %{title}" msgstr "" -#: lib/web/templates/email/group_invite.html.heex:59 #, elixir-format +#: lib/web/templates/email/group_invite.html.heex:59 msgid "See my groups" msgstr "" +#, elixir-format #: lib/web/templates/email/group_invite.html.heex:45 #: lib/web/templates/email/group_invite.text.eex:5 -#, elixir-format msgid "To accept this invitation, head over to your groups." msgstr "" -#: lib/web/templates/email/before_event_notification.text.eex:5 #, elixir-format +#: lib/web/templates/email/before_event_notification.text.eex:5 msgid "View the event on: %{link}" msgstr "Bekijk het bijgewerkte evenement op: %{link}" -#: lib/web/email/member.ex:31 #, elixir-format +#: lib/web/email/member.ex:31 msgid "You have been invited by %{inviter} to join group %{group}" msgstr "" -#: lib/web/email/notification.ex:78 #, elixir-format +#: lib/web/email/notification.ex:78 msgid "One event planned this week" msgid_plural "%{nb_events} events planned this week" msgstr[0] "" msgstr[1] "" -#: lib/web/email/notification.ex:102 #, elixir-format +#: lib/web/email/notification.ex:102 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.heex:38 #: lib/web/templates/email/notification_each_week.text.eex:3 -#, elixir-format msgid "You have one event this week:" msgid_plural "You have %{total} events this week:" msgstr[0] "" msgstr[1] "" -#: lib/service/metadata/utils.ex:53 #, elixir-format +#: lib/service/metadata/utils.ex:53 msgid "The event organizer didn't add any description." msgstr "" -#: lib/web/templates/api/privacy.html.heex:54 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:54 msgctxt "terms" msgid "We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information. Among other things, your browser session, as well as the traffic between your applications and the API, are secured with SSL/TLS, and your password is hashed using a strong one-way algorithm." msgstr "" -#: lib/web/templates/api/privacy.html.heex:94 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:94 msgctxt "terms" msgid "No. We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our site, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety." msgstr "" -#: lib/web/templates/api/terms.html.heex:23 #, elixir-format +#: lib/web/templates/api/terms.html.heex:23 msgctxt "terms" msgid "Accepting these Terms" msgstr "" -#: lib/web/templates/api/terms.html.heex:27 #, elixir-format +#: lib/web/templates/api/terms.html.heex:27 msgctxt "terms" msgid "Changes to these Terms" msgstr "" -#: lib/web/templates/api/terms.html.heex:85 #, elixir-format +#: lib/web/templates/api/terms.html.heex:85 msgctxt "terms" msgid "A lot of the content on the Service is from you and others, and we don't review, verify or authenticate it, and it may include inaccuracies or false information. We make no representations, warranties, or guarantees relating to the quality, suitability, truth, accuracy or completeness of any content contained in the Service. You acknowledge sole responsibility for and assume all risk arising from your use of or reliance on any content." msgstr "" -#: lib/web/templates/api/terms.html.heex:60 #, elixir-format +#: lib/web/templates/api/terms.html.heex:60 msgctxt "terms" msgid "Also, you agree that you will not do any of the following in connection with the Service or other users:" msgstr "" -#: lib/web/templates/api/terms.html.heex:65 #, elixir-format +#: lib/web/templates/api/terms.html.heex:65 msgctxt "terms" msgid "Circumvent or attempt to circumvent any filtering, security measures, rate limits or other features designed to protect the Service, users of the Service, or third parties." msgstr "" -#: lib/web/templates/api/terms.html.heex:64 #, elixir-format +#: lib/web/templates/api/terms.html.heex:64 msgctxt "terms" msgid "Collect any personal information about other users, or intimidate, threaten, stalk or otherwise harass other users of the Service;" msgstr "" -#: lib/web/templates/api/terms.html.heex:55 #, elixir-format +#: lib/web/templates/api/terms.html.heex:55 msgctxt "terms" msgid "Content that is illegal or unlawful, that would otherwise create liability;" msgstr "" -#: lib/web/templates/api/terms.html.heex:56 #, elixir-format +#: lib/web/templates/api/terms.html.heex:56 msgctxt "terms" msgid "Content that may infringe or violate any patent, trademark, trade secret, copyright, right of privacy, right of publicity or other intellectual or other right of any party;" msgstr "" -#: lib/web/templates/api/terms.html.heex:42 #, elixir-format +#: lib/web/templates/api/terms.html.heex:42 msgctxt "terms" msgid "Creating Accounts" msgstr "" -#: lib/web/templates/api/terms.html.heex:89 #, elixir-format +#: lib/web/templates/api/terms.html.heex:89 msgctxt "terms" msgid "Entire Agreement" msgstr "" -#: lib/web/templates/api/terms.html.heex:92 #, elixir-format +#: lib/web/templates/api/terms.html.heex:92 msgctxt "terms" msgid "Feedback" msgstr "" -#: lib/web/templates/api/terms.html.heex:83 #, elixir-format +#: lib/web/templates/api/terms.html.heex:83 msgctxt "terms" msgid "Hyperlinks and Third Party Content" msgstr "" -#: lib/web/templates/api/terms.html.heex:88 #, elixir-format +#: lib/web/templates/api/terms.html.heex:88 msgctxt "terms" msgid "If you breach any of these Terms, we have the right to suspend or disable your access to or use of the Service." msgstr "" -#: lib/web/templates/api/terms.html.heex:63 #, elixir-format +#: lib/web/templates/api/terms.html.heex:63 msgctxt "terms" msgid "Impersonate or post on behalf of any person or entity or otherwise misrepresent your affiliation with a person or entity;" msgstr "" -#: lib/web/templates/api/terms.html.heex:48 #, elixir-format +#: lib/web/templates/api/terms.html.heex:48 msgctxt "terms" msgid "Our Service allows you and other users to post, link and otherwise make available content. You are responsible for the content that you make available to the Service, including its legality, reliability, and appropriateness." msgstr "" -#: lib/web/templates/api/terms.html.heex:39 #, elixir-format +#: lib/web/templates/api/terms.html.heex:39 msgctxt "terms" msgid "Privacy Policy" msgstr "" -#: lib/web/templates/api/terms.html.heex:95 #, elixir-format +#: lib/web/templates/api/terms.html.heex:95 msgctxt "terms" msgid "Questions & Contact Information" msgstr "" -#: lib/web/templates/api/terms.html.heex:87 #, elixir-format +#: lib/web/templates/api/terms.html.heex:87 msgctxt "terms" msgid "Termination" msgstr "" -#: lib/web/templates/api/terms.html.heex:62 #, elixir-format +#: lib/web/templates/api/terms.html.heex:62 msgctxt "terms" msgid "Use the Service in any manner that could interfere with, disrupt, negatively affect or inhibit other users from fully enjoying the Service or that could damage, disable, overburden or impair the functioning of the Service;" msgstr "" -#: lib/web/templates/api/terms.html.heex:47 #, elixir-format +#: lib/web/templates/api/terms.html.heex:47 msgctxt "terms" msgid "Your Content & Conduct" msgstr "" -#: lib/web/templates/api/terms.html.heex:84 #, elixir-format +#: lib/web/templates/api/terms.html.heex:84 msgctxt "terms" msgid "%{instance_name} makes no claim or representation regarding, and accepts no responsibility for third party websites accessible by hyperlink from the Service or websites linking to the Service. When you leave the Service, you should be aware that these Terms and our policies no longer govern. The inclusion of any link does not imply endorsement by %{instance_name} of the site. Use of any such linked website is at the user's own risk." msgstr "" -#: lib/web/templates/api/terms.html.heex:68 #, elixir-format +#: lib/web/templates/api/terms.html.heex:68 msgctxt "terms" msgid "Finally, your use of the Service is also subject to acceptance of the instance's own specific rules regarding the code of conduct and moderation rules. Breaking those rules may also result in your account being disabled or suspended." msgstr "" -#: lib/web/templates/api/terms.html.heex:81 #, elixir-format +#: lib/web/templates/api/terms.html.heex:81 msgctxt "terms" msgid "For full details about the Mobilizon software see here." msgstr "" -#: lib/web/templates/api/terms.html.heex:18 #, elixir-format +#: lib/web/templates/api/terms.html.heex:18 msgctxt "terms" msgid "Here are the important things you need to know about accessing and using the %{instance_name} (%{instance_url}) website and service (collectively, \"Service\"). These are our terms of service (\"Terms\"). Please read them carefully." msgstr "" -#: lib/web/templates/api/terms.html.heex:33 #, elixir-format +#: lib/web/templates/api/terms.html.heex:33 msgctxt "terms" msgid "If we make major changes, we will notify our users in a clear and prominent manner. Minor changes may only be highlighted in the footer of our website. It is your responsibility to check the website regularly for changes to these Terms." msgstr "" -#: lib/web/templates/api/terms.html.heex:53 #, elixir-format +#: lib/web/templates/api/terms.html.heex:53 msgctxt "terms" msgid "In order to make %{instance_name} a great place for all of us, please do not post, link and otherwise make available on or through the Service any of the following:" msgstr "" -#: lib/web/templates/api/terms.html.heex:57 #, elixir-format +#: lib/web/templates/api/terms.html.heex:57 msgctxt "terms" msgid "Private information of any third party (e.g., addresses, phone numbers, email addresses, Social Security numbers and credit card numbers); and" msgstr "" -#: lib/web/templates/api/terms.html.heex:52 #, elixir-format +#: lib/web/templates/api/terms.html.heex:52 msgctxt "terms" msgid "Since Mobilizon is a distributed network, it is possible, depending on the visibility rules set to your content, that your content has been distributed to other Mobilizon instances. When you delete your content, we will request those other instances to also delete the content. Our responsibility on the content being deleted from those other instances ends here. If for some reason, some other instance does not delete the content, we cannot be held responsible." msgstr "" -#: lib/web/templates/api/terms.html.heex:90 #, elixir-format +#: lib/web/templates/api/terms.html.heex:90 msgctxt "terms" msgid "These Terms constitute the entire agreement between you and %{instance_name} regarding the use of the Service, superseding any prior agreements between you and %{instance_name} relating to your use of the Service." msgstr "" -#: lib/web/templates/api/terms.html.heex:80 #, elixir-format +#: lib/web/templates/api/terms.html.heex:80 msgctxt "terms" msgid "This Service runs on a Mobilizon instance. This source code is licensed under an AGPLv3 license which means you are allowed to and even encouraged to take the source code, modify it and use it." msgstr "" -#: lib/web/templates/api/terms.html.heex:58 #, elixir-format +#: lib/web/templates/api/terms.html.heex:58 msgctxt "terms" msgid "Viruses, corrupted data or other harmful, disruptive or destructive files or code." msgstr "" -#: lib/web/templates/api/terms.html.heex:51 #, elixir-format +#: lib/web/templates/api/terms.html.heex:51 msgctxt "terms" msgid "You can remove the content that you posted by deleting it. Once you delete your content, it will not appear on the Service, but copies of your deleted content may remain in our system or backups for some period of time. Web server access logs might also be stored for some time in the system." msgstr "" -#: lib/web/templates/api/terms.html.heex:96 #, elixir-format +#: lib/web/templates/api/terms.html.heex:96 msgctxt "terms" msgid "Questions or comments about the Service may be directed to us at %{contact}" msgstr "" -#: lib/web/templates/api/terms.html.heex:79 #, elixir-format +#: lib/web/templates/api/terms.html.heex:79 msgctxt "terms" msgid "Source code" msgstr "" -#: lib/web/templates/api/terms.html.heex:93 #, elixir-format +#: lib/web/templates/api/terms.html.heex:93 msgctxt "terms" msgid "We love feedback. Please let us know what you think of the Service, these Terms and, in general, %{instance_name}." msgstr "" -#: lib/web/templates/api/terms.html.heex:74 #, elixir-format +#: lib/web/templates/api/terms.html.heex:74 msgctxt "terms" msgid "Instance administrators (and community moderators, given the relevant access) are responsible for monitoring and acting on flagged content and other user reports, and have the right and responsibility to remove or edit content that is not aligned to this Instance set of rules, or to suspend, block or ban (temporarily or permanently) any account, community, or instance for breaking these terms, or for other behaviours that they deem inappropriate, threatening, offensive, or harmful." msgstr "" -#: lib/web/templates/api/terms.html.heex:6 #, elixir-format +#: lib/web/templates/api/terms.html.heex:6 msgctxt "terms" msgid "%{instance_name} will not use or transmit or resell your personal data" msgstr "" -#: lib/web/templates/api/terms.html.heex:44 #, elixir-format +#: lib/web/templates/api/terms.html.heex:44 msgctxt "terms" msgid "If you discover or suspect any Service security breaches, please let us know as soon as possible. For security holes in the Mobilizon software itself, please contact its contributors directly." msgstr "" -#: lib/web/templates/api/terms.html.heex:77 #, elixir-format +#: lib/web/templates/api/terms.html.heex:77 msgctxt "terms" msgid "Instance administrators should ensure that every community hosted on the instance is properly moderated according to the defined rules." msgstr "" -#: lib/web/templates/api/terms.html.heex:98 #, elixir-format +#: lib/web/templates/api/terms.html.heex:98 msgctxt "terms" msgid "Originally adapted from the Diaspora* and App.net privacy policies, also licensed under CC BY-SA." msgstr "" -#: lib/web/templates/api/privacy.html.heex:119 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:119 msgctxt "terms" msgid "Originally adapted from the Mastodon and Discourse privacy policies, also licensed under CC BY-SA." msgstr "" -#: lib/web/templates/api/terms.html.heex:3 #, elixir-format +#: lib/web/templates/api/terms.html.heex:3 msgctxt "terms" msgid "Short version" msgstr "" -#: lib/web/templates/api/terms.html.heex:9 #, elixir-format +#: lib/web/templates/api/terms.html.heex:9 msgctxt "terms" msgid "The service is provided without warranties and these terms may change in the future" msgstr "" -#: lib/web/templates/api/privacy.html.heex:118 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:118 msgctxt "terms" msgid "This document is licensed under CC BY-SA. It was last updated June 18, 2020." msgstr "" -#: lib/web/templates/api/terms.html.heex:97 #, elixir-format +#: lib/web/templates/api/terms.html.heex:97 msgctxt "terms" msgid "This document is licensed under CC BY-SA. It was last updated June 22, 2020." msgstr "" -#: lib/web/templates/api/terms.html.heex:8 #, elixir-format +#: lib/web/templates/api/terms.html.heex:8 msgctxt "terms" msgid "You must respect other people and %{instance_name}'s rules when using the service" msgstr "" -#: lib/web/templates/api/terms.html.heex:7 #, elixir-format +#: lib/web/templates/api/terms.html.heex:7 msgctxt "terms" msgid "You must respect the law when using %{instance_name}" msgstr "" -#: lib/web/templates/api/terms.html.heex:5 #, elixir-format +#: lib/web/templates/api/terms.html.heex:5 msgctxt "terms" msgid "Your content is yours" msgstr "" -#: lib/web/templates/email/anonymous_participation_confirmation.html.heex:51 #, elixir-format +#: lib/web/templates/email/anonymous_participation_confirmation.html.heex:51 msgid "Confirm my e-mail address" msgstr "" +#, elixir-format #: lib/web/templates/email/anonymous_participation_confirmation.html.heex:13 #: lib/web/templates/email/anonymous_participation_confirmation.text.eex:1 -#, elixir-format msgid "Confirm your e-mail" msgstr "" -#: lib/web/templates/email/anonymous_participation_confirmation.text.eex:3 #, elixir-format +#: lib/web/templates/email/anonymous_participation_confirmation.text.eex:3 msgid "Hi there! You just registered to join this event: « %{title} ». Please confirm the e-mail address you provided:" msgstr "" +#, elixir-format #: lib/web/templates/email/email.html.heex:117 #: lib/web/templates/email/email.text.eex:8 -#, elixir-format msgid "Need help? Is something not working as expected?" msgstr "Hulp nodig? Werkt iets niet juist?" -#: lib/web/templates/email/registration_confirmation.html.heex:38 #, elixir-format +#: lib/web/templates/email/registration_confirmation.html.heex:38 msgid "You created an account on %{host} with this email address. You are one click away from activating it." msgstr "" "U hebt een account op %{host} gemaakt met dit emailadres. U bent op één " "klik van de activering." -#: lib/web/templates/email/report.html.heex:13 #, elixir-format +#: lib/web/templates/email/report.html.heex:13 msgid "New report on %{instance}" msgstr "Nieuwe melding op %{instance}" -#: lib/web/templates/email/email_changed_old.html.heex:38 #, elixir-format +#: lib/web/templates/email/email_changed_old.html.heex:38 msgid "The email address for your account on %{host} is being changed to:" msgstr "" -#: lib/web/templates/email/password_reset.html.heex:38 #, elixir-format +#: lib/web/templates/email/password_reset.html.heex:38 msgid "You requested a new password for your account on %{instance}." msgstr "U hebt een nieuw wachtwoord aangevraagd voor uw account op %{instance}." -#: lib/web/templates/email/email.text.eex:5 #, elixir-format +#: lib/web/templates/email/email.text.eex:5 msgid "Please do not use it for real purposes." msgstr "" +#, elixir-format #: lib/web/templates/email/anonymous_participation_confirmation.html.heex:63 #: lib/web/templates/email/anonymous_participation_confirmation.text.eex:6 #: lib/web/templates/email/event_updated.html.heex:133 @@ -772,7 +773,6 @@ msgstr "" #: lib/web/templates/email/notification_each_week.text.eex:11 #: lib/web/templates/email/on_day_notification.html.heex:60 #: lib/web/templates/email/on_day_notification.text.eex:11 -#, elixir-format msgid "Would you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button." msgid_plural "Would you wish to cancel your attendance to one or several events, visit the event pages through the links above and click the « Attending » button." msgstr[0] "" @@ -782,575 +782,559 @@ msgstr[1] "" "Als u uw deelname moet annuleren, gaat u naar de pagina van het evenement " "via de link hierboven, en klikt u op de deelnameknop." -#: lib/web/templates/email/email.text.eex:11 #, elixir-format +#: lib/web/templates/email/email.text.eex:11 msgid "%{instance} is powered by Mobilizon." msgstr "%{instance} is een Mobilizonserver." -#: lib/web/templates/email/email.html.heex:152 #, elixir-format +#: lib/web/templates/email/email.html.heex:152 msgid "%{instance} is powered by Mobilizon." msgstr "%{instance} is een Mobilizonserver." +#, elixir-format #: lib/web/templates/email/pending_participation_notification.html.heex:13 #: lib/web/templates/email/pending_participation_notification.text.eex:1 -#, elixir-format msgid "A request is pending!" msgstr "" +#, elixir-format #: lib/web/templates/email/before_event_notification.html.heex:13 #: lib/web/templates/email/before_event_notification.text.eex:1 -#, elixir-format msgid "An event is upcoming!" msgstr "" +#, elixir-format #: lib/web/templates/email/email_changed_new.html.heex:13 #: lib/web/templates/email/email_changed_new.text.eex:1 -#, elixir-format msgid "Confirm new email" msgstr "" -#: lib/web/templates/email/event_updated.html.heex:84 #, elixir-format +#: lib/web/templates/email/event_updated.html.heex:84 msgid "End" msgstr "" +#, elixir-format #: lib/web/templates/email/event_updated.html.heex:13 #: lib/web/templates/email/event_updated.text.eex:1 -#, elixir-format msgid "Event update!" msgstr "Evenement bijgewerkt!" -#: lib/web/templates/email/report.html.heex:88 #, elixir-format +#: lib/web/templates/email/report.html.heex:88 msgid "Flagged comments" msgstr "" +#, elixir-format #: lib/web/templates/email/event_participation_approved.html.heex:45 #: lib/web/templates/email/event_participation_approved.text.eex:7 -#, elixir-format msgid "Good news: one of the event organizers just approved your request. Update your calendar, because you're on the guest list now!" msgstr "" -#: lib/web/templates/email/email_changed_new.html.heex:38 -#: lib/web/templates/email/email_changed_new.text.eex:3 #, elixir-format +#: lib/web/templates/email/email_changed_new.html.heex:38 msgid "Hi there! It seems like you wanted to change the email address linked to your account on %{instance}. If you still wish to do so, please click the button below to confirm the change. You will then be able to log in to %{instance} with this new email address." msgstr "" -#: lib/web/templates/email/email_changed_old.text.eex:3 #, elixir-format +#: lib/web/templates/email/email_changed_old.text.eex:3 msgid "Hi there! Just a quick note to confirm that the email address linked to your account on %{host} has been changed from this one to:" msgstr "" +#, elixir-format #: lib/web/templates/email/email_changed_old.html.heex:62 #: lib/web/templates/email/email_changed_old.text.eex:5 -#, elixir-format msgid "If you did not trigger this change yourself, it is likely that someone has gained access to your %{host} account. Please log in and change your password immediately. If you cannot login, contact the admin on %{host}." msgstr "" -#: lib/web/templates/email/password_reset.text.eex:12 #, elixir-format +#: lib/web/templates/email/password_reset.text.eex:12 msgid "If you didn't trigger the change yourself, please ignore this message. Your password won't be changed until you click the link above." msgstr "" -#: lib/web/templates/email/anonymous_participation_confirmation.html.heex:70 -#: lib/web/templates/email/anonymous_participation_confirmation.text.eex:4 lib/web/templates/email/registration_confirmation.html.heex:45 #, elixir-format +#: lib/web/templates/email/anonymous_participation_confirmation.html.heex:70 #: lib/web/templates/email/anonymous_participation_confirmation.text.eex:4 #: lib/web/templates/email/registration_confirmation.html.heex:45 msgid "If you didn't trigger this email, you may safely ignore it." msgstr "Gelieve deze email te negeren indien u dit niet gevraagd hebt." +#, elixir-format #: lib/web/templates/email/before_event_notification.html.heex:63 #: lib/web/templates/email/before_event_notification.text.eex:6 -#, elixir-format msgid "If you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button." msgstr "" "Als u uw deelname moet annuleren, gaat u naar de pagina van het evenement " "via de link hierboven, en klikt u op de deelnameknop." +#, elixir-format #: lib/web/templates/email/email.html.heex:153 #: lib/web/templates/email/email.text.eex:11 -#, elixir-format msgid "Learn more about Mobilizon here!" msgstr "Leer meer over Mobilizon." +#, elixir-format #: lib/web/templates/email/event_updated.html.heex:94 #: lib/web/templates/export/event_participants.html.heex:129 -#, elixir-format msgid "Location" msgstr "" -#: lib/web/templates/email/event_updated.html.heex:104 #, elixir-format +#: lib/web/templates/email/event_updated.html.heex:104 msgid "Location address was removed" msgstr "" +#, elixir-format #: lib/web/templates/email/pending_participation_notification.html.heex:56 #: lib/web/templates/email/pending_participation_notification.text.eex:8 -#, elixir-format msgid "Manage pending requests" msgstr "" +#, elixir-format #: lib/web/templates/email/registration_confirmation.html.heex:13 #: lib/web/templates/email/registration_confirmation.text.eex:1 -#, elixir-format msgid "Nearly there!" msgstr "Bijna klaar!" +#, elixir-format #: lib/web/templates/email/email_changed_old.html.heex:13 #: lib/web/templates/email/email_changed_old.text.eex:1 -#, elixir-format msgid "New email confirmation" msgstr "" -#: lib/web/templates/email/report.html.heex:106 #, elixir-format +#: lib/web/templates/email/report.html.heex:106 msgid "Reasons for report" msgstr "" -#: lib/web/templates/email/report.html.heex:39 #, elixir-format +#: lib/web/templates/email/report.html.heex:39 msgid "Someone on %{instance} reported the following content for you to analyze:" msgstr "" +#, elixir-format #: lib/web/templates/email/event_participation_rejected.html.heex:13 #: lib/web/templates/email/event_participation_rejected.text.eex:1 -#, elixir-format msgid "Sorry! You're not going." msgstr "" -#: lib/web/templates/email/event_updated.html.heex:74 #, elixir-format +#: lib/web/templates/email/event_updated.html.heex:74 msgid "Start" msgstr "" -#: lib/web/templates/email/event_updated.text.eex:3 #, elixir-format +#: lib/web/templates/email/event_updated.text.eex:3 msgid "There have been changes for %{title} so we'd thought we'd let you know." msgstr "" +#, elixir-format #: lib/web/templates/email/event_updated.html.heex:55 #: lib/web/templates/email/event_updated.text.eex:6 -#, elixir-format msgid "This event has been cancelled by its organizers. Sorry!" msgstr "" +#, elixir-format #: lib/web/templates/email/event_updated.html.heex:51 #: lib/web/templates/email/event_updated.text.eex:4 -#, elixir-format msgid "This event has been confirmed" msgstr "Het evenement is bevestigd" +#, elixir-format #: lib/web/templates/email/event_updated.html.heex:53 #: lib/web/templates/email/event_updated.text.eex:5 -#, elixir-format msgid "This event has yet to be confirmed: organizers will let you know if they do confirm it." msgstr "" +#, elixir-format #: lib/web/templates/email/event_participation_rejected.html.heex:45 #: lib/web/templates/email/event_participation_rejected.text.eex:7 -#, elixir-format msgid "Unfortunately, the organizers rejected your request." msgstr "Jammer genoeg heeft de organisator uw deelname afgewezen." -#: lib/web/templates/email/email_changed_new.html.heex:51 #, elixir-format +#: lib/web/templates/email/email_changed_new.html.heex:51 msgid "Verify your email address" msgstr "" -#: lib/web/templates/email/report.html.heex:126 #, elixir-format +#: lib/web/templates/email/report.html.heex:126 msgid "View report" msgstr "Bekijk de melding" -#: lib/web/templates/email/report.text.eex:24 #, elixir-format +#: lib/web/templates/email/report.text.eex:24 msgid "View report:" msgstr "Bekijk de melding" -#: lib/web/templates/email/email_anonymous_activity.html.heex:67 -#: lib/web/templates/email/event_participation_approved.html.heex:58 lib/web/templates/email/event_participation_confirmed.html.heex:58 #, elixir-format +#: lib/web/templates/email/email_anonymous_activity.html.heex:67 #: lib/web/templates/email/event_participation_approved.html.heex:58 #: lib/web/templates/email/event_participation_confirmed.html.heex:58 msgid "Visit event page" msgstr "" -#: lib/web/templates/email/event_updated.html.heex:121 #, elixir-format +#: lib/web/templates/email/event_updated.html.heex:121 msgid "Visit the updated event page" msgstr "" -#: lib/web/templates/email/event_updated.text.eex:12 #, elixir-format +#: lib/web/templates/email/event_updated.text.eex:12 msgid "Visit the updated event page: %{link}" msgstr "Bekijk het bijgewerkte evenement op: %{link}" +#, elixir-format #: lib/web/templates/email/on_day_notification.html.heex:13 #: lib/web/templates/email/on_day_notification.text.eex:1 -#, elixir-format msgid "What's up today?" msgstr "" +#, elixir-format #: lib/web/templates/email/event_participation_approved.html.heex:70 #: lib/web/templates/email/event_participation_approved.text.eex:11 #: lib/web/templates/email/event_participation_confirmed.html.heex:70 #: lib/web/templates/email/event_participation_confirmed.text.eex:6 -#, elixir-format msgid "Would you wish to update or cancel your attendance, simply access the event page through the link above and click on the Attending button." msgstr "" +#, elixir-format #: lib/web/templates/email/pending_participation_notification.html.heex:69 #: lib/web/templates/email/pending_participation_notification.text.eex:10 -#, elixir-format 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 "" -#: lib/web/templates/email/event_participation_rejected.text.eex:5 #, elixir-format +#: lib/web/templates/email/event_participation_rejected.text.eex:5 msgid "You issued a request to attend %{title}." msgstr "" +#, elixir-format #: lib/web/templates/email/event_participation_approved.text.eex:5 #: lib/web/templates/email/event_participation_confirmed.text.eex:3 -#, elixir-format msgid "You recently requested to attend %{title}." msgstr "U hebt gevraagd om deel te nemen aan het evenement %{title}." -#: lib/web/templates/email/event_participation_approved.html.heex:13 -#: lib/web/templates/email/event_participation_confirmed.html.heex:13 lib/web/templates/email/event_participation_confirmed.text.eex:1 #, elixir-format +#: lib/web/templates/email/event_participation_approved.html.heex:13 #: lib/web/templates/email/event_participation_confirmed.html.heex:13 #: lib/web/templates/email/event_participation_confirmed.text.eex:1 msgid "You're going!" msgstr "" +#, elixir-format #: lib/web/templates/email/email_changed_new.html.heex:64 #: lib/web/templates/email/email_changed_new.text.eex:5 -#, elixir-format msgid "If you didn't trigger the change yourself, please ignore this message." msgstr "" -#: lib/web/templates/email/email.html.heex:92 #, elixir-format +#: lib/web/templates/email/email.html.heex:92 msgid "Please do not use it for real purposes." msgstr "" +#, elixir-format #: lib/web/templates/email/group_member_removal.html.heex:45 #: lib/web/templates/email/group_member_removal.text.eex:5 -#, elixir-format msgid "If you feel this is an error, you may contact the group's administrators so that they can add you back." msgstr "" +#, elixir-format #: lib/web/templates/email/group_member_removal.html.heex:13 #: lib/web/templates/email/group_member_removal.text.eex:1 -#, elixir-format msgid "So long, and thanks for the fish!" msgstr "" -#: lib/web/email/member.ex:113 #, elixir-format +#: lib/web/email/member.ex:113 msgid "You have been removed from group %{group}" msgstr "" -#: lib/web/templates/email/group_member_removal.text.eex:3 #, elixir-format +#: lib/web/templates/email/group_member_removal.text.eex:3 msgid "You have been removed from group %{group}. You will not be able to access this group's private content anymore." msgstr "" -#: lib/web/templates/email/group_invite.html.heex:38 #, elixir-format +#: lib/web/templates/email/group_invite.html.heex:38 msgid "%{inviter} just invited you to join their group %{link_start}%{group}%{link_end}" msgstr "" -#: lib/web/templates/email/group_member_removal.html.heex:38 #, elixir-format +#: lib/web/templates/email/group_member_removal.html.heex:38 msgid "You have been removed from group %{link_start}%{group}%{link_end}. You will not be able to access this group's private content anymore." msgstr "" +#, elixir-format #: lib/web/templates/email/group_suspension.html.heex:54 #: lib/web/templates/email/group_suspension.text.eex:7 -#, elixir-format msgid "As this group was located on another instance, it will continue to work for other instances than this one." msgstr "" +#, elixir-format #: lib/web/templates/email/group_suspension.html.heex:46 #: lib/web/templates/email/group_suspension.text.eex:5 -#, elixir-format msgid "As this group was located on this instance, all of it's data has been irretrievably deleted." msgstr "" +#, elixir-format #: lib/web/templates/email/group_suspension.html.heex:13 #: lib/web/templates/email/group_suspension.text.eex:1 -#, elixir-format msgid "The group %{group} has been suspended on %{instance}!" msgstr "" -#: lib/web/templates/email/group_suspension.text.eex:3 #, elixir-format +#: 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 "" -#: lib/web/email/group.ex:89 #, elixir-format +#: lib/web/email/group.ex:89 msgid "The group %{group} has been suspended on %{instance}" msgstr "" -#: lib/web/templates/api/terms.html.heex:24 #, elixir-format +#: lib/web/templates/api/terms.html.heex:24 msgctxt "terms" msgid "By accessing or using the Service, this means you agree to be bound by all the terms below. If these terms are in any way unclear, please let us know by contacting %{contact}." msgstr "" -#: lib/web/templates/api/terms.html.heex:40 #, elixir-format +#: lib/web/templates/api/terms.html.heex:40 msgctxt "terms" msgid "For information about how we collect and use information about users of the Service, please check our privacy policy." msgstr "" -#: lib/web/templates/api/terms.html.heex:36 #, elixir-format +#: lib/web/templates/api/terms.html.heex:36 msgctxt "terms" msgid "If you continue to use the Service after the revised Terms go into effect, you accept the revised Terms." msgstr "" -#: lib/web/templates/api/privacy.html.heex:78 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:78 msgctxt "terms" msgid "If you delete this information, you need to login again." msgstr "" -#: lib/web/templates/api/privacy.html.heex:80 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:80 msgctxt "terms" msgid "If you're not connected, we don't store any information on your device, unless you participate in an event anonymously. In this specific case we store the hash of an unique identifier for the event and participation status in your browser so that we may display participation status. Deleting this information will only stop displaying participation status in your browser." msgstr "" -#: lib/web/templates/api/privacy.html.heex:87 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:87 msgctxt "terms" msgid "Note: This information is stored in your localStorage and not your cookies." msgstr "" -#: lib/web/templates/api/terms.html.heex:71 #, elixir-format +#: lib/web/templates/api/terms.html.heex:71 msgctxt "terms" msgid "Our responsibility" msgstr "" -#: lib/web/templates/api/privacy.html.heex:61 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:61 msgctxt "terms" msgid "Retain server logs containing the IP address of all requests to this server, insofar as such logs are kept, no more than 90 days." msgstr "" +#, elixir-format #: lib/web/templates/api/privacy.html.heex:3 #: lib/web/templates/api/terms.html.heex:15 -#, elixir-format msgctxt "terms" msgid "Some terms, technical or otherwise, used in the text below may cover concepts that are difficult to grasp. We have provided a glossary to help you understand them better." msgstr "" -#: lib/web/templates/api/terms.html.heex:45 #, elixir-format +#: lib/web/templates/api/terms.html.heex:45 msgctxt "terms" msgid "We are not liable for any loss you may incur as a result of someone else using your email or password, either with or without your knowledge." msgstr "" -#: lib/web/templates/api/terms.html.heex:50 #, elixir-format +#: lib/web/templates/api/terms.html.heex:50 msgctxt "terms" msgid "We cannot be held responsible should a programming or administrative error make your content visible to a larger audience than intended. Aside from our limited right to your content, you retain all of your rights to the content you post, link and otherwise make available on or through the Service." msgstr "" -#: lib/web/templates/api/privacy.html.heex:10 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:10 msgctxt "terms" msgid "We collect information from you when you register on this instance and gather data when you participate in the platform by reading, writing, and interacting with content shared here. If you register on this instance, you will be asked to enter an email address, a password (hashed) and at least an username. Your email address will be verified by an email containing a unique link. Once the link is activated, we know you control that email address. You may also enter additional profile information such as a display name and biography, and upload a profile picture and header image. The username, display name, biography, profile picture and header image are always listed publicly. You may however visit this instance without registering." msgstr "" -#: lib/web/templates/api/terms.html.heex:30 #, elixir-format +#: lib/web/templates/api/terms.html.heex:30 msgctxt "terms" msgid "We reserve the right to modify these Terms at any time. For instance, we may need to change these Terms if we come out with a new feature." msgstr "" -#: lib/web/templates/api/terms.html.heex:20 #, elixir-format +#: lib/web/templates/api/terms.html.heex:20 msgctxt "terms" msgid "When we say “we”, “our”, or “us” in this document, we are referring to the owners, operators and administrators of this Mobilizon instance. The Mobilizon software is provided by the team of Mobilizon contributors, supported by Framasoft, a French not-for-profit organization advocating for Free/Libre Software. Unless explicitly stated, this Mobilizon instance is an independent service using Mobilizon's source code. You may find more information about this instance on the \"About this instance\" page." msgstr "" -#: lib/web/templates/api/terms.html.heex:43 #, elixir-format +#: lib/web/templates/api/terms.html.heex:43 msgctxt "terms" msgid "When you create an account you agree to maintain the security and confidentiality of your password and accept all risks of unauthorized access to your account data and any other information you provide to %{instance_name}." msgstr "" -#: lib/web/templates/api/terms.html.heex:49 #, elixir-format +#: lib/web/templates/api/terms.html.heex:49 msgctxt "terms" msgid "When you post, link or otherwise make available content to the Service, you grant us the right and license to display and distribute your content on or through the Service (including via applications). We may format your content for display throughout the Service, but we will not edit or revise the substance of your content itself. The displaying and distribution of your content happens only according to the visibility rules you have set for the content. We will not modify the visibility of the content you have set." msgstr "" -#: lib/web/templates/api/privacy.html.heex:19 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:19 msgctxt "terms" msgid "Your events and comments are delivered to other instances that follow your own, meaning they are delivered to different instances and copies are stored there. When you delete events or comments, this is likewise delivered to these other instances. All interactions related to event features - such as joining an event - or group features - such as managing resources - are federated as well. Please keep in mind that the operators of the instance and any receiving instances may view such messages and information, and that recipients may screenshot, copy or otherwise re-share them." msgstr "" -#: lib/web/templates/api/privacy.html.heex:99 #, elixir-format +#: lib/web/templates/api/privacy.html.heex:99 msgctxt "terms" msgid "Your content may be downloaded by other instances in the network. Your public events and comments are delivered to the instances following your own instance. Content created through a group is forwarded to all the instances of all the members of the group, insofar as these members reside on a different instance than this one." msgstr "" -#: lib/web/templates/email/event_participation_confirmed.text.eex:4 #, elixir-format +#: lib/web/templates/email/event_participation_confirmed.text.eex:4 msgid "You have confirmed your participation. Update your calendar, because you're on the guest list now!" msgstr "" +#, elixir-format #: lib/web/templates/email/event_participation_approved.html.heex:38 #: lib/web/templates/email/event_participation_confirmed.html.heex:38 -#, elixir-format msgid "You recently requested to attend %{title}." msgstr "U hebt gevraagd om deel te nemen aan het evenement %{title}." -#: lib/web/email/participation.ex:90 #, elixir-format +#: lib/web/email/participation.ex:90 msgid "Your participation to event %{title} has been confirmed" msgstr "Uw deelname aan het evenement %{title} is goedgekeurd" -#: lib/web/templates/email/report.html.heex:41 #, elixir-format +#: lib/web/templates/email/report.html.heex:41 msgid "%{reporter} reported the following content." msgstr "" "%{reporter_name} (%{reporter_username}) heeft de volgende inhoud gemeld." -#: lib/web/templates/email/report.text.eex:5 #, elixir-format +#: lib/web/templates/email/report.text.eex:5 msgid "Group %{group} was reported" msgstr "" -#: lib/web/templates/email/report.html.heex:51 #, elixir-format +#: lib/web/templates/email/report.html.heex:51 msgid "Group reported" msgstr "" -#: lib/web/templates/email/report.text.eex:7 #, elixir-format +#: lib/web/templates/email/report.text.eex:7 msgid "Profile %{profile} was reported" msgstr "" -#: lib/web/templates/email/report.html.heex:56 #, elixir-format +#: lib/web/templates/email/report.html.heex:56 msgid "Profile reported" msgstr "" -#: lib/web/templates/email/event_participation_confirmed.html.heex:45 #, elixir-format +#: lib/web/templates/email/event_participation_confirmed.html.heex:45 msgid "You have now confirmed your participation. Update your calendar, because you're on the guest list now!" msgstr "" -#: lib/mobilizon/posts/post.ex:99 #, elixir-format +#: lib/mobilizon/posts/post.ex:99 msgid "A text is required for the post" msgstr "" -#: lib/mobilizon/posts/post.ex:98 #, elixir-format +#: lib/mobilizon/posts/post.ex:98 msgid "A title is required for the post" msgstr "" -#: lib/web/templates/email/instance_follow.text.eex:3 #, elixir-format +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" -#: lib/web/email/follow.ex:54 #, elixir-format +#: lib/web/email/follow.ex:54 msgid "%{name} requests to follow your instance" msgstr "" -#: lib/web/templates/email/instance_follow.html.heex:38 -#, elixir-format -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#: lib/web/templates/email/instance_follow.text.eex:4 #, elixir-format +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" -#: lib/web/email/follow.ex:48 #, elixir-format +#: lib/web/email/follow.ex:48 msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" -#: lib/web/templates/email/instance_follow.html.heex:66 -#, elixir-format -msgid "See the federation settings" -msgstr "" - -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 #, elixir-format +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" +#, elixir-format #: lib/web/templates/email/instance_follow.html.heex:13 #: lib/web/templates/email/instance_follow.text.eex:1 -#, elixir-format msgid "Want to connect?" msgstr "" -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 #, elixir-format +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" -#: lib/web/templates/email/anonymous_participation_confirmation.html.heex:38 #, elixir-format +#: lib/web/templates/email/anonymous_participation_confirmation.html.heex:38 msgid "Hi there! You just registered to join this event: « %{title} ». Please confirm the e-mail address you provided:" msgstr "" -#: lib/web/templates/email/event_participation_rejected.html.heex:38 #, elixir-format +#: lib/web/templates/email/event_participation_rejected.html.heex:38 msgid "You issued a request to attend %{title}." msgstr "" -#: lib/web/templates/email/event_updated.html.heex:64 #, elixir-format +#: lib/web/templates/email/event_updated.html.heex:64 msgid "Event title" msgstr "Evenement" -#: lib/web/templates/email/event_updated.html.heex:38 #, elixir-format +#: lib/web/templates/email/event_updated.html.heex:38 msgid "There have been changes for %{title} so we'd thought we'd let you know." msgstr "" -#: lib/web/templates/error/500_page.html.heex:7 #, elixir-format +#: lib/web/templates/error/500_page.html.heex:7 msgid "This page is not correct" msgstr "" -#: lib/web/templates/error/500_page.html.heex:50 #, elixir-format +#: lib/web/templates/error/500_page.html.heex:50 msgid "We're sorry, but something went wrong on our end." msgstr "" +#, elixir-format #: lib/web/templates/email/email.html.heex:91 #: lib/web/templates/email/email.text.eex:4 -#, elixir-format msgid "This is a demonstration site to test Mobilizon." msgstr "Dit is een demosite om de bètaversie van Mobilizon te testen." -#: lib/service/metadata/actor.ex:91 lib/service/metadata/actor.ex:99 -#: lib/service/metadata/instance.ex:56 lib/service/metadata/instance.ex:62 -#, elixir-format #, elixir-format #: lib/service/metadata/actor.ex:91 #: lib/service/metadata/actor.ex:99 @@ -1359,172 +1343,169 @@ msgstr "Dit is een demosite om de bètaversie van Mobilizon te testen." msgid "%{name}'s feed" msgstr "" -#: lib/service/export/feed.ex:115 #, elixir-format +#: lib/service/export/feed.ex:115 msgid "%{actor}'s private events feed on %{instance}" msgstr "" -#: lib/service/export/feed.ex:110 #, elixir-format +#: lib/service/export/feed.ex:110 msgid "%{actor}'s public events feed on %{instance}" msgstr "" -#: lib/service/export/feed.ex:219 #, elixir-format +#: lib/service/export/feed.ex:219 msgid "Feed for %{email} on %{instance}" msgstr "" -#: lib/web/templates/error/500_page.html.heex:57 #, elixir-format +#: lib/web/templates/error/500_page.html.heex:57 msgid "If the issue persists, you may contact the server administrator at %{contact}." msgstr "" -#: lib/web/templates/error/500_page.html.heex:55 #, elixir-format +#: lib/web/templates/error/500_page.html.heex:55 msgid "If the issue persists, you may try to contact the server administrator." msgstr "" -#: lib/web/templates/error/500_page.html.heex:68 #, elixir-format +#: lib/web/templates/error/500_page.html.heex:68 msgid "Technical details" msgstr "" -#: lib/web/templates/error/500_page.html.heex:52 #, elixir-format +#: lib/web/templates/error/500_page.html.heex:52 msgid "The Mobilizon server %{instance} seems to be temporarily down." msgstr "" -#: lib/service/export/feed.ex:67 #, elixir-format +#: lib/service/export/feed.ex:67 msgid "Public feed for %{instance}" msgstr "" -#: lib/graphql/resolvers/user.ex:318 #, elixir-format +#: lib/graphql/resolvers/user.ex:318 msgid "The password you have choosen is too short. Please make sure your password contains at least 6 charaters." msgstr "" -#: lib/graphql/resolvers/user.ex:324 #, elixir-format +#: lib/graphql/resolvers/user.ex:324 msgid "The token you provided is invalid. Make sure that the URL is exactly the one provided inside the email you got." msgstr "" -#: lib/web/email/actor.ex:44 #, 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 #: lib/web/templates/email/actor_suspension_participants.html.heex:38 #: lib/web/templates/email/actor_suspension_participants.text.eex:3 -#, elixir-format 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 "" -#: lib/web/templates/email/group_suspension.html.heex:38 #, elixir-format +#: lib/web/templates/email/group_suspension.html.heex: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.heex:13 #: lib/web/templates/email/actor_suspension_participants.text.eex:1 -#, elixir-format msgid "Your participation to %{event} on %{instance} has been cancelled!" msgstr "Uw deelname aan het evenement %{title} is goedgekeurd" #. File name template for exported list of participants. Should NOT contain spaces. Make sure the output is going to be something standardized that is acceptable as a file name on most systems. #. File name template for exported list of participants. Should NOT contain spaces. Make sure the output is going to be something standardized that is acceptable as a file name on most systems. #. File name template for exported list of participants. Should NOT contain spaces. Make sure the output is going to be something standardized that is acceptable as a file name on most systems. -#: lib/service/export/participants/csv.ex:81 -#: lib/service/export/participants/ods.ex:86 lib/service/export/participants/pdf.ex:96 #, elixir-format +#: lib/service/export/participants/csv.ex:81 #: lib/service/export/participants/ods.ex:86 #: lib/service/export/participants/pdf.ex:96 msgid "%{event}_participants" msgstr "" -#: lib/service/export/participants/common.ex:61 #, elixir-format +#: lib/service/export/participants/common.ex:61 msgid "Participant message" msgstr "" -#: lib/service/export/participants/common.ex:61 #, elixir-format +#: lib/service/export/participants/common.ex:61 msgid "Participant name" msgstr "Deelname goedgekeurd" -#: lib/service/export/participants/common.ex:61 #, elixir-format +#: lib/service/export/participants/common.ex:61 msgid "Participant status" msgstr "" -#: lib/service/export/participants/common.ex:52 #, elixir-format +#: lib/service/export/participants/common.ex:52 #: lib/web/templates/email/admin/_role.html.heex:3 #: lib/web/templates/email/admin/_role.text.eex:1 msgid "Administrator" msgstr "" -#: lib/service/export/participants/common.ex:55 #, elixir-format +#: lib/service/export/participants/common.ex:55 msgid "Creator" msgstr "" -#: lib/service/export/participants/common.ex:49 #, elixir-format +#: lib/service/export/participants/common.ex:49 #: lib/web/templates/email/admin/_role.html.heex:5 #: lib/web/templates/email/admin/_role.text.eex:1 msgid "Moderator" msgstr "" -#: lib/service/export/participants/common.ex:37 #, elixir-format +#: lib/service/export/participants/common.ex:37 msgid "Not approved" msgstr "" -#: lib/service/export/participants/common.ex:40 #, elixir-format +#: lib/service/export/participants/common.ex:40 msgid "Not confirmed" msgstr "" -#: lib/service/export/participants/common.ex:46 #, elixir-format +#: lib/service/export/participants/common.ex:46 msgid "Participant" msgstr "Deelname goedgekeurd" -#: lib/service/export/participants/common.ex:43 #, elixir-format +#: lib/service/export/participants/common.ex:43 msgid "Rejected" msgstr "" -#: lib/web/templates/export/event_participants.html.heex:122 #, elixir-format +#: lib/web/templates/export/event_participants.html.heex:122 msgid "Begins on" msgstr "" -#: lib/web/templates/export/event_participants.html.heex:125 #, elixir-format +#: lib/web/templates/export/event_participants.html.heex:125 msgid "Ends on" msgstr "" -#: lib/web/templates/export/event_participants.html.heex:132 #, elixir-format +#: lib/web/templates/export/event_participants.html.heex:132 msgid "Number of participants" msgstr "" -#: lib/web/templates/export/event_participants.html.heex:120 #, elixir-format +#: lib/web/templates/export/event_participants.html.heex:120 msgid "Participants for %{event}" msgstr "Deelname goedgekeurd" -#: lib/service/export/participants/common.ex:88 #, elixir-format +#: lib/service/export/participants/common.ex:88 msgid "Anonymous participant" msgstr "" -#: lib/web/templates/email/date/event_tz_date.html.heex:6 -#: lib/web/templates/email/date/event_tz_date_range.html.heex:7 lib/web/templates/email/date/event_tz_date_range.html.heex:12 -#: lib/web/templates/email/date/event_tz_date_range.text.eex:1 lib/web/templates/email/date/event_tz_date_range.text.eex:1 #, elixir-format +#: lib/web/templates/email/date/event_tz_date.html.heex:6 #: lib/web/templates/email/date/event_tz_date_range.html.heex:7 #: lib/web/templates/email/date/event_tz_date_range.html.heex:12 #: lib/web/templates/email/date/event_tz_date_range.text.eex:1 @@ -1532,186 +1513,186 @@ msgstr "" msgid "🌐 %{timezone} %{offset}" msgstr "" -#: lib/web/templates/email/date/event_tz_date.text.eex:1 #, elixir-format +#: lib/web/templates/email/date/event_tz_date.text.eex:1 msgid "%{date_time} (%{timezone} %{offset})" msgstr "" -#: lib/web/templates/email/date/event_tz_date.text.eex:1 #, elixir-format +#: lib/web/templates/email/date/event_tz_date.text.eex:1 msgid "%{date_time} (in your timezone %{timezone} %{offset})" msgstr "" +#, elixir-format #: lib/web/templates/email/notification_each_week.html.heex:13 #: lib/web/templates/email/notification_each_week.text.eex:1 -#, elixir-format msgid "On the agenda this week" msgstr "" -#: lib/web/templates/email/participation/event_card.html.heex:58 #, elixir-format +#: lib/web/templates/email/participation/event_card.html.heex:58 msgid "Details" msgstr "" +#, elixir-format #: lib/web/templates/email/date/event_tz_date_range.html.heex:10 #: lib/web/templates/email/date/event_tz_date_range.text.eex:1 -#, elixir-format msgid "From the %{start} to the %{end}" msgstr "" -#: lib/web/templates/email/participation/event_card.html.heex:20 #, elixir-format +#: lib/web/templates/email/participation/event_card.html.heex:20 msgid "Manage your participation" msgstr "" +#, elixir-format #: lib/web/templates/email/date/event_tz_date_range.html.heex:5 #: lib/web/templates/email/date/event_tz_date_range.text.eex:1 -#, elixir-format msgid "On %{date} from %{start_time} to %{end_time}" msgstr "" -#: lib/web/templates/email/participation/event_card.html.heex:66 #, elixir-format +#: lib/web/templates/email/participation/event_card.html.heex:66 msgid "Read more" msgstr "" +#, elixir-format #: lib/web/templates/email/participation/card/_metadata.html.heex:50 #: lib/web/templates/email/participation/card/_metadata.text.eex:2 -#, elixir-format msgid "Online event" msgstr "" -#: lib/web/templates/email/event_group_follower_notification.html.heex:13 #, elixir-format +#: lib/web/templates/email/event_group_follower_notification.html.heex:13 msgid "%{group} scheduled a new event" msgstr "" -#: lib/web/templates/email/event_group_follower_notification.text.eex:1 #, elixir-format +#: lib/web/templates/email/event_group_follower_notification.text.eex:1 msgid "%{group} scheduled a new event:" msgstr "" -#: lib/web/templates/email/participation/card/_metadata.text.eex:2 #, elixir-format +#: lib/web/templates/email/participation/card/_metadata.text.eex:2 msgid "Address:" msgstr "" -#: lib/web/templates/email/participation/card/_metadata.text.eex:1 #, elixir-format +#: lib/web/templates/email/participation/card/_metadata.text.eex:1 msgid "Date:" msgstr "" -#: lib/web/templates/email/participation/event_card.text.eex:7 #, elixir-format +#: lib/web/templates/email/participation/event_card.text.eex:7 msgid "Details:" msgstr "" -#: lib/web/templates/email/email.html.heex:147 #, elixir-format +#: lib/web/templates/email/email.html.heex:147 msgid "Manage your notification settings" msgstr "" -#: lib/web/templates/email/participation/event_card.text.eex:5 #, elixir-format +#: lib/web/templates/email/participation/event_card.text.eex:5 msgid "Manage your participation:" msgstr "" -#: lib/web/templates/email/participation/card/_title.text.eex:3 -#: lib/web/templates/email/participation/card/_title.text.eex:3 #, elixir-format +#: lib/web/templates/email/participation/card/_title.text.eex:3 +#: lib/web/templates/email/participation/card/_title.text.eex:3 msgid "Organizer: %{organizer}" msgstr "" -#: lib/web/templates/email/participation/event_card.html.heex:42 #, elixir-format +#: lib/web/templates/email/participation/event_card.html.heex:42 msgid "Participate" msgstr "Deelnemen" -#: lib/web/templates/email/participation/event_card.text.eex:5 #, elixir-format +#: lib/web/templates/email/participation/event_card.text.eex:5 msgid "Participate:" msgstr "Deelnemen:" -#: lib/web/templates/email/participation/event_card.text.eex:9 #, elixir-format +#: lib/web/templates/email/participation/event_card.text.eex:9 msgid "Read more : %{url}" msgstr "Meer lezen: %{url}" -#: lib/web/templates/email/participation/card/_title.text.eex:1 #, elixir-format +#: lib/web/templates/email/participation/card/_title.text.eex:1 msgid "Title: %{title}" msgstr "" -#: lib/web/email/group.ex:44 #, elixir-format +#: lib/web/email/group.ex:44 msgid "📅 Just scheduled by %{group}: %{event}" msgstr "" -#: lib/web/templates/email/event_updated.text.eex:9 #, elixir-format +#: lib/web/templates/email/event_updated.text.eex:9 msgid "New end date:" msgstr "" -#: lib/web/templates/email/event_updated.text.eex:10 #, elixir-format +#: lib/web/templates/email/event_updated.text.eex:10 msgid "New location:" msgstr "" -#: lib/web/templates/email/event_updated.text.eex:8 #, elixir-format +#: lib/web/templates/email/event_updated.text.eex:8 msgid "New start date:" msgstr "" +#, elixir-format #: lib/web/templates/email/group_membership_rejection.html.heex:13 #: lib/web/templates/email/group_membership_rejection.text.eex:1 -#, elixir-format msgid "Sorry, not this time!" msgstr "" -#: lib/web/templates/email/group_membership_approval.html.heex:52 #, elixir-format +#: lib/web/templates/email/group_membership_approval.html.heex:52 msgid "View the group" msgstr "" +#, elixir-format #: lib/web/templates/email/group_membership_approval.html.heex:13 #: lib/web/templates/email/group_membership_approval.text.eex:1 -#, elixir-format msgid "You're in!" msgstr "" -#: lib/web/email/member.ex:60 #, elixir-format +#: lib/web/email/member.ex:60 msgid "Your membership request for group %{group} has been approved" msgstr "" -#: lib/web/email/member.ex:89 #, elixir-format +#: lib/web/email/member.ex:89 msgid "Your membership request for group %{group} has been rejected" msgstr "" -#: lib/web/templates/email/group_membership_rejection.text.eex:3 #, elixir-format +#: lib/web/templates/email/group_membership_rejection.text.eex:3 msgid "Your membership request for group %{group} has been rejected." msgstr "" -#: lib/web/templates/email/group_membership_rejection.html.heex:38 #, elixir-format +#: lib/web/templates/email/group_membership_rejection.html.heex:38 msgid "Your membership request for group %{link_start}%{group}%{link_end} has been rejected." msgstr "" -#: lib/web/templates/email/group_membership_approval.text.eex:3 #, elixir-format +#: lib/web/templates/email/group_membership_approval.text.eex:3 msgid "Your membership request for group %{group} has been approved." msgstr "" -#: lib/web/templates/email/group_membership_approval.html.heex:38 #, elixir-format +#: lib/web/templates/email/group_membership_approval.html.heex:38 msgid "Your membership request for group %{link_start}%{group}%{link_end} has been approved." msgstr "" +#, elixir-format #: lib/web/templates/email/pending_participation_notification.html.heex:38 #: lib/web/templates/email/pending_participation_notification.text.eex:4 -#, elixir-format 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] "" @@ -1850,3 +1831,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/nn/LC_MESSAGES/default.po b/priv/gettext/nn/LC_MESSAGES/default.po index c91cd8357..2e52ceecb 100644 --- a/priv/gettext/nn/LC_MESSAGES/default.po +++ b/priv/gettext/nn/LC_MESSAGES/default.po @@ -1520,7 +1520,7 @@ msgid "A title is required for the post" msgstr "Du treng ein tittel på innlegget" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) har spurt om å fylgja nettstaden din." @@ -1530,15 +1530,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} spør om å fylgja nettstaden din" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) har nett spurt om å fylgja nettstaden din. Viss " -"du seier ja, vil nettstaden få alle dei offentlege hendingane på nettstaden " -"din." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" "Viss du seier ja, vil nettstaden få alle dei offentlege hendingane dine." @@ -1549,13 +1542,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "Nettstaden %{name} (%{domain}) spør om å fylgja nettstaden din" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Sjå på innstillingane for spreiing" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Gå til administratorinnstillingane for nettstaden for å godta denne " @@ -1568,8 +1556,8 @@ msgid "Want to connect?" msgstr "Vil du kopla til?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Merk: At %{name} (%{domain}) fylgjer deg, tyder ikkje plent at du fylgjer " @@ -2124,3 +2112,39 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} spør om å fylgja nettstaden din" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) har spurt om å fylgja nettstaden din." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} spør om å fylgja nettstaden din" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" +"Viss du seier ja, vil nettstaden få alle dei offentlege hendingane dine." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Gå til administratorinnstillingane for nettstaden for å godta denne " +"invitasjonen." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/oc/LC_MESSAGES/default.po b/priv/gettext/oc/LC_MESSAGES/default.po index 4247cc3e8..997944652 100644 --- a/priv/gettext/oc/LC_MESSAGES/default.po +++ b/priv/gettext/oc/LC_MESSAGES/default.po @@ -1345,7 +1345,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1355,12 +1355,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1370,13 +1366,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "Per dire d’acceptar aquesta invitacion, anatz als vòstres grops." @@ -1387,8 +1378,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1925,3 +1916,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "Per dire d’acceptar aquesta invitacion, anatz als vòstres grops." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/pl/LC_MESSAGES/default.po b/priv/gettext/pl/LC_MESSAGES/default.po index bb988565f..60602e34d 100644 --- a/priv/gettext/pl/LC_MESSAGES/default.po +++ b/priv/gettext/pl/LC_MESSAGES/default.po @@ -1352,7 +1352,7 @@ msgid "A title is required for the post" msgstr "Wpis wymaga tytułu" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1362,12 +1362,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1377,13 +1373,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Zobacz ustawienia federacji" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" "Aby zatwierdzić to zaproszenie, przejdź do ustawień administracyjnych " @@ -1396,8 +1387,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1943,3 +1934,38 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" +"Aby zatwierdzić to zaproszenie, przejdź do ustawień administracyjnych " +"instancji." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/pt/LC_MESSAGES/default.po b/priv/gettext/pt/LC_MESSAGES/default.po index cb3b09df0..159e16d31 100644 --- a/priv/gettext/pt/LC_MESSAGES/default.po +++ b/priv/gettext/pt/LC_MESSAGES/default.po @@ -1241,7 +1241,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1251,12 +1251,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1266,13 +1262,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1283,8 +1274,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1820,3 +1811,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/pt_BR/LC_MESSAGES/default.po b/priv/gettext/pt_BR/LC_MESSAGES/default.po index 4655db41b..395082843 100644 --- a/priv/gettext/pt_BR/LC_MESSAGES/default.po +++ b/priv/gettext/pt_BR/LC_MESSAGES/default.po @@ -1353,7 +1353,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1363,12 +1363,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1378,13 +1374,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "" @@ -1395,8 +1386,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1932,3 +1923,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "" + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/ru/LC_MESSAGES/default.po b/priv/gettext/ru/LC_MESSAGES/default.po index 1a506d8e2..b2f7ecea2 100644 --- a/priv/gettext/ru/LC_MESSAGES/default.po +++ b/priv/gettext/ru/LC_MESSAGES/default.po @@ -1555,7 +1555,7 @@ msgid "A title is required for the post" msgstr "Для публикации требуется заголовок" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "%{name} (%{domain}) только что попросил подписаться на ваш узел." @@ -1565,15 +1565,8 @@ msgid "%{name} requests to follow your instance" msgstr "%{name} просит подписаться на ваш узел" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" -"%{name} (%{domain}) только что просил подписаться на ваш узел. Если " -"вы согласитесь, то этот узел будет получать все публичные события вашего " -"узла." - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" "Если вы согласитесь, то этот узел будет получать все публичные события " @@ -1585,13 +1578,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "Узел %{name} (%{domain}) просит подписаться на ваш узел" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "Смотри настройки федерализации" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "Чтобы принять это приглашение, перейдите в админку узла." @@ -1602,8 +1590,8 @@ msgid "Want to connect?" msgstr "Вы хотите подключиться?" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" "Примечание: Подписка %{name} (%{domain}) на вас не обязательно означает, что " @@ -2173,3 +2161,38 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} просит подписаться на ваш узел" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "%{name} (%{domain}) только что попросил подписаться на ваш узел." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "%{name} просит подписаться на ваш узел" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" +"Если вы согласитесь, то этот узел будет получать все публичные события " +"вашего узла." + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "Чтобы принять это приглашение, перейдите в админку узла." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr "" diff --git a/priv/gettext/sv/LC_MESSAGES/activity.po b/priv/gettext/sv/LC_MESSAGES/activity.po index 51766c20b..877225144 100644 --- a/priv/gettext/sv/LC_MESSAGES/activity.po +++ b/priv/gettext/sv/LC_MESSAGES/activity.po @@ -169,10 +169,6 @@ msgstr "Händelsen %{event} skapades av %{profile}." #: lib/web/templates/email/activity/_event_activity_item.html.heex:34 #: lib/web/templates/email/activity/_event_activity_item.text.eex:13 msgid "The event %{event} was deleted by %{profile}." -msgstr "" - -#, elixir-format -msgid "The event %{event} was deleted by %{profile}." msgstr "Händelsen %{event} togs bort av %{profile}." #: lib/service/activity/renderer/event.ex:33 @@ -180,10 +176,6 @@ msgstr "Händelsen %{event} togs bort av %{profile}." #: lib/web/templates/email/activity/_event_activity_item.html.heex:19 #: lib/web/templates/email/activity/_event_activity_item.text.eex:7 msgid "The event %{event} was updated by %{profile}." -msgstr "" - -#, elixir-format -msgid "The event %{event} was updated by %{profile}." msgstr "Händelsen %{event} uppdaterades av %{profile}." #: lib/web/templates/email/activity/_post_activity_item.html.heex:4 @@ -215,10 +207,6 @@ msgstr "%{member} gick med i gruppen." #: lib/web/templates/email/activity/_event_activity_item.html.heex:58 #: lib/web/templates/email/activity/_event_activity_item.text.eex:25 msgid "%{profile} posted a comment on the event %{event}." -msgstr "" - -#, elixir-format -msgid "%{profile} posted a comment on the event %{event}." msgstr "%{profile} la en kommentar till händelsen %{event}." #: lib/service/activity/renderer/event.ex:54 @@ -226,10 +214,6 @@ msgstr "%{profile} la en kommentar till händelsen %{event}." #: lib/web/templates/email/activity/_event_activity_item.html.heex:43 #: lib/web/templates/email/activity/_event_activity_item.text.eex:19 msgid "%{profile} replied to a comment on the event %{event}." -msgstr "" - -#, elixir-format -msgid "%{profile} replied to a comment on the event %{event}." msgstr "%{profile} svarade på en kommentar i evenemanget %{event}." #: lib/web/templates/email/email_direct_activity.text.eex:27 diff --git a/priv/gettext/sv/LC_MESSAGES/default.po b/priv/gettext/sv/LC_MESSAGES/default.po index 4e5eade6d..1c97a2795 100644 --- a/priv/gettext/sv/LC_MESSAGES/default.po +++ b/priv/gettext/sv/LC_MESSAGES/default.po @@ -1267,7 +1267,7 @@ msgid "A title is required for the post" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:3 +#: lib/web/templates/email/instance_follow.text.eex:5 msgid "%{name} (%{domain}) just requested to follow your instance." msgstr "" @@ -1277,12 +1277,8 @@ msgid "%{name} requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:38 -msgid "%{name} (%{domain}) just requested to follow your instance. If you accept, this instance will receive all of your instance's public events." -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.text.eex:4 +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 msgid "If you accept, this instance will receive all of your public events." msgstr "" @@ -1292,13 +1288,8 @@ msgid "Instance %{name} (%{domain}) requests to follow your instance" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:66 -msgid "See the federation settings" -msgstr "" - -#, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:52 -#: lib/web/templates/email/instance_follow.text.eex:6 +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 msgid "To accept this invitation, head over to the instance's admin settings." msgstr "Gå till dina grupper för att acceptera den här inbjudan." @@ -1309,8 +1300,8 @@ msgid "Want to connect?" msgstr "" #, elixir-format -#: lib/web/templates/email/instance_follow.html.heex:45 -#: lib/web/templates/email/instance_follow.text.eex:5 +#: lib/web/templates/email/instance_follow.html.heex:48 +#: lib/web/templates/email/instance_follow.text.eex:7 msgid "Note: %{name} (%{domain}) following you doesn't necessarily imply that you follow this instance, but you can ask to follow them too." msgstr "" @@ -1848,3 +1839,36 @@ msgstr "" #: lib/web/templates/email/admin_user_role_changed.html.heex:38 msgid "Hi there! We just wanted to inform you that an administrator from %{instance} just changed your account role." msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.text.eex:5 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} (%{domain}) just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:38 +msgid "%{name} just requested to follow your instance." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:40 +#: lib/web/templates/email/instance_follow.text.eex:6 +msgid "If you accept, this profile will receive all of your public events." +msgstr "" + +#, elixir-format, ex-autogen, fuzzy +#: lib/web/templates/email/instance_follow.html.heex:56 +#: lib/web/templates/email/instance_follow.text.eex:9 +msgid "To accept this invitation, head over to the profile's admin page." +msgstr "Gå till dina grupper för att acceptera den här inbjudan." + +#, elixir-format, ex-autogen +#: lib/web/templates/email/instance_follow.html.heex:71 +#: lib/web/templates/email/instance_follow.html.heex:75 +msgid "View the details" +msgstr ""