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