Sha256: 977e6c94b9a394fea216a51860a00bad45f51d26a9ee4cfc4aa39cc91ec0e566
Contents?: true
Size: 1.14 KB
Versions: 44
Compression:
Stored size: 1.14 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 %> label_filter_group_<%= model_name_underscored %>_query: <%= model_name %>
Version data entries
44 entries across 44 versions & 1 rubygems