Sha256: 92cd3bea84ea5b7ed80d5db542ec01aa62936ee3263eec24d4a5db3d7a2deb77

Contents?: true

Size: 1.41 KB

Versions: 7

Compression:

Stored size: 1.41 KB

Contents

en:
  classes:
    cmor/files/engine: Files
  routes:
    cmor_files_engine: files
    file_details: files
    folders: folders
  activerecord:
    models:
      cmor/files/file_detail:
        one: File detail
        other: File details
      cmor/files/folder:
        one: Folder
        other: Folders
    attributes:
      cmor/files/file_detail:
        id: ID
        asset: Asset
        asset_id: Asset
        blob_byte_size: Filesize
        blob_checksum: Checksum
        blob_filename: Filename
        description: Description
        folder: Folder
        folder_id: Folder
        identifier: Identifier
        position: Position
        published: Published
        published_at: Published at
        slug: Friendly ID
        title: Title
        created_at: Created at
        updated_at: Updated at
      cmor/files/folder:
        id: ID
        assets: Files
        assets_count: Files
        description: Description
        identifier: Identifier
        locale: Locale
        name: Name
        position: Position
        published: Published
        published_at: Published at
        slug: Friendly ID
        created_at: Created at
        updated_at: Updated at
  cmor:
    files:
      application_view_helper:
        render_file:
          download: Download
      file_details:
        show:
          back: Back
      folders:
        index:
          show: Show
        show:
          back: Back

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cmor_files-0.0.53.pre config/locales/en.yml
cmor_files-0.0.52.pre config/locales/en.yml
cmor_files-0.0.51.pre config/locales/en.yml
cmor_files-0.0.50.pre config/locales/en.yml
cmor_files-0.0.49.pre config/locales/en.yml
cmor_files-0.0.48.pre config/locales/en.yml
cmor_files-0.0.45.pre config/locales/en.yml