Skip to content

Commit 5ddec9a

Browse files
committed
refactor: rename document to resource in export and cite modals
1 parent 036193f commit 5ddec9a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

vis/js/i18n/localization.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const localization: {
162162
most_relevant_tooltip:
163163
"At the moment, we use the relevance ranking provided by the source API. Both PubMed and BASE mainly use text similarity between your query and the article metadata to determine the relevance. Please consult the FAQ for more information.",
164164
most_relevant_tooltip_sg:
165-
"In this streamgraph you find the most relevant documents matching your query related to the top keywords. To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
165+
"In this streamgraph you find the most relevant resources matching your query related to the top keywords. To determine the most relevant resources, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
166166
source_label: "Data source",
167167
resulttype_label: "Document type",
168168
documenttypes_label: "Resource types",
@@ -211,9 +211,9 @@ export const localization: {
211211
"You can use this code to embed the visualization on your own website or in a dashboard.",
212212
area_streamgraph: "Stream",
213213
stream_year: "Year",
214-
stream_doc_num: "Number of documents",
215-
stream_docs: "Documents",
216-
stream_total: "Total documents in stream",
214+
stream_doc_num: "Number of resources",
215+
stream_docs: "Resources",
216+
stream_total: "Total resources in stream",
217217
empty_area_warning:
218218
"No matches found. Please reset your filter options above.",
219219
lang_all: "All languages",
@@ -225,8 +225,8 @@ export const localization: {
225225
"Open Knowledge Maps (${year}). ${type} for research on ${query}. Retrieved from ${source} [${date}].",
226226
cite_vis_km: "Please cite this knowledge map as follows",
227227
cite_vis_sg: "Please cite this streamgraph as follows",
228-
cite_paper: "Cite this document as",
229-
export_paper: "Export this document",
228+
cite_paper: "Cite this resource as",
229+
export_paper: "Export this resource",
230230
download: "Download",
231231
please_note: "Please note",
232232
scale_by_label: "Scale map by: ",
@@ -317,8 +317,8 @@ export const localization: {
317317
"Open Knowledge Maps (${year}). ${type} for research on ${query}. Retrieved from ${source} [${date}].",
318318
cite_vis_km: "Please cite this knowledge map as follows",
319319
cite_vis_sg: "Please cite this streamgraph as follows",
320-
cite_paper: "Cite this document as",
321-
export_paper: "Export this document",
320+
cite_paper: "Cite this resource as",
321+
export_paper: "Export this resource",
322322
download: "Download",
323323
please_note: "Please note",
324324
citation_warning:
@@ -385,7 +385,7 @@ export const localization: {
385385
custom_title_explanation:
386386
"This is a custom title. Please see the info button for more information. Original query:",
387387
most_relevant_tooltip:
388-
"To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
388+
"To determine the most relevant resources, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
389389
documenttypes_label: "Resource types",
390390
all: "any",
391391
open_access: "Open Access",
@@ -416,7 +416,7 @@ export const localization: {
416416
metrics_label: "Metrics",
417417
researcher_details_label: "Researcher details",
418418
scale_by_explanation:
419-
"The size of the bubbles is relative to the number of documents related to them.",
419+
"The size of the bubbles is relative to the number of resources related to them.",
420420
scale_label: {
421421
"content_based": "Documents",
422422
"citations": "Citations",
@@ -446,7 +446,7 @@ export const localization: {
446446
custom_title_explanation:
447447
"This is a custom title. Please see the info button for more information. Original query:",
448448
most_relevant_tooltip:
449-
"To determine the most relevant documents, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
449+
"To determine the most relevant resources, we use the relevance ranking provided by the data source e.g. BASE. Data sources mainly use text similarity between your query and the article metadata to determine the relevance ranking. Please consult the FAQs for more information.",
450450
documenttypes_label: "Resource types",
451451
all: "any",
452452
open_access: "Open Access",
@@ -473,7 +473,7 @@ export const localization: {
473473
metrics_label: "Metrics",
474474
researcher_details_label: "Researcher details",
475475
scale_by_explanation:
476-
"The size of the bubbles is relative to the number of documents related to them.",
476+
"The size of the bubbles is relative to the number of resources related to them.",
477477
scale_label: {
478478
"content_based": "Documents",
479479
"citations": "Citations",

0 commit comments

Comments
 (0)