Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/app/features/registries/registries.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
:host {
display: flex;
flex-direction: column;
flex: 1;
}
69 changes: 28 additions & 41 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,46 +391,6 @@
"updateProjectSettingsMessage": "Successfully updated project settings."
}
},
"registries": {
"title": "Registries",
"addRegistration": "Add a Registration",
"description": "The open registries network",
"searchPlaceholder": "Search Registrations",
"services": {
"title": "Registry Services",
"description": "Leading registry service providers use this open source infrastructure to support their communities.",
"contactUs": "Contact Us"
},
"browse": "Browse Registrations",
"seeMore": "See more",
"new": {
"addNewRegistry": "Add New Registration",
"infoText1": "You are submitting to OSF Registries.",
"infoText2": "to learn more about other hosted registries",
"steps": {
"title": "Step",
"step1": "Do you have content for registration in an existing OSF project?",
"step2": "Which project do you want to register?",
"step3": "Which type of registration would you like to create?",
"step2InfoText": "If your project includes components, you can select which components to include or exclude at the end of the registration."
},
"selectProject": "Select your project",

"createDraft": "Create draft",
"createdSuccessfully": "Draft created successfully"
},
"deleteDraft": "Delete Draft",
"confirmDeleteDraft": "Are you sure you want to delete this draft registration?",
"metadata": {
"title": "Registration Metadata",
"description": "This metadata applies only to the registration you are creating, and will not be applied to your project.",
"addContributors": "Add Contributor By Search"
},
"review": {
"step": "Review",
"title": "Review Registration"
}
},
"myProfile": {
"editProfile": "Edit Profile"
},
Expand Down Expand Up @@ -1637,7 +1597,34 @@
"contactUs": "Contact Us"
},
"browse": "Browse Registrations",
"seeMore": "See more"
"seeMore": "See more",
"new": {
"addNewRegistry": "Add New Registration",
"infoText1": "You are submitting to OSF Registries.",
"infoText2": "to learn more about other hosted registries",
"steps": {
"title": "Step",
"step1": "Do you have content for registration in an existing OSF project?",
"step2": "Which project do you want to register?",
"step3": "Which type of registration would you like to create?",
"step2InfoText": "If your project includes components, you can select which components to include or exclude at the end of the registration."
},
"selectProject": "Select your project",

"createDraft": "Create draft",
"createdSuccessfully": "Draft created successfully"
},
"deleteDraft": "Delete Draft",
"confirmDeleteDraft": "Are you sure you want to delete this draft registration?",
"metadata": {
"title": "Registration Metadata",
"description": "This metadata applies only to the registration you are creating, and will not be applied to your project.",
"addContributors": "Add Contributor By Search"
},
"review": {
"step": "Review",
"title": "Review Registration"
}
},
"registry": {
"overview": {
Expand Down