Sha256: 78bbfa5996b0ca40575231f82eb87e843494c40f4daeaae1cbf79e3ea54a1cf6

Contents?: true

Size: 1.64 KB

Versions: 2

Compression:

Stored size: 1.64 KB

Contents

en:
  declarative_authorization:
      
    # app/controllers/authorization_rules_controller.rb
    error_in_call_to_graphviz: Error in call to graphviz
    
    # app/helpers/authorization_rules_helper.rb
    rules: Rules
    graphical_view: Graphical view
    usages: Usages
    no_filter_access_to_call_protects_this_action: No filter_access_to call protects this action
    action_is_not_protected_with_attribute_check: Action is not protected with attribute check
    privilege_set_automatically_from_action_name_by_all_rule: Privilege set automatically from action name by :all rule
    context_set_automatically_from_controller_name_by_filter_access_to_call_without_context_option: Context set automatically from controller name by filter_access_to call without :context option
    
    # app/views/authorization_rules/graph.html.erb 
    authorization_rules_graph: Authorization Rules Graph
    privilege_hierarchy: Privilege hierarchy
    currently_active_rules_in_this_application: Currently active rules in this application.
    all_rules: All rules
    all_contexts: All contexts
    effective_privileges: Effective privileges
    show_full_privilege_hierarchy: Show full privilege hierarchy
    zoom_in: Zoom in
    zoom_out: Zoom out
    
    # app/views/authorization_rules/index.html.erb
    authorization_rules: Authorization Rules
    
    # app/views/authorization_usages/index.html.erb
    authorization_usage: Authorization Usage
    filter_rules_in_actions_by_controller: Filter rules in actions by controller
    
    # lib/declarative_authorization/in_controller.rb
    you_are_not_allowed_to_access_this_action: You are not allowed to access this action

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubycs-declarative_authorization-0.3.0 config/locales/en.declarative_authorization.yml
rubycs-declarative_authorization-0.3.1 en.declarative_authorization.dist.yml