Sha256: dc6d57e8fbe847602fa5092bad1b944467dff26bd90d00ad7b4f361bdee52b2d

Contents?: true

Size: 1.31 KB

Versions: 11

Compression:

Stored size: 1.31 KB

Contents

en:
  activerecord:
    attributes:
      panda_cms/page:
        title: Title
        path: URL
        panda_cms_template_id: Template
      panda_cms/post:
        title: Title
        slug: URL
        content: Content
        panda_cms_template_id: Template
        user_id: Author
        published_at: Published At
        post_content: Content
        statuses:
          active: Active
          draft: Draft
          archived: Archived
          hidden: Hidden
      panda_cms/menu:
        name: Menu Name
      panda_cms/menu_item:
        text: Menu Item
        external_url: External URL
        panda_cms_page_id: Page
  panda_cms:
    authentication:
      sign_in_with: Sign in with %{provider}
      providers:
        github: GitHub
        google: Google
        microsoft: Microsoft 365
    admin:
      pages:
        new:
          path:
            meta: "This will be the URL of the page. It should be unique and not contain spaces or special characters. If you're unsure, it'll be auto-generated for you. 🐼"
      sessions:
        create:
          error: There was an error logging you in. Please check your login details and try again, or contact support.
          success: You are logged in!
        destroy:
          success: You have been logged out!
        new:
          title: Sign in to your account

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
panda_cms-0.6.3 config/locales/en.yml
panda_cms-0.6.2 config/locales/en.yml
panda_cms-0.6.1 config/locales/en.yml
panda_cms-0.6.0 config/locales/en.yml
panda_cms-0.5.10 config/locales/en.yml
panda_cms-0.5.9 config/locales/en.yml
panda_cms-0.5.8 config/locales/en.yml
panda_cms-0.5.7 config/locales/en.yml
panda_cms-0.5.6 config/locales/en.yml
panda_cms-0.5.5 config/locales/en.yml
panda_cms-0.5.4 config/locales/en.yml