Sha256: bd5e143e1244e8cb076b3ceb312d6fd2cb0158599be660c6c8f5f4e117f2716f

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

en:
  <%= plural_name %>:
    fields:
      id: Id
    <%- attributes.each do |attribute| -%>
      <%= attribute.name %>: <%= attribute.name.humanize.titleize %>
    <%- end -%>
      created_at: Created At
      updated_at: Updated At
    index:
      title: List <%= plural_class_name.humanize.titleize %>
      short_title: List
    new:
      title: New <%= class_name.humanize.titleize %>
      short_title: New
      submit: Create <%= class_name.humanize.titleize %>
    create:
      flash: The <%= singular_name.humanize.downcase %> was created successfully.
    show:
      title: Show <%= class_name.humanize.titleize %>
      short_title: Show
    edit:
      title: Edit <%= class_name.humanize.titleize %>
      short_title: Edit
      submit: Update <%= class_name.humanize.titleize %>
    update:
      flash: The <%= singular_name.humanize.downcase %> was updated successfully.
    destroy:
      title: Destroy <%= class_name.humanize.titleize %>
      short_title: Destroy
      flash: The <%= singular_name.humanize.downcase %> was destroyed successfully.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jfs-generators-0.2.0 rails_generators/jfs_scaffold/templates/en.yml
jfs-generators-0.2.4 rails_generators/jfs_scaffold/templates/en.yml
jfs-generators-0.2.3 rails_generators/jfs_scaffold/templates/en.yml