Sha256: 7b70744aa87dde36ceb2a82d76efff5d2d734c26b26224e1372ecda58f7240e4

Contents?: true

Size: 1.74 KB

Versions: 5

Compression:

Stored size: 1.74 KB

Contents

en:
  mongoid:
    errors:
      messages:
        blank_in_locale: "can't be blank"
      models:
        locomotive/page:
          attributes:
            layout_id:
              index_can_not_extend_parent: "The index page can't have its parent page as a layout"
        locomotive/membership:
          attributes:
            account:
              unique_account: "is already used"
            email:
              unique_account: "is already used"
        locomotive/content_asset:
          attributes:
            source:
              maximum_file_size_exceeded: exceeds the maximum file size allowed        
    attributes:
      locomotive/content_entry:
        created_at: Created at
      
  errors:
    messages:
      domain_taken: "%{value} is already taken"
      invalid_domain: "%{value} is invalid"
      needs_admin_account: "One admin account is required at least"
      array_too_short: "is too small (minimum element number is %{count})"
      site:
        default_locale_removed: The previous default locale can not be removed right away.
        wrong_timezone_name: "Wrong timezone name"
      page:
        liquid_syntax: "Liquid Syntax error ('%{error}' on '%{fullpath}')"
        liquid_extend: "The page '%{fullpath}' extends a template which does not exist"
        liquid_translation: "The page '%{fullpath}' extends a template which is not translated"
      too_few_custom_fields: "At least, one custom field is required"
      security: "presents a security problem"

  attributes:
    defaults:
      pages:
        index:
          title: "Home page"
          body: "Content of the home page"
        "404":
          title: "Page not found"
          body: "Content of the 404 page"
        other:
          body: "{% extends 'parent' %}"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 config/locales/mongoid.en.yml
locomotivecms-4.2.0.alpha1 config/locales/mongoid.en.yml
locomotivecms-4.1.1 config/locales/mongoid.en.yml
locomotivecms-4.1.0 config/locales/mongoid.en.yml
locomotivecms-4.1.0.rc1 config/locales/mongoid.en.yml