en.yml 3.5 KB
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
#     I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
#     <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
#     I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.

en:
  configuration_menu_title: "Configuration"
  pages_menu_title: "Pages"
  templates_menu_title: "Templates"
  page_langs_menu_title: "Page Languages"
  user_menu_title: "Users"
  images_menu_title: "Files"
  drop_your_file: "Drop your file ..."
  are_you_sure: "Are you sure?"
  page_not_found_html: "Sorry, page not found"
  edit_frontend_page_title: "Edit Content"
  admin_panel_title: "Kanjai - Admin panel"
  login_title: "Kanjai - Login"
  copyright: "© 2020 - kanjai.org"


  date:
    formats:
      default: "%d.%m.%Y"
  time:
    formats:
      default: "%d.%m.%Y %H:%M"
      full: "%d.%m.%Y %H:%M:%S"
  time_zone:
    formats:
      default: "%d.%m.%Y %H:%M"
  activerecord:
    attributes:
      kanjai/admin_user:
        email: "E-Mail"
        password: "Password"
        password_confirmation: "Password confirmation"
      page:
        parent_id: Parent Page
        page_template_id: Page Template
        private_flag: "Private"
        default_private_page: "Default Private page"
        root_page: "Root Page"
        title: Title
        type_page: Type
        url: Url
        meta_title: Meta Title
        meta_description: Meta Description
        meta_keywords: Meta Keywords
        show_public_only: "Show only for not login user"
      page_content:
         type_content: "Content Type"
      page_lang:
        code: Code
        title: Title
        default_use: "Use Default"
      template:
        title: "Title"
        attachment: "Attachment"
        unzip: "Status"

  actions:
    create: Save
    cancel: Cancel
    show_more: "Show more"
    close: Close
    download: Download
    edit: Edit
    delete: Delete

  admin:
    login:
      title: "SIGN IN TO CONTINUE"
      remember_me: "Remember me"
      login_button: "Login"
      placeholder_email: 'Enter email'
      placeholder_password: 'Password'
    admin_users:
      title: "Users"
      create: "Create new admin user"
      edit: "Edit admin user"
    pages:
      page_title: "Pages"
      add_new: "Add new"
      create_new_page: "Create new page"
      edit_page: "Edit page - %{title}"
      edit_general_content: "General page information"
      edit_lang_content: "Edit %{lang} information"
      delete: "Are you sure you want to delete this page?"
      operation:
        edit_general: "Edit General"
        edit_markdown: "Edit Markdown"
        edit_html: "Edit HTML"
        gallery: "Gallery"
        structure: "Structure"
        edit_meta: "Meta Information"
      type_page:
        html: "HTML"
        markdown: "Markdown"
    content_types:
      rte_editor: "RTE Editor"
      plugin: "Plugin"
    page_langs:
      title: "Langs"
      add_new: "Add Lang"
      empty_text: "Empty lang list"
      create: "Create new lang"
      edit: "Edit lang"
    templates:
      page_title: "Templates"
      add_new: "Add Template"
      empty_text: "You don't have template"
      edit_template: "Edit Template"
    gallery:
      title: "Gallery"