Sha256: a221345eb1f16b2749dc735e3e3b65a081a31ab7335feb6046fe78e96152fa80

Contents?: true

Size: 996 Bytes

Versions: 1

Compression:

Stored size: 996 Bytes

Contents

en:
  activemodel:
    models:
      couch_blog:
        post: Post
        category: Category
      plural:
        couch_blog:
          post: Posts
          category: Categories
    attributes:
      couch_blog:
        post:
          title: Titel
          date: Datum
          body: Content
        category:
          name: Name
  couch_blog:
    general:
      are_you_sure: 'Are you sure?'
      empty_result: 'No %{models} found'
    action:
      save: Save
      index:
        link: '%{models}'
        title: Listing %{models}
      new:
        title: New %{model}
        link: New %{model}
      show:
        title: Showing %{model}
        link: Show %{model}
      edit:
        title: Edit %{model}
        link: Edit %{model}
        table_link: edit
      create:
        successful: '%{model} created successfully'
      update:
        successful: '%{model} updated successfully'
      destroy:
        successful: '%{model} successfully removed'
        table_link: x

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
couch_blog-0.6.0 config/locales/couch_blog.en.yml