112 lines
2.5 kB
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_acceptance/3
26
msgid "must be accepted"
27
msgstr ""
28
29
## From Ecto.Changeset.validate_format/3
30
msgid "has invalid format"
31
msgstr ""
32
33
## From Ecto.Changeset.validate_subset/3
34
msgid "has an invalid entry"
35
msgstr ""
36
37
## From Ecto.Changeset.validate_exclusion/3
38
msgid "is reserved"
39
msgstr ""
40
41
## From Ecto.Changeset.validate_confirmation/3
42
msgid "does not match confirmation"
43
msgstr ""
44
45
## From Ecto.Changeset.no_assoc_constraint/3
46
msgid "is still associated with this entry"
47
msgstr ""
48
49
msgid "are still associated with this entry"
50
msgstr ""
51
52
## From Ecto.Changeset.validate_length/3
53
msgid "should have %{count} item(s)"
54
msgid_plural "should have %{count} item(s)"
55
msgstr[0] ""
56
msgstr[1] ""
57
58
msgid "should be %{count} character(s)"
59
msgid_plural "should be %{count} character(s)"
60
msgstr[0] ""
61
msgstr[1] ""
62
63
msgid "should be %{count} byte(s)"
64
msgid_plural "should be %{count} byte(s)"
65
msgstr[0] ""
66
msgstr[1] ""
67
68
msgid "should have at least %{count} item(s)"
69
msgid_plural "should have at least %{count} item(s)"
70
msgstr[0] ""
71
msgstr[1] ""
72
73
msgid "should be at least %{count} character(s)"
74
msgid_plural "should be at least %{count} character(s)"
75
msgstr[0] ""
76
msgstr[1] ""
77
78
msgid "should be at least %{count} byte(s)"
79
msgid_plural "should be at least %{count} byte(s)"
80
msgstr[0] ""
81
msgstr[1] ""
82
83
msgid "should have at most %{count} item(s)"
84
msgid_plural "should have at most %{count} item(s)"
85
msgstr[0] ""
86
msgstr[1] ""
87
88
msgid "should be at most %{count} character(s)"
89
msgid_plural "should be at most %{count} character(s)"
90
msgstr[0] ""
91
msgstr[1] ""
92
93
msgid "should be at most %{count} byte(s)"
94
msgid_plural "should be at most %{count} byte(s)"
95
msgstr[0] ""
96
msgstr[1] ""
97
98
## From Ecto.Changeset.validate_number/3
99
msgid "must be less than %{number}"
100
msgstr ""
101
102
msgid "must be greater than %{number}"
103
msgstr ""
104
105
msgid "must be less than or equal to %{number}"
106
msgstr ""
107
108
msgid "must be greater than or equal to %{number}"
109
msgstr ""
110
111
msgid "must be equal to %{number}"
112
msgstr ""
113