Skip to content
Snippets Groups Projects
en.json 5.57 KiB
Newer Older
Giuseppe Digilio's avatar
Giuseppe Digilio committed
  "footer": {
    "copyright": "copyright © 2002-{{ year }}",
    "link.dspace": "DSpace software",
    "link.duraspace": "DuraSpace"
  },
  "collection": {
    "page": {
      "news": "News",
      "license": "License",
      "browse": {
        "recent": {
          "head": "Recent Submissions"
        }
      }
  "community": {
    "page": {
      "news": "News",
      "license": "License"
    },
    "sub-collection-list": {
      "head": "Collections of this Community"
    }
  },
  "item": {
    "page": {
      "author": "Authors",
      "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"
  "relationships": {
    "isPublicationOf": "Publications",
    "isProjectOf": "Projects",
    "isOrgUnitOf": "Org Units",
    "isAuthorOf": "Authors",
    "isPersonOf": "Authors",
    "isJournalOf": "Journals",
    "isSingleJournalOf": "Journal",
    "isVolumeOf": "Volumes",
    "isSingleVolumeOf": "Volume",
    "isIssueOf": "Issues",
    "isJournalIssueOf": "Journal Issue",
    "isPublicationOfJournalIssue": "Articles"
  "person": {
    "page": {
      "jobtitle": "Job Title",
      "lastname": "Last Name",
      "firstname": "First Name",
      "email": "Email Address",
      "orcid": "ORCID",
      "birthdate": "Birth Date",
      "staffid": "Staff ID",
      "link": {
        "full": "Show all metadata"
      }
    }
  },
  "project": {
    "page": {
      "status": "Status",
      "id": "ID",
      "expectedcompletion": "Expected Completion",
      "description": "Description",
Art Lowel's avatar
Art Lowel committed
      "keyword": "Keywords"
    }
  },
  "orgunit": {
    "page": {
      "dateestablished": "Date established",
      "city": "City",
      "country": "Country",
      "id": "ID",
      "description": "Description"
    }
  },
  "journal": {
    "page": {
      "issn": "ISSN",
      "publisher": "Publisher",
      "description": "Description"
    }
  },
  "journalvolume": {
    "page": {
      "volume": "Volume",
      "issuedate": "Issue Date",
      "description": "Description"
    }
  },
  "journalissue": {
    "page": {
      "number": "Number",
      "issuedate": "Issue Date",
      "description": "Description",
      "keyword": "Keywords"
    }
  },
Giuseppe Digilio's avatar
Giuseppe Digilio committed
  "nav": {
    "home": "Home"
  },
  "pagination": {
    "results-per-page": "Results Per Page",
    "sort-direction": "Sort Options",
    "showing": {
      "label": "Now showing items ",
      "detail": "{{ range }} of {{ total }}"
    }
  },
  "sorting": {
    "ASC": "Ascending",
    "DESC": "Descending"
  },
Giuseppe Digilio's avatar
Giuseppe Digilio committed
  "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."
    }
    "title": "DSpace Angular :: Search",
    "description": "",
    "form": {
      "search": "Search",
      "search_dspace": "Search DSpace"
    },
    "results": {
      "head": "Search Results",
      "no-results": "There were no results for this search"
    },
    "sidebar": {
      "close": "Back to results",
      "open": "Search Tools",
Jonas Van Goolen's avatar
Jonas Van Goolen committed
      "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",
        "show-more": "Show more",
        "show-less": "Collapse",
          "placeholder": "Author name",
          "head": "Author"
          "placeholder": "Scope filter",
          "head": "Scope"
          "placeholder": "Subject",
          "head": "Subject"
          "placeholder": "Date",
          "head": "Date"
        },
        "has_content_in_original_bundle": {
          "placeholder": "Has files",
          "head": "Has files"
lotte's avatar
lotte committed
        },
        "entityType": {
          "placeholder": "Entity Type",
          "head": "Entity Type"
    "default": "Loading...",
    "top-level-communities": "Loading top level communities...",
    "community": "Loading community...",
    "collection": "Loading collection...",
    "sub-collections": "Loading sub-collections...",
    "recent-submissions": "Loading recent submissions...",
    "item": "Loading item...",
    "objects": "Loading...",
    "search-results": "Loading search results..."
    "top-level-communities": "Error fetching top level communities",
    "community": "Error fetching community",
    "collection": "Error fetching collection",
    "sub-collections": "Error fetching sub-collections",
    "recent-submissions": "Error fetching recent submissions",
    "item": "Error fetching item",
    "objects": "Error fetching objects",
    "search-results": "Error fetching search results"