forked from shibao/cannery
fix version
This commit is contained in:
parent
69240c1d51
commit
534ff4e69b
@ -124,7 +124,7 @@ defmodule CanneryWeb.HomeLive do
|
||||
<li class="flex flex-row justify-center space-x-2">
|
||||
<b>Version:</b>
|
||||
<p>
|
||||
<%= Mix.Project.config[:version] %>
|
||||
0.1.0
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -166,7 +166,7 @@ msgid "Edit Ammo type"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/live/container_live/index.ex:23
|
||||
#: lib/cannery_web/live/container_live/index.ex:24
|
||||
#: lib/cannery_web/live/container_live/show.ex:89
|
||||
msgid "Edit Container"
|
||||
msgstr ""
|
||||
@ -241,7 +241,7 @@ msgid "Listing Ammo types"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/live/container_live/index.ex:32
|
||||
#: lib/cannery_web/live/container_live/index.ex:33
|
||||
msgid "Listing Containers"
|
||||
msgstr ""
|
||||
|
||||
@ -308,7 +308,7 @@ msgid "New Ammo type"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/live/container_live/index.ex:28
|
||||
#: lib/cannery_web/live/container_live/index.ex:29
|
||||
msgid "New Container"
|
||||
msgstr ""
|
||||
|
||||
|
@ -20,7 +20,7 @@ msgstr ""
|
||||
#: lib/cannery_web/templates/email/confirm_email.txt.eex:2
|
||||
#: lib/cannery_web/templates/email/reset_password.html.eex:2
|
||||
#: lib/cannery_web/templates/email/reset_password.txt.eex:2
|
||||
#: lib/cannery_web/templates/email/update_email.html.eex:2
|
||||
#: lib/cannery_web/templates/email/update_email.html.eex:3
|
||||
#: lib/cannery_web/templates/email/update_email.txt.eex:2
|
||||
msgid "Hi %{email},"
|
||||
msgstr ""
|
||||
@ -34,7 +34,6 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/templates/email/reset_password.html.eex:8
|
||||
#: lib/cannery_web/templates/email/reset_password.txt.eex:8
|
||||
#: lib/cannery_web/templates/email/update_email.html.eex:8
|
||||
#: lib/cannery_web/templates/email/update_email.txt.eex:8
|
||||
msgid "If you didn't request this change from %{url}, please ignore this."
|
||||
msgstr ""
|
||||
@ -45,7 +44,7 @@ msgid "Reset your %{name} password"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/templates/layout/email.html.heex:15
|
||||
#: lib/cannery_web/templates/layout/email.html.heex:17
|
||||
msgid "This email was sent from %{name}"
|
||||
msgstr ""
|
||||
|
||||
@ -70,7 +69,7 @@ msgid "Welcome to %{name}%!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/templates/email/update_email.html.eex:4
|
||||
#: lib/cannery_web/templates/email/update_email.html.eex:6
|
||||
#: lib/cannery_web/templates/email/update_email.txt.eex:4
|
||||
msgid "You can change your email by visiting the URL below:"
|
||||
msgstr ""
|
||||
@ -86,3 +85,8 @@ msgstr ""
|
||||
#: lib/cannery_web/templates/email/reset_password.txt.eex:4
|
||||
msgid "You can reset your password by visiting the URL below:"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/templates/email/update_email.html.eex:10
|
||||
msgid "If you didn't request this change from Cannery, please ignore this."
|
||||
msgstr ""
|
||||
|
@ -16,13 +16,13 @@ msgid "Container must be empty before deleting"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/live/container_live/index.ex:54
|
||||
#: lib/cannery_web/live/container_live/index.ex:55
|
||||
#: lib/cannery_web/live/container_live/show.ex:74
|
||||
msgid "Could not delete %{name}: %{error}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/live/container_live/index.ex:42
|
||||
#: lib/cannery_web/live/container_live/index.ex:43
|
||||
msgid "Could not find that container"
|
||||
msgstr ""
|
||||
|
||||
|
@ -38,7 +38,7 @@ msgid "%{name} enabled succesfully"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-autogen, elixir-format
|
||||
#: lib/cannery_web/live/container_live/index.ex:47
|
||||
#: lib/cannery_web/live/container_live/index.ex:48
|
||||
#: lib/cannery_web/live/container_live/show.ex:64
|
||||
msgid "%{name} has been deleted"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user