lib/shamu/locale/en.yml in shamu-0.0.21 vs lib/shamu/locale/en.yml in shamu-0.0.24

- old
+ new

@@ -1,10 +1,13 @@ en: shamu: errors: - not_found: The resource was not found. - not_implemented: The method has not been implemented. + not_found: The resource was not found. + resource_not_found_with_id: The %{resource} with id %{id} was not found. + not_found_with_id: The resource with id %{id} was not found. + resource_not_found: The %{resource} was not found. + not_implemented: The method has not been implemented. warnings: services: errors: @@ -17,10 +20,11 @@ errors: access_denied: You are not permitted to do that. incomplete_setup: Security has been enabled but is not yet configured. no_actiev_record_policy_checks: Don't check for policy on ActiveRecord resources. Check their projected Entity instead. no_policy_impersonation: Impersonation is not supported by this principal. + events: errors: unknown_runner: Unknown runner. Each process should offer a consitent but unique runner_id. features: @@ -30,5 +34,13 @@ 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." + + activemodel: + errors: + models: + shamu/services/service: + attributes: + base: + canceled: Request was canceled