1## This is a PO Template file.
2##
3## `msgid`s here are often extracted from source code.
4## Add new translations manually only if they're dynamic
5## translations that can't be statically extracted.
6##
7## Run `mix gettext.extract` to bring this file up to
8## date. Leave `msgstr`s empty as changing them here has no
9## effect: edit them in PO (`.po`) files instead.
10## From Ecto.Changeset.cast/4
11msgid "can't be blank"
12msgstr ""
13
14## From Ecto.Changeset.unique_constraint/3
15msgid "has already been taken"
16msgstr ""
17
18## From Ecto.Changeset.put_change/3
19msgid "is invalid"
20msgstr ""
21
22## From Ecto.Changeset.validate_acceptance/3
23msgid "must be accepted"
24msgstr ""
25
26## From Ecto.Changeset.validate_format/3
27msgid "has invalid format"
28msgstr ""
29
30## From Ecto.Changeset.validate_subset/3
31msgid "has an invalid entry"
32msgstr ""
33
34## From Ecto.Changeset.validate_exclusion/3
35msgid "is reserved"
36msgstr ""
37
38## From Ecto.Changeset.validate_confirmation/3
39msgid "does not match confirmation"
40msgstr ""
41
42## From Ecto.Changeset.no_assoc_constraint/3
43msgid "is still associated with this entry"
44msgstr ""
45
46msgid "are still associated with this entry"
47msgstr ""
48
49## From Ecto.Changeset.validate_length/3
50msgid "should have %{count} item(s)"
51msgid_plural "should have %{count} item(s)"
52msgstr[0] ""
53msgstr[1] ""
54
55msgid "should be %{count} character(s)"
56msgid_plural "should be %{count} character(s)"
57msgstr[0] ""
58msgstr[1] ""
59
60msgid "should be %{count} byte(s)"
61msgid_plural "should be %{count} byte(s)"
62msgstr[0] ""
63msgstr[1] ""
64
65msgid "should have at least %{count} item(s)"
66msgid_plural "should have at least %{count} item(s)"
67msgstr[0] ""
68msgstr[1] ""
69
70msgid "should be at least %{count} character(s)"
71msgid_plural "should be at least %{count} character(s)"
72msgstr[0] ""
73msgstr[1] ""
74
75msgid "should be at least %{count} byte(s)"
76msgid_plural "should be at least %{count} byte(s)"
77msgstr[0] ""
78msgstr[1] ""
79
80msgid "should have at most %{count} item(s)"
81msgid_plural "should have at most %{count} item(s)"
82msgstr[0] ""
83msgstr[1] ""
84
85msgid "should be at most %{count} character(s)"
86msgid_plural "should be at most %{count} character(s)"
87msgstr[0] ""
88msgstr[1] ""
89
90msgid "should be at most %{count} byte(s)"
91msgid_plural "should be at most %{count} byte(s)"
92msgstr[0] ""
93msgstr[1] ""
94
95## From Ecto.Changeset.validate_number/3
96msgid "must be less than %{number}"
97msgstr ""
98
99msgid "must be greater than %{number}"
100msgstr ""
101
102msgid "must be less than or equal to %{number}"
103msgstr ""
104
105msgid "must be greater than or equal to %{number}"
106msgstr ""
107
108msgid "must be equal to %{number}"
109msgstr ""