Sha256: accbaa88b3460ea49c33b7617ab7c65bd9a03fc89bffc6109131512fcf24b7ed

Contents?: true

Size: 1.71 KB

Versions: 22

Compression:

Stored size: 1.71 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"
    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"
      protected_page: "You can not remove index or 404 pages"
      extname_changed: "New file does not have the original extension"
      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

22 entries across 22 versions & 1 rubygems

Version Path
locomotivecms-3.3.0 config/locales/mongoid.en.yml
locomotivecms-3.3.0.rc3 config/locales/mongoid.en.yml
locomotivecms-3.3.0.rc2 config/locales/mongoid.en.yml
locomotivecms-3.1.2 config/locales/mongoid.en.yml
locomotivecms-3.2.1 config/locales/mongoid.en.yml
locomotivecms-3.3.0.rc1 config/locales/mongoid.en.yml
locomotivecms-3.2.0 config/locales/mongoid.en.yml
locomotivecms-3.2.0.rc2 config/locales/mongoid.en.yml
locomotivecms-3.2.0.rc1 config/locales/mongoid.en.yml
locomotivecms-3.1.1 config/locales/mongoid.en.yml
locomotivecms-3.1.0 config/locales/mongoid.en.yml
locomotivecms-3.1.0.rc3 config/locales/mongoid.en.yml
locomotivecms-3.1.0.rc2 config/locales/mongoid.en.yml
locomotivecms-3.1.0.rc1 config/locales/mongoid.en.yml
locomotivecms-3.0.1 config/locales/mongoid.en.yml
locomotivecms-3.0.0 config/locales/mongoid.en.yml
locomotivecms-3.0.0.rc7 config/locales/mongoid.en.yml
locomotivecms-3.0.0.rc6 config/locales/mongoid.en.yml
locomotivecms-3.0.0.rc5 config/locales/mongoid.en.yml
locomotivecms-3.0.0.rc4 config/locales/mongoid.en.yml