lib/pact_broker/locale/en.yml in pact_broker-2.77.0 vs lib/pact_broker/locale/en.yml in pact_broker-2.78.0

- old
+ new

@@ -7,12 +7,13 @@ valid_version_number?: "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" 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" non_templated_host?: "cannot have a template parameter in the host" pacticipant_exists?: "does not match an existing pacticipant" + single_line?: "cannot contain multiple lines" + no_spaces?: "cannot contain spaces" - pact_broker: messages: response_body_hidden: For security purposes, the response details are not logged. To enable response logging, configure the webhook_host_whitelist property. See %{base_url}/doc/webhooks#whitelist for more information. matrix: pre_verified: This pact was "pre-verified" as it has identical content to a previously verified pact. @@ -44,9 +45,10 @@ consumer_version_number_invalid: "Consumer version number '%{consumer_version_number}' 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" pacticipant_name_mismatch: "in pact ('%{name_in_pact}') does not match %{pacticipant} name in path ('%{name}')." connection_encoding_not_utf8: "The Sequel connection encoding (%{encoding}) is strongly recommended to be \"utf8\". If you need to set it to %{encoding} for some particular reason, then disable this check by setting config.validate_database_connection_config = false" invalid_webhook_uuid: The UUID can only contain the characters A-Z, a-z, 0-9, _ and -, and must be 16 or more characters. pacticipant_not_found: No pacticipant with name '%{name}' found + environment_name_must_be_unique: Another environment with name '%{name}' already exists. duplicate_pacticipant: | This is the first time a pact has been published for "%{new_name}". The name "%{new_name}" is very similar to the following existing consumers/providers: %{existing_names} If you meant to specify one of the above names, please correct the pact configuration, and re-publish the pact.