Sha256: 79b656cb8195c2d92f51b6a273df6193173d581771ceec79bf031616a1b39e6b

Contents?: true

Size: 980 Bytes

Versions: 1

Compression:

Stored size: 980 Bytes

Contents

en:
  activerecord:
    models:
      cmor/testimonials/category:
        one: Category
        other: Categories
      cmor/testimonials/testimonial:
        one: Testimonial
        other: Testimonials
    default_attributes: &default_attributes
      id: ID
      created_at: Created at
      updated_at: Updated at
    attributes:
      cmor/testimonials/category:
        <<: *default_attributes
        identifier: Identifier
        name: Name
        locale: Locale
        slug: Slug
      cmor/testimonials/testimonial:
        <<: *default_attributes
        image: Image
        position: Position
        published_at: Published at
        category: Category
        category_id: Category ID
        fullname: Name
        role: Role
        company: Company
        body: Text
  resources:
  cmor:
    testimonials:
      application_view_helper:
        render:
          next: Next
          previous: Previous
  routes:
    cmor_testimonials_engine: testimonials

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cmor_testimonials-0.0.8.pre config/locales/en.yml