Skip to content

Commit

Permalink
bringing in vocab from PCORnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Arta Seyedian committed Jul 2, 2024
1 parent 2760cff commit 5560794
Showing 1 changed file with 31 additions and 17 deletions.
48 changes: 31 additions & 17 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,10 @@
"browse.metadata.subject": "Subject",

"browse.metadata.title": "Title",

Check failure on line 798 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 798 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"browse.metadata.type": "Type",

Check failure on line 800 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 800 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"browse.metadata.type.breadcrumbs": "Type",

"browse.metadata.author.breadcrumbs": "Browse by Author",

Expand Down Expand Up @@ -918,7 +922,7 @@

"collection.edit.item-mapper.description": "This is the item mapper tool that allows domain administrators to map items from other collections into this domain. You can search for items from other collections and map them, or browse the list of currently mapped items.",

"collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections",
"collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Domains",

"collection.edit.item-mapper.no-search": "Please enter a query to search",

Expand Down Expand Up @@ -1062,13 +1066,15 @@

"collection.form.license": "License",

"collection.form.provenance": "Provenance",
"collection.form.person.page.orcid.sync-profile.affiliation": "Provenance",

"collection.form.rights": "Copyright text (HTML)",

"collection.form.tableofcontents": "News (HTML)",

"collection.form.title": "Name",

Check failure on line 1076 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 1076 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"collection.form.provenance": "Provenance",

"collection.form.entityType": "Entity Type",

Expand Down Expand Up @@ -1270,7 +1276,7 @@

"comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.",

"comcol-role.edit.reviewer.name": "Reviewers",
"comcol-role.edit.reviewer.name": "Reviewer(s)",

"comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.",

Expand Down Expand Up @@ -1298,9 +1304,9 @@

"community.page.news": "News",

"community.all-lists.head": "Subcommunities and Collections",
"community.all-lists.head": "Subcommunities and Domains",

"community.sub-collection-list.head": "Collections in this Collection",
"community.sub-collection-list.head": "Domains in this Collection",

"community.sub-community-list.head": "Collections in this Collection",

Expand Down Expand Up @@ -2058,7 +2064,7 @@

"item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.",

"item.edit.item-mapper.head": "Item Mapper - Map Item to Collections",
"item.edit.item-mapper.head": "Item Mapper - Map Item to Domains",

"item.edit.item-mapper.item": "Item: \"<b>{{name}}</b>\"",

Expand Down Expand Up @@ -2310,7 +2316,7 @@

"item.edit.tabs.status.labels.itemPage": "Item Page",

"item.edit.tabs.status.labels.lastModified": "Last Modified",
"item.edit.tabs.status.labels.lastModified": "Last Modified:",

"item.edit.tabs.status.title": "Item Edit - Status",

Expand Down Expand Up @@ -2341,6 +2347,8 @@
"item.listelement.badge": "Item",

"item.page.description": "Description",

Check failure on line 2350 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 2350 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"item.page.description.cohort": "Cohort Description",

"item.page.journal-issn": "Journal ISSN",

Expand Down Expand Up @@ -2382,7 +2390,7 @@

"item.page.citation": "Citation",

"item.page.collections": "Collections",
"item.page.collections": "Domains",

"item.page.collections.loading": "Loading...",

Expand Down Expand Up @@ -2428,7 +2436,9 @@

"item.page.relationships.isOrgUnitOfProject": "Research Projects",

"item.page.subject": "Keywords",
"item.page.subject": "Vocabularies",

Check failure on line 2440 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 2440 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"item.page.subject.mesh": "Clinical Subject",

"item.page.uri": "URI",

Expand All @@ -2454,7 +2464,7 @@

"item.preview.dc.contributor.author": "Authors:",

"item.preview.dc.date.issued": "Published date:",
"item.preview.dc.date.issued": "Created:",

"item.preview.dc.description.abstract": "Abstract:",

Expand All @@ -2473,6 +2483,8 @@
"item.preview.oaire.citation.volume": "Volume",

"item.preview.dc.relation.issn": "ISSN",

Check failure on line 2486 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 2486 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"item.preview.dc.relation.uri": "Development Code",

"item.preview.dc.identifier.isbn": "ISBN",

Expand Down Expand Up @@ -2831,8 +2843,10 @@
"menu.section.browse_global_by_nsi": "By Norwegian Science Index",

"menu.section.browse_global_by_title": "By Title",

Check failure on line 2846 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (16.x)

Trailing spaces not allowed

Check failure on line 2846 in src/assets/i18n/en.json5

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed
"menu.section.browse_global_by_type": "By Type",

"menu.section.browse_global_communities_and_collections": "Collections & Collections",
"menu.section.browse_global_communities_and_collections": "Collections & Domains",

"menu.section.control_panel": "Control Panel",

Expand Down Expand Up @@ -2996,7 +3010,7 @@

"mydspace.results.no-authors": "No Authors",

"mydspace.results.no-collections": "No Collections",
"mydspace.results.no-collections": "No Domains",

"mydspace.results.no-date": "No Date",

Expand Down Expand Up @@ -3458,7 +3472,7 @@

"relationships.add.error.title": "Unable to add relationship",

"relationships.isAuthorOf": "Authors",
"relationships.isAuthorOf": "Creator(s)",

"relationships.isAuthorOf.Person": "Authors (persons)",

Expand Down Expand Up @@ -3496,9 +3510,9 @@

"repository.image.logo": "Repository logo",

"repository.title": "PEDSpace Repository",
"repository.title": "PEDSpace",

"repository.title.prefix": "PEDSpace Repository :: ",
"repository.title.prefix": "PEDSpace :: ",

"resource-policies.add.button": "Add",

Expand Down Expand Up @@ -4576,7 +4590,7 @@

"submission.sections.sherpa.record.information.date.created": "Date Created",

"submission.sections.sherpa.record.information.date.modified": "Last Modified",
"submission.sections.sherpa.record.information.date.modified": "Last Modified:",

"submission.sections.sherpa.record.information.uri": "URI",

Expand Down Expand Up @@ -4962,7 +4976,7 @@

"person.page.orcid.save.preference.changes": "Update settings",

"person.page.orcid.sync-profile.affiliation": "Affiliation",
"person.page.orcid.sync-profile.affiliation": "Affiliation(s)",

"person.page.orcid.sync-profile.biographical": "Biographical data",

Expand Down

0 comments on commit 5560794

Please sign in to comment.