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