Sha256: d0dc672aafffab4e1f49907ae40c2661ccd32129d1723f946a88abfabd29ae9b

Contents?: true

Size: 1.26 KB

Versions: 5

Compression:

Stored size: 1.26 KB

Contents

en:
  classes:
    cmor/tags/engine: Tags
  attributes:
    tag_list: Tags
  activerecord:
    models:
      acts_as_taggable_on/tag: &tag_model
        one: Tag
        other: Tags
      acts_as_taggable_on/tagging: &tagging_model
        one: Tagging
        other: Taggings
      cmor/tags/tag: *tag_model
      cmor/tags/tagging: *tagging_model
    attributes:
      acts_as_taggable_on/tag: &tag_attributes
        id: ID
        color: Color
        name: Name
        taggings_count: Tagged Items
        created_at: Created at
        updated_at: Updated at
      acts_as_taggable_on/tagging: &tagging_attributes
        id: ID
        color: Color
        context: Context
        tag_id: Tag
        tag: Tag
        taggable_id: Taggable
        taggable: Taggable
        taggable_type: Taggable type
        tagger_id: Tagger
        tagger_type: Tagger type
        tagger: Tagger
        created_at: Created at
        updated_at: Updated at
      cmor/tags/tag_search:
        exact: Exact
        tag_list: Tags
      cmor/tags/tag: *tag_attributes
      cmor/tags/tagging: *tagging_attributes
  cmor:
    tags:
      search_box:
        search: "cats, tree, green, ..."
  helpers:
    submit:
      tag_search:
        create: 'Search'
  routes:
    cmor_tags_engine: tags

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cmor_tags-0.0.10.pre config/locales/en.yml
cmor_tags-0.0.9.pre config/locales/en.yml
cmor_tags-0.0.8.pre config/locales/en.yml
cmor_tags-0.0.7.pre config/locales/en.yml
cmor_tags-0.0.6.pre config/locales/en.yml