Sha256: 990ee29929b8e4c3fdfd33ed0599e22a1a2c5283eb1172e9a2e3261ff1fc49dd

Contents?: true

Size: 1022 Bytes

Versions: 1

Compression:

Stored size: 1022 Bytes

Contents

en:
  activerecord:
    models:
      <%= file_name %>: "<%= file_name.humanize %>"
    attributes:
      <%= file_name %>: <% attributes.each do |a| %>
        <%= a.name %>: "<%= a.name.humanize %>"<% end %>
  <%= plural_file_name %>:
    edit:
      title: "Editing of the <%= file_name.humanize.downcase %>"
    form:
      <%= file_name %>: "<%= file_name.humanize %>"
    index:
      confirm: "Are you sure you want to delete the <%= file_name.humanize.downcase %>?"
      empty: "No <%= plural_file_name.humanize.downcase %> found"
      new_<%= file_name %>: "Add a new <%= file_name.humanize.downcase %>"
      title: "Listing of <%= plural_file_name.humanize.downcase %>"
    new:
      title: "Adding a new <%= file_name.humanize.downcase %>"
    show:
      title: "<%= file_name.humanize %> details"
    was_created: "<%= file_name.humanize %> was successfully added"
    was_deleted: "<%= file_name.humanize %> was successfully deleted"
    was_updated: "<%= file_name.humanize %> was successfully updated"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n_scaffold_generator-1.0.1 lib/generators/i18n/scaffold/templates/en.yml.erb