-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,26 @@ | ||
{ | ||
"search.top.breadcrumb.publications": "Search for publications", | ||
"search.top.breadcrumb.authors": "Search for authors", | ||
"search.top.breadcrumb.projects": "Search for funding", | ||
"search.top.breadcrumb.patents": "Search for patents", | ||
"search.top.breadcrumb.organizations": "Search for organizations", | ||
"search.top.main-search-bar": "Search", | ||
"search.top.breadcrumb.home": "Home", | ||
"search.top.filters-button-label": "Filter", | ||
"search.top.filters.clear": "Clear filters", | ||
"search.top.filters.display": "Display results", | ||
"search.top.filters.publications.title": "Filter publications", | ||
"search.filters.publications.active-filter-title": "Active filters", | ||
"search.filters.publications.active-filter-empty": "No active filter", | ||
"search.top.result-more-than": "More than ", | ||
"search.top.publications.result": "{count, plural, =0 {# publication} one {# publication} other {# publications}} for search term « {query} »", | ||
"search.top.authors.result": "{count, plural, =0 {# author} one {# author} other {# authors}} for search term « {query} »", | ||
"search.top.organizations.result": "{count, plural, =0 {# organization} one {# organization} other {# organizations}} for search term « {query} »", | ||
"search.top.publications.filters.result-count": "{count, plural, =0 {# publication} one {# publication} other {# publications}}", | ||
"search.filters.publications.by-year": "Filter by year", | ||
"search.filters.publications.by-year-description": "Select a time period", | ||
"search.filters.publications.by-project": "Filter by funding type", | ||
"search.filters.publications.by-project-description": "Select one or more funding types", | ||
"search.filters.publications.by-type": "Filter by publication type", | ||
"search.filters.publications.by-type-description": "Select one or more publication types", | ||
"search.filters.publications.filters-modal-title": "Filters", | ||
"search.filters.publications.delete-all-filters": "Reset filters", | ||
"search.publications.analytics.by-year.year-bars.name": "Publications", | ||
"search.publications.analytics.by-year.title": "Publications by year", | ||
"search.publications.analytics.by-type.title": "Publications by type", | ||
"search.publications.analytics.by-project.title": "Publications by funding type", | ||
"search.publications.analytics.by-author.title": "Top 10 authors", | ||
"search.results.pagination.next": "Show more results", | ||
"search.results.pagination.end": "No additional results for search term « {query} »", | ||
"suggest.breadcrumb.home": "Home", | ||
"suggest.breadcrumb.publications": "Search for publications", | ||
"suggest.main-search-bar": "Search", | ||
"suggest.result-more-than": "More than ", | ||
"suggest.publications.result": "{count, plural, =0 {# publication} one {# publication} other {# publications}} for the search query '{query}'", | ||
"suggest.results.pagination.next": "Show more results", | ||
"suggest.results.pagination.end": "No additional results for the search query '{query}'", | ||
"suggest.list.title": "List of suggested publications", | ||
"suggest.list.success": "The list has been successfully sent", | ||
"suggest.list.error": "An error occurred while sending the list", | ||
"suggest.items.add": "Add to list", | ||
"suggest.items.remove": "Remove from list" | ||
"suggest.list.success": "The list has been successfully submitted", | ||
"suggest.list.error": "An error occurred while submitting the list", | ||
"suggest.notice.title": "Multiple suggested publications appear in HAL.", | ||
"suggest.notice.text": "If you are the author of these publications, creating a profile on HAL will allow you to maintain an up-to-date list of your publications, and scanR can use this source to update your publications.", | ||
"suggest.notice.link": "Create a profile on hal.science", | ||
"suggest.form.label": "Email", | ||
"suggest.form.hint": "This email will only be used to inform you about the status of your contribution.", | ||
"suggest.form.submit": "Submit the list of publications", | ||
"suggest.items.add": "Add to suggestions", | ||
"suggest.items.remove": "Remove from suggestions", | ||
"suggest.items.is-oa.true": "Open access", | ||
"suggest.items.is-oa.false": "Closed access", | ||
"suggest.items.type.other": "Other", | ||
"suggest.items.landing-page": "View on publisher's page", | ||
"suggest.items.identified": "Already linked to the author", | ||
"suggest.items.in-hal": "Appears in HAL" | ||
} |
This file was deleted.
Oops, something went wrong.