- <.topbar current_user={assigns[:current_user]}> + <.topbar current_user={assigns[:current_user]} />
- <.topbar current_user={assigns[:current_user]}> + <.topbar current_user={assigns[:current_user]} />

-

-

- <%= dgettext("errors", "Oops, something went wrong! Please check the errors below.") %> -

-
+

+ <%= dgettext("errors", "Oops, something went wrong! Please check the errors below.") %> +

<%= label(f, :password, gettext("New password"), class: "title text-lg text-primary-600") %> <%= password_input(f, :password, required: true, class: "input input-primary col-span-2") %> diff --git a/lib/cannery_web/templates/user_session/new.html.heex b/lib/cannery_web/templates/user_session/new.html.heex index 4a2f629..0e3539f 100644 --- a/lib/cannery_web/templates/user_session/new.html.heex +++ b/lib/cannery_web/templates/user_session/new.html.heex @@ -10,11 +10,9 @@ as="user" class="flex flex-col space-y-4 sm:space-y-0 sm:grid sm:grid-cols-3 sm:gap-4 justify-center items-center" > -
-

- <%= @error_message %> -

-
+

+ <%= @error_message %> +

<%= label(f, :email, gettext("Email"), class: "title text-lg text-primary-600") %> <%= email_input(f, :email, required: true, class: "input input-primary col-span-2") %> diff --git a/lib/cannery_web/views/error_view.ex b/lib/cannery_web/views/error_view.ex index 4073755..b93bf8d 100644 --- a/lib/cannery_web/views/error_view.ex +++ b/lib/cannery_web/views/error_view.ex @@ -8,7 +8,7 @@ defmodule CanneryWeb.ErrorView do case error_path do "404.html" -> dgettext("errors", "Not found") "401.html" -> dgettext("errors", "Unauthorized") - _other_template -> dgettext("errors", "Internal Server Error") + _other_path -> dgettext("errors", "Internal Server Error") end render("error.html", %{error_string: error_string}) diff --git a/priv/gettext/actions.pot b/priv/gettext/actions.pot index 03486c7..cf61716 100644 --- a/priv/gettext/actions.pot +++ b/priv/gettext/actions.pot @@ -56,7 +56,7 @@ msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:47 #: lib/cannery_web/templates/user_reset_password/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:44 +#: lib/cannery_web/templates/user_session/new.html.heex:42 #, elixir-autogen, elixir-format msgid "Forgot your password?" msgstr "" @@ -66,13 +66,13 @@ msgstr "" msgid "Invite someone new!" msgstr "" -#: lib/cannery_web/components/topbar.ex:135 +#: lib/cannery_web/components/topbar.ex:138 #: lib/cannery_web/templates/user_confirmation/new.html.heex:31 #: lib/cannery_web/templates/user_registration/new.html.heex:44 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:47 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:45 #: lib/cannery_web/templates/user_reset_password/new.html.heex:31 #: lib/cannery_web/templates/user_session/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:30 +#: lib/cannery_web/templates/user_session/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Log in" msgstr "" @@ -97,13 +97,13 @@ msgstr "" msgid "New Tag" msgstr "" -#: lib/cannery_web/components/topbar.ex:127 +#: lib/cannery_web/components/topbar.ex:130 #: lib/cannery_web/templates/user_confirmation/new.html.heex:28 #: lib/cannery_web/templates/user_registration/new.html.heex:3 #: lib/cannery_web/templates/user_registration/new.html.heex:37 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:44 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:42 #: lib/cannery_web/templates/user_reset_password/new.html.heex:28 -#: lib/cannery_web/templates/user_session/new.html.heex:41 +#: lib/cannery_web/templates/user_session/new.html.heex:39 #, elixir-autogen, elixir-format msgid "Register" msgstr "" @@ -115,7 +115,7 @@ msgid "Resend confirmation instructions" msgstr "" #: lib/cannery_web/templates/user_reset_password/edit.html.heex:3 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:31 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:29 #, elixir-autogen, elixir-format msgid "Reset password" msgstr "" diff --git a/priv/gettext/de/LC_MESSAGES/actions.po b/priv/gettext/de/LC_MESSAGES/actions.po index 01a3107..239eae6 100644 --- a/priv/gettext/de/LC_MESSAGES/actions.po +++ b/priv/gettext/de/LC_MESSAGES/actions.po @@ -69,7 +69,7 @@ msgstr "Benutzer löschen" #: lib/cannery_web/templates/user_registration/new.html.heex:47 #: lib/cannery_web/templates/user_reset_password/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:44 +#: lib/cannery_web/templates/user_session/new.html.heex:42 #, elixir-autogen, elixir-format msgid "Forgot your password?" msgstr "Passwort vergessen?" @@ -79,13 +79,13 @@ msgstr "Passwort vergessen?" msgid "Invite someone new!" msgstr "Laden Sie jemanden ein!" -#: lib/cannery_web/components/topbar.ex:135 +#: lib/cannery_web/components/topbar.ex:138 #: lib/cannery_web/templates/user_confirmation/new.html.heex:31 #: lib/cannery_web/templates/user_registration/new.html.heex:44 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:47 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:45 #: lib/cannery_web/templates/user_reset_password/new.html.heex:31 #: lib/cannery_web/templates/user_session/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:30 +#: lib/cannery_web/templates/user_session/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Log in" msgstr "Einloggen" @@ -110,13 +110,13 @@ msgstr "Neuer Behälter" msgid "New Tag" msgstr "Neuer Tag" -#: lib/cannery_web/components/topbar.ex:127 +#: lib/cannery_web/components/topbar.ex:130 #: lib/cannery_web/templates/user_confirmation/new.html.heex:28 #: lib/cannery_web/templates/user_registration/new.html.heex:3 #: lib/cannery_web/templates/user_registration/new.html.heex:37 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:44 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:42 #: lib/cannery_web/templates/user_reset_password/new.html.heex:28 -#: lib/cannery_web/templates/user_session/new.html.heex:41 +#: lib/cannery_web/templates/user_session/new.html.heex:39 #, elixir-autogen, elixir-format msgid "Register" msgstr "Registrieren" @@ -128,7 +128,7 @@ msgid "Resend confirmation instructions" msgstr "Bestätigungsmail erneut senden" #: lib/cannery_web/templates/user_reset_password/edit.html.heex:3 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:31 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:29 #, elixir-autogen, elixir-format msgid "Reset password" msgstr "Passwort zurücksetzen" diff --git a/priv/gettext/de/LC_MESSAGES/default.po b/priv/gettext/de/LC_MESSAGES/default.po index c15600b..827a899 100644 --- a/priv/gettext/de/LC_MESSAGES/default.po +++ b/priv/gettext/de/LC_MESSAGES/default.po @@ -195,7 +195,7 @@ msgstr "Nur mit Einladung" msgid "Invites" msgstr "Einladungen" -#: lib/cannery_web/templates/user_session/new.html.heex:25 +#: lib/cannery_web/templates/user_session/new.html.heex:23 #, elixir-autogen, elixir-format msgid "Keep me logged in for 60 days" msgstr "Für 60 Tage eingeloggt bleiben" @@ -574,7 +574,7 @@ msgstr "Pulverart" msgid "UPC" msgstr "UPC" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:22 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:20 #: lib/cannery_web/templates/user_settings/edit.html.heex:76 #, elixir-autogen, elixir-format msgid "Confirm new password" @@ -586,7 +586,7 @@ msgstr "Passwort bestätigen" msgid "Current password" msgstr "Derzeitiges Passwort" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:18 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:16 #: lib/cannery_web/templates/user_settings/edit.html.heex:69 #, elixir-autogen, elixir-format msgid "New password" @@ -1203,14 +1203,14 @@ msgstr "" #: lib/cannery_web/templates/user_confirmation/new.html.heex:12 #: lib/cannery_web/templates/user_registration/new.html.heex:20 #: lib/cannery_web/templates/user_reset_password/new.html.heex:12 -#: lib/cannery_web/templates/user_session/new.html.heex:19 +#: lib/cannery_web/templates/user_session/new.html.heex:17 #: lib/cannery_web/templates/user_settings/edit.html.heex:27 #, elixir-autogen, elixir-format msgid "Email" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:24 -#: lib/cannery_web/templates/user_session/new.html.heex:22 +#: lib/cannery_web/templates/user_session/new.html.heex:20 #, elixir-autogen, elixir-format msgid "Password" msgstr "" diff --git a/priv/gettext/de/LC_MESSAGES/emails.po b/priv/gettext/de/LC_MESSAGES/emails.po index 27e24dd..0545236 100644 --- a/priv/gettext/de/LC_MESSAGES/emails.po +++ b/priv/gettext/de/LC_MESSAGES/emails.po @@ -14,25 +14,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.11.2\n" -## This file is a PO Template file. -## -## "msgid"s here are often extracted from source code. -## Add new translations manually only if they're dynamic -## translations that can't be statically extracted. -## -## Run "mix gettext.extract" to bring this file up to -## date. Leave "msgstr"s empty as changing them here has no -## effect: edit them in PO (.po) files instead. -#: lib/cannery/accounts/email.ex:30 -#, elixir-autogen, elixir-format -msgid "Confirm your %{name} account" -msgstr "Bestätigen Sie ihr %{name} Nutzerkonto" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:3 +#: lib/cannery_web/templates/email/confirm_email.html.heex:3 #: lib/cannery_web/templates/email/confirm_email.txt.eex:2 -#: lib/cannery_web/templates/email/reset_password.html.eex:3 +#: lib/cannery_web/templates/email/reset_password.html.heex:3 #: lib/cannery_web/templates/email/reset_password.txt.eex:2 -#: lib/cannery_web/templates/email/update_email.html.eex:3 +#: lib/cannery_web/templates/email/update_email.html.heex:3 #: lib/cannery_web/templates/email/update_email.txt.eex:2 #, elixir-autogen, elixir-format msgid "Hi %{email}," @@ -53,69 +39,79 @@ msgstr "" "Falls Sie diese Änderung von %{url} nicht angefordert haben, ignorieren Sie " "bitte diese Nachricht." -#: lib/cannery/accounts/email.ex:37 -#, elixir-autogen, elixir-format -msgid "Reset your %{name} password" -msgstr "Passwort für %{name} zurücksetzen" - -#: lib/cannery/accounts/email.ex:44 -#, elixir-autogen, elixir-format -msgid "Update your %{name} email" -msgstr "Aktualisieren Sie %{name} Mailadresse" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:9 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}!" -msgstr "Willkommen %{name}!" - -#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}%!" -msgstr "Willkommen %{name}%!" - -#: lib/cannery_web/templates/email/update_email.html.eex:8 +#: lib/cannery_web/templates/email/update_email.html.heex:8 #: lib/cannery_web/templates/email/update_email.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can change your email by visiting the URL below:" msgstr "Sie können Ihre Mailadresse unter folgender URL ändern:" -#: lib/cannery_web/templates/email/confirm_email.html.eex:14 +#: lib/cannery_web/templates/email/confirm_email.html.heex:14 #: lib/cannery_web/templates/email/confirm_email.txt.eex:6 #, elixir-autogen, elixir-format msgid "You can confirm your account by visiting the URL below:" msgstr "Sie können Ihr Nutzerkonto unter folgender URL bestätigen:" -#: lib/cannery_web/templates/email/reset_password.html.eex:8 +#: lib/cannery_web/templates/email/reset_password.html.heex:8 #: lib/cannery_web/templates/email/reset_password.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can reset your password by visiting the URL below:" msgstr "Sie können ihr Passwort unter folgender URL zurücksetzen:" -#: lib/cannery_web/templates/email/confirm_email.html.eex:22 -#, elixir-autogen, elixir-format -msgid "If you didn't create an account at %{name}, please ignore this." +## This file is a PO Template file. +## +## "msgid"s here are often extracted from source code. +## Add new translations manually only if they're dynamic +## translations that can't be statically extracted. +## +## Run "mix gettext.extract" to bring this file up to +## date. Leave "msgstr"s empty as changing them here has no +## effect: edit them in PO (.po) files instead. +#: lib/cannery/accounts/email.ex:30 +#, elixir-autogen, elixir-format, fuzzy +msgid "Confirm your Cannery account" +msgstr "Bestätigen Sie ihr %{name} Nutzerkonto" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:22 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't create an account at Cannery, please ignore this." msgstr "" "Falls SIe dieses Nutzerkonto unter %{name}, nicht erstellt haben, ignorieren " "Sie diese Nachricht bitte." -#: lib/cannery_web/templates/email/reset_password.html.eex:16 -#: lib/cannery_web/templates/email/update_email.html.eex:16 -#, elixir-autogen, elixir-format -msgid "If you didn't request this change from %{name}, please ignore this." +#: lib/cannery_web/templates/email/reset_password.html.heex:16 +#: lib/cannery_web/templates/email/update_email.html.heex:16 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't request this change from Cannery, please ignore this." msgstr "" "Falls Sie die Änderung von %{name} nicht angefragt haben, ignorieren Sie " "diese Nachricht bitte." +#: lib/cannery/accounts/email.ex:37 +#, elixir-autogen, elixir-format, fuzzy +msgid "Reset your Cannery password" +msgstr "Passwort für %{name} zurücksetzen" + #: lib/cannery_web/templates/layout/email.txt.eex:9 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name} at %{url}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery at %{url}, the self-hosted firearm tracker website." msgstr "" "Diese Nachricht wurde von %{name} unter %{url} gesandt, einem selbst-" "gehosteten Schusswaffenmanager." #: lib/cannery_web/templates/layout/email.html.heex:13 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery, the self-hosted firearm tracker website." msgstr "" "Diese Nachricht wurde von %{name} gesandt, einem selbst-gehosteten " "Schusswaffenmanager." + +#: lib/cannery/accounts/email.ex:44 +#, elixir-autogen, elixir-format, fuzzy +msgid "Update your Cannery email" +msgstr "Aktualisieren Sie %{name} Mailadresse" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:9 +#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 +#, elixir-autogen, elixir-format, fuzzy +msgid "Welcome to Cannery" +msgstr "Willkommen %{name}!" diff --git a/priv/gettext/de/LC_MESSAGES/errors.po b/priv/gettext/de/LC_MESSAGES/errors.po index 8eb2022..94e0175 100644 --- a/priv/gettext/de/LC_MESSAGES/errors.po +++ b/priv/gettext/de/LC_MESSAGES/errors.po @@ -70,7 +70,7 @@ msgid "Not found" msgstr "Nicht gefunden" #: lib/cannery_web/templates/user_registration/new.html.heex:13 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:14 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:13 #: lib/cannery_web/templates/user_settings/edit.html.heex:22 #: lib/cannery_web/templates/user_settings/edit.html.heex:64 #: lib/cannery_web/templates/user_settings/edit.html.heex:118 diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index a8b8294..3746679 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -191,7 +191,7 @@ msgstr "" msgid "Invites" msgstr "" -#: lib/cannery_web/templates/user_session/new.html.heex:25 +#: lib/cannery_web/templates/user_session/new.html.heex:23 #, elixir-autogen, elixir-format msgid "Keep me logged in for 60 days" msgstr "" @@ -568,7 +568,7 @@ msgstr "" msgid "UPC" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:22 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:20 #: lib/cannery_web/templates/user_settings/edit.html.heex:76 #, elixir-autogen, elixir-format msgid "Confirm new password" @@ -580,7 +580,7 @@ msgstr "" msgid "Current password" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:18 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:16 #: lib/cannery_web/templates/user_settings/edit.html.heex:69 #, elixir-autogen, elixir-format msgid "New password" @@ -1186,14 +1186,14 @@ msgstr "" #: lib/cannery_web/templates/user_confirmation/new.html.heex:12 #: lib/cannery_web/templates/user_registration/new.html.heex:20 #: lib/cannery_web/templates/user_reset_password/new.html.heex:12 -#: lib/cannery_web/templates/user_session/new.html.heex:19 +#: lib/cannery_web/templates/user_session/new.html.heex:17 #: lib/cannery_web/templates/user_settings/edit.html.heex:27 #, elixir-autogen, elixir-format msgid "Email" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:24 -#: lib/cannery_web/templates/user_session/new.html.heex:22 +#: lib/cannery_web/templates/user_session/new.html.heex:20 #, elixir-autogen, elixir-format msgid "Password" msgstr "" diff --git a/priv/gettext/emails.pot b/priv/gettext/emails.pot index 76f04e0..b2aa6a7 100644 --- a/priv/gettext/emails.pot +++ b/priv/gettext/emails.pot @@ -10,16 +10,11 @@ msgid "" msgstr "" -#: lib/cannery/accounts/email.ex:30 -#, elixir-autogen, elixir-format -msgid "Confirm your %{name} account" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:3 +#: lib/cannery_web/templates/email/confirm_email.html.heex:3 #: lib/cannery_web/templates/email/confirm_email.txt.eex:2 -#: lib/cannery_web/templates/email/reset_password.html.eex:3 +#: lib/cannery_web/templates/email/reset_password.html.heex:3 #: lib/cannery_web/templates/email/reset_password.txt.eex:2 -#: lib/cannery_web/templates/email/update_email.html.eex:3 +#: lib/cannery_web/templates/email/update_email.html.heex:3 #: lib/cannery_web/templates/email/update_email.txt.eex:2 #, elixir-autogen, elixir-format msgid "Hi %{email}," @@ -36,61 +31,62 @@ msgstr "" msgid "If you didn't request this change from %{url}, please ignore this." msgstr "" -#: lib/cannery/accounts/email.ex:37 -#, elixir-autogen, elixir-format -msgid "Reset your %{name} password" -msgstr "" - -#: lib/cannery/accounts/email.ex:44 -#, elixir-autogen, elixir-format -msgid "Update your %{name} email" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:9 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}!" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}%!" -msgstr "" - -#: lib/cannery_web/templates/email/update_email.html.eex:8 +#: lib/cannery_web/templates/email/update_email.html.heex:8 #: lib/cannery_web/templates/email/update_email.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can change your email by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/confirm_email.html.eex:14 +#: lib/cannery_web/templates/email/confirm_email.html.heex:14 #: lib/cannery_web/templates/email/confirm_email.txt.eex:6 #, elixir-autogen, elixir-format msgid "You can confirm your account by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/reset_password.html.eex:8 +#: lib/cannery_web/templates/email/reset_password.html.heex:8 #: lib/cannery_web/templates/email/reset_password.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can reset your password by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/confirm_email.html.eex:22 +#: lib/cannery/accounts/email.ex:30 #, elixir-autogen, elixir-format -msgid "If you didn't create an account at %{name}, please ignore this." +msgid "Confirm your Cannery account" msgstr "" -#: lib/cannery_web/templates/email/reset_password.html.eex:16 -#: lib/cannery_web/templates/email/update_email.html.eex:16 +#: lib/cannery_web/templates/email/confirm_email.html.heex:22 #, elixir-autogen, elixir-format -msgid "If you didn't request this change from %{name}, please ignore this." +msgid "If you didn't create an account at Cannery, please ignore this." +msgstr "" + +#: lib/cannery_web/templates/email/reset_password.html.heex:16 +#: lib/cannery_web/templates/email/update_email.html.heex:16 +#, elixir-autogen, elixir-format +msgid "If you didn't request this change from Cannery, please ignore this." +msgstr "" + +#: lib/cannery/accounts/email.ex:37 +#, elixir-autogen, elixir-format +msgid "Reset your Cannery password" msgstr "" #: lib/cannery_web/templates/layout/email.txt.eex:9 #, elixir-autogen, elixir-format -msgid "This email was sent from %{name} at %{url}, the self-hosted firearm tracker website." +msgid "This email was sent from Cannery at %{url}, the self-hosted firearm tracker website." msgstr "" #: lib/cannery_web/templates/layout/email.html.heex:13 #, elixir-autogen, elixir-format -msgid "This email was sent from %{name}, the self-hosted firearm tracker website." +msgid "This email was sent from Cannery, the self-hosted firearm tracker website." +msgstr "" + +#: lib/cannery/accounts/email.ex:44 +#, elixir-autogen, elixir-format +msgid "Update your Cannery email" +msgstr "" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:9 +#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 +#, elixir-autogen, elixir-format +msgid "Welcome to Cannery" msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/actions.po b/priv/gettext/en/LC_MESSAGES/actions.po index 761a772..d8eb01d 100644 --- a/priv/gettext/en/LC_MESSAGES/actions.po +++ b/priv/gettext/en/LC_MESSAGES/actions.po @@ -56,7 +56,7 @@ msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:47 #: lib/cannery_web/templates/user_reset_password/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:44 +#: lib/cannery_web/templates/user_session/new.html.heex:42 #, elixir-autogen, elixir-format msgid "Forgot your password?" msgstr "" @@ -66,13 +66,13 @@ msgstr "" msgid "Invite someone new!" msgstr "" -#: lib/cannery_web/components/topbar.ex:135 +#: lib/cannery_web/components/topbar.ex:138 #: lib/cannery_web/templates/user_confirmation/new.html.heex:31 #: lib/cannery_web/templates/user_registration/new.html.heex:44 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:47 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:45 #: lib/cannery_web/templates/user_reset_password/new.html.heex:31 #: lib/cannery_web/templates/user_session/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:30 +#: lib/cannery_web/templates/user_session/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Log in" msgstr "" @@ -97,13 +97,13 @@ msgstr "" msgid "New Tag" msgstr "" -#: lib/cannery_web/components/topbar.ex:127 +#: lib/cannery_web/components/topbar.ex:130 #: lib/cannery_web/templates/user_confirmation/new.html.heex:28 #: lib/cannery_web/templates/user_registration/new.html.heex:3 #: lib/cannery_web/templates/user_registration/new.html.heex:37 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:44 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:42 #: lib/cannery_web/templates/user_reset_password/new.html.heex:28 -#: lib/cannery_web/templates/user_session/new.html.heex:41 +#: lib/cannery_web/templates/user_session/new.html.heex:39 #, elixir-autogen, elixir-format msgid "Register" msgstr "" @@ -115,7 +115,7 @@ msgid "Resend confirmation instructions" msgstr "" #: lib/cannery_web/templates/user_reset_password/edit.html.heex:3 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:31 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:29 #, elixir-autogen, elixir-format msgid "Reset password" msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index c628d8b..3cad647 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -191,7 +191,7 @@ msgstr "" msgid "Invites" msgstr "" -#: lib/cannery_web/templates/user_session/new.html.heex:25 +#: lib/cannery_web/templates/user_session/new.html.heex:23 #, elixir-autogen, elixir-format msgid "Keep me logged in for 60 days" msgstr "" @@ -568,7 +568,7 @@ msgstr "" msgid "UPC" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:22 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:20 #: lib/cannery_web/templates/user_settings/edit.html.heex:76 #, elixir-autogen, elixir-format msgid "Confirm new password" @@ -580,7 +580,7 @@ msgstr "" msgid "Current password" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:18 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:16 #: lib/cannery_web/templates/user_settings/edit.html.heex:69 #, elixir-autogen, elixir-format msgid "New password" @@ -1186,14 +1186,14 @@ msgstr "" #: lib/cannery_web/templates/user_confirmation/new.html.heex:12 #: lib/cannery_web/templates/user_registration/new.html.heex:20 #: lib/cannery_web/templates/user_reset_password/new.html.heex:12 -#: lib/cannery_web/templates/user_session/new.html.heex:19 +#: lib/cannery_web/templates/user_session/new.html.heex:17 #: lib/cannery_web/templates/user_settings/edit.html.heex:27 #, elixir-autogen, elixir-format msgid "Email" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:24 -#: lib/cannery_web/templates/user_session/new.html.heex:22 +#: lib/cannery_web/templates/user_session/new.html.heex:20 #, elixir-autogen, elixir-format msgid "Password" msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/emails.po b/priv/gettext/en/LC_MESSAGES/emails.po index 2e59981..cb860a4 100644 --- a/priv/gettext/en/LC_MESSAGES/emails.po +++ b/priv/gettext/en/LC_MESSAGES/emails.po @@ -10,16 +10,11 @@ msgid "" msgstr "" "Language: en\n" -#: lib/cannery/accounts/email.ex:30 -#, elixir-autogen, elixir-format -msgid "Confirm your %{name} account" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:3 +#: lib/cannery_web/templates/email/confirm_email.html.heex:3 #: lib/cannery_web/templates/email/confirm_email.txt.eex:2 -#: lib/cannery_web/templates/email/reset_password.html.eex:3 +#: lib/cannery_web/templates/email/reset_password.html.heex:3 #: lib/cannery_web/templates/email/reset_password.txt.eex:2 -#: lib/cannery_web/templates/email/update_email.html.eex:3 +#: lib/cannery_web/templates/email/update_email.html.heex:3 #: lib/cannery_web/templates/email/update_email.txt.eex:2 #, elixir-autogen, elixir-format msgid "Hi %{email}," @@ -36,61 +31,62 @@ msgstr "" msgid "If you didn't request this change from %{url}, please ignore this." msgstr "" -#: lib/cannery/accounts/email.ex:37 -#, elixir-autogen, elixir-format -msgid "Reset your %{name} password" -msgstr "" - -#: lib/cannery/accounts/email.ex:44 -#, elixir-autogen, elixir-format -msgid "Update your %{name} email" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:9 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}!" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}%!" -msgstr "" - -#: lib/cannery_web/templates/email/update_email.html.eex:8 +#: lib/cannery_web/templates/email/update_email.html.heex:8 #: lib/cannery_web/templates/email/update_email.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can change your email by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/confirm_email.html.eex:14 +#: lib/cannery_web/templates/email/confirm_email.html.heex:14 #: lib/cannery_web/templates/email/confirm_email.txt.eex:6 #, elixir-autogen, elixir-format msgid "You can confirm your account by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/reset_password.html.eex:8 +#: lib/cannery_web/templates/email/reset_password.html.heex:8 #: lib/cannery_web/templates/email/reset_password.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can reset your password by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/confirm_email.html.eex:22 -#, elixir-autogen, elixir-format -msgid "If you didn't create an account at %{name}, please ignore this." +#: lib/cannery/accounts/email.ex:30 +#, elixir-autogen, elixir-format, fuzzy +msgid "Confirm your Cannery account" msgstr "" -#: lib/cannery_web/templates/email/reset_password.html.eex:16 -#: lib/cannery_web/templates/email/update_email.html.eex:16 -#, elixir-autogen, elixir-format -msgid "If you didn't request this change from %{name}, please ignore this." +#: lib/cannery_web/templates/email/confirm_email.html.heex:22 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't create an account at Cannery, please ignore this." +msgstr "" + +#: lib/cannery_web/templates/email/reset_password.html.heex:16 +#: lib/cannery_web/templates/email/update_email.html.heex:16 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't request this change from Cannery, please ignore this." +msgstr "" + +#: lib/cannery/accounts/email.ex:37 +#, elixir-autogen, elixir-format, fuzzy +msgid "Reset your Cannery password" msgstr "" #: lib/cannery_web/templates/layout/email.txt.eex:9 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name} at %{url}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery at %{url}, the self-hosted firearm tracker website." msgstr "" #: lib/cannery_web/templates/layout/email.html.heex:13 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery, the self-hosted firearm tracker website." +msgstr "" + +#: lib/cannery/accounts/email.ex:44 +#, elixir-autogen, elixir-format, fuzzy +msgid "Update your Cannery email" +msgstr "" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:9 +#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 +#, elixir-autogen, elixir-format, fuzzy +msgid "Welcome to Cannery" msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/errors.po b/priv/gettext/en/LC_MESSAGES/errors.po index 32cbb88..0c81b9a 100644 --- a/priv/gettext/en/LC_MESSAGES/errors.po +++ b/priv/gettext/en/LC_MESSAGES/errors.po @@ -57,7 +57,7 @@ msgid "Not found" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:13 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:14 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:13 #: lib/cannery_web/templates/user_settings/edit.html.heex:22 #: lib/cannery_web/templates/user_settings/edit.html.heex:64 #: lib/cannery_web/templates/user_settings/edit.html.heex:118 diff --git a/priv/gettext/errors.pot b/priv/gettext/errors.pot index c9a01a0..c8ba4b7 100644 --- a/priv/gettext/errors.pot +++ b/priv/gettext/errors.pot @@ -57,7 +57,7 @@ msgid "Not found" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:13 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:14 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:13 #: lib/cannery_web/templates/user_settings/edit.html.heex:22 #: lib/cannery_web/templates/user_settings/edit.html.heex:64 #: lib/cannery_web/templates/user_settings/edit.html.heex:118 diff --git a/priv/gettext/es/LC_MESSAGES/actions.po b/priv/gettext/es/LC_MESSAGES/actions.po index b4267da..cd446ec 100644 --- a/priv/gettext/es/LC_MESSAGES/actions.po +++ b/priv/gettext/es/LC_MESSAGES/actions.po @@ -69,7 +69,7 @@ msgstr "Eliminar cuenta de Usuario" #: lib/cannery_web/templates/user_registration/new.html.heex:47 #: lib/cannery_web/templates/user_reset_password/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:44 +#: lib/cannery_web/templates/user_session/new.html.heex:42 #, elixir-autogen, elixir-format msgid "Forgot your password?" msgstr "¿Has olvidado tu contraseña?" @@ -79,13 +79,13 @@ msgstr "¿Has olvidado tu contraseña?" msgid "Invite someone new!" msgstr "¡Invita a alguien nuevo!" -#: lib/cannery_web/components/topbar.ex:135 +#: lib/cannery_web/components/topbar.ex:138 #: lib/cannery_web/templates/user_confirmation/new.html.heex:31 #: lib/cannery_web/templates/user_registration/new.html.heex:44 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:47 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:45 #: lib/cannery_web/templates/user_reset_password/new.html.heex:31 #: lib/cannery_web/templates/user_session/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:30 +#: lib/cannery_web/templates/user_session/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Log in" msgstr "Entrar" @@ -110,13 +110,13 @@ msgstr "Nuevo Contenedor" msgid "New Tag" msgstr "Nueva Etiqueta" -#: lib/cannery_web/components/topbar.ex:127 +#: lib/cannery_web/components/topbar.ex:130 #: lib/cannery_web/templates/user_confirmation/new.html.heex:28 #: lib/cannery_web/templates/user_registration/new.html.heex:3 #: lib/cannery_web/templates/user_registration/new.html.heex:37 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:44 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:42 #: lib/cannery_web/templates/user_reset_password/new.html.heex:28 -#: lib/cannery_web/templates/user_session/new.html.heex:41 +#: lib/cannery_web/templates/user_session/new.html.heex:39 #, elixir-autogen, elixir-format msgid "Register" msgstr "Registrarse" @@ -128,7 +128,7 @@ msgid "Resend confirmation instructions" msgstr "Reenviar instrucciones de confirmación" #: lib/cannery_web/templates/user_reset_password/edit.html.heex:3 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:31 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:29 #, elixir-autogen, elixir-format msgid "Reset password" msgstr "Resetear contraseña" diff --git a/priv/gettext/es/LC_MESSAGES/default.po b/priv/gettext/es/LC_MESSAGES/default.po index 4ce0e8d..fbabae7 100644 --- a/priv/gettext/es/LC_MESSAGES/default.po +++ b/priv/gettext/es/LC_MESSAGES/default.po @@ -195,7 +195,7 @@ msgstr "Solo Invitación" msgid "Invites" msgstr "Invitaciones" -#: lib/cannery_web/templates/user_session/new.html.heex:25 +#: lib/cannery_web/templates/user_session/new.html.heex:23 #, elixir-autogen, elixir-format msgid "Keep me logged in for 60 days" msgstr "Mantener registrado durante 60 días" @@ -575,7 +575,7 @@ msgstr "Tipo de polvora" msgid "UPC" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:22 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:20 #: lib/cannery_web/templates/user_settings/edit.html.heex:76 #, elixir-autogen, elixir-format msgid "Confirm new password" @@ -587,7 +587,7 @@ msgstr "Confirme contraseña nueva" msgid "Current password" msgstr "Contraseña actual" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:18 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:16 #: lib/cannery_web/templates/user_settings/edit.html.heex:69 #, elixir-autogen, elixir-format msgid "New password" @@ -1205,14 +1205,14 @@ msgstr "" #: lib/cannery_web/templates/user_confirmation/new.html.heex:12 #: lib/cannery_web/templates/user_registration/new.html.heex:20 #: lib/cannery_web/templates/user_reset_password/new.html.heex:12 -#: lib/cannery_web/templates/user_session/new.html.heex:19 +#: lib/cannery_web/templates/user_session/new.html.heex:17 #: lib/cannery_web/templates/user_settings/edit.html.heex:27 #, elixir-autogen, elixir-format msgid "Email" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:24 -#: lib/cannery_web/templates/user_session/new.html.heex:22 +#: lib/cannery_web/templates/user_session/new.html.heex:20 #, elixir-autogen, elixir-format msgid "Password" msgstr "" diff --git a/priv/gettext/es/LC_MESSAGES/emails.po b/priv/gettext/es/LC_MESSAGES/emails.po index b42a5b9..99d9bb2 100644 --- a/priv/gettext/es/LC_MESSAGES/emails.po +++ b/priv/gettext/es/LC_MESSAGES/emails.po @@ -14,25 +14,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.2\n" -## This file is a PO Template file. -## -## "msgid"s here are often extracted from source code. -## Add new translations manually only if they're dynamic -## translations that can't be statically extracted. -## -## Run "mix gettext.extract" to bring this file up to -## date. Leave "msgstr"s empty as changing them here has no -## effect: edit them in PO (.po) files instead. -#: lib/cannery/accounts/email.ex:30 -#, elixir-autogen, elixir-format -msgid "Confirm your %{name} account" -msgstr "Confirma el %{name} de la cuenta" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:3 +#: lib/cannery_web/templates/email/confirm_email.html.heex:3 #: lib/cannery_web/templates/email/confirm_email.txt.eex:2 -#: lib/cannery_web/templates/email/reset_password.html.eex:3 +#: lib/cannery_web/templates/email/reset_password.html.heex:3 #: lib/cannery_web/templates/email/reset_password.txt.eex:2 -#: lib/cannery_web/templates/email/update_email.html.eex:3 +#: lib/cannery_web/templates/email/update_email.html.heex:3 #: lib/cannery_web/templates/email/update_email.txt.eex:2 #, elixir-autogen, elixir-format msgid "Hi %{email}," @@ -49,27 +35,7 @@ msgstr "Si no creó un usuario en %{url}, por favor, ignore este mensaje." msgid "If you didn't request this change from %{url}, please ignore this." msgstr "Si no pidió este cambio desde %{url}, por favor, ignore este mensaje." -#: lib/cannery/accounts/email.ex:37 -#, elixir-autogen, elixir-format -msgid "Reset your %{name} password" -msgstr "Reseteé su contraseña en %{name}" - -#: lib/cannery/accounts/email.ex:44 -#, elixir-autogen, elixir-format -msgid "Update your %{name} email" -msgstr "Actualice su correo en &{url}" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:9 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}!" -msgstr "¡Bienvenide a %{name}!" - -#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}%!" -msgstr "¡Bienvenide a %{name}%!" - -#: lib/cannery_web/templates/email/update_email.html.eex:8 +#: lib/cannery_web/templates/email/update_email.html.heex:8 #: lib/cannery_web/templates/email/update_email.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can change your email by visiting the URL below:" @@ -77,14 +43,14 @@ msgstr "" "Puede cambiar su correo electrónico visitando el enlace que se muestra a " "continuación:" -#: lib/cannery_web/templates/email/confirm_email.html.eex:14 +#: lib/cannery_web/templates/email/confirm_email.html.heex:14 #: lib/cannery_web/templates/email/confirm_email.txt.eex:6 #, elixir-autogen, elixir-format msgid "You can confirm your account by visiting the URL below:" msgstr "" "Puede confirmar su cuenta visitando el enlace que se muestra a continuación:" -#: lib/cannery_web/templates/email/reset_password.html.eex:8 +#: lib/cannery_web/templates/email/reset_password.html.heex:8 #: lib/cannery_web/templates/email/reset_password.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can reset your password by visiting the URL below:" @@ -92,29 +58,59 @@ msgstr "" "Puede reestablecer su contraseña visitando el enlace que se muestra a " "continuación:" -#: lib/cannery_web/templates/email/confirm_email.html.eex:22 -#, elixir-autogen, elixir-format -msgid "If you didn't create an account at %{name}, please ignore this." +## This file is a PO Template file. +## +## "msgid"s here are often extracted from source code. +## Add new translations manually only if they're dynamic +## translations that can't be statically extracted. +## +## Run "mix gettext.extract" to bring this file up to +## date. Leave "msgstr"s empty as changing them here has no +## effect: edit them in PO (.po) files instead. +#: lib/cannery/accounts/email.ex:30 +#, elixir-autogen, elixir-format, fuzzy +msgid "Confirm your Cannery account" +msgstr "Confirma el %{name} de la cuenta" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:22 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't create an account at Cannery, please ignore this." msgstr "Si no ha creado una cuenta en %{name}, por favor, ignore este mensaje." -#: lib/cannery_web/templates/email/reset_password.html.eex:16 -#: lib/cannery_web/templates/email/update_email.html.eex:16 -#, elixir-autogen, elixir-format -msgid "If you didn't request this change from %{name}, please ignore this." +#: lib/cannery_web/templates/email/reset_password.html.heex:16 +#: lib/cannery_web/templates/email/update_email.html.heex:16 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't request this change from Cannery, please ignore this." msgstr "" "Si no ha solicitado este cambio desde %{name}, por favor, ignore este " "mensaje." +#: lib/cannery/accounts/email.ex:37 +#, elixir-autogen, elixir-format, fuzzy +msgid "Reset your Cannery password" +msgstr "Reseteé su contraseña en %{name}" + #: lib/cannery_web/templates/layout/email.txt.eex:9 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name} at %{url}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery at %{url}, the self-hosted firearm tracker website." msgstr "" "Este correo se mandó por %{name} desde %{url}, la página de seguimiento de " "armas autogestionada." #: lib/cannery_web/templates/layout/email.html.heex:13 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery, the self-hosted firearm tracker website." msgstr "" "Este correo se mandó por %{name}, la página de seguimiento de armas " "autogestionada." + +#: lib/cannery/accounts/email.ex:44 +#, elixir-autogen, elixir-format, fuzzy +msgid "Update your Cannery email" +msgstr "Actualice su correo en &{url}" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:9 +#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 +#, elixir-autogen, elixir-format, fuzzy +msgid "Welcome to Cannery" +msgstr "¡Bienvenide a %{name}!" diff --git a/priv/gettext/es/LC_MESSAGES/errors.po b/priv/gettext/es/LC_MESSAGES/errors.po index fa0409d..b9f261b 100644 --- a/priv/gettext/es/LC_MESSAGES/errors.po +++ b/priv/gettext/es/LC_MESSAGES/errors.po @@ -70,7 +70,7 @@ msgid "Not found" msgstr "No se encontró" #: lib/cannery_web/templates/user_registration/new.html.heex:13 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:14 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:13 #: lib/cannery_web/templates/user_settings/edit.html.heex:22 #: lib/cannery_web/templates/user_settings/edit.html.heex:64 #: lib/cannery_web/templates/user_settings/edit.html.heex:118 diff --git a/priv/gettext/fr/LC_MESSAGES/actions.po b/priv/gettext/fr/LC_MESSAGES/actions.po index b8e7ac6..6e90e09 100644 --- a/priv/gettext/fr/LC_MESSAGES/actions.po +++ b/priv/gettext/fr/LC_MESSAGES/actions.po @@ -69,7 +69,7 @@ msgstr "Supprimer utilisateur" #: lib/cannery_web/templates/user_registration/new.html.heex:47 #: lib/cannery_web/templates/user_reset_password/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:44 +#: lib/cannery_web/templates/user_session/new.html.heex:42 #, elixir-autogen, elixir-format msgid "Forgot your password?" msgstr "Mot de passe oublié ?" @@ -79,13 +79,13 @@ msgstr "Mot de passe oublié ?" msgid "Invite someone new!" msgstr "Invitez une nouvelle personne !" -#: lib/cannery_web/components/topbar.ex:135 +#: lib/cannery_web/components/topbar.ex:138 #: lib/cannery_web/templates/user_confirmation/new.html.heex:31 #: lib/cannery_web/templates/user_registration/new.html.heex:44 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:47 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:45 #: lib/cannery_web/templates/user_reset_password/new.html.heex:31 #: lib/cannery_web/templates/user_session/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:30 +#: lib/cannery_web/templates/user_session/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Log in" msgstr "Se connecter" @@ -110,13 +110,13 @@ msgstr "Nouveau conteneur" msgid "New Tag" msgstr "Nouveau tag" -#: lib/cannery_web/components/topbar.ex:127 +#: lib/cannery_web/components/topbar.ex:130 #: lib/cannery_web/templates/user_confirmation/new.html.heex:28 #: lib/cannery_web/templates/user_registration/new.html.heex:3 #: lib/cannery_web/templates/user_registration/new.html.heex:37 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:44 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:42 #: lib/cannery_web/templates/user_reset_password/new.html.heex:28 -#: lib/cannery_web/templates/user_session/new.html.heex:41 +#: lib/cannery_web/templates/user_session/new.html.heex:39 #, elixir-autogen, elixir-format msgid "Register" msgstr "S’enregistrer" @@ -128,7 +128,7 @@ msgid "Resend confirmation instructions" msgstr "Renvoyer les instructions de confirmation" #: lib/cannery_web/templates/user_reset_password/edit.html.heex:3 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:31 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:29 #, elixir-autogen, elixir-format msgid "Reset password" msgstr "Réinitialisé le mot de passe" diff --git a/priv/gettext/fr/LC_MESSAGES/default.po b/priv/gettext/fr/LC_MESSAGES/default.po index d5945ed..9611b27 100644 --- a/priv/gettext/fr/LC_MESSAGES/default.po +++ b/priv/gettext/fr/LC_MESSAGES/default.po @@ -195,7 +195,7 @@ msgstr "Uniquement sur invitation" msgid "Invites" msgstr "Invitations" -#: lib/cannery_web/templates/user_session/new.html.heex:25 +#: lib/cannery_web/templates/user_session/new.html.heex:23 #, elixir-autogen, elixir-format msgid "Keep me logged in for 60 days" msgstr "Me garder authentifié durant 60 jours" @@ -576,7 +576,7 @@ msgstr "Type de poudre" msgid "UPC" msgstr "UPC" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:22 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:20 #: lib/cannery_web/templates/user_settings/edit.html.heex:76 #, elixir-autogen, elixir-format msgid "Confirm new password" @@ -588,7 +588,7 @@ msgstr "Confirmez le nouveau mot de passe" msgid "Current password" msgstr "Mot de passe actuel" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:18 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:16 #: lib/cannery_web/templates/user_settings/edit.html.heex:69 #, elixir-autogen, elixir-format msgid "New password" @@ -1206,14 +1206,14 @@ msgstr "" #: lib/cannery_web/templates/user_confirmation/new.html.heex:12 #: lib/cannery_web/templates/user_registration/new.html.heex:20 #: lib/cannery_web/templates/user_reset_password/new.html.heex:12 -#: lib/cannery_web/templates/user_session/new.html.heex:19 +#: lib/cannery_web/templates/user_session/new.html.heex:17 #: lib/cannery_web/templates/user_settings/edit.html.heex:27 #, elixir-autogen, elixir-format msgid "Email" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:24 -#: lib/cannery_web/templates/user_session/new.html.heex:22 +#: lib/cannery_web/templates/user_session/new.html.heex:20 #, elixir-autogen, elixir-format msgid "Password" msgstr "" diff --git a/priv/gettext/fr/LC_MESSAGES/emails.po b/priv/gettext/fr/LC_MESSAGES/emails.po index 7a22332..0afcb2b 100644 --- a/priv/gettext/fr/LC_MESSAGES/emails.po +++ b/priv/gettext/fr/LC_MESSAGES/emails.po @@ -14,25 +14,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.11.2\n" -## This file is a PO Template file. -## -## "msgid"s here are often extracted from source code. -## Add new translations manually only if they're dynamic -## translations that can't be statically extracted. -## -## Run "mix gettext.extract" to bring this file up to -## date. Leave "msgstr"s empty as changing them here has no -## effect: edit them in PO (.po) files instead. -#: lib/cannery/accounts/email.ex:30 -#, elixir-autogen, elixir-format -msgid "Confirm your %{name} account" -msgstr "Confirmer votre compte %{name}" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:3 +#: lib/cannery_web/templates/email/confirm_email.html.heex:3 #: lib/cannery_web/templates/email/confirm_email.txt.eex:2 -#: lib/cannery_web/templates/email/reset_password.html.eex:3 +#: lib/cannery_web/templates/email/reset_password.html.heex:3 #: lib/cannery_web/templates/email/reset_password.txt.eex:2 -#: lib/cannery_web/templates/email/update_email.html.eex:3 +#: lib/cannery_web/templates/email/update_email.html.heex:3 #: lib/cannery_web/templates/email/update_email.txt.eex:2 #, elixir-autogen, elixir-format msgid "Hi %{email}," @@ -51,66 +37,76 @@ msgstr "" "Si vous n’avez pas demandé ce changement depuis %{url}, veuillez ignorer " "ceci." -#: lib/cannery/accounts/email.ex:37 -#, elixir-autogen, elixir-format -msgid "Reset your %{name} password" -msgstr "Réinitialiser votre mot de passe %{name}" - -#: lib/cannery/accounts/email.ex:44 -#, elixir-autogen, elixir-format -msgid "Update your %{name} email" -msgstr "Mettre à jour votre mél %{name}" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:9 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}!" -msgstr "Bienvenue à %{name} !" - -#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}%!" -msgstr "Bienvenue à %{name}% !" - -#: lib/cannery_web/templates/email/update_email.html.eex:8 +#: lib/cannery_web/templates/email/update_email.html.heex:8 #: lib/cannery_web/templates/email/update_email.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can change your email by visiting the URL below:" msgstr "Vous pouvez changer votre mél en consultant l’URL ci-dessous :" -#: lib/cannery_web/templates/email/confirm_email.html.eex:14 +#: lib/cannery_web/templates/email/confirm_email.html.heex:14 #: lib/cannery_web/templates/email/confirm_email.txt.eex:6 #, elixir-autogen, elixir-format msgid "You can confirm your account by visiting the URL below:" msgstr "Vous pouvez confirmer votre compte en consultant l’URL ci-dessous :" -#: lib/cannery_web/templates/email/reset_password.html.eex:8 +#: lib/cannery_web/templates/email/reset_password.html.heex:8 #: lib/cannery_web/templates/email/reset_password.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can reset your password by visiting the URL below:" msgstr "" "Vous pouvez réinitialiser votre mot de passe en visitant l’URL ci-dessous :" -#: lib/cannery_web/templates/email/confirm_email.html.eex:22 -#, elixir-autogen, elixir-format -msgid "If you didn't create an account at %{name}, please ignore this." +## This file is a PO Template file. +## +## "msgid"s here are often extracted from source code. +## Add new translations manually only if they're dynamic +## translations that can't be statically extracted. +## +## Run "mix gettext.extract" to bring this file up to +## date. Leave "msgstr"s empty as changing them here has no +## effect: edit them in PO (.po) files instead. +#: lib/cannery/accounts/email.ex:30 +#, elixir-autogen, elixir-format, fuzzy +msgid "Confirm your Cannery account" +msgstr "Confirmer votre compte %{name}" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:22 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't create an account at Cannery, please ignore this." msgstr "Si vous n’avez pas créé de compte à %{name}, veuillez ignorer ceci." -#: lib/cannery_web/templates/email/reset_password.html.eex:16 -#: lib/cannery_web/templates/email/update_email.html.eex:16 -#, elixir-autogen, elixir-format -msgid "If you didn't request this change from %{name}, please ignore this." +#: lib/cannery_web/templates/email/reset_password.html.heex:16 +#: lib/cannery_web/templates/email/update_email.html.heex:16 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't request this change from Cannery, please ignore this." msgstr "" "Si vous n’avez pas demandé ce changement depuis %{name}, veuillez ignorer " "ceci." +#: lib/cannery/accounts/email.ex:37 +#, elixir-autogen, elixir-format, fuzzy +msgid "Reset your Cannery password" +msgstr "Réinitialiser votre mot de passe %{name}" + #: lib/cannery_web/templates/layout/email.txt.eex:9 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name} at %{url}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery at %{url}, the self-hosted firearm tracker website." msgstr "" "Ce mél a été envoyé depuis %{name} à %{url}, le site web de suivi d’arme à " "feux." #: lib/cannery_web/templates/layout/email.html.heex:13 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery, the self-hosted firearm tracker website." msgstr "Ce mél a été envoyé depuis %{name}, le site web de suivi d’arme à feu." + +#: lib/cannery/accounts/email.ex:44 +#, elixir-autogen, elixir-format, fuzzy +msgid "Update your Cannery email" +msgstr "Mettre à jour votre mél %{name}" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:9 +#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 +#, elixir-autogen, elixir-format, fuzzy +msgid "Welcome to Cannery" +msgstr "Bienvenue à %{name} !" diff --git a/priv/gettext/fr/LC_MESSAGES/errors.po b/priv/gettext/fr/LC_MESSAGES/errors.po index 1f1ccf7..b556329 100644 --- a/priv/gettext/fr/LC_MESSAGES/errors.po +++ b/priv/gettext/fr/LC_MESSAGES/errors.po @@ -70,7 +70,7 @@ msgid "Not found" msgstr "Pas trouvé" #: lib/cannery_web/templates/user_registration/new.html.heex:13 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:14 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:13 #: lib/cannery_web/templates/user_settings/edit.html.heex:22 #: lib/cannery_web/templates/user_settings/edit.html.heex:64 #: lib/cannery_web/templates/user_settings/edit.html.heex:118 diff --git a/priv/gettext/ga/LC_MESSAGES/actions.po b/priv/gettext/ga/LC_MESSAGES/actions.po index ef37a53..ae31283 100644 --- a/priv/gettext/ga/LC_MESSAGES/actions.po +++ b/priv/gettext/ga/LC_MESSAGES/actions.po @@ -67,7 +67,7 @@ msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:47 #: lib/cannery_web/templates/user_reset_password/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:44 +#: lib/cannery_web/templates/user_session/new.html.heex:42 #, elixir-autogen, elixir-format msgid "Forgot your password?" msgstr "" @@ -77,13 +77,13 @@ msgstr "" msgid "Invite someone new!" msgstr "" -#: lib/cannery_web/components/topbar.ex:135 +#: lib/cannery_web/components/topbar.ex:138 #: lib/cannery_web/templates/user_confirmation/new.html.heex:31 #: lib/cannery_web/templates/user_registration/new.html.heex:44 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:47 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:45 #: lib/cannery_web/templates/user_reset_password/new.html.heex:31 #: lib/cannery_web/templates/user_session/new.html.heex:3 -#: lib/cannery_web/templates/user_session/new.html.heex:30 +#: lib/cannery_web/templates/user_session/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Log in" msgstr "" @@ -108,13 +108,13 @@ msgstr "" msgid "New Tag" msgstr "" -#: lib/cannery_web/components/topbar.ex:127 +#: lib/cannery_web/components/topbar.ex:130 #: lib/cannery_web/templates/user_confirmation/new.html.heex:28 #: lib/cannery_web/templates/user_registration/new.html.heex:3 #: lib/cannery_web/templates/user_registration/new.html.heex:37 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:44 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:42 #: lib/cannery_web/templates/user_reset_password/new.html.heex:28 -#: lib/cannery_web/templates/user_session/new.html.heex:41 +#: lib/cannery_web/templates/user_session/new.html.heex:39 #, elixir-autogen, elixir-format msgid "Register" msgstr "" @@ -126,7 +126,7 @@ msgid "Resend confirmation instructions" msgstr "" #: lib/cannery_web/templates/user_reset_password/edit.html.heex:3 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:31 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:29 #, elixir-autogen, elixir-format msgid "Reset password" msgstr "" diff --git a/priv/gettext/ga/LC_MESSAGES/default.po b/priv/gettext/ga/LC_MESSAGES/default.po index b7ca49d..ed92168 100644 --- a/priv/gettext/ga/LC_MESSAGES/default.po +++ b/priv/gettext/ga/LC_MESSAGES/default.po @@ -193,7 +193,7 @@ msgstr "" msgid "Invites" msgstr "" -#: lib/cannery_web/templates/user_session/new.html.heex:25 +#: lib/cannery_web/templates/user_session/new.html.heex:23 #, elixir-autogen, elixir-format msgid "Keep me logged in for 60 days" msgstr "" @@ -570,7 +570,7 @@ msgstr "" msgid "UPC" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:22 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:20 #: lib/cannery_web/templates/user_settings/edit.html.heex:76 #, elixir-autogen, elixir-format msgid "Confirm new password" @@ -582,7 +582,7 @@ msgstr "" msgid "Current password" msgstr "" -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:18 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:16 #: lib/cannery_web/templates/user_settings/edit.html.heex:69 #, elixir-autogen, elixir-format msgid "New password" @@ -1197,14 +1197,14 @@ msgstr "" #: lib/cannery_web/templates/user_confirmation/new.html.heex:12 #: lib/cannery_web/templates/user_registration/new.html.heex:20 #: lib/cannery_web/templates/user_reset_password/new.html.heex:12 -#: lib/cannery_web/templates/user_session/new.html.heex:19 +#: lib/cannery_web/templates/user_session/new.html.heex:17 #: lib/cannery_web/templates/user_settings/edit.html.heex:27 #, elixir-autogen, elixir-format msgid "Email" msgstr "" #: lib/cannery_web/templates/user_registration/new.html.heex:24 -#: lib/cannery_web/templates/user_session/new.html.heex:22 +#: lib/cannery_web/templates/user_session/new.html.heex:20 #, elixir-autogen, elixir-format msgid "Password" msgstr "" diff --git a/priv/gettext/ga/LC_MESSAGES/emails.po b/priv/gettext/ga/LC_MESSAGES/emails.po index 995c8eb..3eab88f 100644 --- a/priv/gettext/ga/LC_MESSAGES/emails.po +++ b/priv/gettext/ga/LC_MESSAGES/emails.po @@ -12,25 +12,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 3.7.3\n" -## This file is a PO Template file. -## -## "msgid"s here are often extracted from source code. -## Add new translations manually only if they're dynamic -## translations that can't be statically extracted. -## -## Run "mix gettext.extract" to bring this file up to -## date. Leave "msgstr"s empty as changing them here has no -## effect: edit them in PO (.po) files instead. -#: lib/cannery/accounts/email.ex:30 -#, elixir-autogen, elixir-format -msgid "Confirm your %{name} account" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:3 +#: lib/cannery_web/templates/email/confirm_email.html.heex:3 #: lib/cannery_web/templates/email/confirm_email.txt.eex:2 -#: lib/cannery_web/templates/email/reset_password.html.eex:3 +#: lib/cannery_web/templates/email/reset_password.html.heex:3 #: lib/cannery_web/templates/email/reset_password.txt.eex:2 -#: lib/cannery_web/templates/email/update_email.html.eex:3 +#: lib/cannery_web/templates/email/update_email.html.heex:3 #: lib/cannery_web/templates/email/update_email.txt.eex:2 #, elixir-autogen, elixir-format msgid "Hi %{email}," @@ -47,61 +33,71 @@ msgstr "" msgid "If you didn't request this change from %{url}, please ignore this." msgstr "" -#: lib/cannery/accounts/email.ex:37 -#, elixir-autogen, elixir-format -msgid "Reset your %{name} password" -msgstr "" - -#: lib/cannery/accounts/email.ex:44 -#, elixir-autogen, elixir-format -msgid "Update your %{name} email" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.html.eex:9 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}!" -msgstr "" - -#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 -#, elixir-autogen, elixir-format -msgid "Welcome to %{name}%!" -msgstr "" - -#: lib/cannery_web/templates/email/update_email.html.eex:8 +#: lib/cannery_web/templates/email/update_email.html.heex:8 #: lib/cannery_web/templates/email/update_email.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can change your email by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/confirm_email.html.eex:14 +#: lib/cannery_web/templates/email/confirm_email.html.heex:14 #: lib/cannery_web/templates/email/confirm_email.txt.eex:6 #, elixir-autogen, elixir-format msgid "You can confirm your account by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/reset_password.html.eex:8 +#: lib/cannery_web/templates/email/reset_password.html.heex:8 #: lib/cannery_web/templates/email/reset_password.txt.eex:4 #, elixir-autogen, elixir-format msgid "You can reset your password by visiting the URL below:" msgstr "" -#: lib/cannery_web/templates/email/confirm_email.html.eex:22 -#, elixir-autogen, elixir-format -msgid "If you didn't create an account at %{name}, please ignore this." +## This file is a PO Template file. +## +## "msgid"s here are often extracted from source code. +## Add new translations manually only if they're dynamic +## translations that can't be statically extracted. +## +## Run "mix gettext.extract" to bring this file up to +## date. Leave "msgstr"s empty as changing them here has no +## effect: edit them in PO (.po) files instead. +#: lib/cannery/accounts/email.ex:30 +#, elixir-autogen, elixir-format, fuzzy +msgid "Confirm your Cannery account" msgstr "" -#: lib/cannery_web/templates/email/reset_password.html.eex:16 -#: lib/cannery_web/templates/email/update_email.html.eex:16 -#, elixir-autogen, elixir-format -msgid "If you didn't request this change from %{name}, please ignore this." +#: lib/cannery_web/templates/email/confirm_email.html.heex:22 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't create an account at Cannery, please ignore this." +msgstr "" + +#: lib/cannery_web/templates/email/reset_password.html.heex:16 +#: lib/cannery_web/templates/email/update_email.html.heex:16 +#, elixir-autogen, elixir-format, fuzzy +msgid "If you didn't request this change from Cannery, please ignore this." +msgstr "" + +#: lib/cannery/accounts/email.ex:37 +#, elixir-autogen, elixir-format, fuzzy +msgid "Reset your Cannery password" msgstr "" #: lib/cannery_web/templates/layout/email.txt.eex:9 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name} at %{url}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery at %{url}, the self-hosted firearm tracker website." msgstr "" #: lib/cannery_web/templates/layout/email.html.heex:13 -#, elixir-autogen, elixir-format -msgid "This email was sent from %{name}, the self-hosted firearm tracker website." +#, elixir-autogen, elixir-format, fuzzy +msgid "This email was sent from Cannery, the self-hosted firearm tracker website." +msgstr "" + +#: lib/cannery/accounts/email.ex:44 +#, elixir-autogen, elixir-format, fuzzy +msgid "Update your Cannery email" +msgstr "" + +#: lib/cannery_web/templates/email/confirm_email.html.heex:9 +#: lib/cannery_web/templates/email/confirm_email.txt.eex:4 +#, elixir-autogen, elixir-format, fuzzy +msgid "Welcome to Cannery" msgstr "" diff --git a/priv/gettext/ga/LC_MESSAGES/errors.po b/priv/gettext/ga/LC_MESSAGES/errors.po index 934f168..1d9f660 100644 --- a/priv/gettext/ga/LC_MESSAGES/errors.po +++ b/priv/gettext/ga/LC_MESSAGES/errors.po @@ -71,7 +71,7 @@ msgid "Not found" msgstr "Ní feidir é a fáil" #: lib/cannery_web/templates/user_registration/new.html.heex:13 -#: lib/cannery_web/templates/user_reset_password/edit.html.heex:14 +#: lib/cannery_web/templates/user_reset_password/edit.html.heex:13 #: lib/cannery_web/templates/user_settings/edit.html.heex:22 #: lib/cannery_web/templates/user_settings/edit.html.heex:64 #: lib/cannery_web/templates/user_settings/edit.html.heex:118 diff --git a/test/cannery_web/controllers/user_auth_test.exs b/test/cannery_web/controllers/user_auth_test.exs index 98e7bcb..3290320 100644 --- a/test/cannery_web/controllers/user_auth_test.exs +++ b/test/cannery_web/controllers/user_auth_test.exs @@ -116,7 +116,7 @@ defmodule CanneryWeb.UserAuthTest do end test "does not authenticate if data is missing", %{conn: conn, current_user: current_user} do - _token = Accounts.generate_user_session_token(current_user) + _session_token = Accounts.generate_user_session_token(current_user) conn = UserAuth.fetch_current_user(conn, []) refute get_session(conn, :user_token) refute conn.assigns.current_user