fix: translation of login page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
086ecdcb1b
commit
99a8d64344
18 changed files with 487 additions and 200 deletions
|
|
@ -132,18 +132,16 @@ msgid "This OIDC account is already linked to another user. Please contact suppo
|
|||
msgstr ""
|
||||
|
||||
#: lib/mv_web/live/auth/link_oidc_account_live.ex
|
||||
#: lib/mv_web/live/auth/sign_in_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Language selection"
|
||||
msgstr ""
|
||||
|
||||
#: lib/mv_web/live/auth/link_oidc_account_live.ex
|
||||
#: lib/mv_web/live/auth/sign_in_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select language"
|
||||
msgstr ""
|
||||
|
||||
#: lib/mv_web/auth_overrides.ex
|
||||
#: lib/mv_web/live/auth/sign_in_live.ex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "or"
|
||||
msgstr "or"
|
||||
msgid "Register"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1689,7 +1689,7 @@ msgstr ""
|
|||
msgid "Invalid email address. Please enter a valid recipient address."
|
||||
msgstr ""
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_controller.ex
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid or expired link."
|
||||
msgstr "Invalid or expired link."
|
||||
|
|
@ -2898,6 +2898,7 @@ msgstr ""
|
|||
|
||||
#: lib/mv_web/components/layouts.ex
|
||||
#: lib/mv_web/components/layouts/sidebar.ex
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Select language"
|
||||
msgstr ""
|
||||
|
|
@ -3198,7 +3199,7 @@ msgstr ""
|
|||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_controller.ex
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Thank you, we have received your request."
|
||||
msgstr "Thank you, we have received your request."
|
||||
|
|
@ -3271,7 +3272,7 @@ msgstr ""
|
|||
msgid "This is a test email sent from Mila. If you received this, your SMTP configuration is working correctly."
|
||||
msgstr ""
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_controller.ex
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "This link has expired. Please submit the form again."
|
||||
msgstr "This link has expired. Please submit the form again."
|
||||
|
|
@ -3831,3 +3832,38 @@ msgstr "We have received your request. You already have a membership application
|
|||
#, elixir-autogen, elixir-format
|
||||
msgid "You already had a pending request. Here is a new confirmation link."
|
||||
msgstr "You already had a pending request. Here is a new confirmation link."
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Back to join form"
|
||||
msgstr "Back to membership applications"
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Go to join form"
|
||||
msgstr "Go to join form"
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid or expired link"
|
||||
msgstr "Invalid or expired link."
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Link expired"
|
||||
msgstr "Link expired"
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Submit new request"
|
||||
msgstr "Submit new request"
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Thank you"
|
||||
msgstr "Thank you"
|
||||
|
||||
#: lib/mv_web/controllers/join_confirm_html/confirm.html.heex
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You will receive an email once your application has been reviewed."
|
||||
msgstr "You will receive an email once your application has been reviewed."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue