Change wording

This commit is contained in:
Alex
2024-04-06 17:39:42 +02:00
parent 157c48494b
commit 11dd09cfd5
7 changed files with 127 additions and 127 deletions

View File

@@ -21,7 +21,7 @@ defmodule ClaperWeb.EventLive.Manage do
if is_nil(event) || not is_leader(socket, event) do
{:ok,
socket
|> put_flash(:error, gettext("Presentation doesn't exist"))
|> put_flash(:error, gettext("Event doesn't exist"))
|> redirect(to: "/")}
else
if connected?(socket) do

View File

@@ -18,7 +18,7 @@ defmodule ClaperWeb.EventLive.Presenter do
if is_nil(event) || not is_leader(socket, event) do
{:ok,
socket
|> put_flash(:error, gettext("Presentation doesn't exist"))
|> put_flash(:error, gettext("Event doesn't exist"))
|> redirect(to: "/")}
else
if connected?(socket) do

View File

@@ -21,7 +21,7 @@ defmodule ClaperWeb.EventLive.Show do
if is_nil(event) do
{:ok,
socket
|> put_flash(:error, gettext("Presentation doesn't exist"))
|> put_flash(:error, gettext("Event doesn't exist"))
|> redirect(to: "/")}
else
init(

View File

@@ -11,7 +11,7 @@ msgstr ""
#: lib/claper_web/live/event_live/manage.html.heex:1200
#: lib/claper_web/live/user_settings_live/show.ex:48
#: lib/claper_web/live/user_settings_live/show.html.heex:5
#: lib/claper_web/templates/layout/_user_menu.html.heex:3
#: lib/claper_web/templates/layout/_user_menu.html.heex:6
#, elixir-autogen, elixir-format
msgid "Settings"
msgstr "Einstellungen"
@@ -19,9 +19,9 @@ msgstr "Einstellungen"
#: lib/claper_web/live/event_live/manage.ex:703
#: lib/claper_web/live/form_live/form_component.html.heex:37
#: lib/claper_web/live/user_settings_live/show.html.heex:34
#: lib/claper_web/templates/user_registration/new.html.heex:34
#: lib/claper_web/templates/user_reset_password/new.html.heex:33
#: lib/claper_web/templates/user_session/new.html.heex:47
#: lib/claper_web/templates/user_registration/new.html.heex:29
#: lib/claper_web/templates/user_reset_password/new.html.heex:28
#: lib/claper_web/templates/user_session/new.html.heex:41
#, elixir-autogen, elixir-format
msgid "Email"
msgstr "E-Mail"
@@ -31,9 +31,9 @@ msgstr "E-Mail"
msgid "Join the Claper experience"
msgstr "Werden Sie Teil der Claper Erfahrung"
#: lib/claper_web/templates/user_registration/new.html.heex:24
#: lib/claper_web/templates/user_registration/new.html.heex:19
#: lib/claper_web/templates/user_reset_password/edit.html.heex:25
#: lib/claper_web/templates/user_reset_password/new.html.heex:24
#: lib/claper_web/templates/user_reset_password/new.html.heex:19
#, elixir-autogen, elixir-format
msgid "Oops, check that all fields are filled in correctly."
msgstr "Überprüfen Sie, ob alle Felder korrekt ausgefüllt sind."
@@ -54,7 +54,7 @@ msgstr "Code"
msgid "Email address"
msgstr "E-Mail Adresse"
#: lib/claper_web/templates/layout/_user_menu.html.heex:7
#: lib/claper_web/templates/layout/_user_menu.html.heex:10
#, elixir-autogen, elixir-format
msgid "Logout"
msgstr "Ausloggen"
@@ -99,7 +99,7 @@ msgstr "Minuten"
msgid "Be the first to react !"
msgstr "Seien Sie der Erste, der reagiert!"
#: lib/claper_web/live/event_live/join.ex:42
#: lib/claper_web/live/event_live/join.ex:41
#: lib/claper_web/live/event_live/join.html.heex:94
#: lib/claper_web/live/event_live/show.html.heex:264
#, elixir-autogen, elixir-format
@@ -165,9 +165,9 @@ msgstr "Erfolgreich aktualisiert"
msgid "It's time to empower your presentations."
msgstr "Es ist an der Zeit, Ihren Präsentationen mehr Bedeutung zu verleihen."
#: lib/claper_web/templates/error/404.html.heex:47
#: lib/claper_web/templates/error/500.html.heex:48
#: lib/claper_web/templates/user_registration/confirm.html.heex:31
#: lib/claper_web/templates/error/404.html.heex:36
#: lib/claper_web/templates/error/500.html.heex:37
#: lib/claper_web/templates/user_registration/confirm.html.heex:29
#, elixir-autogen, elixir-format
msgid "Return to home"
msgstr "Zurück zur Startseite"
@@ -178,13 +178,6 @@ msgstr "Zurück zur Startseite"
msgid "Created successfully"
msgstr "Erfolgreich erstellt"
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Presentation doesn't exist"
msgstr "Präsentation existiert nicht"
#: lib/claper_web/live/event_live/event_card_component.ex:190
#: lib/claper_web/live/event_live/event_card_component.ex:212
#: lib/claper_web/live/event_live/form_component.ex:97
@@ -456,12 +449,12 @@ msgstr "Aktivieren"
msgid "Add facilitator"
msgstr "Moderator hinzufügen"
#: lib/claper_web/templates/error/404.html.heex:40
#: lib/claper_web/templates/error/404.html.heex:31
#, elixir-autogen, elixir-format
msgid "Oops, page doesn't exist."
msgstr "Hoppla, Seite existiert nicht."
#: lib/claper_web/templates/error/500.html.heex:40
#: lib/claper_web/templates/error/500.html.heex:31
#, elixir-autogen, elixir-format
msgid "The site is under maintenance, we'll be back very soon!"
msgstr "Die Seite wird gerade gewartet, wir sind bald wieder da!"
@@ -645,7 +638,7 @@ msgstr "Über"
#: lib/claper_web/live/event_live/join.html.heex:38
#: lib/claper_web/live/event_live/join.html.heex:61
#: lib/claper_web/templates/user_session/new.html.heex:66
#: lib/claper_web/templates/user_session/new.html.heex:60
#, elixir-autogen, elixir-format
msgid "Login"
msgstr "Anmeldung"
@@ -660,26 +653,26 @@ msgstr "Verbinden Sie sich mit Ihrem Konto"
msgid "Or use the code:"
msgstr "Oder verwenden Sie den Code:"
#: lib/claper_web/templates/user_registration/new.html.heex:51
#: lib/claper_web/templates/user_session/new.html.heex:77
#: lib/claper_web/templates/user_registration/new.html.heex:46
#: lib/claper_web/templates/user_session/new.html.heex:71
#, elixir-autogen, elixir-format
msgid "Create account"
msgstr "Benutzerkonto erstellen"
#: lib/claper_web/live/user_settings_live/show.html.heex:118
#: lib/claper_web/templates/user_registration/new.html.heex:42
#: lib/claper_web/templates/user_registration/new.html.heex:37
#: lib/claper_web/templates/user_reset_password/edit.html.heex:34
#: lib/claper_web/templates/user_session/new.html.heex:57
#: lib/claper_web/templates/user_session/new.html.heex:51
#, elixir-autogen, elixir-format
msgid "Password"
msgstr "Passwort"
#: lib/claper_web/templates/user_session/new.html.heex:45
#: lib/claper_web/templates/user_session/new.html.heex:39
#, elixir-autogen, elixir-format
msgid "Your email address"
msgstr "Ihre E-Mail-Adresse"
#: lib/claper_web/templates/user_session/new.html.heex:55
#: lib/claper_web/templates/user_session/new.html.heex:49
#, elixir-autogen, elixir-format
msgid "Your password"
msgstr "Ihr Passwort"
@@ -865,7 +858,7 @@ msgid "Show messages"
msgstr "Nachrichten anzeigen"
#: lib/claper_web/live/event_live/manage.html.heex:1260
#: lib/claper_web/live/event_live/manage.html.heex:1322
#: lib/claper_web/live/event_live/manage.html.heex:1323
#, elixir-autogen, elixir-format
msgid "Show poll results"
msgstr "Umfrageergebnisse anzeigen"
@@ -928,7 +921,7 @@ msgstr "Fügen Sie ein YouTube-Video oder einen beliebigen Webinhalt hinzu."
msgid "Confirm new password"
msgstr "Neues Passwort bestätigen"
#: lib/claper_web/templates/user_session/new.html.heex:72
#: lib/claper_web/templates/user_session/new.html.heex:66
#, elixir-autogen, elixir-format
msgid "Forgot your password?"
msgstr "Passwort vergessen?"
@@ -959,7 +952,7 @@ msgstr "Der Link zum Zurücksetzen des Kennworts ist ungültig oder er ist abgel
msgid "Reset your password"
msgstr "Aktualisieren Sie Ihr Passwort"
#: lib/claper_web/templates/user_reset_password/new.html.heex:41
#: lib/claper_web/templates/user_reset_password/new.html.heex:36
#, elixir-autogen, elixir-format
msgid "Send link to reset password"
msgstr "Link zum Zurücksetzen des Passworts senden"
@@ -1143,7 +1136,7 @@ msgstr "Beenden"
msgid "View report"
msgstr "Bericht ansehen"
#: lib/claper_web/live/user_settings_live/show.ex:105
#: lib/claper_web/live/user_settings_live/show.ex:106
#, elixir-autogen, elixir-format
msgid "Your account has been deleted."
msgstr "Ihr Konto wurde gelöscht."
@@ -1364,3 +1357,10 @@ msgstr "Ihre Folien und/oder Interaktionen"
#, elixir-autogen, elixir-format
msgid "Create your next presentation with"
msgstr "Erstellen Sie Ihre nächste Präsentation mit"
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Event doesn't exist"
msgstr "Veranstaltung existiert nicht"

View File

@@ -13,7 +13,7 @@ msgstr ""
#: lib/claper_web/live/event_live/manage.html.heex:1200
#: lib/claper_web/live/user_settings_live/show.ex:48
#: lib/claper_web/live/user_settings_live/show.html.heex:5
#: lib/claper_web/templates/layout/_user_menu.html.heex:3
#: lib/claper_web/templates/layout/_user_menu.html.heex:6
#, elixir-autogen, elixir-format
msgid "Settings"
msgstr ""
@@ -21,9 +21,9 @@ msgstr ""
#: lib/claper_web/live/event_live/manage.ex:703
#: lib/claper_web/live/form_live/form_component.html.heex:37
#: lib/claper_web/live/user_settings_live/show.html.heex:34
#: lib/claper_web/templates/user_registration/new.html.heex:34
#: lib/claper_web/templates/user_reset_password/new.html.heex:33
#: lib/claper_web/templates/user_session/new.html.heex:47
#: lib/claper_web/templates/user_registration/new.html.heex:29
#: lib/claper_web/templates/user_reset_password/new.html.heex:28
#: lib/claper_web/templates/user_session/new.html.heex:41
#, elixir-autogen, elixir-format
msgid "Email"
msgstr ""
@@ -33,9 +33,9 @@ msgstr ""
msgid "Join the Claper experience"
msgstr ""
#: lib/claper_web/templates/user_registration/new.html.heex:24
#: lib/claper_web/templates/user_registration/new.html.heex:19
#: lib/claper_web/templates/user_reset_password/edit.html.heex:25
#: lib/claper_web/templates/user_reset_password/new.html.heex:24
#: lib/claper_web/templates/user_reset_password/new.html.heex:19
#, elixir-autogen, elixir-format
msgid "Oops, check that all fields are filled in correctly."
msgstr ""
@@ -56,7 +56,7 @@ msgstr ""
msgid "Email address"
msgstr ""
#: lib/claper_web/templates/layout/_user_menu.html.heex:7
#: lib/claper_web/templates/layout/_user_menu.html.heex:10
#, elixir-autogen, elixir-format
msgid "Logout"
msgstr ""
@@ -101,7 +101,7 @@ msgstr ""
msgid "Be the first to react !"
msgstr ""
#: lib/claper_web/live/event_live/join.ex:42
#: lib/claper_web/live/event_live/join.ex:41
#: lib/claper_web/live/event_live/join.html.heex:94
#: lib/claper_web/live/event_live/show.html.heex:264
#, elixir-autogen, elixir-format
@@ -167,9 +167,9 @@ msgstr ""
msgid "It's time to empower your presentations."
msgstr ""
#: lib/claper_web/templates/error/404.html.heex:47
#: lib/claper_web/templates/error/500.html.heex:48
#: lib/claper_web/templates/user_registration/confirm.html.heex:31
#: lib/claper_web/templates/error/404.html.heex:36
#: lib/claper_web/templates/error/500.html.heex:37
#: lib/claper_web/templates/user_registration/confirm.html.heex:29
#, elixir-autogen, elixir-format
msgid "Return to home"
msgstr ""
@@ -180,13 +180,6 @@ msgstr ""
msgid "Created successfully"
msgstr ""
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Presentation doesn't exist"
msgstr ""
#: lib/claper_web/live/event_live/event_card_component.ex:190
#: lib/claper_web/live/event_live/event_card_component.ex:212
#: lib/claper_web/live/event_live/form_component.ex:97
@@ -458,12 +451,12 @@ msgstr ""
msgid "Add facilitator"
msgstr ""
#: lib/claper_web/templates/error/404.html.heex:40
#: lib/claper_web/templates/error/404.html.heex:31
#, elixir-autogen, elixir-format
msgid "Oops, page doesn't exist."
msgstr ""
#: lib/claper_web/templates/error/500.html.heex:40
#: lib/claper_web/templates/error/500.html.heex:31
#, elixir-autogen, elixir-format
msgid "The site is under maintenance, we'll be back very soon!"
msgstr ""
@@ -647,7 +640,7 @@ msgstr ""
#: lib/claper_web/live/event_live/join.html.heex:38
#: lib/claper_web/live/event_live/join.html.heex:61
#: lib/claper_web/templates/user_session/new.html.heex:66
#: lib/claper_web/templates/user_session/new.html.heex:60
#, elixir-autogen, elixir-format
msgid "Login"
msgstr ""
@@ -662,26 +655,26 @@ msgstr ""
msgid "Or use the code:"
msgstr ""
#: lib/claper_web/templates/user_registration/new.html.heex:51
#: lib/claper_web/templates/user_session/new.html.heex:77
#: lib/claper_web/templates/user_registration/new.html.heex:46
#: lib/claper_web/templates/user_session/new.html.heex:71
#, elixir-autogen, elixir-format
msgid "Create account"
msgstr ""
#: lib/claper_web/live/user_settings_live/show.html.heex:118
#: lib/claper_web/templates/user_registration/new.html.heex:42
#: lib/claper_web/templates/user_registration/new.html.heex:37
#: lib/claper_web/templates/user_reset_password/edit.html.heex:34
#: lib/claper_web/templates/user_session/new.html.heex:57
#: lib/claper_web/templates/user_session/new.html.heex:51
#, elixir-autogen, elixir-format
msgid "Password"
msgstr ""
#: lib/claper_web/templates/user_session/new.html.heex:45
#: lib/claper_web/templates/user_session/new.html.heex:39
#, elixir-autogen, elixir-format
msgid "Your email address"
msgstr ""
#: lib/claper_web/templates/user_session/new.html.heex:55
#: lib/claper_web/templates/user_session/new.html.heex:49
#, elixir-autogen, elixir-format
msgid "Your password"
msgstr ""
@@ -867,7 +860,7 @@ msgid "Show messages"
msgstr ""
#: lib/claper_web/live/event_live/manage.html.heex:1260
#: lib/claper_web/live/event_live/manage.html.heex:1322
#: lib/claper_web/live/event_live/manage.html.heex:1323
#, elixir-autogen, elixir-format
msgid "Show poll results"
msgstr ""
@@ -930,7 +923,7 @@ msgstr ""
msgid "Confirm new password"
msgstr ""
#: lib/claper_web/templates/user_session/new.html.heex:72
#: lib/claper_web/templates/user_session/new.html.heex:66
#, elixir-autogen, elixir-format
msgid "Forgot your password?"
msgstr ""
@@ -961,7 +954,7 @@ msgstr ""
msgid "Reset your password"
msgstr ""
#: lib/claper_web/templates/user_reset_password/new.html.heex:41
#: lib/claper_web/templates/user_reset_password/new.html.heex:36
#, elixir-autogen, elixir-format
msgid "Send link to reset password"
msgstr ""
@@ -1145,7 +1138,7 @@ msgstr ""
msgid "View report"
msgstr ""
#: lib/claper_web/live/user_settings_live/show.ex:105
#: lib/claper_web/live/user_settings_live/show.ex:106
#, elixir-autogen, elixir-format
msgid "Your account has been deleted."
msgstr ""
@@ -1366,3 +1359,10 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Create your next presentation with"
msgstr ""
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Event doesn't exist"
msgstr ""

View File

@@ -11,7 +11,7 @@ msgstr ""
#: lib/claper_web/live/event_live/manage.html.heex:1200
#: lib/claper_web/live/user_settings_live/show.ex:48
#: lib/claper_web/live/user_settings_live/show.html.heex:5
#: lib/claper_web/templates/layout/_user_menu.html.heex:3
#: lib/claper_web/templates/layout/_user_menu.html.heex:6
#, elixir-autogen, elixir-format
msgid "Settings"
msgstr ""
@@ -19,9 +19,9 @@ msgstr ""
#: lib/claper_web/live/event_live/manage.ex:703
#: lib/claper_web/live/form_live/form_component.html.heex:37
#: lib/claper_web/live/user_settings_live/show.html.heex:34
#: lib/claper_web/templates/user_registration/new.html.heex:34
#: lib/claper_web/templates/user_reset_password/new.html.heex:33
#: lib/claper_web/templates/user_session/new.html.heex:47
#: lib/claper_web/templates/user_registration/new.html.heex:29
#: lib/claper_web/templates/user_reset_password/new.html.heex:28
#: lib/claper_web/templates/user_session/new.html.heex:41
#, elixir-autogen, elixir-format
msgid "Email"
msgstr ""
@@ -31,9 +31,9 @@ msgstr ""
msgid "Join the Claper experience"
msgstr ""
#: lib/claper_web/templates/user_registration/new.html.heex:24
#: lib/claper_web/templates/user_registration/new.html.heex:19
#: lib/claper_web/templates/user_reset_password/edit.html.heex:25
#: lib/claper_web/templates/user_reset_password/new.html.heex:24
#: lib/claper_web/templates/user_reset_password/new.html.heex:19
#, elixir-autogen, elixir-format
msgid "Oops, check that all fields are filled in correctly."
msgstr ""
@@ -54,7 +54,7 @@ msgstr ""
msgid "Email address"
msgstr ""
#: lib/claper_web/templates/layout/_user_menu.html.heex:7
#: lib/claper_web/templates/layout/_user_menu.html.heex:10
#, elixir-autogen, elixir-format
msgid "Logout"
msgstr ""
@@ -99,7 +99,7 @@ msgstr ""
msgid "Be the first to react !"
msgstr ""
#: lib/claper_web/live/event_live/join.ex:42
#: lib/claper_web/live/event_live/join.ex:41
#: lib/claper_web/live/event_live/join.html.heex:94
#: lib/claper_web/live/event_live/show.html.heex:264
#, elixir-autogen, elixir-format
@@ -165,9 +165,9 @@ msgstr ""
msgid "It's time to empower your presentations."
msgstr ""
#: lib/claper_web/templates/error/404.html.heex:47
#: lib/claper_web/templates/error/500.html.heex:48
#: lib/claper_web/templates/user_registration/confirm.html.heex:31
#: lib/claper_web/templates/error/404.html.heex:36
#: lib/claper_web/templates/error/500.html.heex:37
#: lib/claper_web/templates/user_registration/confirm.html.heex:29
#, elixir-autogen, elixir-format
msgid "Return to home"
msgstr ""
@@ -178,13 +178,6 @@ msgstr ""
msgid "Created successfully"
msgstr ""
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Presentation doesn't exist"
msgstr ""
#: lib/claper_web/live/event_live/event_card_component.ex:190
#: lib/claper_web/live/event_live/event_card_component.ex:212
#: lib/claper_web/live/event_live/form_component.ex:97
@@ -456,12 +449,12 @@ msgstr ""
msgid "Add facilitator"
msgstr ""
#: lib/claper_web/templates/error/404.html.heex:40
#: lib/claper_web/templates/error/404.html.heex:31
#, elixir-autogen, elixir-format
msgid "Oops, page doesn't exist."
msgstr ""
#: lib/claper_web/templates/error/500.html.heex:40
#: lib/claper_web/templates/error/500.html.heex:31
#, elixir-autogen, elixir-format
msgid "The site is under maintenance, we'll be back very soon!"
msgstr ""
@@ -645,7 +638,7 @@ msgstr ""
#: lib/claper_web/live/event_live/join.html.heex:38
#: lib/claper_web/live/event_live/join.html.heex:61
#: lib/claper_web/templates/user_session/new.html.heex:66
#: lib/claper_web/templates/user_session/new.html.heex:60
#, elixir-autogen, elixir-format
msgid "Login"
msgstr ""
@@ -660,26 +653,26 @@ msgstr ""
msgid "Or use the code:"
msgstr ""
#: lib/claper_web/templates/user_registration/new.html.heex:51
#: lib/claper_web/templates/user_session/new.html.heex:77
#: lib/claper_web/templates/user_registration/new.html.heex:46
#: lib/claper_web/templates/user_session/new.html.heex:71
#, elixir-autogen, elixir-format
msgid "Create account"
msgstr ""
#: lib/claper_web/live/user_settings_live/show.html.heex:118
#: lib/claper_web/templates/user_registration/new.html.heex:42
#: lib/claper_web/templates/user_registration/new.html.heex:37
#: lib/claper_web/templates/user_reset_password/edit.html.heex:34
#: lib/claper_web/templates/user_session/new.html.heex:57
#: lib/claper_web/templates/user_session/new.html.heex:51
#, elixir-autogen, elixir-format
msgid "Password"
msgstr ""
#: lib/claper_web/templates/user_session/new.html.heex:45
#: lib/claper_web/templates/user_session/new.html.heex:39
#, elixir-autogen, elixir-format
msgid "Your email address"
msgstr ""
#: lib/claper_web/templates/user_session/new.html.heex:55
#: lib/claper_web/templates/user_session/new.html.heex:49
#, elixir-autogen, elixir-format
msgid "Your password"
msgstr ""
@@ -865,7 +858,7 @@ msgid "Show messages"
msgstr ""
#: lib/claper_web/live/event_live/manage.html.heex:1260
#: lib/claper_web/live/event_live/manage.html.heex:1322
#: lib/claper_web/live/event_live/manage.html.heex:1323
#, elixir-autogen, elixir-format
msgid "Show poll results"
msgstr ""
@@ -928,7 +921,7 @@ msgstr ""
msgid "Confirm new password"
msgstr ""
#: lib/claper_web/templates/user_session/new.html.heex:72
#: lib/claper_web/templates/user_session/new.html.heex:66
#, elixir-autogen, elixir-format
msgid "Forgot your password?"
msgstr ""
@@ -959,7 +952,7 @@ msgstr ""
msgid "Reset your password"
msgstr ""
#: lib/claper_web/templates/user_reset_password/new.html.heex:41
#: lib/claper_web/templates/user_reset_password/new.html.heex:36
#, elixir-autogen, elixir-format
msgid "Send link to reset password"
msgstr ""
@@ -1143,7 +1136,7 @@ msgstr ""
msgid "View report"
msgstr ""
#: lib/claper_web/live/user_settings_live/show.ex:105
#: lib/claper_web/live/user_settings_live/show.ex:106
#, elixir-autogen, elixir-format
msgid "Your account has been deleted."
msgstr ""
@@ -1364,3 +1357,10 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Create your next presentation with"
msgstr ""
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Event doesn't exist"
msgstr ""

View File

@@ -11,7 +11,7 @@ msgstr ""
#: lib/claper_web/live/event_live/manage.html.heex:1200
#: lib/claper_web/live/user_settings_live/show.ex:48
#: lib/claper_web/live/user_settings_live/show.html.heex:5
#: lib/claper_web/templates/layout/_user_menu.html.heex:3
#: lib/claper_web/templates/layout/_user_menu.html.heex:6
#, elixir-autogen, elixir-format
msgid "Settings"
msgstr "Paramètres"
@@ -19,9 +19,9 @@ msgstr "Paramètres"
#: lib/claper_web/live/event_live/manage.ex:703
#: lib/claper_web/live/form_live/form_component.html.heex:37
#: lib/claper_web/live/user_settings_live/show.html.heex:34
#: lib/claper_web/templates/user_registration/new.html.heex:34
#: lib/claper_web/templates/user_reset_password/new.html.heex:33
#: lib/claper_web/templates/user_session/new.html.heex:47
#: lib/claper_web/templates/user_registration/new.html.heex:29
#: lib/claper_web/templates/user_reset_password/new.html.heex:28
#: lib/claper_web/templates/user_session/new.html.heex:41
#, elixir-autogen, elixir-format
msgid "Email"
msgstr "Email"
@@ -31,9 +31,9 @@ msgstr "Email"
msgid "Join the Claper experience"
msgstr "Rejoignez l'expérience Claper"
#: lib/claper_web/templates/user_registration/new.html.heex:24
#: lib/claper_web/templates/user_registration/new.html.heex:19
#: lib/claper_web/templates/user_reset_password/edit.html.heex:25
#: lib/claper_web/templates/user_reset_password/new.html.heex:24
#: lib/claper_web/templates/user_reset_password/new.html.heex:19
#, elixir-autogen, elixir-format
msgid "Oops, check that all fields are filled in correctly."
msgstr "Oups, vérifiez que tous les champs sont remplis correctement."
@@ -54,7 +54,7 @@ msgstr "Code"
msgid "Email address"
msgstr "Adresse email"
#: lib/claper_web/templates/layout/_user_menu.html.heex:7
#: lib/claper_web/templates/layout/_user_menu.html.heex:10
#, elixir-autogen, elixir-format
msgid "Logout"
msgstr "Déconnexion"
@@ -99,7 +99,7 @@ msgstr "minutes"
msgid "Be the first to react !"
msgstr "Soyez le premier à réagir !"
#: lib/claper_web/live/event_live/join.ex:42
#: lib/claper_web/live/event_live/join.ex:41
#: lib/claper_web/live/event_live/join.html.heex:94
#: lib/claper_web/live/event_live/show.html.heex:264
#, elixir-autogen, elixir-format
@@ -165,9 +165,9 @@ msgstr "Mis à jour avec succès"
msgid "It's time to empower your presentations."
msgstr "C'est le moment de propulser vos présentations."
#: lib/claper_web/templates/error/404.html.heex:47
#: lib/claper_web/templates/error/500.html.heex:48
#: lib/claper_web/templates/user_registration/confirm.html.heex:31
#: lib/claper_web/templates/error/404.html.heex:36
#: lib/claper_web/templates/error/500.html.heex:37
#: lib/claper_web/templates/user_registration/confirm.html.heex:29
#, elixir-autogen, elixir-format
msgid "Return to home"
msgstr "Retourner à l'accueil"
@@ -178,13 +178,6 @@ msgstr "Retourner à l'accueil"
msgid "Created successfully"
msgstr "Mis à jour avec succès"
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Presentation doesn't exist"
msgstr "La présentation n'existe pas"
#: lib/claper_web/live/event_live/event_card_component.ex:190
#: lib/claper_web/live/event_live/event_card_component.ex:212
#: lib/claper_web/live/event_live/form_component.ex:97
@@ -457,12 +450,12 @@ msgstr "Activer"
msgid "Add facilitator"
msgstr "Ajouter un animateur"
#: lib/claper_web/templates/error/404.html.heex:40
#: lib/claper_web/templates/error/404.html.heex:31
#, elixir-autogen, elixir-format
msgid "Oops, page doesn't exist."
msgstr "Oups, la page n'existe pas."
#: lib/claper_web/templates/error/500.html.heex:40
#: lib/claper_web/templates/error/500.html.heex:31
#, elixir-autogen, elixir-format
msgid "The site is under maintenance, we'll be back very soon!"
msgstr "Le site est en cours de maintenance, nous serons de retour très bientôt !"
@@ -649,7 +642,7 @@ msgstr "A propos"
#: lib/claper_web/live/event_live/join.html.heex:38
#: lib/claper_web/live/event_live/join.html.heex:61
#: lib/claper_web/templates/user_session/new.html.heex:66
#: lib/claper_web/templates/user_session/new.html.heex:60
#, elixir-autogen, elixir-format
msgid "Login"
msgstr "Connexion"
@@ -664,26 +657,26 @@ msgstr "Connectez-vous à votre compte"
msgid "Or use the code:"
msgstr "Ou utilisez le code:"
#: lib/claper_web/templates/user_registration/new.html.heex:51
#: lib/claper_web/templates/user_session/new.html.heex:77
#: lib/claper_web/templates/user_registration/new.html.heex:46
#: lib/claper_web/templates/user_session/new.html.heex:71
#, elixir-autogen, elixir-format, fuzzy
msgid "Create account"
msgstr "Créer un compte"
#: lib/claper_web/live/user_settings_live/show.html.heex:118
#: lib/claper_web/templates/user_registration/new.html.heex:42
#: lib/claper_web/templates/user_registration/new.html.heex:37
#: lib/claper_web/templates/user_reset_password/edit.html.heex:34
#: lib/claper_web/templates/user_session/new.html.heex:57
#: lib/claper_web/templates/user_session/new.html.heex:51
#, elixir-autogen, elixir-format
msgid "Password"
msgstr "Mot de passe"
#: lib/claper_web/templates/user_session/new.html.heex:45
#: lib/claper_web/templates/user_session/new.html.heex:39
#, elixir-autogen, elixir-format, fuzzy
msgid "Your email address"
msgstr "Adresse email"
#: lib/claper_web/templates/user_session/new.html.heex:55
#: lib/claper_web/templates/user_session/new.html.heex:49
#, elixir-autogen, elixir-format
msgid "Your password"
msgstr "Votre mot de passe"
@@ -870,7 +863,7 @@ msgid "Show messages"
msgstr "Afficher messages"
#: lib/claper_web/live/event_live/manage.html.heex:1260
#: lib/claper_web/live/event_live/manage.html.heex:1322
#: lib/claper_web/live/event_live/manage.html.heex:1323
#, elixir-autogen, elixir-format
msgid "Show poll results"
msgstr "Afficher résultats sondage"
@@ -933,7 +926,7 @@ msgstr "Ajoutez une vidéo Youtube ou tout autre contenu web."
msgid "Confirm new password"
msgstr "Confirmer le nouveau mot de passe"
#: lib/claper_web/templates/user_session/new.html.heex:72
#: lib/claper_web/templates/user_session/new.html.heex:66
#, elixir-autogen, elixir-format
msgid "Forgot your password?"
msgstr "Mot de passe oublié ?"
@@ -964,7 +957,7 @@ msgstr "Le lien de réinitialisation du mot de passe n'est pas valide ou a expir
msgid "Reset your password"
msgstr "Changer votre mot de passe"
#: lib/claper_web/templates/user_reset_password/new.html.heex:41
#: lib/claper_web/templates/user_reset_password/new.html.heex:36
#, elixir-autogen, elixir-format
msgid "Send link to reset password"
msgstr "Envoyer le lien pour réinitialiser le mot de passe"
@@ -1148,7 +1141,7 @@ msgstr "Terminer"
msgid "View report"
msgstr "Voir le rapport"
#: lib/claper_web/live/user_settings_live/show.ex:105
#: lib/claper_web/live/user_settings_live/show.ex:106
#, elixir-autogen, elixir-format
msgid "Your account has been deleted."
msgstr "Votre compte a été supprimé."
@@ -1369,3 +1362,10 @@ msgstr "Vos diapositives et/ou interactions"
#, elixir-autogen, elixir-format
msgid "Create your next presentation with"
msgstr "Créez votre prochaine présentation avec"
#: lib/claper_web/live/event_live/manage.ex:24
#: lib/claper_web/live/event_live/presenter.ex:21
#: lib/claper_web/live/event_live/show.ex:24
#, elixir-autogen, elixir-format
msgid "Event doesn't exist"
msgstr "L'événement n'existe pas"