Sha256: 4302c74ae38616801fa2caf3bc1324e627a2692f9506963ca4f0ed1ed18074c9

Contents?: true

Size: 1.3 KB

Versions: 5

Compression:

Stored size: 1.3 KB

Contents

de:
  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: Farbe
        name: Name
        taggings_count: Getagte Objekte
        created_at: Erstellt am
        updated_at: Aktualisiert am
      acts_as_taggable_on/tagging: &tagging_attributes
        id: ID
        color: Farbe
        context: Kontext
        tag_id: Tag
        tag: Tag
        taggable_id: Getagtes Objekt
        taggable: Getagtes Objekt
        taggable_type: Getagtes Objekt-Typ
        tagger_id: Ersteller
        tagger: Ersteller
        tagger_type: Ersteller-Typ
        created_at: Erstellt am
        updated_at: Aktualisiert am
      cmor/tags/tag: *tag_attributes
      cmor/tags/tagging: *tagging_attributes
      cmor/tags/search:
        exact: Wortgenau
        tag_list: Tags
  cmor:
    tags:
      search_box:
        search: "Katzen, Baum, grĂ¼n, ..."
  helpers:
    submit:
      search:
        create: 'Suchen'
  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/de.yml
cmor_tags-0.0.9.pre config/locales/de.yml
cmor_tags-0.0.8.pre config/locales/de.yml
cmor_tags-0.0.7.pre config/locales/de.yml
cmor_tags-0.0.6.pre config/locales/de.yml