Sha256: 25180a0817ea93d274fc784c2b3c3ebc6962c42a89217d4c6d145849cfa01bac

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 KB

Contents

en:
  panda:
    cms:
      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
      authentication:
        sign_in_with: Sign in with %{provider}
        providers:
          github: GitHub
          google: Google
          microsoft: Microsoft 365
  activerecord:
    models:
      panda/cms/page: Page
      panda/cms/post: Post
    attributes:
      panda/cms/page:
        title: Title
        path: URL
        panda_cms_template_id: Template
      panda/cms/post:
        title: Title
        slug: URL
        content: Content
        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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 config/locales/en.yml
panda-cms-0.7.2 config/locales/en.yml
panda-cms-0.7.0 config/locales/en.yml