Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / priv / gettext / en / LC_MESSAGES / errors.po
1 ## `msgid`s in this file come from POT (.pot) files.
2 ##
3 ## Do not add, change, or remove `msgid`s manually here as
4 ## they're tied to the ones in the corresponding POT file
5 ## (with the same domain).
6 ##
7 ## Use `mix gettext.extract --merge` or `mix gettext.merge`
8 ## to merge POT files into PO files.
9 msgid ""
10 msgstr ""
11 "Language: en\n"
12
13 ## From Ecto.Changeset.cast/4
14 msgid "can't be blank"
15 msgstr ""
16
17 ## From Ecto.Changeset.unique_constraint/3
18 msgid "has already been taken"
19 msgstr ""
20
21 ## From Ecto.Changeset.put_change/3
22 msgid "is invalid"
23 msgstr ""
24
25 ## From Ecto.Changeset.validate_format/3
26 msgid "has invalid format"
27 msgstr ""
28
29 ## From Ecto.Changeset.validate_subset/3
30 msgid "has an invalid entry"
31 msgstr ""
32
33 ## From Ecto.Changeset.validate_exclusion/3
34 msgid "is reserved"
35 msgstr ""
36
37 ## From Ecto.Changeset.validate_confirmation/3
38 msgid "does not match confirmation"
39 msgstr ""
40
41 ## From Ecto.Changeset.no_assoc_constraint/3
42 msgid "is still associated to this entry"
43 msgstr ""
44
45 msgid "are still associated to this entry"
46 msgstr ""
47
48 ## From Ecto.Changeset.validate_length/3
49 msgid "should be %{count} character(s)"
50 msgid_plural "should be %{count} character(s)"
51 msgstr[0] ""
52 msgstr[1] ""
53
54 msgid "should have %{count} item(s)"
55 msgid_plural "should have %{count} item(s)"
56 msgstr[0] ""
57 msgstr[1] ""
58
59 msgid "should be at least %{count} character(s)"
60 msgid_plural "should be at least %{count} character(s)"
61 msgstr[0] ""
62 msgstr[1] ""
63
64 msgid "should have at least %{count} item(s)"
65 msgid_plural "should have at least %{count} item(s)"
66 msgstr[0] ""
67 msgstr[1] ""
68
69 msgid "should be at most %{count} character(s)"
70 msgid_plural "should be at most %{count} character(s)"
71 msgstr[0] ""
72 msgstr[1] ""
73
74 msgid "should have at most %{count} item(s)"
75 msgid_plural "should have at most %{count} item(s)"
76 msgstr[0] ""
77 msgstr[1] ""
78
79 ## From Ecto.Changeset.validate_number/3
80 msgid "must be less than %{number}"
81 msgstr ""
82
83 msgid "must be greater than %{number}"
84 msgstr ""
85
86 msgid "must be less than or equal to %{number}"
87 msgstr ""
88
89 msgid "must be greater than or equal to %{number}"
90 msgstr ""
91
92 msgid "must be equal to %{number}"
93 msgstr ""