lib/shamu/locale/en.yml in shamu-0.0.1 vs lib/shamu/locale/en.yml in shamu-0.0.2

- old
+ new

@@ -1,7 +1,27 @@ en: shamu: errors: - messages: + not_found: The resource was not found. + not_implemented: The method has not been implemented. warnings: - messages: + + services: + errors: + 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. + + + security: + 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. + + events: + errors: + unknown_runner: Unknown runner. Each process should offer a consitent but unique runner_id. + + features: + errors: + retired_toggle_checked: "The `%{name}` toggle retired at `%{retire_at}` and cannot be checked anymore." \ No newline at end of file