en.yml 4.79 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"
  images_menu_title: "Files"
  user_menu_title: "Users"
  domains_menu_title: "Domains"
  page_langs_menu_title: "Languages"
  drop_your_file: "Drop your file here ..."
  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"
  logout: 'Logout'
  please_wait: "Please, wait ..."
  mandatory_fields: "* Mandatory fields"
  meta_title: "Kanjai - Bootstrap CMS"
  forgot_password: "Forgot your password?"
  password_reset_title: "PASSWORD RESET"
  password_reset_text: "Fill with your mail to receive instructions on how to reset your password."
  password_reset_email: "Email address"
  password_reset_error: "Can not send instrution, please check email"
  rte_choose_image: "Choose Image"
  add_alternative_domain: "Add Alternative Domain"


  date:
    formats:
      default: "%d.%m.%Y"
  time:
    formats:
      default: "%d.%m.%Y %H:%M"
      full: "%d.%m.%Y %H:%M:%S"
      short: "%d.%m.%Y"
  time_zone:
    formats:
      default: "%d.%m.%Y %H:%M"
  activerecord:
    attributes:
      kanjai/admin_user:
        email: "E-Mail"
        password: "Password"
        password_confirmation: "Password confirmation"
      kanjai/page:
        parent_id: Parent Page
        page_template_id: Page Template
        root_page: "Root Page"
        private_flag: "Private"
        default_private_page: "Default Private Page"
        show_public_only: "Show only for not login user"
        title: Title
        type_page: Type
        url: Url
        page_name: "Page Name"
        template_name: "Used Template"
        title_url: "URL"
      page_content:
         type_content: "Content Type"
      kanjai/page_lang:
        code: Code
        title: Language title
        default_use: "Use Default"
        language_domain: "Alternative Domain"
      kanjai/page_template:
        title: "Title"
        updated_at: "Updated at"
        unzip: "Status"
        notice: "Notice"
        attachment: "Template (as ZIP file)"
      kanjai/image:
        name: "Name"
        tags: "Tags"
        size: "Size"
        format: "Format"
        created_at: "Upload Date"
        public_url: "URL"
      kanjai/page_datum:
        meta_title: Meta Title
        meta_description: Meta Description
        meta_keywords: Meta Keywords


  actions:
    create: Save
    cancel: Cancel
    show_more: "Show more"
    close: Close
    download: Download
    edit: Edit
    delete: Delete
    edit_static_element: "Static Element %{lang}"
    upload: "Upload"
    disable: "Disable"
    enable: "Enable"
    edit_with_lang: "Edit %{lang}"
    duplicate: "Duplicate"
    copy: "Copy"
    add_more_images: "Add More Images"
    back_to_choose_image: "Back to choose image"
    choose_file: "Choose File"
    remove_file: "Remove File"

  admin:
    page_structure:
      row: "Row"
      col: "Column"
      block: "Block"
    login:
      title: "SIGN IN"
      remember_me: "Remember me"
      login_button: "Login"
      placeholder_email: 'Enter email'
      placeholder_password: 'Password'
    admin_users:
      title: "Users"
      create: "Add new user"
      edit: "Edit user"
    page_langs:
      title: "Page languages"
      add_new: "Add language"
      empty_text: "Empty language list"
      create: "Add new language"
      edit: "Edit language"
    pages:
      page_title: "Pages"
      add_new: "Add page"
      create_new_page: "Add new page"
      edit: "Edit page: %{title}"
      edit_general_content: "General page information"
      edit_lang_content: "Edit %{lang} information"
      delete: "Are you sure?"
    content_types:
      rte_editor: "RTE Editor"
      plugin: "Plugin"    
    templates:
      page_title: "Templates"
      empty_text: "You don't have template"
      edit: "Edit template"
      create: "Add new template"
    domains:
      title: "Domains"
      add_new: "Add domain"
      empty_text: "Empty domain list"
      create: "Add new domain"
      edit: "Edit domain"      
    template_status:
      not_file: ""
      unzip: "Ready"
      zip: "In Progress"