Sha256: f8ba32e471e2727c6154bb34a343e7bbfcbdc525b81411db75744eededd7f657
Contents?: true
Size: 1017 Bytes
Versions: 4
Compression:
Stored size: 1017 Bytes
Contents
en: 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 %> <%= db_columns.collect{|column_name, column_options| "\n #{column_options[:lang_key]}: #{column_name.humanize}" }.join %>
Version data entries
4 entries across 4 versions & 1 rubygems