From 1c93aa78f09e44dcdf0f76cf9fc5ac6258113696 Mon Sep 17 00:00:00 2001 From: Mathew E <105732593+MathewEm@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:20:54 -0230 Subject: [PATCH] English spelling errors corrected wrt #7 (#700) Co-authored-by: Vincent Auger --- resources/src/locales/en.json | 22 +++++++++---------- resources/src/locales/fr.json | 2 +- .../components/PublicationStatusSpan.vue | 2 +- .../Publication/views/MyPublicationsView.vue | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/src/locales/en.json b/resources/src/locales/en.json index d46e37cd..951d9680 100644 --- a/resources/src/locales/en.json +++ b/resources/src/locales/en.json @@ -331,7 +331,7 @@ "title": "Delete a Manuscript" }, "delete-manuscript-pdf": { - "manuscript-pdf-deleted": "The manuscript file was sucessfully deleted", + "manuscript-pdf-deleted": "The manuscript file was successfully deleted", "message": "This will delete the following attached manuscript file: {file}", "title": "Please confirm" }, @@ -483,7 +483,7 @@ "geographical-title": "Geographical Scope and Species", "lead-region-text": "Select the DFO region responsible for the management review of this manuscript. If more than one region is responsible, select the region that will lead the review.", "manuscript-saved-successfully": "Manuscript saved successfully", - "manuscript-submitted-successfully": "The manuscript record was sucessfully submitted.", + "manuscript-submitted-successfully": "The manuscript record was successfully submitted.", "manuscripts-working-title": "Manuscript's Working Title", "not-authorized-text": "You do not have permission to view this manuscript record", "pls-already-generated-erase-it-to-generate-a-new-one": "PLS already generated - erase it to generate a new one", @@ -493,7 +493,7 @@ "potential-media-interest-question": "Is this manuscript of potential public interest?", "potential-media-interest-text-field-text": "Optionally, please provide any pertinent information concerning the potential public interest.", "ready-to-marked-published": "This manuscript has been reviewed but still needs to be marked as published by the applicant.", - "relevant-text": "Describe how this manuscript is relevant to the program that funded it, how it supports the department's madate, strategic plan and or/regional priorities. ", + "relevant-text": "Describe how this manuscript is relevant to the program that funded it, how it supports the department's mandate, strategic plan and or/regional priorities. ", "relevant-title": "Relevance to programs/initiatives/client sector", "replace-manuscript": "Upload a new version of the manuscript", "scientific-implication-text": "Describe the scientific implications of the paper. (i.e. field, importance, focus, purpose, benefits, etc.)", @@ -550,15 +550,15 @@ "verifying": "Verifying with ORCID.org" }, "organization-select": { - "add-a-new-organization": "Add a new organiztion", + "add-a-new-organization": "Add a new organization", "cant-find": "Can't find the organization you're looking for?", "hint": "Start typing to search for an organization" }, "osp": { "alt": { "logo": "OSP logo - a prism dividing a single light stream into an array or colors.", - "main-image": "A person with a large lighbulb as a head. An old farmhouse tap is trickling water on a small tree sprout growing from the ground.", - "toggle-drawer": "toggle navitation drawer visibility" + "main-image": "A person with a large lightbulb as a head. An old farmhouse tap is trickling water on a small tree sprout growing from the ground.", + "toggle-drawer": "toggle navigation drawer visibility" }, "description": "The Open Science Portal is an intuitive web-based application to promote open science and track science publications within Fisheries and Oceans Canada.", "slogan": { @@ -592,7 +592,7 @@ }, "publication": { "accepted": "Accepted", - "publsihed": "Published" + "published": "Published" }, "publication-page": { "attach-pub-details": "Upload the most recent copy of your publication as a PDF. We will not allow portal users to download this file until the end of its embargo period.", @@ -642,7 +642,7 @@ }, "reviewer-comments": { "description": "Comments are required unless you approve and complete the management review without sending it to another manager. Comments entered here should support your decision and, if applicable, provide feedback to the subsequent management reviewer. Your comments will be visible to anyone with access to this manuscript record.", - "title": "Manger Comments" + "title": "Manager Comments" }, "shareable": { "can-delete": "Can Delete", @@ -651,16 +651,16 @@ "expires-at": "Expires At" }, "shareable-dialog": { - "abilities-text": "By default, the user has the ability to view the ressource. You can also allow th user to edit and delete this resource.", + "abilities-text": "By default, the user has the ability to view the resource. You can also allow the user to edit and delete this resource.", "expiry-date-text": "By default, the resource is shared until you manually remove the ability. If you prefer, you can also set an expiration date at which time the user will no longer be able to access this resource.", "user-create-text": "User with whom you want to share. The user will receive an email notification once you share this resource." }, "submit-decision-dialog": { "certify-text": "I certify that, to the best of my knowledge, my decision is based on the guidelines outlined in the DFO National Policy for Science publications. If applicable, I have read the comments provided by the previous manager and have considered them in my decision.", "confirm-decision": "Confirm Decision", - "next-reviewer": "Next Mangement Reviewer", + "next-reviewer": "Next Management Reviewer", "next-reviewer-hint": "Search for the appropriate person to complete the management review within the user list. If you cannot find their name, they are likely not yet registered, and you will be able to invite them to the portal.", - "no-comments-warning": "Your mangement review has no comments. Therefore, you can only approve and complete this review. Please add comments to support your decision if you want to select from the other options.", + "no-comments-warning": "Your management review has no comments. Therefore, you can only approve and complete this review. Please add comments to support your decision if you want to select from the other options.", "select-decision": "Select your decision", "select-next-reviewer": "Select Next Manger", "subsequent-reviewer-is-required": "Given your decision, a subsequent manager is required to complete the review", diff --git a/resources/src/locales/fr.json b/resources/src/locales/fr.json index 0f269077..9d7f43bf 100644 --- a/resources/src/locales/fr.json +++ b/resources/src/locales/fr.json @@ -592,7 +592,7 @@ }, "publication": { "accepted": "Acceptée", - "publsihed": "Publiée" + "published": "Publiée" }, "publication-page": { "attach-pub-details": "Télécharger la copie la plus récente de votre publication en format PDF. Nous n'autoriserons pas les utilisateurs du portail à télécharger ce fichier avant la fin de sa période d'embargo.", diff --git a/resources/src/models/Publication/components/PublicationStatusSpan.vue b/resources/src/models/Publication/components/PublicationStatusSpan.vue index aab219e9..5ac30655 100644 --- a/resources/src/models/Publication/components/PublicationStatusSpan.vue +++ b/resources/src/models/Publication/components/PublicationStatusSpan.vue @@ -18,7 +18,7 @@ const statusLabel = computed(() => { case 'accepted': return t.t('publication.accepted'); case 'published': - return t.t('publication.publsihed'); + return t.t('publication.published'); } }); diff --git a/resources/src/models/Publication/views/MyPublicationsView.vue b/resources/src/models/Publication/views/MyPublicationsView.vue index 35c1140c..1b7e92e4 100644 --- a/resources/src/models/Publication/views/MyPublicationsView.vue +++ b/resources/src/models/Publication/views/MyPublicationsView.vue @@ -226,7 +226,7 @@ const mainFilterOptions = computed((): MainFilterOption[] => [ }, { id: 4, - label: t('publication.publsihed'), + label: t('publication.published'), caption: t('common.no-actions-required'), icon: 'mdi-check-circle', active: activeFilterId.value === 4,