mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
150 lines
3.7 KiB
JSON
150 lines
3.7 KiB
JSON
{
|
|
"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": "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"
|
|
}
|
|
}
|
|
},
|
|
"nav": {
|
|
"home": "Home"
|
|
},
|
|
"pagination": {
|
|
"results-per-page": "Results Per Page",
|
|
"sort-direction": "Sort Options",
|
|
"showing": {
|
|
"label": "Now showing items ",
|
|
"detail": "{{ range }} of {{ total }}"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"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",
|
|
"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"
|
|
},
|
|
"date": {
|
|
"placeholder": "Date",
|
|
"head": "Date"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"loading": {
|
|
"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..."
|
|
},
|
|
"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",
|
|
"recent-submissions": "Error fetching recent submissions",
|
|
"item": "Error fetching item",
|
|
"objects": "Error fetching objects",
|
|
"search-results": "Error fetching search results"
|
|
}
|
|
}
|