forked from shibao/cannery
rename ammo group files to pack
This commit is contained in:
parent
6d26103784
commit
0544b58ab6
@ -94,7 +94,7 @@ defmodule CanneryWeb.CoreComponents do
|
||||
attr :container, Container, default: nil
|
||||
slot(:inner_block)
|
||||
|
||||
def ammo_group_card(assigns)
|
||||
def pack_card(assigns)
|
||||
|
||||
@spec display_currency(float()) :: String.t()
|
||||
defp display_currency(float), do: :erlang.float_to_binary(float, decimals: 2)
|
||||
|
@ -215,7 +215,7 @@
|
||||
</.live_component>
|
||||
<% else %>
|
||||
<div class="flex flex-wrap justify-center items-stretch">
|
||||
<.ammo_group_card
|
||||
<.pack_card
|
||||
:for={%{id: pack_id, container_id: container_id} = pack <- @packs}
|
||||
pack={pack}
|
||||
original_count={@original_counts && Map.fetch!(@original_counts, pack_id)}
|
||||
|
@ -139,7 +139,7 @@
|
||||
</.live_component>
|
||||
<% else %>
|
||||
<div class="flex flex-wrap justify-center items-stretch">
|
||||
<.ammo_group_card
|
||||
<.pack_card
|
||||
:for={%{id: pack_id} = pack <- @packs}
|
||||
pack={pack}
|
||||
original_count={Map.fetch!(@original_counts, pack_id)}
|
||||
|
@ -18,7 +18,7 @@
|
||||
</.link>
|
||||
|
||||
<div class="w-full flex flex-row flex-wrap justify-center items-stretch">
|
||||
<.ammo_group_card
|
||||
<.pack_card
|
||||
:for={%{id: pack_id} = pack <- @packs}
|
||||
pack={pack}
|
||||
original_count={Map.fetch!(@original_counts, pack_id)}
|
||||
@ -44,7 +44,7 @@
|
||||
>
|
||||
<%= dgettext("actions", "Record shots") %>
|
||||
</.link>
|
||||
</.ammo_group_card>
|
||||
</.pack_card>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
@ -10,14 +10,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:67
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/pack_live/index.ex:59
|
||||
#: lib/cannery_web/live/pack_live/index.ex:67
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:34
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:34
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add your first box!"
|
||||
msgstr ""
|
||||
@ -121,10 +121,10 @@ msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:57
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:350
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:57
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:45
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -156,19 +156,19 @@ msgstr ""
|
||||
msgid "Why not get some ready to shoot?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:88
|
||||
#: lib/cannery_web/components/move_pack_component.ex:88
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add another container!"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:124
|
||||
#: lib/cannery_web/components/move_pack_component.ex:124
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
@ -178,12 +178,12 @@ msgstr ""
|
||||
msgid "Copy to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:14
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add a container first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:77
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -198,19 +198,19 @@ msgstr ""
|
||||
msgid "Change language"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:55
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View in Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:24
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add an ammo type first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:78
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:91
|
||||
#: lib/cannery_web/components/move_pack_component.ex:78
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
@ -220,13 +220,13 @@ msgstr ""
|
||||
msgid "Set Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage for range"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage from range"
|
||||
@ -276,7 +276,7 @@ msgstr ""
|
||||
msgid "Delete invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:160
|
||||
#: lib/cannery_web/live/pack_live/show.ex:160
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:155
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete shot record of %{shot_group_count} shots"
|
||||
@ -305,7 +305,7 @@ msgstr ""
|
||||
msgid "Edit invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:145
|
||||
#: lib/cannery_web/live/pack_live/show.ex:145
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit shot group of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
@ -315,7 +315,7 @@ msgstr ""
|
||||
msgid "Edit shot record of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:120
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:120
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
@ -326,7 +326,7 @@ msgstr ""
|
||||
msgid "Tag %{container_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:119
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:119
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage"
|
||||
msgstr ""
|
||||
@ -336,25 +336,25 @@ msgstr ""
|
||||
msgid "View %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:178
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:178
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Clone ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:74
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:74
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:62
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:62
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:154
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:206
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:154
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
@ -23,14 +23,14 @@ msgstr ""
|
||||
## 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_web/live/ammo_group_live/index.ex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:67
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/pack_live/index.ex:59
|
||||
#: lib/cannery_web/live/pack_live/index.ex:67
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add Ammo"
|
||||
msgstr "Munition hinzufügen"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:34
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:34
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add your first box!"
|
||||
msgstr "Fügen Sie ihre erste Box hinzu!"
|
||||
@ -134,10 +134,10 @@ msgid "Reset password"
|
||||
msgstr "Passwort zurücksetzen"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:57
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:350
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:57
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:45
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -169,19 +169,19 @@ msgstr "Munition markieren"
|
||||
msgid "Why not get some ready to shoot?"
|
||||
msgstr "Warum nicht einige für den Schießstand auswählen?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr "Schüsse dokumentieren"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:88
|
||||
#: lib/cannery_web/components/move_pack_component.ex:88
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add another container!"
|
||||
msgstr "Einen weiteren Behälter hinzufügen!"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:124
|
||||
#: lib/cannery_web/components/move_pack_component.ex:124
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select"
|
||||
msgstr "Markieren"
|
||||
@ -191,12 +191,12 @@ msgstr "Markieren"
|
||||
msgid "Copy to clipboard"
|
||||
msgstr "In die Zwischenablage kopieren"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:14
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add a container first"
|
||||
msgstr "Zuerst einen Behälter hinzufügen"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:77
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Create"
|
||||
msgstr "Erstellen"
|
||||
@ -211,19 +211,19 @@ msgstr "Sprache wechseln"
|
||||
msgid "Change language"
|
||||
msgstr "Sprache wechseln"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:55
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View in Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:24
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add an ammo type first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:78
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:91
|
||||
#: lib/cannery_web/components/move_pack_component.ex:78
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
@ -233,13 +233,13 @@ msgstr ""
|
||||
msgid "Set Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage for range"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage from range"
|
||||
@ -289,7 +289,7 @@ msgstr ""
|
||||
msgid "Delete invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:160
|
||||
#: lib/cannery_web/live/pack_live/show.ex:160
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:155
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete shot record of %{shot_group_count} shots"
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Edit invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:145
|
||||
#: lib/cannery_web/live/pack_live/show.ex:145
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit shot group of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Edit shot record of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:120
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:120
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Stage"
|
||||
msgstr "Munition markieren"
|
||||
@ -339,7 +339,7 @@ msgstr "Munition markieren"
|
||||
msgid "Tag %{container_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:119
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:119
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage"
|
||||
msgstr ""
|
||||
@ -349,25 +349,25 @@ msgstr ""
|
||||
msgid "View %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:178
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:178
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Clone ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:74
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:74
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Delete ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:62
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:62
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:154
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:206
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:154
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "View ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
@ -31,15 +31,15 @@ msgstr "Admins:"
|
||||
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:58
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:41
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:75
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:84
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:3
|
||||
#: lib/cannery_web/live/pack_live/index.ex:75
|
||||
#: lib/cannery_web/live/pack_live/index.ex:84
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:3
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo"
|
||||
msgstr "Munition"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:95
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:22
|
||||
#: lib/cannery_web/components/pack_table_component.ex:95
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:22
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo type"
|
||||
msgstr "Munitionsarten"
|
||||
@ -90,9 +90,9 @@ msgstr "Patrone"
|
||||
msgid "Case material"
|
||||
msgstr "Gehäusematerial"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:73
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:65
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/components/move_pack_component.ex:65
|
||||
#: lib/cannery_web/components/pack_table_component.ex:73
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:59
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container"
|
||||
msgstr "Behälter"
|
||||
@ -111,14 +111,14 @@ msgstr "Behälter"
|
||||
msgid "Corrosive"
|
||||
msgstr "Korrosiv"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:28
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:28
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count"
|
||||
msgstr "Anzahl"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:16
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:8
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:16
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:8
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count:"
|
||||
msgstr "Anzahl:"
|
||||
@ -196,7 +196,7 @@ msgid "Keep me logged in for 60 days"
|
||||
msgstr "Für 60 Tage eingeloggt bleiben"
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:47
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:67
|
||||
#: lib/cannery_web/components/move_pack_component.ex:67
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Location"
|
||||
@ -262,7 +262,7 @@ msgstr "Neue Einladung"
|
||||
msgid "New Tag"
|
||||
msgstr "Neuer Tag"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:94
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No Ammo"
|
||||
msgstr "Keine Munition"
|
||||
@ -292,15 +292,15 @@ msgstr "Keine Tags"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:38
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:43
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/pack_live/show.ex:91
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes"
|
||||
msgstr "Bemerkungen"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:26
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:24
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:26
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes:"
|
||||
msgstr "Bemerkungen:"
|
||||
@ -316,13 +316,13 @@ msgstr "Auf dem Bücherregal"
|
||||
msgid "Pressure"
|
||||
msgstr "Druck"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:81
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/components/pack_table_component.ex:81
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid"
|
||||
msgstr "Kaufpreis"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:41
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid:"
|
||||
msgstr "Kaufpreis:"
|
||||
@ -366,7 +366,7 @@ msgstr "Einfach:"
|
||||
msgid "Steel"
|
||||
msgstr "Stahl"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:108
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:108
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stored in"
|
||||
msgstr "Gelagert in"
|
||||
@ -402,7 +402,7 @@ msgid "Tracer"
|
||||
msgstr "Leuchtspur"
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:48
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:66
|
||||
#: lib/cannery_web/components/move_pack_component.ex:66
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Type"
|
||||
@ -434,8 +434,8 @@ msgstr "Ihre Daten bleiben bei Ihnen, Punkt"
|
||||
msgid "No tags for this container"
|
||||
msgstr "Keine Tags für diesen Behälter"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:77
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:66
|
||||
#: lib/cannery_web/components/pack_table_component.ex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Range"
|
||||
msgstr "Schießplatz"
|
||||
@ -447,7 +447,7 @@ msgstr "Range Day"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:49
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:44
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:92
|
||||
#: lib/cannery_web/live/pack_live/show.ex:92
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Date"
|
||||
@ -464,12 +464,12 @@ msgid "No ammo staged"
|
||||
msgstr "Keine Munition selektiert"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:3
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:35
|
||||
#: lib/cannery_web/live/pack_live/index.ex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr "Schüsse dokumentieren"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:42
|
||||
#: lib/cannery_web/live/pack_live/show.ex:42
|
||||
#: lib/cannery_web/live/range_live/index.ex:40
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Shot Records"
|
||||
@ -493,7 +493,7 @@ msgid "Rounds left"
|
||||
msgstr "Patronen verbleibend"
|
||||
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:42
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:90
|
||||
#: lib/cannery_web/live/pack_live/show.ex:90
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds shot"
|
||||
@ -505,12 +505,12 @@ msgstr "Patronen abgefeuert"
|
||||
msgid "Shot Records"
|
||||
msgstr "Schießkladde"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:43
|
||||
#: lib/cannery_web/live/pack_live/index.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr "Munition verschieben"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:83
|
||||
#: lib/cannery_web/components/move_pack_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No other containers"
|
||||
msgstr "Kein weiterer Behälter"
|
||||
@ -520,14 +520,14 @@ msgstr "Kein weiterer Behälter"
|
||||
msgid "Shot log"
|
||||
msgstr "Schießkladde"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:163
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:246
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:261
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:47
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:47
|
||||
#: lib/cannery_web/components/pack_table_component.ex:163
|
||||
#: lib/cannery_web/components/pack_table_component.ex:246
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:152
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "$%{amount}"
|
||||
msgstr "$%{amount}"
|
||||
@ -614,40 +614,40 @@ msgstr "Editiere %{name} Tags"
|
||||
msgid "Rounds:"
|
||||
msgstr "Patronen:"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:160
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:242
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:260
|
||||
#: lib/cannery_web/components/pack_table_component.ex:160
|
||||
#: lib/cannery_web/components/pack_table_component.ex:242
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:156
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cost information"
|
||||
msgstr "Keine Preisinformationen"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:83
|
||||
#: lib/cannery_web/components/pack_table_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "% left"
|
||||
msgstr "% verbleibend"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:41
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current value:"
|
||||
msgstr "Derzeitiger Wert:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:36
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original cost:"
|
||||
msgstr "Originalpreis:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:13
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:13
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original count:"
|
||||
msgstr "Ursprüngliche Anzahl:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:18
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:18
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Percentage left:"
|
||||
msgstr "Prozent verbleibend:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:121
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:121
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds used"
|
||||
msgstr "Patronen verbraucht"
|
||||
@ -677,13 +677,13 @@ msgstr "Registrieren"
|
||||
msgid "Reset your password"
|
||||
msgstr "Passwort zurücksetzen"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:41
|
||||
#: lib/cannery_web/live/pack_live/show.ex:41
|
||||
#: lib/cannery_web/live/range_live/index.ex:32
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record Shots"
|
||||
msgstr "Schüsse dokumentieren"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:69
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Copies"
|
||||
msgstr "Kopien"
|
||||
@ -742,12 +742,12 @@ msgstr "Quellcode ansehen"
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:45
|
||||
#: lib/cannery_web/live/pack_live/show.ex:45
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit Ammo"
|
||||
msgstr "Munitionstyp bearbeiten"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:43
|
||||
#: lib/cannery_web/live/pack_live/show.ex:43
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Move Ammo"
|
||||
msgstr "Munition verschieben"
|
||||
@ -757,12 +757,12 @@ msgstr "Munition verschieben"
|
||||
msgid "No ammo in this container"
|
||||
msgstr "Keine Munitionsgruppe in diesem Behälter"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:44
|
||||
#: lib/cannery_web/live/pack_live/show.ex:44
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Show Ammo"
|
||||
msgstr "Zeige Munitionsarten"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:113
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:113
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "This ammo is not in a container"
|
||||
msgstr "Diese Munitionsgruppe ist nicht in einem Behälter"
|
||||
@ -790,20 +790,20 @@ msgstr ""
|
||||
msgid "Leave \"Uses left\" blank to make invite unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:51
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Container:"
|
||||
msgstr "Behälter"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:87
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:64
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:201
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:19
|
||||
#: lib/cannery_web/components/pack_table_component.ex:201
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:19
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "%{percentage}%"
|
||||
msgstr ""
|
||||
@ -989,28 +989,28 @@ msgstr ""
|
||||
msgid "Edit %{ammo_type_name}"
|
||||
msgstr "%{name} bearbeiten"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:250
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:17
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:17
|
||||
#: lib/cannery_web/components/pack_table_component.ex:250
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:80
|
||||
#: lib/cannery_web/components/pack_table_component.ex:80
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:46
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:46
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:87
|
||||
#: lib/cannery_web/components/pack_table_component.ex:87
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count"
|
||||
msgstr "Ursprüngliche Anzahl:"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:21
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:21
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count:"
|
||||
msgstr "Ursprüngliche Anzahl:"
|
||||
@ -1020,34 +1020,34 @@ msgstr "Ursprüngliche Anzahl:"
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:63
|
||||
#: lib/cannery_web/components/pack_table_component.ex:63
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:36
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:181
|
||||
#: lib/cannery_web/components/pack_table_component.ex:181
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Never used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:68
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:42
|
||||
#: lib/cannery_web/components/pack_table_component.ex:68
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:31
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:30
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:31
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:51
|
||||
#: lib/cannery_web/live/pack_live/index.ex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo"
|
||||
msgstr "Munitionstyp bearbeiten"
|
||||
@ -1063,7 +1063,7 @@ msgstr "Keine Munitionsarten"
|
||||
msgid "Search catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:81
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:81
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Search ammo"
|
||||
msgstr ""
|
||||
@ -1218,12 +1218,12 @@ msgstr ""
|
||||
msgid "Really great weather"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:59
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:100
|
||||
#: lib/cannery_web/components/container_table_component.ex:67
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:68
|
||||
#: lib/cannery_web/components/move_pack_component.ex:68
|
||||
#: lib/cannery_web/components/pack_table_component.ex:59
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:45
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:93
|
||||
#: lib/cannery_web/live/pack_live/show.ex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
@ -1238,7 +1238,7 @@ msgstr ""
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current Count"
|
||||
msgstr ""
|
||||
@ -1249,9 +1249,9 @@ msgstr ""
|
||||
msgid "Close modal"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:35
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:103
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "All"
|
||||
@ -1323,7 +1323,7 @@ msgstr ""
|
||||
msgid "Load grains:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:29
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "No ammo"
|
||||
msgstr "Keine Munition"
|
||||
@ -1333,11 +1333,11 @@ msgstr "Keine Munition"
|
||||
msgid "None specified"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:58
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:106
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:95
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Pistol"
|
||||
@ -1358,11 +1358,11 @@ msgstr "Zündertyp"
|
||||
msgid "Projectile"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:36
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:56
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:104
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rifle"
|
||||
@ -1412,11 +1412,11 @@ msgstr ""
|
||||
msgid "Shot type:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:54
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:105
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shotgun"
|
||||
@ -1456,11 +1456,11 @@ msgid "Wadding:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:150
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:21
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:48
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:97
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:86
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Class"
|
||||
|
@ -161,12 +161,12 @@ msgstr ""
|
||||
msgid "Tag could not be removed"
|
||||
msgstr "Tag konnte nicht gelöscht werden"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:159
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:159
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Could not parse number of copies"
|
||||
msgstr "Konnte die Anzahl der Kopien nicht verstehen"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:149
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:149
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid number of copies, must be between 1 and %{max}. Was %{multiplier}"
|
||||
msgstr ""
|
||||
@ -178,7 +178,7 @@ msgstr ""
|
||||
msgid "Invalid multiplier"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery/ammo/ammo_group.ex:92
|
||||
#: lib/cannery/ammo/pack.ex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Please select an ammo type and container"
|
||||
msgstr ""
|
||||
|
@ -73,8 +73,8 @@ msgstr ""
|
||||
msgid "Are you sure you want to delete %{name}?"
|
||||
msgstr "Sind Sie sicher, dass sie %{name} löschen möchten?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:72
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:72
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this ammo?"
|
||||
msgstr "Sind Sie sicher, dass sie diese Munition löschen möchten?"
|
||||
@ -129,10 +129,10 @@ msgid "Please check your email to verify your account"
|
||||
msgstr "Bitte überprüfen Sie ihre Mailbox und bestätigen Sie das Nutzerkonto"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:351
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:47
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -176,13 +176,13 @@ msgstr "Schüsse erfolgreich dokumentiert"
|
||||
msgid "Are you sure you want to unstage this ammo?"
|
||||
msgstr "Sind sie sicher, dass Sie diese Munition demarkieren möchten?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:158
|
||||
#: lib/cannery_web/live/pack_live/show.ex:158
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:152
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this shot record?"
|
||||
msgstr "Sind sie sicher, dass sie die Schießkladde löschen möchten?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:80
|
||||
#: lib/cannery_web/live/pack_live/show.ex:80
|
||||
#: lib/cannery_web/live/range_live/index.ex:79
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shot records deleted succesfully"
|
||||
@ -198,7 +198,7 @@ msgstr "Schießkladde erfolgreich aktualisiert"
|
||||
msgid "%{email} confirmed successfully."
|
||||
msgstr "%{email} erfolgreich bestätigt."
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:52
|
||||
#: lib/cannery_web/components/move_pack_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo moved to %{name} successfully"
|
||||
msgstr "Munition erfolgreich zu %{name} verschoben"
|
||||
@ -213,13 +213,13 @@ msgstr "Der Zwischenablage hinzugefügt"
|
||||
msgid "%{name} removed successfully"
|
||||
msgstr "%{name} erfolgreich entfernt"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:20
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:20
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You'll need to"
|
||||
msgstr "Sie müssen"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:78
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:78
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Creating..."
|
||||
msgstr "Erstellen..."
|
||||
@ -234,8 +234,8 @@ msgstr "Möchten Sie die Sprache wechseln?"
|
||||
msgid "Language updated successfully."
|
||||
msgstr "Spracheinstellung gespeichert."
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:94
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:55
|
||||
#: lib/cannery_web/live/pack_live/index.ex:94
|
||||
#: lib/cannery_web/live/pack_live/show.ex:55
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo deleted succesfully"
|
||||
msgstr "Munitionsgruppe erfolgreich gelöscht"
|
||||
@ -245,12 +245,12 @@ msgstr "Munitionsgruppe erfolgreich gelöscht"
|
||||
msgid "Ammo unstaged succesfully"
|
||||
msgstr "Munition erfolgreich demarkiert"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:125
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:125
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo updated successfully"
|
||||
msgstr "Munitionsgruppe erfolgreich aktualisiert"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:184
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:184
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo added successfully"
|
||||
msgid_plural "Ammo added successfully"
|
||||
|
@ -27,15 +27,15 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:58
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:41
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:75
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:84
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:3
|
||||
#: lib/cannery_web/live/pack_live/index.ex:75
|
||||
#: lib/cannery_web/live/pack_live/index.ex:84
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:3
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:95
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:22
|
||||
#: lib/cannery_web/components/pack_table_component.ex:95
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:22
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo type"
|
||||
msgstr ""
|
||||
@ -86,9 +86,9 @@ msgstr ""
|
||||
msgid "Case material"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:73
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:65
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/components/move_pack_component.ex:65
|
||||
#: lib/cannery_web/components/pack_table_component.ex:73
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:59
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container"
|
||||
msgstr ""
|
||||
@ -107,14 +107,14 @@ msgstr ""
|
||||
msgid "Corrosive"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:28
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:28
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:16
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:8
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:16
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:8
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count:"
|
||||
msgstr ""
|
||||
@ -192,7 +192,7 @@ msgid "Keep me logged in for 60 days"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:47
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:67
|
||||
#: lib/cannery_web/components/move_pack_component.ex:67
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Location"
|
||||
@ -258,7 +258,7 @@ msgstr ""
|
||||
msgid "New Tag"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:94
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No Ammo"
|
||||
msgstr ""
|
||||
@ -288,15 +288,15 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:38
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:43
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/pack_live/show.ex:91
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:26
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:24
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:26
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes:"
|
||||
msgstr ""
|
||||
@ -312,13 +312,13 @@ msgstr ""
|
||||
msgid "Pressure"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:81
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/components/pack_table_component.ex:81
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:41
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid:"
|
||||
msgstr ""
|
||||
@ -360,7 +360,7 @@ msgstr ""
|
||||
msgid "Steel"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:108
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:108
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stored in"
|
||||
msgstr ""
|
||||
@ -396,7 +396,7 @@ msgid "Tracer"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:48
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:66
|
||||
#: lib/cannery_web/components/move_pack_component.ex:66
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Type"
|
||||
@ -428,8 +428,8 @@ msgstr ""
|
||||
msgid "No tags for this container"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:77
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:66
|
||||
#: lib/cannery_web/components/pack_table_component.ex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Range"
|
||||
msgstr ""
|
||||
@ -441,7 +441,7 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:49
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:44
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:92
|
||||
#: lib/cannery_web/live/pack_live/show.ex:92
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Date"
|
||||
@ -458,12 +458,12 @@ msgid "No ammo staged"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:3
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:35
|
||||
#: lib/cannery_web/live/pack_live/index.ex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:42
|
||||
#: lib/cannery_web/live/pack_live/show.ex:42
|
||||
#: lib/cannery_web/live/range_live/index.ex:40
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Shot Records"
|
||||
@ -487,7 +487,7 @@ msgid "Rounds left"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:42
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:90
|
||||
#: lib/cannery_web/live/pack_live/show.ex:90
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds shot"
|
||||
@ -499,12 +499,12 @@ msgstr ""
|
||||
msgid "Shot Records"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:43
|
||||
#: lib/cannery_web/live/pack_live/index.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:83
|
||||
#: lib/cannery_web/components/move_pack_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No other containers"
|
||||
msgstr ""
|
||||
@ -514,14 +514,14 @@ msgstr ""
|
||||
msgid "Shot log"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:163
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:246
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:261
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:47
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:47
|
||||
#: lib/cannery_web/components/pack_table_component.ex:163
|
||||
#: lib/cannery_web/components/pack_table_component.ex:246
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:152
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "$%{amount}"
|
||||
msgstr ""
|
||||
@ -608,40 +608,40 @@ msgstr ""
|
||||
msgid "Rounds:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:160
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:242
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:260
|
||||
#: lib/cannery_web/components/pack_table_component.ex:160
|
||||
#: lib/cannery_web/components/pack_table_component.ex:242
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:156
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cost information"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:83
|
||||
#: lib/cannery_web/components/pack_table_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "% left"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:41
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current value:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:36
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original cost:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:13
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:13
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original count:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:18
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:18
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Percentage left:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:121
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:121
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds used"
|
||||
msgstr ""
|
||||
@ -671,13 +671,13 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:41
|
||||
#: lib/cannery_web/live/pack_live/show.ex:41
|
||||
#: lib/cannery_web/live/range_live/index.ex:32
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record Shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:69
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Copies"
|
||||
msgstr ""
|
||||
@ -736,12 +736,12 @@ msgstr ""
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:45
|
||||
#: lib/cannery_web/live/pack_live/show.ex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:43
|
||||
#: lib/cannery_web/live/pack_live/show.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move Ammo"
|
||||
msgstr ""
|
||||
@ -751,12 +751,12 @@ msgstr ""
|
||||
msgid "No ammo in this container"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:44
|
||||
#: lib/cannery_web/live/pack_live/show.ex:44
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:113
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:113
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "This ammo is not in a container"
|
||||
msgstr ""
|
||||
@ -784,20 +784,20 @@ msgstr ""
|
||||
msgid "Leave \"Uses left\" blank to make invite unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:51
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:51
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:87
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:64
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:201
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:19
|
||||
#: lib/cannery_web/components/pack_table_component.ex:201
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:19
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "%{percentage}%"
|
||||
msgstr ""
|
||||
@ -983,28 +983,28 @@ msgstr ""
|
||||
msgid "Edit %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:250
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:17
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:17
|
||||
#: lib/cannery_web/components/pack_table_component.ex:250
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:80
|
||||
#: lib/cannery_web/components/pack_table_component.ex:80
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:46
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:46
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:87
|
||||
#: lib/cannery_web/components/pack_table_component.ex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original Count"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:21
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:21
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original Count:"
|
||||
msgstr ""
|
||||
@ -1014,34 +1014,34 @@ msgstr ""
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:63
|
||||
#: lib/cannery_web/components/pack_table_component.ex:63
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:36
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:181
|
||||
#: lib/cannery_web/components/pack_table_component.ex:181
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Never used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:68
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:42
|
||||
#: lib/cannery_web/components/pack_table_component.ex:68
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:31
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:30
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:31
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:51
|
||||
#: lib/cannery_web/live/pack_live/index.ex:51
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit ammo"
|
||||
msgstr ""
|
||||
@ -1057,7 +1057,7 @@ msgstr ""
|
||||
msgid "Search catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:81
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:81
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Search ammo"
|
||||
msgstr ""
|
||||
@ -1201,12 +1201,12 @@ msgstr ""
|
||||
msgid "Really great weather"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:59
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:100
|
||||
#: lib/cannery_web/components/container_table_component.ex:67
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:68
|
||||
#: lib/cannery_web/components/move_pack_component.ex:68
|
||||
#: lib/cannery_web/components/pack_table_component.ex:59
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:45
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:93
|
||||
#: lib/cannery_web/live/pack_live/show.ex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
@ -1221,7 +1221,7 @@ msgstr ""
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current Count"
|
||||
msgstr ""
|
||||
@ -1232,9 +1232,9 @@ msgstr ""
|
||||
msgid "Close modal"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:35
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:103
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "All"
|
||||
@ -1306,7 +1306,7 @@ msgstr ""
|
||||
msgid "Load grains:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:29
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No ammo"
|
||||
msgstr ""
|
||||
@ -1316,11 +1316,11 @@ msgstr ""
|
||||
msgid "None specified"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:58
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:106
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:95
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Pistol"
|
||||
@ -1341,11 +1341,11 @@ msgstr ""
|
||||
msgid "Projectile"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:36
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:56
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:104
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rifle"
|
||||
@ -1395,11 +1395,11 @@ msgstr ""
|
||||
msgid "Shot type:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:54
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:105
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shotgun"
|
||||
@ -1439,11 +1439,11 @@ msgid "Wadding:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:150
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:21
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:48
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:97
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:86
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Class"
|
||||
|
@ -10,14 +10,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"Language: en\n"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:67
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/pack_live/index.ex:59
|
||||
#: lib/cannery_web/live/pack_live/index.ex:67
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:34
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:34
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add your first box!"
|
||||
msgstr ""
|
||||
@ -121,10 +121,10 @@ msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:57
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:350
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:57
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:45
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -156,19 +156,19 @@ msgstr ""
|
||||
msgid "Why not get some ready to shoot?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:88
|
||||
#: lib/cannery_web/components/move_pack_component.ex:88
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add another container!"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:124
|
||||
#: lib/cannery_web/components/move_pack_component.ex:124
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
@ -178,12 +178,12 @@ msgstr ""
|
||||
msgid "Copy to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:14
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add a container first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:77
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:77
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -198,19 +198,19 @@ msgstr ""
|
||||
msgid "Change language"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:55
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View in Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:24
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add an ammo type first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:78
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:91
|
||||
#: lib/cannery_web/components/move_pack_component.ex:78
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
@ -220,13 +220,13 @@ msgstr ""
|
||||
msgid "Set Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage for range"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage from range"
|
||||
@ -276,7 +276,7 @@ msgstr ""
|
||||
msgid "Delete invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:160
|
||||
#: lib/cannery_web/live/pack_live/show.ex:160
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:155
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete shot record of %{shot_group_count} shots"
|
||||
@ -305,7 +305,7 @@ msgstr ""
|
||||
msgid "Edit invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:145
|
||||
#: lib/cannery_web/live/pack_live/show.ex:145
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit shot group of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
@ -315,7 +315,7 @@ msgstr ""
|
||||
msgid "Edit shot record of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:120
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:120
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
@ -326,7 +326,7 @@ msgstr ""
|
||||
msgid "Tag %{container_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:119
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:119
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage"
|
||||
msgstr ""
|
||||
@ -336,25 +336,25 @@ msgstr ""
|
||||
msgid "View %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:178
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:178
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Clone ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:74
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:74
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Delete ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:62
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:62
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:154
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:206
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:154
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "View ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
@ -27,15 +27,15 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:58
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:41
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:75
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:84
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:3
|
||||
#: lib/cannery_web/live/pack_live/index.ex:75
|
||||
#: lib/cannery_web/live/pack_live/index.ex:84
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:3
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:95
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:22
|
||||
#: lib/cannery_web/components/pack_table_component.ex:95
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:22
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo type"
|
||||
msgstr ""
|
||||
@ -86,9 +86,9 @@ msgstr ""
|
||||
msgid "Case material"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:73
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:65
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/components/move_pack_component.ex:65
|
||||
#: lib/cannery_web/components/pack_table_component.ex:73
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:59
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container"
|
||||
msgstr ""
|
||||
@ -107,14 +107,14 @@ msgstr ""
|
||||
msgid "Corrosive"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:28
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:28
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:16
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:8
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:16
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:8
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count:"
|
||||
msgstr ""
|
||||
@ -192,7 +192,7 @@ msgid "Keep me logged in for 60 days"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:47
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:67
|
||||
#: lib/cannery_web/components/move_pack_component.ex:67
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Location"
|
||||
@ -258,7 +258,7 @@ msgstr ""
|
||||
msgid "New Tag"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:94
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No Ammo"
|
||||
msgstr ""
|
||||
@ -288,15 +288,15 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:38
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:43
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/pack_live/show.ex:91
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:26
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:24
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:26
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes:"
|
||||
msgstr ""
|
||||
@ -312,13 +312,13 @@ msgstr ""
|
||||
msgid "Pressure"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:81
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/components/pack_table_component.ex:81
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:41
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid:"
|
||||
msgstr ""
|
||||
@ -360,7 +360,7 @@ msgstr ""
|
||||
msgid "Steel"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:108
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:108
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stored in"
|
||||
msgstr ""
|
||||
@ -396,7 +396,7 @@ msgid "Tracer"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:48
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:66
|
||||
#: lib/cannery_web/components/move_pack_component.ex:66
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Type"
|
||||
@ -428,8 +428,8 @@ msgstr ""
|
||||
msgid "No tags for this container"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:77
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:66
|
||||
#: lib/cannery_web/components/pack_table_component.ex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Range"
|
||||
msgstr ""
|
||||
@ -441,7 +441,7 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:49
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:44
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:92
|
||||
#: lib/cannery_web/live/pack_live/show.ex:92
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Date"
|
||||
@ -458,12 +458,12 @@ msgid "No ammo staged"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:3
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:35
|
||||
#: lib/cannery_web/live/pack_live/index.ex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:42
|
||||
#: lib/cannery_web/live/pack_live/show.ex:42
|
||||
#: lib/cannery_web/live/range_live/index.ex:40
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Shot Records"
|
||||
@ -487,7 +487,7 @@ msgid "Rounds left"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:42
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:90
|
||||
#: lib/cannery_web/live/pack_live/show.ex:90
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds shot"
|
||||
@ -499,12 +499,12 @@ msgstr ""
|
||||
msgid "Shot Records"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:43
|
||||
#: lib/cannery_web/live/pack_live/index.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:83
|
||||
#: lib/cannery_web/components/move_pack_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No other containers"
|
||||
msgstr ""
|
||||
@ -514,14 +514,14 @@ msgstr ""
|
||||
msgid "Shot log"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:163
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:246
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:261
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:47
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:47
|
||||
#: lib/cannery_web/components/pack_table_component.ex:163
|
||||
#: lib/cannery_web/components/pack_table_component.ex:246
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:152
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "$%{amount}"
|
||||
msgstr ""
|
||||
@ -608,40 +608,40 @@ msgstr ""
|
||||
msgid "Rounds:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:160
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:242
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:260
|
||||
#: lib/cannery_web/components/pack_table_component.ex:160
|
||||
#: lib/cannery_web/components/pack_table_component.ex:242
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:156
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cost information"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:83
|
||||
#: lib/cannery_web/components/pack_table_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "% left"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:41
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current value:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:36
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original cost:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:13
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:13
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original count:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:18
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:18
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Percentage left:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:121
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:121
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Rounds used"
|
||||
msgstr ""
|
||||
@ -671,13 +671,13 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:41
|
||||
#: lib/cannery_web/live/pack_live/show.ex:41
|
||||
#: lib/cannery_web/live/range_live/index.ex:32
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Record Shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:69
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Copies"
|
||||
msgstr ""
|
||||
@ -736,12 +736,12 @@ msgstr ""
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:45
|
||||
#: lib/cannery_web/live/pack_live/show.ex:45
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:43
|
||||
#: lib/cannery_web/live/pack_live/show.ex:43
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Move Ammo"
|
||||
msgstr ""
|
||||
@ -751,12 +751,12 @@ msgstr ""
|
||||
msgid "No ammo in this container"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:44
|
||||
#: lib/cannery_web/live/pack_live/show.ex:44
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Show Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:113
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:113
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "This ammo is not in a container"
|
||||
msgstr ""
|
||||
@ -784,20 +784,20 @@ msgstr ""
|
||||
msgid "Leave \"Uses left\" blank to make invite unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:51
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Container:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:87
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:64
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:201
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:19
|
||||
#: lib/cannery_web/components/pack_table_component.ex:201
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:19
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "%{percentage}%"
|
||||
msgstr ""
|
||||
@ -983,28 +983,28 @@ msgstr ""
|
||||
msgid "Edit %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:250
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:17
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:17
|
||||
#: lib/cannery_web/components/pack_table_component.ex:250
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:80
|
||||
#: lib/cannery_web/components/pack_table_component.ex:80
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:46
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:46
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:87
|
||||
#: lib/cannery_web/components/pack_table_component.ex:87
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:21
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:21
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count:"
|
||||
msgstr ""
|
||||
@ -1014,34 +1014,34 @@ msgstr ""
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:63
|
||||
#: lib/cannery_web/components/pack_table_component.ex:63
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:36
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:181
|
||||
#: lib/cannery_web/components/pack_table_component.ex:181
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Never used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:68
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:42
|
||||
#: lib/cannery_web/components/pack_table_component.ex:68
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:31
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:30
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:31
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:51
|
||||
#: lib/cannery_web/live/pack_live/index.ex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo"
|
||||
msgstr ""
|
||||
@ -1057,7 +1057,7 @@ msgstr ""
|
||||
msgid "Search catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:81
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:81
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Search ammo"
|
||||
msgstr ""
|
||||
@ -1201,12 +1201,12 @@ msgstr ""
|
||||
msgid "Really great weather"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:59
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:100
|
||||
#: lib/cannery_web/components/container_table_component.ex:67
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:68
|
||||
#: lib/cannery_web/components/move_pack_component.ex:68
|
||||
#: lib/cannery_web/components/pack_table_component.ex:59
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:45
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:93
|
||||
#: lib/cannery_web/live/pack_live/show.ex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
@ -1221,7 +1221,7 @@ msgstr ""
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current Count"
|
||||
msgstr ""
|
||||
@ -1232,9 +1232,9 @@ msgstr ""
|
||||
msgid "Close modal"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:35
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:103
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "All"
|
||||
@ -1306,7 +1306,7 @@ msgstr ""
|
||||
msgid "Load grains:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:29
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "No ammo"
|
||||
msgstr ""
|
||||
@ -1316,11 +1316,11 @@ msgstr ""
|
||||
msgid "None specified"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:58
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:106
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:95
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Pistol"
|
||||
@ -1341,11 +1341,11 @@ msgstr ""
|
||||
msgid "Projectile"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:36
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:56
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:104
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rifle"
|
||||
@ -1395,11 +1395,11 @@ msgstr ""
|
||||
msgid "Shot type:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:54
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:105
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shotgun"
|
||||
@ -1439,11 +1439,11 @@ msgid "Wadding:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:150
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:21
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:48
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:97
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:86
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Class"
|
||||
|
@ -146,12 +146,12 @@ msgstr ""
|
||||
msgid "Tag could not be removed"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:159
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:159
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Could not parse number of copies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:149
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:149
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid number of copies, must be between 1 and %{max}. Was %{multiplier}"
|
||||
msgstr ""
|
||||
@ -161,7 +161,7 @@ msgstr ""
|
||||
msgid "Invalid multiplier"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery/ammo/ammo_group.ex:92
|
||||
#: lib/cannery/ammo/pack.ex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Please select an ammo type and container"
|
||||
msgstr ""
|
||||
|
@ -58,8 +58,8 @@ msgstr ""
|
||||
msgid "Are you sure you want to delete %{name}?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:72
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:72
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this ammo?"
|
||||
msgstr ""
|
||||
@ -110,10 +110,10 @@ msgid "Please check your email to verify your account"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:351
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:47
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -155,13 +155,13 @@ msgstr ""
|
||||
msgid "Are you sure you want to unstage this ammo?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:158
|
||||
#: lib/cannery_web/live/pack_live/show.ex:158
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:152
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this shot record?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:80
|
||||
#: lib/cannery_web/live/pack_live/show.ex:80
|
||||
#: lib/cannery_web/live/range_live/index.ex:79
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shot records deleted succesfully"
|
||||
@ -177,7 +177,7 @@ msgstr ""
|
||||
msgid "%{email} confirmed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:52
|
||||
#: lib/cannery_web/components/move_pack_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo moved to %{name} successfully"
|
||||
msgstr ""
|
||||
@ -192,13 +192,13 @@ msgstr ""
|
||||
msgid "%{name} removed successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:20
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:20
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You'll need to"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:78
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:78
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Creating..."
|
||||
msgstr ""
|
||||
@ -213,8 +213,8 @@ msgstr ""
|
||||
msgid "Language updated successfully."
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:94
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:55
|
||||
#: lib/cannery_web/live/pack_live/index.ex:94
|
||||
#: lib/cannery_web/live/pack_live/show.ex:55
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo deleted succesfully"
|
||||
msgstr ""
|
||||
@ -224,12 +224,12 @@ msgstr ""
|
||||
msgid "Ammo unstaged succesfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:125
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:125
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo updated successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:184
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:184
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo added successfully"
|
||||
msgid_plural "Ammo added successfully"
|
||||
|
@ -145,12 +145,12 @@ msgstr ""
|
||||
msgid "Tag could not be removed"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:159
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:159
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Could not parse number of copies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:149
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:149
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid number of copies, must be between 1 and %{max}. Was %{multiplier}"
|
||||
msgstr ""
|
||||
@ -160,7 +160,7 @@ msgstr ""
|
||||
msgid "Invalid multiplier"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery/ammo/ammo_group.ex:92
|
||||
#: lib/cannery/ammo/pack.ex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Please select an ammo type and container"
|
||||
msgstr ""
|
||||
|
@ -23,14 +23,14 @@ msgstr ""
|
||||
## 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_web/live/ammo_group_live/index.ex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:67
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/pack_live/index.ex:59
|
||||
#: lib/cannery_web/live/pack_live/index.ex:67
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add Ammo"
|
||||
msgstr "Añadir Munición"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:34
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:34
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add your first box!"
|
||||
msgstr "¡Añade tu primera caja!"
|
||||
@ -134,10 +134,10 @@ msgid "Reset password"
|
||||
msgstr "Resetear contraseña"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:57
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:350
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:57
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:45
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -169,19 +169,19 @@ msgstr "Preparar munición"
|
||||
msgid "Why not get some ready to shoot?"
|
||||
msgstr "¿Por qué no preparar parte para disparar?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr "Tiros récord"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:88
|
||||
#: lib/cannery_web/components/move_pack_component.ex:88
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add another container!"
|
||||
msgstr "¡Añade otro contenedor!"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:124
|
||||
#: lib/cannery_web/components/move_pack_component.ex:124
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select"
|
||||
msgstr "Seleccionar"
|
||||
@ -191,12 +191,12 @@ msgstr "Seleccionar"
|
||||
msgid "Copy to clipboard"
|
||||
msgstr "Copiar al portapapeles"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:14
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add a container first"
|
||||
msgstr "añade primero un contenedor"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:77
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
@ -211,19 +211,19 @@ msgstr "Cambiar Lenguaje"
|
||||
msgid "Change language"
|
||||
msgstr "Cambiar lenguaje"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:55
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View in Catalog"
|
||||
msgstr "Ver en Catalogo"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:24
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add an ammo type first"
|
||||
msgstr "añade primero un tipo de munición"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:78
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:91
|
||||
#: lib/cannery_web/components/move_pack_component.ex:78
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr "Mover munición"
|
||||
@ -233,13 +233,13 @@ msgstr "Mover munición"
|
||||
msgid "Set Unlimited"
|
||||
msgstr "Activar ilimitados"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage for range"
|
||||
msgstr "Preparar para el campo de tiro"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage from range"
|
||||
@ -289,7 +289,7 @@ msgstr ""
|
||||
msgid "Delete invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:160
|
||||
#: lib/cannery_web/live/pack_live/show.ex:160
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:155
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete shot record of %{shot_group_count} shots"
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Edit invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:145
|
||||
#: lib/cannery_web/live/pack_live/show.ex:145
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit shot group of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Edit shot record of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:120
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:120
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Stage"
|
||||
msgstr "Preparar munición"
|
||||
@ -339,7 +339,7 @@ msgstr "Preparar munición"
|
||||
msgid "Tag %{container_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:119
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:119
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage"
|
||||
msgstr ""
|
||||
@ -349,25 +349,25 @@ msgstr ""
|
||||
msgid "View %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:178
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:178
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Clone ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:74
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:74
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Delete ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:62
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:62
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:154
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:206
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:154
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "View ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
@ -31,15 +31,15 @@ msgstr "Aministradores:"
|
||||
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:58
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:41
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:75
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:84
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:3
|
||||
#: lib/cannery_web/live/pack_live/index.ex:75
|
||||
#: lib/cannery_web/live/pack_live/index.ex:84
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:3
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo"
|
||||
msgstr "Munición"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:95
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:22
|
||||
#: lib/cannery_web/components/pack_table_component.ex:95
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:22
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo type"
|
||||
msgstr "Tipo de munición"
|
||||
@ -90,9 +90,9 @@ msgstr "Cartucho"
|
||||
msgid "Case material"
|
||||
msgstr "Material del casquillo"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:73
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:65
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/components/move_pack_component.ex:65
|
||||
#: lib/cannery_web/components/pack_table_component.ex:73
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:59
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container"
|
||||
msgstr "Contenedor"
|
||||
@ -111,14 +111,14 @@ msgstr "Contenedores"
|
||||
msgid "Corrosive"
|
||||
msgstr "Corrosiva"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:28
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:28
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:16
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:8
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:16
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:8
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count:"
|
||||
msgstr "Cantidad:"
|
||||
@ -196,7 +196,7 @@ msgid "Keep me logged in for 60 days"
|
||||
msgstr "Mantener registrado durante 60 días"
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:47
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:67
|
||||
#: lib/cannery_web/components/move_pack_component.ex:67
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Location"
|
||||
@ -262,7 +262,7 @@ msgstr "Nueva Invitación"
|
||||
msgid "New Tag"
|
||||
msgstr "Nueva Etiqueta"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:94
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No Ammo"
|
||||
msgstr "Sin Munición"
|
||||
@ -292,15 +292,15 @@ msgstr "Sin etiquetas"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:38
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:43
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/pack_live/show.ex:91
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes"
|
||||
msgstr "Notas"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:26
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:24
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:26
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes:"
|
||||
msgstr "Notas:"
|
||||
@ -316,13 +316,13 @@ msgstr "En la estantería"
|
||||
msgid "Pressure"
|
||||
msgstr "Presión"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:81
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/components/pack_table_component.ex:81
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid"
|
||||
msgstr "Precio pagado"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:41
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid:"
|
||||
msgstr "Precio pagado:"
|
||||
@ -366,7 +366,7 @@ msgstr "Simple:"
|
||||
msgid "Steel"
|
||||
msgstr "Acero"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:108
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:108
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stored in"
|
||||
msgstr "Guardado en"
|
||||
@ -403,7 +403,7 @@ msgid "Tracer"
|
||||
msgstr "Trazadora"
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:48
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:66
|
||||
#: lib/cannery_web/components/move_pack_component.ex:66
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Type"
|
||||
@ -435,8 +435,8 @@ msgstr "Tus datos se quedan contigo, sin excepciones"
|
||||
msgid "No tags for this container"
|
||||
msgstr "Contenedor sin etiquetas"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:77
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:66
|
||||
#: lib/cannery_web/components/pack_table_component.ex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Range"
|
||||
msgstr "Campo de tiro"
|
||||
@ -448,7 +448,7 @@ msgstr "Día de disparar"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:49
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:44
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:92
|
||||
#: lib/cannery_web/live/pack_live/show.ex:92
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Date"
|
||||
@ -465,12 +465,12 @@ msgid "No ammo staged"
|
||||
msgstr "No hay munición preparada"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:3
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:35
|
||||
#: lib/cannery_web/live/pack_live/index.ex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr "Tiros récord"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:42
|
||||
#: lib/cannery_web/live/pack_live/show.ex:42
|
||||
#: lib/cannery_web/live/range_live/index.ex:40
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Shot Records"
|
||||
@ -494,7 +494,7 @@ msgid "Rounds left"
|
||||
msgstr "Balas restantes"
|
||||
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:42
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:90
|
||||
#: lib/cannery_web/live/pack_live/show.ex:90
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds shot"
|
||||
@ -506,12 +506,12 @@ msgstr "Balas disparadas"
|
||||
msgid "Shot Records"
|
||||
msgstr "Récords de Tiro"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:43
|
||||
#: lib/cannery_web/live/pack_live/index.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr "Mover munición"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:83
|
||||
#: lib/cannery_web/components/move_pack_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No other containers"
|
||||
msgstr "No hay otros contenedores"
|
||||
@ -521,14 +521,14 @@ msgstr "No hay otros contenedores"
|
||||
msgid "Shot log"
|
||||
msgstr "Registro de tiros"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:163
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:246
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:261
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:47
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:47
|
||||
#: lib/cannery_web/components/pack_table_component.ex:163
|
||||
#: lib/cannery_web/components/pack_table_component.ex:246
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:152
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "$%{amount}"
|
||||
msgstr "$%{amount}"
|
||||
@ -615,40 +615,40 @@ msgstr "Editar etiquetas de %{name}"
|
||||
msgid "Rounds:"
|
||||
msgstr "Balas:"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:160
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:242
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:260
|
||||
#: lib/cannery_web/components/pack_table_component.ex:160
|
||||
#: lib/cannery_web/components/pack_table_component.ex:242
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:156
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cost information"
|
||||
msgstr "No hay información de coste"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:83
|
||||
#: lib/cannery_web/components/pack_table_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "% left"
|
||||
msgstr "% restantes"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:41
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current value:"
|
||||
msgstr "Valor actual:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:36
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original cost:"
|
||||
msgstr "Coste original:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:13
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:13
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original count:"
|
||||
msgstr "Cantidad original:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:18
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:18
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Percentage left:"
|
||||
msgstr "Pocentaje restante:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:121
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:121
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds used"
|
||||
msgstr "Balas usadas"
|
||||
@ -678,13 +678,13 @@ msgstr "Registrarse"
|
||||
msgid "Reset your password"
|
||||
msgstr "Reestablecer contraseña"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:41
|
||||
#: lib/cannery_web/live/pack_live/show.ex:41
|
||||
#: lib/cannery_web/live/range_live/index.ex:32
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record Shots"
|
||||
msgstr "Tiros Récord"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:69
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Copies"
|
||||
msgstr "Copias"
|
||||
@ -743,12 +743,12 @@ msgstr "Ver código fuente"
|
||||
msgid "Catalog"
|
||||
msgstr "Catálogo"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:45
|
||||
#: lib/cannery_web/live/pack_live/show.ex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Ammo"
|
||||
msgstr "Editar Munición"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:43
|
||||
#: lib/cannery_web/live/pack_live/show.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move Ammo"
|
||||
msgstr "Mover Munición"
|
||||
@ -758,12 +758,12 @@ msgstr "Mover Munición"
|
||||
msgid "No ammo in this container"
|
||||
msgstr "No hay munición en este contenedor"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:44
|
||||
#: lib/cannery_web/live/pack_live/show.ex:44
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show Ammo"
|
||||
msgstr "Mostrar Munición"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:113
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:113
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "This ammo is not in a container"
|
||||
msgstr "Esta munición no está en un contenedor"
|
||||
@ -792,20 +792,20 @@ msgid "Leave \"Uses left\" blank to make invite unlimited"
|
||||
msgstr ""
|
||||
"Deje \"Usos restantes\" en blanco para hacer las invitaciónes ilimitadas"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:51
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:51
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container:"
|
||||
msgstr "Contenedor:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:87
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:64
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show used"
|
||||
msgstr "Mostrar usadas"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:201
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:19
|
||||
#: lib/cannery_web/components/pack_table_component.ex:201
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:19
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "%{percentage}%"
|
||||
msgstr "%{percentage}%"
|
||||
@ -991,28 +991,28 @@ msgstr ""
|
||||
msgid "Edit %{ammo_type_name}"
|
||||
msgstr "Editar %{ammo_type_name}"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:250
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:17
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:17
|
||||
#: lib/cannery_web/components/pack_table_component.ex:250
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Empty"
|
||||
msgstr "Vacio"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:80
|
||||
#: lib/cannery_web/components/pack_table_component.ex:80
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:46
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:46
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:87
|
||||
#: lib/cannery_web/components/pack_table_component.ex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original Count"
|
||||
msgstr "Cantidad Original"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:21
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:21
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original Count:"
|
||||
msgstr "Cantidad Original:"
|
||||
@ -1022,34 +1022,34 @@ msgstr "Cantidad Original:"
|
||||
msgid "Home"
|
||||
msgstr "Menu principal"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:63
|
||||
#: lib/cannery_web/components/pack_table_component.ex:63
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on"
|
||||
msgstr "Usada por última vez en"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:36
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on:"
|
||||
msgstr "Usada por última vez en:"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:181
|
||||
#: lib/cannery_web/components/pack_table_component.ex:181
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Never used"
|
||||
msgstr "Nunca usada"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:68
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:42
|
||||
#: lib/cannery_web/components/pack_table_component.ex:68
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on"
|
||||
msgstr "Comprada en"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:31
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:30
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:31
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on:"
|
||||
msgstr "Comprada en:"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:51
|
||||
#: lib/cannery_web/live/pack_live/index.ex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo"
|
||||
msgstr "Editar munición"
|
||||
@ -1065,7 +1065,7 @@ msgstr "Sin tipo de Munición"
|
||||
msgid "Search catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:81
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:81
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Search ammo"
|
||||
msgstr ""
|
||||
@ -1220,12 +1220,12 @@ msgstr ""
|
||||
msgid "Really great weather"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:59
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:100
|
||||
#: lib/cannery_web/components/container_table_component.ex:67
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:68
|
||||
#: lib/cannery_web/components/move_pack_component.ex:68
|
||||
#: lib/cannery_web/components/pack_table_component.ex:59
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:45
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:93
|
||||
#: lib/cannery_web/live/pack_live/show.ex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
@ -1240,7 +1240,7 @@ msgstr ""
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current Count"
|
||||
msgstr ""
|
||||
@ -1251,9 +1251,9 @@ msgstr ""
|
||||
msgid "Close modal"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:35
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:103
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "All"
|
||||
@ -1325,7 +1325,7 @@ msgstr ""
|
||||
msgid "Load grains:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:29
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "No ammo"
|
||||
msgstr "Sin Munición"
|
||||
@ -1335,11 +1335,11 @@ msgstr "Sin Munición"
|
||||
msgid "None specified"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:58
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:106
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:95
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Pistol"
|
||||
@ -1360,11 +1360,11 @@ msgstr "Tipo de espoleta"
|
||||
msgid "Projectile"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:36
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:56
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:104
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rifle"
|
||||
@ -1414,11 +1414,11 @@ msgstr ""
|
||||
msgid "Shot type:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:54
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:105
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shotgun"
|
||||
@ -1458,11 +1458,11 @@ msgid "Wadding:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:150
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:21
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:48
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:97
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:86
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Class"
|
||||
|
@ -161,12 +161,12 @@ msgstr "Debe confirmar su cuenta e iniciar sesión para acceder a esta página."
|
||||
msgid "Tag could not be removed"
|
||||
msgstr "La etiqueta no pudo ser eliminada"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:159
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:159
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Could not parse number of copies"
|
||||
msgstr "No se ha podido procesar el número de copias"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:149
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:149
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid number of copies, must be between 1 and %{max}. Was %{multiplier}"
|
||||
msgstr "Número inválido de copias, debe ser entre 1 y %{max}. Fue %{multiplier"
|
||||
@ -176,7 +176,7 @@ msgstr "Número inválido de copias, debe ser entre 1 y %{max}. Fue %{multiplier
|
||||
msgid "Invalid multiplier"
|
||||
msgstr "Multiplicador inválido"
|
||||
|
||||
#: lib/cannery/ammo/ammo_group.ex:92
|
||||
#: lib/cannery/ammo/pack.ex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Please select an ammo type and container"
|
||||
msgstr "Por favor escoja un tipo de munición y un contenedor"
|
||||
|
@ -73,8 +73,8 @@ msgstr "Está seguro que desea eliminar %{email}? Esta acción es permanente!"
|
||||
msgid "Are you sure you want to delete %{name}?"
|
||||
msgstr "Está seguro que desea eliminar %{name}?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:72
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:72
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this ammo?"
|
||||
msgstr "Está seguro que desea eliminar esta munición?"
|
||||
@ -129,10 +129,10 @@ msgid "Please check your email to verify your account"
|
||||
msgstr "Por favor chequea el correo para verificar tu cuenta"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:351
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:47
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -175,13 +175,13 @@ msgstr "Tiros registrados exitosamente"
|
||||
msgid "Are you sure you want to unstage this ammo?"
|
||||
msgstr "Está seguro que desea desmontar esta munición?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:158
|
||||
#: lib/cannery_web/live/pack_live/show.ex:158
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:152
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this shot record?"
|
||||
msgstr "¿Está segure que quiere borrar este récord de disparos?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:80
|
||||
#: lib/cannery_web/live/pack_live/show.ex:80
|
||||
#: lib/cannery_web/live/range_live/index.ex:79
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shot records deleted succesfully"
|
||||
@ -197,7 +197,7 @@ msgstr "Récord de disparos actualizado exitosamente"
|
||||
msgid "%{email} confirmed successfully."
|
||||
msgstr "%{email} confirmado exitosamente."
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:52
|
||||
#: lib/cannery_web/components/move_pack_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo moved to %{name} successfully"
|
||||
msgstr "Munición movida a %{name} exitosamente"
|
||||
@ -212,13 +212,13 @@ msgstr "Copiado al portapapeles"
|
||||
msgid "%{name} removed successfully"
|
||||
msgstr "%{name} eliminado exitosamente"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:20
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:20
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You'll need to"
|
||||
msgstr "Necesitará hacerlo"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:78
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:78
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Creating..."
|
||||
msgstr "Creando..."
|
||||
@ -233,8 +233,8 @@ msgstr "¿Está segure de que quiere cambiar el idioma?"
|
||||
msgid "Language updated successfully."
|
||||
msgstr "Idioma cambiado exitosamente."
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:94
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:55
|
||||
#: lib/cannery_web/live/pack_live/index.ex:94
|
||||
#: lib/cannery_web/live/pack_live/show.ex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo deleted succesfully"
|
||||
msgstr "Munición borrada exitosamente"
|
||||
@ -244,12 +244,12 @@ msgstr "Munición borrada exitosamente"
|
||||
msgid "Ammo unstaged succesfully"
|
||||
msgstr "Munición descargada exitosamente"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:125
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:125
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo updated successfully"
|
||||
msgstr "Munición actualizada exitosamente"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:184
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:184
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo added successfully"
|
||||
msgid_plural "Ammo added successfully"
|
||||
|
@ -23,14 +23,14 @@ msgstr ""
|
||||
# # 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_web/live/ammo_group_live/index.ex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:67
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/pack_live/index.ex:59
|
||||
#: lib/cannery_web/live/pack_live/index.ex:67
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add Ammo"
|
||||
msgstr "ajouter munition"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:34
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:34
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add your first box!"
|
||||
msgstr "Ajoutez votre première caisse !"
|
||||
@ -134,10 +134,10 @@ msgid "Reset password"
|
||||
msgstr "Réinitialisé le mot de passe"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:57
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:350
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:57
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:45
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -169,19 +169,19 @@ msgstr "Munition préparée"
|
||||
msgid "Why not get some ready to shoot?"
|
||||
msgstr "Pourquoi pas en préparer pour tirer ?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr "Enregistrer des tirs"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:88
|
||||
#: lib/cannery_web/components/move_pack_component.ex:88
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add another container!"
|
||||
msgstr "Ajoutez un autre conteneur !"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:124
|
||||
#: lib/cannery_web/components/move_pack_component.ex:124
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select"
|
||||
msgstr "Sélectionner"
|
||||
@ -191,12 +191,12 @@ msgstr "Sélectionner"
|
||||
msgid "Copy to clipboard"
|
||||
msgstr "Copier dans le presse-papier"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:14
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add a container first"
|
||||
msgstr "ajouter un conteneur en premier"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:77
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Create"
|
||||
msgstr "Créer"
|
||||
@ -211,19 +211,19 @@ msgstr "Changer la langue"
|
||||
msgid "Change language"
|
||||
msgstr "Changer la langue"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:55
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View in Catalog"
|
||||
msgstr "Voir en catalogue"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:24
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add an ammo type first"
|
||||
msgstr "Ajoutez d'abord un type de munitions"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:78
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:91
|
||||
#: lib/cannery_web/components/move_pack_component.ex:78
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
@ -233,13 +233,13 @@ msgstr ""
|
||||
msgid "Set Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage for range"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage from range"
|
||||
@ -289,7 +289,7 @@ msgstr ""
|
||||
msgid "Delete invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:160
|
||||
#: lib/cannery_web/live/pack_live/show.ex:160
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:155
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete shot record of %{shot_group_count} shots"
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Edit invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:145
|
||||
#: lib/cannery_web/live/pack_live/show.ex:145
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit shot group of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Edit shot record of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:120
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:120
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Stage"
|
||||
msgstr "Munition préparée"
|
||||
@ -339,7 +339,7 @@ msgstr "Munition préparée"
|
||||
msgid "Tag %{container_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:119
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:119
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage"
|
||||
msgstr ""
|
||||
@ -349,25 +349,25 @@ msgstr ""
|
||||
msgid "View %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:178
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:178
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Clone ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:74
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:74
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Delete ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:62
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:62
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:154
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:206
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:154
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "View ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
@ -31,15 +31,15 @@ msgstr "Administrateur·ices :"
|
||||
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:58
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:41
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:75
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:84
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:3
|
||||
#: lib/cannery_web/live/pack_live/index.ex:75
|
||||
#: lib/cannery_web/live/pack_live/index.ex:84
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:3
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo"
|
||||
msgstr "Munition"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:95
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:22
|
||||
#: lib/cannery_web/components/pack_table_component.ex:95
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:22
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo type"
|
||||
msgstr "Type de munition"
|
||||
@ -90,9 +90,9 @@ msgstr "Cartouche"
|
||||
msgid "Case material"
|
||||
msgstr "Matériau de la caisse"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:73
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:65
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/components/move_pack_component.ex:65
|
||||
#: lib/cannery_web/components/pack_table_component.ex:73
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:59
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container"
|
||||
msgstr "Conteneur"
|
||||
@ -111,14 +111,14 @@ msgstr "Conteneurs"
|
||||
msgid "Corrosive"
|
||||
msgstr "Corrosive"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:28
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:28
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count"
|
||||
msgstr "Quantité"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:16
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:8
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:16
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:8
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count:"
|
||||
msgstr "Quantité :"
|
||||
@ -196,7 +196,7 @@ msgid "Keep me logged in for 60 days"
|
||||
msgstr "Me garder authentifié durant 60 jours"
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:47
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:67
|
||||
#: lib/cannery_web/components/move_pack_component.ex:67
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Location"
|
||||
@ -262,7 +262,7 @@ msgstr "Nouvelle invitation"
|
||||
msgid "New Tag"
|
||||
msgstr "Nouveau tag"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:94
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No Ammo"
|
||||
msgstr "Aucune munition"
|
||||
@ -292,15 +292,15 @@ msgstr "Aucun tag"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:38
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:43
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/pack_live/show.ex:91
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes"
|
||||
msgstr "Notes"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:26
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:24
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:26
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes:"
|
||||
msgstr "Notes :"
|
||||
@ -316,13 +316,13 @@ msgstr "Sur l’étagère"
|
||||
msgid "Pressure"
|
||||
msgstr "Pression"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:81
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/components/pack_table_component.ex:81
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid"
|
||||
msgstr "Prix payé"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:41
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid:"
|
||||
msgstr "Prix payé :"
|
||||
@ -366,7 +366,7 @@ msgstr "Simple :"
|
||||
msgid "Steel"
|
||||
msgstr "Acier"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:108
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:108
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stored in"
|
||||
msgstr "Est stocké dans"
|
||||
@ -404,7 +404,7 @@ msgid "Tracer"
|
||||
msgstr "Traceuse"
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:48
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:66
|
||||
#: lib/cannery_web/components/move_pack_component.ex:66
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Type"
|
||||
@ -436,8 +436,8 @@ msgstr "Vos données restent avec vous, point final"
|
||||
msgid "No tags for this container"
|
||||
msgstr "Aucun tag pour ce conteneur"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:77
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:66
|
||||
#: lib/cannery_web/components/pack_table_component.ex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Range"
|
||||
msgstr "Portée"
|
||||
@ -449,7 +449,7 @@ msgstr "Journée de stand"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:49
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:44
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:92
|
||||
#: lib/cannery_web/live/pack_live/show.ex:92
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Date"
|
||||
@ -466,12 +466,12 @@ msgid "No ammo staged"
|
||||
msgstr "Aucune munition sélectionnée"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:3
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:35
|
||||
#: lib/cannery_web/live/pack_live/index.ex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr "Tirs enregistrés"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:42
|
||||
#: lib/cannery_web/live/pack_live/show.ex:42
|
||||
#: lib/cannery_web/live/range_live/index.ex:40
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Shot Records"
|
||||
@ -495,7 +495,7 @@ msgid "Rounds left"
|
||||
msgstr "Cartouches restantes"
|
||||
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:42
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:90
|
||||
#: lib/cannery_web/live/pack_live/show.ex:90
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds shot"
|
||||
@ -507,12 +507,12 @@ msgstr "Cartouches tirées"
|
||||
msgid "Shot Records"
|
||||
msgstr "Enregistrements de tir"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:43
|
||||
#: lib/cannery_web/live/pack_live/index.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr "Déplacer munition"
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:83
|
||||
#: lib/cannery_web/components/move_pack_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No other containers"
|
||||
msgstr "Aucun autre conteneur"
|
||||
@ -522,14 +522,14 @@ msgstr "Aucun autre conteneur"
|
||||
msgid "Shot log"
|
||||
msgstr "Évènements de tir"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:163
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:246
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:261
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:47
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:47
|
||||
#: lib/cannery_web/components/pack_table_component.ex:163
|
||||
#: lib/cannery_web/components/pack_table_component.ex:246
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:152
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "$%{amount}"
|
||||
msgstr "%{amount} $"
|
||||
@ -616,40 +616,40 @@ msgstr "Éditer les tags de %{name}"
|
||||
msgid "Rounds:"
|
||||
msgstr "Cartouches :"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:160
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:242
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:260
|
||||
#: lib/cannery_web/components/pack_table_component.ex:160
|
||||
#: lib/cannery_web/components/pack_table_component.ex:242
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:156
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cost information"
|
||||
msgstr "Aucune information de prix"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:83
|
||||
#: lib/cannery_web/components/pack_table_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "% left"
|
||||
msgstr "% restante"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:41
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current value:"
|
||||
msgstr "Valeur actuelle :"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:36
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original cost:"
|
||||
msgstr "Coût original :"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:13
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:13
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original count:"
|
||||
msgstr "Nombre original :"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:18
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:18
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Percentage left:"
|
||||
msgstr "Pourcentage restant :"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:121
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:121
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds used"
|
||||
msgstr "Cartouches utilisées"
|
||||
@ -679,13 +679,13 @@ msgstr "S’enregistrer"
|
||||
msgid "Reset your password"
|
||||
msgstr "Réinitialiser votre mot de passe"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:41
|
||||
#: lib/cannery_web/live/pack_live/show.ex:41
|
||||
#: lib/cannery_web/live/range_live/index.ex:32
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record Shots"
|
||||
msgstr "Enregistrer des tirs"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:69
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Copies"
|
||||
msgstr "Exemplaires"
|
||||
@ -744,12 +744,12 @@ msgstr "Voir le code source"
|
||||
msgid "Catalog"
|
||||
msgstr "Catalogue"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:45
|
||||
#: lib/cannery_web/live/pack_live/show.ex:45
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit Ammo"
|
||||
msgstr "Éditer le type de munition"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:43
|
||||
#: lib/cannery_web/live/pack_live/show.ex:43
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Move Ammo"
|
||||
msgstr "Déplacer munition"
|
||||
@ -759,12 +759,12 @@ msgstr "Déplacer munition"
|
||||
msgid "No ammo in this container"
|
||||
msgstr "Aucun groupe de munition pour ce conteneur"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:44
|
||||
#: lib/cannery_web/live/pack_live/show.ex:44
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Show Ammo"
|
||||
msgstr "Montrer le type de munition"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:113
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:113
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "This ammo is not in a container"
|
||||
msgstr "Ce groupe de munition n’est pas dans un conteneur"
|
||||
@ -793,20 +793,20 @@ msgid "Leave \"Uses left\" blank to make invite unlimited"
|
||||
msgstr ""
|
||||
"Laissez \"Utilisations restantes\" vide pour rendre l'invitation illimitée"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:51
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Container:"
|
||||
msgstr "Conteneur"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:87
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:64
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:201
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:19
|
||||
#: lib/cannery_web/components/pack_table_component.ex:201
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:19
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "%{percentage}%"
|
||||
msgstr ""
|
||||
@ -992,28 +992,28 @@ msgstr ""
|
||||
msgid "Edit %{ammo_type_name}"
|
||||
msgstr "Éditer %{name}"
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:250
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:17
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:17
|
||||
#: lib/cannery_web/components/pack_table_component.ex:250
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:80
|
||||
#: lib/cannery_web/components/pack_table_component.ex:80
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:46
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:46
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:87
|
||||
#: lib/cannery_web/components/pack_table_component.ex:87
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count"
|
||||
msgstr "Nombre original :"
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:21
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:21
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count:"
|
||||
msgstr "Nombre original :"
|
||||
@ -1023,34 +1023,34 @@ msgstr "Nombre original :"
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:63
|
||||
#: lib/cannery_web/components/pack_table_component.ex:63
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:36
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:181
|
||||
#: lib/cannery_web/components/pack_table_component.ex:181
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Never used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:68
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:42
|
||||
#: lib/cannery_web/components/pack_table_component.ex:68
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:31
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:30
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:31
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:51
|
||||
#: lib/cannery_web/live/pack_live/index.ex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo"
|
||||
msgstr "Éditer le type de munition"
|
||||
@ -1066,7 +1066,7 @@ msgstr "Aucun type de munition"
|
||||
msgid "Search catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:81
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:81
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Search ammo"
|
||||
msgstr ""
|
||||
@ -1221,12 +1221,12 @@ msgstr ""
|
||||
msgid "Really great weather"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:59
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:100
|
||||
#: lib/cannery_web/components/container_table_component.ex:67
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:68
|
||||
#: lib/cannery_web/components/move_pack_component.ex:68
|
||||
#: lib/cannery_web/components/pack_table_component.ex:59
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:45
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:93
|
||||
#: lib/cannery_web/live/pack_live/show.ex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
@ -1241,7 +1241,7 @@ msgstr ""
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current Count"
|
||||
msgstr ""
|
||||
@ -1252,9 +1252,9 @@ msgstr ""
|
||||
msgid "Close modal"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:35
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:103
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "All"
|
||||
@ -1326,7 +1326,7 @@ msgstr ""
|
||||
msgid "Load grains:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:29
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "No ammo"
|
||||
msgstr "Aucune munition"
|
||||
@ -1336,11 +1336,11 @@ msgstr "Aucune munition"
|
||||
msgid "None specified"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:58
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:106
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:95
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Pistol"
|
||||
@ -1361,11 +1361,11 @@ msgstr "Type d’amorce"
|
||||
msgid "Projectile"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:36
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:56
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:104
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rifle"
|
||||
@ -1415,11 +1415,11 @@ msgstr ""
|
||||
msgid "Shot type:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:54
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:105
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shotgun"
|
||||
@ -1459,11 +1459,11 @@ msgid "Wadding:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:150
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:21
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:48
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:97
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:86
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Class"
|
||||
|
@ -162,12 +162,12 @@ msgstr ""
|
||||
msgid "Tag could not be removed"
|
||||
msgstr "Le tag n’a pas pu être retiré"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:159
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:159
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Could not parse number of copies"
|
||||
msgstr "Impossible d'analyser le nombre de copies"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:149
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:149
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid number of copies, must be between 1 and %{max}. Was %{multiplier}"
|
||||
msgstr "Nombre de copies invalide, doit être 1 et %{max}. Été %{multiplier}"
|
||||
@ -177,7 +177,7 @@ msgstr "Nombre de copies invalide, doit être 1 et %{max}. Été %{multiplier}"
|
||||
msgid "Invalid multiplier"
|
||||
msgstr "Multiplicateur invalide"
|
||||
|
||||
#: lib/cannery/ammo/ammo_group.ex:92
|
||||
#: lib/cannery/ammo/pack.ex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Please select an ammo type and container"
|
||||
msgstr "Veuillez choisir un type de munitions et un conteneur"
|
||||
|
@ -74,8 +74,8 @@ msgstr ""
|
||||
msgid "Are you sure you want to delete %{name}?"
|
||||
msgstr "Êtes-vous certain·e de supprimer %{name} ?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:72
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:72
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this ammo?"
|
||||
msgstr "Êtes-vous certain·e de supprimer cette munition ?"
|
||||
@ -130,10 +130,10 @@ msgid "Please check your email to verify your account"
|
||||
msgstr "Veuillez vérifier votre mél pour confirmer votre compte"
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:351
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:47
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -177,13 +177,13 @@ msgstr "Tirs enregistré avec succès"
|
||||
msgid "Are you sure you want to unstage this ammo?"
|
||||
msgstr "Êtes-vous certain·e de vouloir désélectionner cette munition ?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:158
|
||||
#: lib/cannery_web/live/pack_live/show.ex:158
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:152
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this shot record?"
|
||||
msgstr "Êtes-vous certain·e de vouloir supprimer cet enregistrement de tir ?"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:80
|
||||
#: lib/cannery_web/live/pack_live/show.ex:80
|
||||
#: lib/cannery_web/live/range_live/index.ex:79
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shot records deleted succesfully"
|
||||
@ -199,7 +199,7 @@ msgstr "Enregistrements de tir mis à jour avec succès"
|
||||
msgid "%{email} confirmed successfully."
|
||||
msgstr "%{email} confirmé avec succès."
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:52
|
||||
#: lib/cannery_web/components/move_pack_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo moved to %{name} successfully"
|
||||
msgstr "Munition déplacée à %{name} avec succès"
|
||||
@ -214,13 +214,13 @@ msgstr "Copié dans le presse-papier"
|
||||
msgid "%{name} removed successfully"
|
||||
msgstr "%{name} retiré avec succès"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:20
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:20
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You'll need to"
|
||||
msgstr "Vous aurez besoin de"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:78
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:78
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Creating..."
|
||||
msgstr "Création en cours…"
|
||||
@ -235,8 +235,8 @@ msgstr "Êtes-vous certain·e de vouloir changer votre langue ?"
|
||||
msgid "Language updated successfully."
|
||||
msgstr "Langue mise à jour avec succès."
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:94
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:55
|
||||
#: lib/cannery_web/live/pack_live/index.ex:94
|
||||
#: lib/cannery_web/live/pack_live/show.ex:55
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo deleted succesfully"
|
||||
msgstr "Groupe de munition supprimé avec succès"
|
||||
@ -246,12 +246,12 @@ msgstr "Groupe de munition supprimé avec succès"
|
||||
msgid "Ammo unstaged succesfully"
|
||||
msgstr "Groupe de munition désélectionner avec succès"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:125
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:125
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo updated successfully"
|
||||
msgstr "Groupe de munition mis à jour avec succès"
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:184
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:184
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Ammo added successfully"
|
||||
msgid_plural "Ammo added successfully"
|
||||
|
@ -21,14 +21,14 @@ msgstr ""
|
||||
## 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_web/live/ammo_group_live/index.ex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:67
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/pack_live/index.ex:59
|
||||
#: lib/cannery_web/live/pack_live/index.ex:67
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:34
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:34
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add your first box!"
|
||||
msgstr ""
|
||||
@ -132,10 +132,10 @@ msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:57
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:350
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:57
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:84
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:45
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -167,19 +167,19 @@ msgstr ""
|
||||
msgid "Why not get some ready to shoot?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:127
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:98
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:88
|
||||
#: lib/cannery_web/components/move_pack_component.ex:88
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Add another container!"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:124
|
||||
#: lib/cannery_web/components/move_pack_component.ex:124
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
@ -189,12 +189,12 @@ msgstr ""
|
||||
msgid "Copy to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:14
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add a container first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:77
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -209,19 +209,19 @@ msgstr ""
|
||||
msgid "Change language"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:55
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "View in Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:24
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "add an ammo type first"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:78
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:91
|
||||
#: lib/cannery_web/components/move_pack_component.ex:78
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:144
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
@ -231,13 +231,13 @@ msgstr ""
|
||||
msgid "Set Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:87
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:38
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stage for range"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:86
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:37
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage from range"
|
||||
@ -287,7 +287,7 @@ msgstr ""
|
||||
msgid "Delete invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:160
|
||||
#: lib/cannery_web/live/pack_live/show.ex:160
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:155
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Delete shot record of %{shot_group_count} shots"
|
||||
@ -316,7 +316,7 @@ msgstr ""
|
||||
msgid "Edit invite for %{invite_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:145
|
||||
#: lib/cannery_web/live/pack_live/show.ex:145
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit shot group of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
@ -326,7 +326,7 @@ msgstr ""
|
||||
msgid "Edit shot record of %{shot_group_count} shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:120
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:120
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
@ -337,7 +337,7 @@ msgstr ""
|
||||
msgid "Tag %{container_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:119
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:119
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Unstage"
|
||||
msgstr ""
|
||||
@ -347,25 +347,25 @@ msgstr ""
|
||||
msgid "View %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:178
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:178
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Clone ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:74
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:193
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:74
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Delete ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:62
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:62
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:154
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:206
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:154
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "View ammo group of %{pack_count} bullets"
|
||||
msgstr ""
|
||||
|
@ -29,15 +29,15 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:58
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:41
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:75
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:84
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:3
|
||||
#: lib/cannery_web/live/pack_live/index.ex:75
|
||||
#: lib/cannery_web/live/pack_live/index.ex:84
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:3
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:95
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:22
|
||||
#: lib/cannery_web/components/pack_table_component.ex:95
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:22
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo type"
|
||||
msgstr ""
|
||||
@ -88,9 +88,9 @@ msgstr ""
|
||||
msgid "Case material"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:73
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:65
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/components/move_pack_component.ex:65
|
||||
#: lib/cannery_web/components/pack_table_component.ex:73
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:59
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container"
|
||||
msgstr ""
|
||||
@ -109,14 +109,14 @@ msgstr ""
|
||||
msgid "Corrosive"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:28
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:28
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:16
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:8
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:16
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:8
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Count:"
|
||||
msgstr ""
|
||||
@ -194,7 +194,7 @@ msgid "Keep me logged in for 60 days"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:47
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:67
|
||||
#: lib/cannery_web/components/move_pack_component.ex:67
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Location"
|
||||
@ -260,7 +260,7 @@ msgstr ""
|
||||
msgid "New Tag"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:94
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No Ammo"
|
||||
msgstr ""
|
||||
@ -290,15 +290,15 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:38
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:43
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:91
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:50
|
||||
#: lib/cannery_web/live/pack_live/show.ex:91
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:26
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:24
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:26
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:24
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Notes:"
|
||||
msgstr ""
|
||||
@ -314,13 +314,13 @@ msgstr ""
|
||||
msgid "Pressure"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:81
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:35
|
||||
#: lib/cannery_web/components/pack_table_component.ex:81
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:41
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Price paid:"
|
||||
msgstr ""
|
||||
@ -362,7 +362,7 @@ msgstr ""
|
||||
msgid "Steel"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:108
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:108
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Stored in"
|
||||
msgstr ""
|
||||
@ -398,7 +398,7 @@ msgid "Tracer"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/container_table_component.ex:48
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:66
|
||||
#: lib/cannery_web/components/move_pack_component.ex:66
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Type"
|
||||
@ -430,8 +430,8 @@ msgstr ""
|
||||
msgid "No tags for this container"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:77
|
||||
#: lib/cannery_web/components/core_components/topbar.html.heex:66
|
||||
#: lib/cannery_web/components/pack_table_component.ex:77
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Range"
|
||||
msgstr ""
|
||||
@ -443,7 +443,7 @@ msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:49
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:44
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:92
|
||||
#: lib/cannery_web/live/pack_live/show.ex:92
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Date"
|
||||
@ -460,12 +460,12 @@ msgid "No ammo staged"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:3
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:35
|
||||
#: lib/cannery_web/live/pack_live/index.ex:35
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:42
|
||||
#: lib/cannery_web/live/pack_live/show.ex:42
|
||||
#: lib/cannery_web/live/range_live/index.ex:40
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Shot Records"
|
||||
@ -489,7 +489,7 @@ msgid "Rounds left"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:42
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:90
|
||||
#: lib/cannery_web/live/pack_live/show.ex:90
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds shot"
|
||||
@ -501,12 +501,12 @@ msgstr ""
|
||||
msgid "Shot Records"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:43
|
||||
#: lib/cannery_web/live/pack_live/index.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:83
|
||||
#: lib/cannery_web/components/move_pack_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No other containers"
|
||||
msgstr ""
|
||||
@ -516,14 +516,14 @@ msgstr ""
|
||||
msgid "Shot log"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:163
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:246
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:261
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:47
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:42
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:47
|
||||
#: lib/cannery_web/components/pack_table_component.ex:163
|
||||
#: lib/cannery_web/components/pack_table_component.ex:246
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:152
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "$%{amount}"
|
||||
msgstr ""
|
||||
@ -610,40 +610,40 @@ msgstr ""
|
||||
msgid "Rounds:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:160
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:242
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:260
|
||||
#: lib/cannery_web/components/pack_table_component.ex:160
|
||||
#: lib/cannery_web/components/pack_table_component.ex:242
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:156
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cost information"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:83
|
||||
#: lib/cannery_web/components/pack_table_component.ex:83
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "% left"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:41
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:41
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current value:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:36
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original cost:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:13
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:13
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Original count:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:18
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:18
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Percentage left:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:121
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:121
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rounds used"
|
||||
msgstr ""
|
||||
@ -673,13 +673,13 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:41
|
||||
#: lib/cannery_web/live/pack_live/show.ex:41
|
||||
#: lib/cannery_web/live/range_live/index.ex:32
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record Shots"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:69
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:69
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Copies"
|
||||
msgstr ""
|
||||
@ -738,12 +738,12 @@ msgstr ""
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:45
|
||||
#: lib/cannery_web/live/pack_live/show.ex:45
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Edit Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:43
|
||||
#: lib/cannery_web/live/pack_live/show.ex:43
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Move Ammo"
|
||||
msgstr ""
|
||||
@ -753,12 +753,12 @@ msgstr ""
|
||||
msgid "No ammo in this container"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:44
|
||||
#: lib/cannery_web/live/pack_live/show.ex:44
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show Ammo"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:113
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:113
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "This ammo is not in a container"
|
||||
msgstr ""
|
||||
@ -786,20 +786,20 @@ msgstr ""
|
||||
msgid "Leave \"Uses left\" blank to make invite unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:51
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:51
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Container:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:87
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:64
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:166
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:87
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Show used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:201
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:19
|
||||
#: lib/cannery_web/components/pack_table_component.ex:201
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:19
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "%{percentage}%"
|
||||
msgstr ""
|
||||
@ -985,28 +985,28 @@ msgstr ""
|
||||
msgid "Edit %{ammo_type_name}"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:250
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:17
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:17
|
||||
#: lib/cannery_web/components/pack_table_component.ex:250
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:80
|
||||
#: lib/cannery_web/components/pack_table_component.ex:80
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:46
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:46
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "CPR:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:87
|
||||
#: lib/cannery_web/components/pack_table_component.ex:87
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:21
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:21
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Original Count:"
|
||||
msgstr ""
|
||||
@ -1016,34 +1016,34 @@ msgstr ""
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:63
|
||||
#: lib/cannery_web/components/pack_table_component.ex:63
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:36
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:36
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Last used on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:181
|
||||
#: lib/cannery_web/components/pack_table_component.ex:181
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Never used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:68
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:42
|
||||
#: lib/cannery_web/components/pack_table_component.ex:68
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:42
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/core_components/ammo_group_card.html.heex:31
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:30
|
||||
#: lib/cannery_web/components/core_components/pack_card.html.heex:31
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:30
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased on:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:51
|
||||
#: lib/cannery_web/live/pack_live/index.ex:51
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Edit ammo"
|
||||
msgstr ""
|
||||
@ -1059,7 +1059,7 @@ msgstr ""
|
||||
msgid "Search catalog"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:81
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:81
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Search ammo"
|
||||
msgstr ""
|
||||
@ -1212,12 +1212,12 @@ msgstr ""
|
||||
msgid "Really great weather"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:59
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:100
|
||||
#: lib/cannery_web/components/container_table_component.ex:67
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:68
|
||||
#: lib/cannery_web/components/move_pack_component.ex:68
|
||||
#: lib/cannery_web/components/pack_table_component.ex:59
|
||||
#: lib/cannery_web/components/shot_group_table_component.ex:45
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:93
|
||||
#: lib/cannery_web/live/pack_live/show.ex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
@ -1232,7 +1232,7 @@ msgstr ""
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_group_table_component.ex:91
|
||||
#: lib/cannery_web/components/pack_table_component.ex:91
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Current Count"
|
||||
msgstr ""
|
||||
@ -1243,9 +1243,9 @@ msgstr ""
|
||||
msgid "Close modal"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:35
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:103
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:58
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "All"
|
||||
@ -1317,7 +1317,7 @@ msgstr ""
|
||||
msgid "Load grains:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:29
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "No ammo"
|
||||
msgstr ""
|
||||
@ -1327,11 +1327,11 @@ msgstr ""
|
||||
msgid "None specified"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:38
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:58
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:106
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:61
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:95
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Pistol"
|
||||
@ -1352,11 +1352,11 @@ msgstr ""
|
||||
msgid "Projectile"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:36
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:56
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:104
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:59
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:93
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Rifle"
|
||||
@ -1406,11 +1406,11 @@ msgstr ""
|
||||
msgid "Shot type:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:25
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:37
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:54
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:105
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:60
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:94
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shotgun"
|
||||
@ -1450,11 +1450,11 @@ msgid "Wadding:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/ammo_type_table_component.ex:150
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:21
|
||||
#: lib/cannery_web/live/ammo_type_live/index.html.heex:29
|
||||
#: lib/cannery_web/live/ammo_type_live/show.html.heex:48
|
||||
#: lib/cannery_web/live/container_live/show.html.heex:97
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:50
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:86
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Class"
|
||||
|
@ -161,12 +161,12 @@ msgstr ""
|
||||
msgid "Tag could not be removed"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:159
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:159
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Could not parse number of copies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:149
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:149
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Invalid number of copies, must be between 1 and %{max}. Was %{multiplier}"
|
||||
msgstr ""
|
||||
@ -176,7 +176,7 @@ msgstr ""
|
||||
msgid "Invalid multiplier"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery/ammo/ammo_group.ex:92
|
||||
#: lib/cannery/ammo/pack.ex:92
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Please select an ammo type and container"
|
||||
msgstr ""
|
||||
|
@ -69,8 +69,8 @@ msgstr ""
|
||||
msgid "Are you sure you want to delete %{name}?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:72
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:72
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this ammo?"
|
||||
msgstr ""
|
||||
@ -121,10 +121,10 @@ msgid "Please check your email to verify your account"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:351
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:47
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -166,13 +166,13 @@ msgstr ""
|
||||
msgid "Are you sure you want to unstage this ammo?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:158
|
||||
#: lib/cannery_web/live/pack_live/show.ex:158
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:152
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this shot record?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:80
|
||||
#: lib/cannery_web/live/pack_live/show.ex:80
|
||||
#: lib/cannery_web/live/range_live/index.ex:79
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shot records deleted succesfully"
|
||||
@ -188,7 +188,7 @@ msgstr ""
|
||||
msgid "%{email} confirmed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:52
|
||||
#: lib/cannery_web/components/move_pack_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo moved to %{name} successfully"
|
||||
msgstr ""
|
||||
@ -203,13 +203,13 @@ msgstr ""
|
||||
msgid "%{name} removed successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:20
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:20
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You'll need to"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:78
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:78
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Creating..."
|
||||
msgstr ""
|
||||
@ -224,8 +224,8 @@ msgstr ""
|
||||
msgid "Language updated successfully."
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:94
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:55
|
||||
#: lib/cannery_web/live/pack_live/index.ex:94
|
||||
#: lib/cannery_web/live/pack_live/show.ex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo deleted succesfully"
|
||||
msgstr ""
|
||||
@ -235,12 +235,12 @@ msgstr ""
|
||||
msgid "Ammo unstaged succesfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:125
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:125
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo updated successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:184
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:184
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo added successfully"
|
||||
msgid_plural "Ammo added successfully"
|
||||
|
@ -58,8 +58,8 @@ msgstr ""
|
||||
msgid "Are you sure you want to delete %{name}?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/ammo_group_live/show.html.heex:72
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:191
|
||||
#: lib/cannery_web/live/pack_live/show.html.heex:72
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this ammo?"
|
||||
msgstr ""
|
||||
@ -110,10 +110,10 @@ msgid "Please check your email to verify your account"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/add_shot_group_component.html.heex:59
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/ammo_type_live/form_component.html.heex:351
|
||||
#: lib/cannery_web/live/container_live/form_component.html.heex:59
|
||||
#: lib/cannery_web/live/invite_live/form_component.html.heex:37
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:85
|
||||
#: lib/cannery_web/live/range_live/form_component.html.heex:47
|
||||
#: lib/cannery_web/live/tag_live/form_component.html.heex:39
|
||||
#, elixir-autogen, elixir-format
|
||||
@ -155,13 +155,13 @@ msgstr ""
|
||||
msgid "Are you sure you want to unstage this ammo?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:158
|
||||
#: lib/cannery_web/live/pack_live/show.ex:158
|
||||
#: lib/cannery_web/live/range_live/index.html.heex:152
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Are you sure you want to delete this shot record?"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:80
|
||||
#: lib/cannery_web/live/pack_live/show.ex:80
|
||||
#: lib/cannery_web/live/range_live/index.ex:79
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Shot records deleted succesfully"
|
||||
@ -177,7 +177,7 @@ msgstr ""
|
||||
msgid "%{email} confirmed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/components/move_ammo_group_component.ex:52
|
||||
#: lib/cannery_web/components/move_pack_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo moved to %{name} successfully"
|
||||
msgstr ""
|
||||
@ -192,13 +192,13 @@ msgstr ""
|
||||
msgid "%{name} removed successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/ammo_group_live/index.html.heex:20
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:10
|
||||
#: lib/cannery_web/live/pack_live/index.html.heex:20
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "You'll need to"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.html.heex:78
|
||||
#: lib/cannery_web/live/pack_live/form_component.html.heex:78
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Creating..."
|
||||
msgstr ""
|
||||
@ -213,8 +213,8 @@ msgstr ""
|
||||
msgid "Language updated successfully."
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/index.ex:94
|
||||
#: lib/cannery_web/live/ammo_group_live/show.ex:55
|
||||
#: lib/cannery_web/live/pack_live/index.ex:94
|
||||
#: lib/cannery_web/live/pack_live/show.ex:55
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo deleted succesfully"
|
||||
msgstr ""
|
||||
@ -224,12 +224,12 @@ msgstr ""
|
||||
msgid "Ammo unstaged succesfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:125
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:125
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo updated successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/live/ammo_group_live/form_component.ex:184
|
||||
#: lib/cannery_web/live/pack_live/form_component.ex:184
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Ammo added successfully"
|
||||
msgid_plural "Ammo added successfully"
|
||||
|
Loading…
Reference in New Issue
Block a user