Skip to content

Commit

Permalink
Merge pull request #84 from TAMULib/rdc-sprint2-staging
Browse files Browse the repository at this point in the history
RDC Sprint 2
  • Loading branch information
wwelling authored May 30, 2024
2 parents 4c7ef2e + 71ce35c commit de528d4
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions src/themes/rdc/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,93 @@
"item.author.uri": "Researcher Profile",

"thumbnail.default.placeholder": "",

"dataset.listelement.badge": "Dataset",

"dataset.listelement.no-title": "Untitled",

"dataset.page.edit": "Edit this dataset",

"dataset.page.id": "ID",

"dataset.page.titleprefix": "Dataset: ",

"dataset.search.results.head": "Dataset Search Results",

"dataset-relationships.search.results.head": "Dataset Search Results",

"submission.sections.describe.relationship-lookup.title.Dataset": "Dataset",

"submission.sections.describe.relationship-lookup.selection-tab.title.Dataset": "Dataset",

"submission.sections.describe.relationship-lookup.search-tab.tab-title.Dataset": "Dataset",

"pdac.listelement.badge": "PDAC",

"pdac.listelement.no-title": "Untitled",

"pdac.page.edit": "Edit this PDAC",

"pdac.page.id": "ID",

"pdac.page.titleprefix": "PDAC: ",

"pdac.search.results.head": "PDAC Search Results",

"pdac-relationships.search.results.head": "PDAC Search Results",

"submission.sections.describe.relationship-lookup.title.PDAC": "PDAC",

"submission.sections.describe.relationship-lookup.selection-tab.title.PDAC": "PDAC",

"submission.sections.describe.relationship-lookup.search-tab.tab-title.PDAC": "PDAC",

"submission.sections.describe.relationship-lookup.title.isPDACForDataset": "Project Data Access Contacts",

"submission.sections.describe.relationship-lookup.title.isDatasetAssignedToPDAC": "Research Datasets",

"submission.sections.describe.relationship-lookup.selection-tab.title.isPDACForDataset": "Project Data Access Contacts",

"submission.sections.describe.relationship-lookup.selection-tab.title.isDatasetAssignedToPDAC": "Research Datasets",

"submission.sections.describe.relationship-lookup.search-tab.tab-title.isPDACForDataset": "Project Data Access Contacts",

"submission.sections.describe.relationship-lookup.search-tab.tab-title.isDatasetAssignedToPDAC": "Research Datasets",

"search.filters.applied.f.pdacName": "PDAC Name",
"search.filters.applied.f.pdacUIN": "PDAC UIN",
"search.filters.applied.f.pdacTitle": "PDAC Title",
"search.filters.applied.f.pdacAffiliation": "PDAC Affiliation",
"search.filters.applied.f.pdacTelephone": "PDAC Telephone",
"search.filters.applied.f.pdacEmail": "PDAC Email",
"search.filters.applied.f.isPDACForDataset": "PDAC for Dataset",
"search.filters.applied.f.isDatasetAssignedToPDAC": "Dataset assigned to PDAC",

"search.filters.filter.pdacName.head": "PDAC Name",
"search.filters.filter.pdacUIN.head": "PDAC UIN",
"search.filters.filter.pdacTitle.head": "PDAC Title",
"search.filters.filter.pdacAffiliation.head": "PDAC Affiliation",
"search.filters.filter.pdacTelephone.head": "PDAC Telephone",
"search.filters.filter.pdacEmail.head": "PDAC Email",
"search.filters.filter.isPDACForDataset.head": "PDAC for Dataset",
"search.filters.filter.isDatasetAssignedToPDAC.head": "Dataset assigned to PDAC",

"search.filters.filter.pdacName.placeholder": "PDAC Name",
"search.filters.filter.pdacUIN.placeholder": "PDAC UIN",
"search.filters.filter.pdacTitle.placeholder": "PDAC Title",
"search.filters.filter.pdacAffiliation.placeholder": "PDAC Affiliation",
"search.filters.filter.pdacTelephone.placeholder": "PDAC Telephone",
"search.filters.filter.pdacEmail.placeholder": "PDAC Email",
"search.filters.filter.isPDACForDataset.placeholder": "PDAC for Dataset",
"search.filters.filter.isDatasetAssignedToPDAC.placeholder": "Dataset assigned to PDAC",

"search.filters.filter.pdacName.label": "PDAC Name",
"search.filters.filter.pdacUIN.label": "PDAC UIN",
"search.filters.filter.pdacTitle.label": "PDAC Title",
"search.filters.filter.pdacAffiliation.label": "PDAC Affiliation",
"search.filters.filter.pdacTelephone.label": "PDAC Telephone",
"search.filters.filter.pdacEmail.label": "PDAC Email",
"search.filters.filter.isPDACForDataset.label": "PDAC for Dataset",
"search.filters.filter.isDatasetAssignedToPDAC.label": "Dataset assigned to PDAC",

}

0 comments on commit de528d4

Please sign in to comment.