lib/pact_broker/locale/en.yml in pact_broker-1.14.0 vs lib/pact_broker/locale/en.yml in pact_broker-1.15.0
- old
+ new
@@ -1,6 +1,14 @@
en:
+ errors:
+ filled?: "can't be blank"
+ valid_method?: "is not a recognised HTTP method"
+ valid_url?: "is not a valid URL eg. http://example.org"
+
+ name_in_path_matches_name_in_pact?: "does not match %{left} name in path ('%{right}')."
+ valid_consumer_version_number?: "Consumer version number '%{value}' cannot be parsed to a version number. The expected format (unless this configuration has been overridden) is a semantic version. eg. 1.3.0 or 2.0.4.rc1"
+
pact_broker:
errors:
validation:
blank: "cannot be blank."
attribute_missing: "Missing required attribute '%{attribute}'"
@@ -68,6 +76,6 @@
over_x_years:
one: "over 1 year"
other: "over %{count} years"
almost_x_years:
one: "almost 1 year"
- other: "almost %{count} years"
\ No newline at end of file
+ other: "almost %{count} years"