lib/shamu/locale/en.yml in shamu-0.0.9 vs lib/shamu/locale/en.yml in shamu-0.0.11

- old
+ new

@@ -6,12 +6,13 @@ warnings: services: errors: - active_record_crud_missing_resource: The resource has not been defined. Add `resource entity_class, model_class` to {%service}. + active_record_crud_missing_resource: "The resource has not been defined. Add `resource entity_class, model_class` to %{service}." incomplete_setup: The service has not been setup. See included modules documentation for details. + service_request_failed: 'The service call failed with: %{errors}.' security: errors: access_denied: You are not permitted to do that. @@ -28,5 +29,6 @@ json_api: errors: incomplete_resource: "`identifier` was not called to define the type and id of the resource." no_presenter: No presenter available for %{class} objects. Looked in %{namespaces}. + no_json_body: "Missing `data` node for JSON API body. Override `json_request_payload` if no body is expected."