Skip to content

Commit

Permalink
suggest: add en locales
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 29, 2024
1 parent fb77119 commit 3c1c249
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 117 deletions.
40 changes: 0 additions & 40 deletions client/src/pages/suggest/locales/de.json

This file was deleted.

60 changes: 23 additions & 37 deletions client/src/pages/suggest/locales/en.json
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"
}
40 changes: 0 additions & 40 deletions client/src/pages/suggest/locales/es.json

This file was deleted.

0 comments on commit 3c1c249

Please sign in to comment.