Sha256: 3b81b7dd515231fd73c5a33a25b975d112129b712032a8ea5cf1a8fe1c910699

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

en:
  classes:
    cmor/blog/engine: Blog
  activerecord:
    models:
      cmor/blog/post:
        one: Post
        other: Posts
      cmor/blog/asset_detail:
        one: Asset
        other: Assets
    attributes:
      cmor/blog/post:
        id: ID
        assets: Asset
        asset_details_count: Assets
        title: Title
        tags: Tags
        body: Body
        position: Position
        published: Published
        published_at: Published at
        created_by_id: Created by
        creator: Created by
        slug: Slug
        updated_by_id: Updated by
        updater: Updated by
        created_at: Created at
        updated_at: Updated at
      cmor/blog/asset_detail:
        id: ID
        post: Post
        post_id: Post
        asset: File
        asset_id: File
        asset_actions: ''
        description: Description
        filename: Filename
        title: Title
        preview_picture: Preview
        position: Position
        published_at: Published at
        created_at: Created at
        updated_at: Updated at
  cmor:
    blog:
      application_view_helper:
        render_post:
          more: 'More'
  routes:
    cmor_blog_engine: blog

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cmor_blog-0.0.44.pre config/locales/en.yml
cmor_blog-0.0.43.pre config/locales/en.yml
cmor_blog-0.0.42.pre config/locales/en.yml
cmor_blog-0.0.41.pre config/locales/en.yml