{
  "footer": {
    "copyright": "copyright © 2002-{{ year }}",
    "link.dspace": "DSpace software",
    "link.duraspace": "DuraSpace"
  },
  "collection": {
    "page": {
      "news": "News",
      "license": "License",
      "browse": {
        "recent": {
          "head": "Recent Submissions"
        }
      }
    },
    "form": {
      "title": "Name",
      "description": "Introductory text (HTML)",
      "abstract": "Short Description",
      "rights": "Copyright text (HTML)",
      "tableofcontents": "News (HTML)",
      "license": "License",
      "provenance": "Provenance",
      "errors": {
        "title": {
          "required": "Please enter a collection name"
        }
      }
    },
    "edit": {
      "head": "Edit Collection",
      "delete": "Delete this collection"
    },
    "create": {
      "head": "Create a Collection",
      "sub-head": "Create a Collection for Community {{ parent }}"
    },
    "delete": {
      "head": "Delete Collection",
      "text": "Are you sure you want to delete collection \"{{ dso }}\"",
      "confirm": "Confirm",
      "cancel": "Cancel",
      "notification": {
        "success": "Successfully deleted collection",
        "fail": "Collection could not be deleted"
      }
    }
  },
  "community": {
    "page": {
      "news": "News",
      "license": "License"
    },
    "sub-collection-list": {
      "head": "Collections of this Community"
    },
    "sub-community-list": {
      "head": "Communities of this Community"
    },
    "form": {
      "title": "Name",
      "description": "Introductory text (HTML)",
      "abstract": "Short Description",
      "rights": "Copyright text (HTML)",
      "tableofcontents": "News (HTML)",
      "errors": {
        "title": {
          "required": "Please enter a community name"
        }
      }
    },
    "edit": {
      "head": "Edit Community",
      "delete": "Delete this community"
    },
    "create": {
      "head": "Create a Community",
      "sub-head": "Create a Sub-Community for Community {{ parent }}"
    },
    "delete": {
      "head": "Delete Community",
      "text": "Are you sure you want to delete community \"{{ dso }}\"",
      "confirm": "Confirm",
      "cancel": "Cancel",
      "notification": {
        "success": "Successfully deleted community",
        "fail": "Community could not be deleted"
      }
    }
  },
  "item": {
    "page": {
      "author": "Author",
      "abstract": "Abstract",
      "date": "Date",
      "uri": "URI",
      "files": "Files",
      "collections": "Collections",
      "filesection": {
        "download": "Download",
        "name": "Name:",
        "format": "Format:",
        "size": "Size:",
        "description": "Description:"
      },
      "link": {
        "simple": "Simple item page",
        "full": "Full item page"
      }
    },
    "select": {
      "table": {
        "collection": "Collection",
        "author": "Author",
        "title": "Title"
      },
      "confirm": "Confirm selected"
    },
    "edit": {
      "head": "Edit Item",
      "tabs": {
        "status": {
          "head": "Item Status",
          "description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
          "labels": {
            "id": "Item Internal ID",
            "handle": "Handle",
            "lastModified": "Last Modified",
            "itemPage": "Item Page"
          },
          "buttons": {
            "authorizations": {
              "label": "Edit item's authorization policies",
              "button": "Authorizations..."
            },
            "withdraw": {
              "label": "Withdraw item from the repository",
              "button": "Withdraw..."
            },
            "reinstate": {
              "label": "Reinstate item into the repository",
              "button": "Reinstate..."
            },
            "move": {
              "label": "Move item to another collection",
              "button": "Move..."
            },
            "private": {
              "label": "Make item private",
              "button": "Make it private..."
            },
            "public": {
              "label": "Make item public",
              "button": "Make it public..."
            },
            "delete": {
              "label": "Completely expunge item",
              "button": "Permanently delete"
            },
            "mappedCollections": {
              "label": "Manage mapped collections",
              "button": "Mapped collections"
            }
          }
        },
        "bitstreams": {
          "head": "Item Bitstreams"
        },
        "metadata": {
          "head": "Item Metadata"
        },
        "view": {
          "head": "View Item"
        },
        "curate": {
          "head": "Curate"
        }
      },
      "modify.overview": {
        "field": "Field",
        "value": "Value",
        "language": "Language"
      },
      "withdraw": {
        "header": "Withdraw item: {{ id }}",
        "description": "Are you sure this item should be withdrawn from the archive?",
        "confirm": "Withdraw",
        "cancel": "Cancel",
        "success": "The item was withdrawn successfully",
        "error": "An error occured while withdrawing the item"
      },
      "reinstate": {
        "header": "Reinstate item: {{ id }}",
        "description": "Are you sure this item should be reinstated to the archive?",
        "confirm": "Reinstate",
        "cancel": "Cancel",
        "success": "The item was reinstated successfully",
        "error": "An error occured while reinstating the item"
      },
      "private": {
        "header": "Make item private: {{ id }}",
        "description": "Are you sure this item should be made private in the archive?",
        "confirm": "Make it Private",
        "cancel": "Cancel",
        "success": "The item is now private",
        "error": "An error occured while making the item private"
      },
      "public": {
        "header": "Make item public: {{ id }}",
        "description": "Are you sure this item should be made public in the archive?",
        "confirm": "Make it Public",
        "cancel": "Cancel",
        "success": "The item is now public",
        "error": "An error occured while making the item public"
      },
      "delete": {
        "header": "Delete item: {{ id }}",
        "description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.",
        "confirm": "Delete",
        "cancel": "Cancel",
        "success": "The item has been deleted",
        "error": "An error occured while deleting the item"
      }
    }
  },
  "nav": {
    "browse": {
      "header": "All of DSpace"
    },
    "community-browse": {
      "header": "By Community"
    },
    "statistics": {
      "header": "Statistics"
    },
    "login": "Log In",
    "logout": "Log Out",
    "language": "Language switch",
    "search": "Search"
  },
  "pagination": {
    "results-per-page": "Results Per Page",
    "sort-direction": "Sort Options",
    "showing": {
      "label": "Now showing items ",
      "detail": "{{ range }} of {{ total }}"
    }
  },
  "sorting": {
    "score": {
      "DESC": "Relevance"
    },
    "dc.title": {
      "ASC": "Title Ascending",
      "DESC": "Title Descending"
    }
  },
  "title": "DSpace",
  "404": {
    "help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ",
    "page-not-found": "page not found",
    "link": {
      "home-page": "Take me to the home page"
    }
  },
  "home": {
    "title": "DSpace Angular :: Home",
    "description": "",
    "top-level-communities": {
      "head": "Communities in DSpace",
      "help": "Select a community to browse its collections."
    }
  },
  "search": {
    "title": "DSpace Angular :: Search",
    "description": "",
    "form": {
      "search": "Search",
      "search_dspace": "Search DSpace"
    },
    "results": {
      "head": "Search Results",
      "no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting",
      "no-results-link": "quotes around it"
    },
    "sidebar": {
      "close": "Back to results",
      "open": "Search Tools",
      "results": "results",
      "filters": {
        "title": "Filters"
      },
      "settings": {
        "title": "Settings",
        "sort-by": "Sort By",
        "rpp": "Results per page"
      }
    },
    "view-switch": {
      "show-list": "Show as list",
      "show-grid": "Show as grid"
    },
    "filters": {
      "head": "Filters",
      "reset": "Reset filters",
      "applied": {
        "f.author": "Author",
        "f.dateIssued.min": "Start date",
        "f.dateIssued.max": "End date",
        "f.subject": "Subject",
        "f.has_content_in_original_bundle": "Has files"
      },
      "filter": {
        "show-more": "Show more",
        "show-less": "Collapse",
        "author": {
          "placeholder": "Author name",
          "head": "Author"
        },
        "scope": {
          "placeholder": "Scope filter",
          "head": "Scope"
        },
        "subject": {
          "placeholder": "Subject",
          "head": "Subject"
        },
        "dateIssued": {
          "max": {
            "placeholder": "Minimum Date"
          },
          "min": {
            "placeholder": "Maximum Date"
          },
          "head": "Date"
        },
        "has_content_in_original_bundle": {
          "head": "Has files"
        }
      }
    }
  },
  "browse": {
    "title": "Browsing {{ collection }} by {{ field }} {{ value }}",
    "metadata": {
      "title": "Title",
      "author": "Author",
      "subject": "Subject"
    },
    "comcol": {
      "head": "Browse",
      "by": {
        "title": "By Title",
        "author": "By Author",
        "subject": "By Subject"
      }
    },
    "empty": "No items to show."
  },
  "admin": {
    "registries": {
      "metadata": {
        "title": "DSpace Angular :: Metadata Registry",
        "head": "Metadata Registry",
        "description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.",
        "form": {
          "create": "Create metadata schema",
          "edit": "Edit metadata schema",
          "namespace": "Namespace",
          "name": "Name"
        },
        "schemas": {
          "table": {
            "id": "ID",
            "namespace": "Namespace",
            "name": "Name",
            "delete": "Delete selected"
          },
          "no-items": "No metadata schemas to show."
        }
      },
      "schema": {
        "title": "DSpace Angular :: Metadata Schema Registry",
        "head": "Metadata Schema",
        "description": "This is the metadata schema for \"{{namespace}}\".",
        "return": "Return",
        "form": {
          "create": "Create metadata field",
          "edit": "Edit metadata field",
          "element": "Element",
          "qualifier": "Qualifier",
          "scopenote": "Scope Note"
        },
        "fields": {
          "head": "Schema metadata fields",
          "table": {
            "field": "Field",
            "scopenote": "Scope Note",
            "delete": "Delete selected"
          },
          "no-items": "No metadata fields to show."
        },
        "notification": {
          "success": "Success",
          "failure": "Error",
          "created": "Successfully created metadata schema \"{{prefix}}\"",
          "edited": "Successfully edited metadata schema \"{{prefix}}\"",
          "deleted": {
            "success": "Successfully deleted {{amount}} metadata schemas",
            "failure": "Failed to delete {{amount}} metadata schemas"
          },
          "field": {
            "created": "Successfully created metadata field \"{{field}}\"",
            "edited": "Successfully edited metadata field \"{{field}}\"",
            "deleted": {
              "success": "Successfully deleted {{amount}} metadata fields",
              "failure": "Failed to delete {{amount}} metadata fields"
            }
          }
        }
      },
      "bitstream-formats": {
        "title": "DSpace Angular :: Bitstream Format Registry",
        "head": "Bitstream Format Registry",
        "description": "This list of bitstream formats provides information about known formats and their support level.",
        "formats": {
          "table": {
            "name": "Name",
            "mimetype": "MIME Type",
            "supportLevel": {
              "head": "Support Level",
              "0": "Unknown",
              "1": "Known",
              "2": "Support"
            },
            "internal": "internal"
          },
          "no-items": "No bitstream formats to show."
        }
      }
    }
  },
  "menu": {
    "header": {
      "admin": "Admin",
      "image": {
        "logo": "Repository logo"
      }
    },
    "section": {
      "pin": "Pin sidebar",
      "unpin": "Unpin sidebar",
      "new": "New",
      "new_community": "Community",
      "new_collection": "Collection",
      "new_item": "Item",
      "new_item_version": "Item Version",
      "edit": "Edit",
      "edit_community": "Community",
      "edit_collection": "Collection",
      "edit_item": "Item",
      "import": "Import",
      "import_metadata": "Metadata",
      "import_batch": "Batch Import (ZIP)",
      "export": "Export",
      "export_community": "Community",
      "export_collection": "Collection",
      "export_item": "Item",
      "export_metadata": "Metadata",
      "access_control": "Access Control",
      "access_control_people": "People",
      "access_control_groups": "Groups",
      "access_control_authorizations": "Authorizations",
      "find": "Find",
      "find_items": "Items",
      "find_withdrawn_items": "Withdrawn Items",
      "find_private_items": "Private Items",
      "registries": "Registries",
      "registries_metadata": "Metadata",
      "registries_format": "Format",
      "curation_task": "Curation Task",
      "statistics_task": "Statistics Task",
      "control_panel": "Control Panel",
      "browse_global": "All of DSpace",
      "browse_global_communities_and_collections": "Communities & Collections",
      "browse_global_by_issue_date": "By Issue Date",
      "browse_global_by_author": "By Author",
      "browse_global_by_title": "By Title",
      "browse_global_by_subject": "By Subject",
      "statistics": "Statistics",
      "browse_community": "This Community",
      "browse_community_by_issue_date": "By Issue Date",
      "browse_community_by_author": "By Author",
      "browse_community_by_title": "By Title",
      "icon": {
        "pin": "Pin sidebar",
        "unpin": "Unpin sidebar",
        "new": "New menu section",
        "edit": "Edit menu section",
        "import": "Import menu section",
        "export": "Export menu section",
        "access_control": "Access Control menu section",
        "find": "Find menu section",
        "registries": "Registries menu section",
        "curation_task": "Curation Task menu section",
        "statistics_task": "Statistics Task menu section",
        "control_panel": "Control Panel menu section"
      },
      "toggle": {
        "new": "Toggle New section",
        "edit": "Toggle Edit section",
        "import": "Toggle Import section",
        "export": "Toggle Export section",
        "access_control": "Toggle Access Control section",
        "find": "Toggle Find section",
        "registries": "Toggle Registries section",
        "curation_task": "Toggle Curation Task section",
        "statistics_task": "Toggle Statistics Task section",
        "control_panel": "Toggle Control Panel section"
      }
    }
  },
  "loading": {
    "default": "Loading...",
    "top-level-communities": "Loading top-level communities...",
    "community": "Loading community...",
    "collection": "Loading collection...",
    "sub-collections": "Loading sub-collections...",
    "sub-communities": "Loading sub-communities...",
    "recent-submissions": "Loading recent submissions...",
    "item": "Loading item...",
    "objects": "Loading...",
    "search-results": "Loading search results...",
    "browse-by": "Loading items..."
  },
  "error": {
    "default": "Error",
    "top-level-communities": "Error fetching top-level communities",
    "community": "Error fetching community",
    "collection": "Error fetching collection",
    "sub-collections": "Error fetching sub-collections",
    "sub-communities": "Error fetching sub-communities",
    "recent-submissions": "Error fetching recent submissions",
    "item": "Error fetching item",
    "objects": "Error fetching objects",
    "search-results": "Error fetching search results",
    "browse-by": "Error fetching items",
    "validation": {
      "pattern": "This input is restricted by the current pattern: {{ pattern }}.",
      "license": {
        "notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission."
      }
    },
    "submission": {
      "sections": {
        "init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below : <br> <br>"
      }
    }
  },
  "form": {
    "submit": "Submit",
    "cancel": "Cancel",
    "search": "Search",
    "search-help": "Click here to looking for an existing correspondence",
    "remove": "Remove",
    "clear": "Clear",
    "clear-help": "Click here to remove the selected value",
    "edit": "Edit",
    "edit-help": "Click here to edit the selected value",
    "save": "Save",
    "save-help": "Save changes",
    "first-name": "First name",
    "last-name": "Last name",
    "loading": "Loading...",
    "no-results": "No results found",
    "no-value": "No value entered",
    "group-collapse": "Collapse",
    "group-expand": "Expand",
    "group-collapse-help": "Click here to collapse",
    "group-expand-help": "Click here to expand and add more element",
    "other-information": {
    }
  },
  "login": {
    "title": "Login",
    "form": {
      "header": "Please log in to DSpace",
      "email": "Email address",
      "forgot-password": "Have you forgotten your password?",
      "new-user": "New user? Click here to register.",
      "password": "Password",
      "submit": "Log in"
    }
  },
  "logout": {
    "title": "Logout",
    "form": {
      "header": "Log out from DSpace",
      "submit": "Log out"
    }
  },
  "auth": {
    "messages": {
      "expired": "Your session has expired. Please log in again."
    },
    "errors": {
      "invalid-user": "Invalid email address or password."
    }
  },
  "chips": {
    "remove": "Remove chip"
  },
  "submission": {
    "general":{
      "cannot_submit": "You have not the privilege to make a new submission.",
      "deposit": "Deposit",
      "discard": {
        "submit": "Discard",
        "confirm": {
          "cancel": "Cancel",
          "submit": "Yes, I'm sure",
          "title": "Discard submission",
          "info": "This operation can't be undone. Are you sure?"
        }
      },
      "save": "Save",
      "save-later": "Save for later"
    },
    "submit": {
      "title": "Submission"
    },
    "edit": {
      "title": "Edit Submission"
    },
    "mydspace": {

    },
    "sections": {

      "general": {
        "add-more": "Add more",
        "no-sections": "No options available",
        "sections_not_valid": "There are incomplete sections.",
        "collection": "Collection",
        "no-collection": "No collection found",
        "search-collection": "Search for a collection",

        "deposit_success_notice": "Submission deposited successfully.",
        "deposit_error_notice": "There was an issue when submitting the item, please try again later.",
        "discard_success_notice": "Submission discarded successfully.",
        "discard_error_notice": "There was an issue when discarding the item, please try again later.",
        "save_success_notice": "Submission saved successfully.",
        "metadata-extracted": "New metadata have been extracted and added to the <strong>{{sectionId}}</strong> section.",
        "metadata-extracted-new-section": "New <strong>{{sectionId}}</strong> section has been added to submission."
      },
      "submit.progressbar.describe.stepone": "Describe",
      "submit.progressbar.describe.steptwo": "Describe",
      "submit.progressbar.describe.stepcustom": "Describe",
      "submit.progressbar.describe.recycle": "Recycle",
      "submit.progressbar.upload": "Upload files",
      "submit.progressbar.license": "Deposit license",
      "submit.progressbar.cclicense": "Creative commons license",
      "submit.progressbar.detect-duplicate": "Potential duplicates",

      "upload": {
        "no-entry": "No",
        "no-file-uploaded": "No file uploaded yet.",
        "info": "Here you will find all the files currently in the item. You can update the fle metadata and access conditions or <strong>upload additional files just dragging & dropping them everywhere in the page</strong>",
        "drop-message": "Drop files to attach them to the item",
        "upload-successful": "Upload successful",
        "upload-failed": "Upload failed",
        "header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):",
        "header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicity decided for the single file, with the following group(s):",
        "form": {
          "access-condition-label": "Access condition type",
          "from-label": "Access grant from",
          "from-placeholder": "From",
          "until-label": "Access grant until",
          "until-placeholder": "Until",
          "group-label": "Group"
        },
        "save-metadata": "Save metadata",
        "undo": "Cancel",
        "delete": {
          "submit": "Delete",
          "confirm": {
            "cancel": "Cancel",
            "submit": "Yes, I'm sure",
            "title": "Delete bitstream",
            "info": "This operation can't be undone. Are you sure?"
          }
        }
      }
    }
  },
  "uploader": {
    "drag-message": "Drag & Drop your files here",
    "or": ", or",
    "browse": "browse",
    "queue-lenght": "Queue length",
    "processing": "Processing"
  }
}