-
Notifications
You must be signed in to change notification settings - Fork 3
/
en.yml
29 lines (29 loc) · 994 Bytes
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
en:
datacaster:
errors:
absent: should be absent
any: should be present
array: should be an array
cast: is invalid
check: is invalid
compare: "does not equal %{reference}"
decimal: is not a decimal number
empty: should not be empty
float: is not a float
hash_value: is not a hash
included_in: is not one of %{reference}
integer: is not an integer
integer32: is not a 32-bit integer
iso8601: is not a string with ISO-8601 date and time
must_be: "is not %{reference}"
pattern: has invalid format
relate: "%{left} should be %{op} %{right}"
responds_to: "does not respond to %{reference}"
string: is not a string
to_boolean: does not look like a boolean
to_float: does not look like a float
to_integer: does not look like an integer
non_empty_string: should be non-empty string
switch: is invalid
try: raised an error
uuid: is not UUID