Sha256: 84a4ce8b58c2633b637f98b9596e8ed985aa341a4cf0d925d6c635626ebbb886

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

en:
  activerecord:
    attributes:
      <%= model_name_underscored %>: <%= db_columns.collect{|column_name, column_options| "\n        #{column_options[:lang_key]}: #{column_name.humanize}"  }.join %>
  easy_query:
    name:
      <%= model_name_underscored %>_query: <%= model_name_pluralize_underscored.titleize %>
  heading_<%= model_name_underscored %>_new: New <%= model_name_underscored.titleize %>
  heading_<%= model_name_underscored %>_edit: Edit <%= model_name_underscored.titleize %>
  button_<%= model_name_underscored %>_new: New <%= model_name_underscored.titleize %>
  label_<%= model_name_pluralize_underscored %>: <%= model_name_pluralize_underscored.titleize %>
  label_<%= model_name_underscored %>: <%= model_name_underscored.titleize %>
  permission_view_<%= model_name_pluralize_underscored %>: View <%= model_name_pluralize_underscored.titleize %>
  permission_manage_<%= model_name_pluralize_underscored %>: Manage <%= model_name_pluralize_underscored.titleize %>
  title_<%= model_name_underscored %>_new: Click to create new <%= model_name_underscored.titleize %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redmine_extensions-0.1.18 lib/generators/redmine_extensions/entity/templates/en.yml.erb
redmine_extensions-0.1.17 lib/generators/redmine_extensions/entity/templates/en.yml.erb
redmine_extensions-0.1.16 lib/generators/redmine_extensions/entity/templates/en.yml.erb