diff --git a/src/assets/i18n/it.json5 b/src/assets/i18n/it.json5 index ab8bf0feef..8b90e3fa2a 100644 --- a/src/assets/i18n/it.json5 +++ b/src/assets/i18n/it.json5 @@ -194,9 +194,9 @@ // "admin.registries.bitstream-formats.table.name": "Name", "admin.registries.bitstream-formats.table.name": "Nome", - // "admin.registries.bitstream-formats.table.id" : "ID", + // "admin.registries.bitstream-formats.table.id": "ID", // TODO New key - Add a translation - "admin.registries.bitstream-formats.table.id" : "ID", + "admin.registries.bitstream-formats.table.id": "ID", // "admin.registries.bitstream-formats.table.return": "Back", "admin.registries.bitstream-formats.table.return": "Indietro", @@ -276,9 +276,9 @@ // "admin.registries.schema.fields.table.field": "Field", "admin.registries.schema.fields.table.field": "Campo", - // "admin.registries.schema.fields.table.id" : "ID", + // "admin.registries.schema.fields.table.id": "ID", // TODO New key - Add a translation - "admin.registries.schema.fields.table.id" : "ID", + "admin.registries.schema.fields.table.id": "ID", // "admin.registries.schema.fields.table.scopenote": "Scope Note", "admin.registries.schema.fields.table.scopenote": "Nota di ambito", @@ -750,7 +750,17 @@ // "admin.access-control.groups.form.return": "Back", "admin.access-control.groups.form.return": "Indietro", + // "admin.access-control.groups.form.tooltip.editGroupPage": "On this page, you can modify the properties and members of a group. In the top section, you can edit the group name and description, unless this is an admin group for a collection or community, in which case the group name and description are auto-generated and cannot be edited. In the following sections, you can edit group membership. See [the wiki](https://wiki.lyrasis.org/display/DSDOC7x/Create+or+manage+a+user+group) for more details.", + // TODO New key - Add a translation + "admin.access-control.groups.form.tooltip.editGroupPage": "On this page, you can modify the properties and members of a group. In the top section, you can edit the group name and description, unless this is an admin group for a collection or community, in which case the group name and description are auto-generated and cannot be edited. In the following sections, you can edit group membership. See [the wiki](https://wiki.lyrasis.org/display/DSDOC7x/Create+or+manage+a+user+group) for more details.", + // "admin.access-control.groups.form.tooltip.editGroup.addEpeople": "To add or remove an EPerson to/from this group, either click the 'Browse All' button or use the search bar below to search for users (use the dropdown to the left of the search bar to choose whether to search by metadata or by email). Then click the plus icon for each user you wish to add in the list below, or the trash can icon for each user you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", + // TODO New key - Add a translation + "admin.access-control.groups.form.tooltip.editGroup.addEpeople": "To add or remove an EPerson to/from this group, either click the 'Browse All' button or use the search bar below to search for users (use the dropdown to the left of the search bar to choose whether to search by metadata or by email). Then click the plus icon for each user you wish to add in the list below, or the trash can icon for each user you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", + + // "admin.access-control.groups.form.tooltip.editGroup.addSubgroups": "To add or remove a Subgroup to/from this group, either click the 'Browse All' button or use the search bar below to search for users. Then click the plus icon for each user you wish to add in the list below, or the trash can icon for each user you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", + // TODO New key - Add a translation + "admin.access-control.groups.form.tooltip.editGroup.addSubgroups": "To add or remove a Subgroup to/from this group, either click the 'Browse All' button or use the search bar below to search for users. Then click the plus icon for each user you wish to add in the list below, or the trash can icon for each user you wish to remove. The list below may have several pages: use the page controls below the list to navigate to the next pages. Once you are ready, save your changes by clicking the 'Save' button in the top section.", // "admin.search.breadcrumbs": "Administrative Search", "admin.search.breadcrumbs": "Ricerca amministrativa", @@ -800,12 +810,24 @@ // "admin.workflow.item.workflow": "Workflow", "admin.workflow.item.workflow": "Flusso di lavoro", + // "admin.workflow.item.workspace": "Workspace", + // TODO New key - Add a translation + "admin.workflow.item.workspace": "Workspace", + // "admin.workflow.item.delete": "Delete", "admin.workflow.item.delete": "Cancellare", // "admin.workflow.item.send-back": "Send back", "admin.workflow.item.send-back": "Rinviare", + // "admin.workflow.item.policies": "Policies", + // TODO New key - Add a translation + "admin.workflow.item.policies": "Policies", + + // "admin.workflow.item.supervision": "Supervision", + // TODO New key - Add a translation + "admin.workflow.item.supervision": "Supervision", + // "admin.metadata-import.breadcrumbs": "Import Metadata", @@ -873,6 +895,132 @@ // "admin.metadata-import.page.validateOnly.hint": "When selected, the uploaded CSV will be validated. You will receive a report of detected changes, but no changes will be saved.", "admin.metadata-import.page.validateOnly.hint": "Una volta selezionato, il CSV caricato sarà validato. Riceverai un report delle modifiche rilevate, ma nessuna modifica verrà salvata.", + // "advanced-workflow-action.rating.form.rating.label": "Rating", + // TODO New key - Add a translation + "advanced-workflow-action.rating.form.rating.label": "Rating", + + // "advanced-workflow-action.rating.form.rating.error": "You must rate the item", + // TODO New key - Add a translation + "advanced-workflow-action.rating.form.rating.error": "You must rate the item", + + // "advanced-workflow-action.rating.form.review.label": "Review", + // TODO New key - Add a translation + "advanced-workflow-action.rating.form.review.label": "Review", + + // "advanced-workflow-action.rating.form.review.error": "You must enter a review to submit this rating", + // TODO New key - Add a translation + "advanced-workflow-action.rating.form.review.error": "You must enter a review to submit this rating", + + // "advanced-workflow-action.rating.description": "Please select a rating below", + // TODO New key - Add a translation + "advanced-workflow-action.rating.description": "Please select a rating below", + + // "advanced-workflow-action.rating.description-requiredDescription": "Please select a rating below and also add a review", + // TODO New key - Add a translation + "advanced-workflow-action.rating.description-requiredDescription": "Please select a rating below and also add a review", + + + // "advanced-workflow-action.select-reviewer.description-single": "Please select a single reviewer below before submitting", + // TODO New key - Add a translation + "advanced-workflow-action.select-reviewer.description-single": "Please select a single reviewer below before submitting", + + // "advanced-workflow-action.select-reviewer.description-multiple": "Please select one or more reviewers below before submitting", + // TODO New key - Add a translation + "advanced-workflow-action.select-reviewer.description-multiple": "Please select one or more reviewers below before submitting", + + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.head": "EPeople", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.head": "EPeople", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.head": "Add EPeople", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.head": "Add EPeople", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.button.see-all": "Browse All", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.button.see-all": "Browse All", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.headMembers": "Current Members", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.headMembers": "Current Members", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.scope.metadata": "Metadata", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.scope.metadata": "Metadata", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.scope.email": "E-mail (exact)", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.scope.email": "E-mail (exact)", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.button": "Search", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.search.button": "Search", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.id": "ID", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.id": "ID", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.name": "Name", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.name": "Name", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.identity": "Identity", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.identity": "Identity", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.email": "Email", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.email": "Email", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.netid": "NetID", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.netid": "NetID", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.edit": "Remove / Add", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.edit": "Remove / Add", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.edit.buttons.remove": "Remove member with name \"{{name}}\"", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.success.addMember": "Successfully added member: \"{{name}}\"", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.failure.addMember": "Failed to add member: \"{{name}}\"", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.success.deleteMember": "Successfully deleted member: \"{{name}}\"", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.failure.deleteMember": "Failed to delete member: \"{{name}}\"", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.table.edit.buttons.add": "Add member with name \"{{name}}\"", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.notification.failure.noActiveGroup": "No current active group, submit a name first.", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.no-members-yet": "No members in group yet, search and add.", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.no-members-yet": "No members in group yet, search and add.", + + // "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.no-items": "No EPeople found in that search", + // TODO New key - Add a translation + "advanced-workflow-action-select-reviewer.groups.form.reviewers-list.no-items": "No EPeople found in that search", + + // "advanced-workflow-action.select-reviewer.no-reviewer-selected.error": "No reviewer selected.", + // TODO New key - Add a translation + "advanced-workflow-action.select-reviewer.no-reviewer-selected.error": "No reviewer selected.", + // "admin.batch-import.page.validateOnly.hint": "When selected, the uploaded ZIP will be validated. You will receive a report of detected changes, but no changes will be saved.", // TODO New key - Add a translation "admin.batch-import.page.validateOnly.hint": "When selected, the uploaded ZIP will be validated. You will receive a report of detected changes, but no changes will be saved.", @@ -1174,10 +1322,27 @@ "browse.title.page": "Mostra il contenuto di {{ collection }} per {{ field }} {{ value }}", + // "search.browse.item-back": "Back to Results", + // TODO New key - Add a translation + "search.browse.item-back": "Back to Results", + + // "chips.remove": "Remove chip", "chips.remove": "Rimuovere il chip", + // "claimed-approved-search-result-list-element.title": "Approved", + // TODO New key - Add a translation + "claimed-approved-search-result-list-element.title": "Approved", + + // "claimed-declined-search-result-list-element.title": "Rejected, sent back to submitter", + // TODO New key - Add a translation + "claimed-declined-search-result-list-element.title": "Rejected, sent back to submitter", + + // "claimed-declined-task-search-result-list-element.title": "Declined, sent back to Review Manager's workflow", + // TODO New key - Add a translation + "claimed-declined-task-search-result-list-element.title": "Declined, sent back to Review Manager's workflow", + // "collection.create.head": "Create a Collection", "collection.create.head": "Creare una collection", @@ -1788,6 +1953,15 @@ "comcol-role.edit.reviewer.description": "I revisori sono in grado di accettare o rifiutare le submissions depositate. Tuttavia, non sono in grado di modificare i metadati della submission.", + // "comcol-role.edit.scorereviewers.name": "Score Reviewers", + // TODO New key - Add a translation + "comcol-role.edit.scorereviewers.name": "Score Reviewers", + + // "comcol-role.edit.scorereviewers.description": "Reviewers are able to give a score to incoming submissions, this will define whether the submission will be rejected or not.", + // TODO New key - Add a translation + "comcol-role.edit.scorereviewers.description": "Reviewers are able to give a score to incoming submissions, this will define whether the submission will be rejected or not.", + + // "community.form.abstract": "Short Description", "community.form.abstract": "Breve descrizione", @@ -1963,11 +2137,12 @@ // "cookies.consent.purpose.sharing": "Sharing", "cookies.consent.purpose.sharing": "Condivisione", - // "curation-task.task.citationpage.label": "Generate Citation Page", + // "curation-task.task.citationpage.label": "Generate Citation Page", // TODO New key - Add a translation - "curation-task.task.citationpage.label": "Generate Citation Page", + "curation-task.task.citationpage.label": "Generate Citation Page", - // "curation-task.task.checklinks.label": "Check Links in Metadata", + // "curation-task.task.checklinks.label": "Check Links in Metadata", + // TODO Source message changed - Revise the translation "curation-task.task.checklinks.label": "Controllare i collegamenti nei metadati", // "curation-task.task.noop.label": "NOOP", @@ -1985,6 +2160,10 @@ // "curation-task.task.vscan.label": "Virus Scan", "curation-task.task.vscan.label": "Scansione antivirus", + // "curation-task.task.register-doi.label": "Register DOI", + // TODO New key - Add a translation + "curation-task.task.register-doi.label": "Register DOI", + // "curation.form.task-select.label": "Task:", @@ -2050,6 +2229,10 @@ // "dso-selector.create.community.head": "New community", "dso-selector.create.community.head": "Nuova Community", + // "dso-selector.create.community.or-divider": "or", + // TODO New key - Add a translation + "dso-selector.create.community.or-divider": "or", + // "dso-selector.create.community.sub-level": "Create a new community in", "dso-selector.create.community.sub-level": "Creare una nuova community in", @@ -2103,6 +2286,10 @@ // "dso-selector.set-scope.community.button": "Search all of DSpace", "dso-selector.set-scope.community.button": "Cerca in tutto DSpace", + // "dso-selector.set-scope.community.or-divider": "or", + // TODO New key - Add a translation + "dso-selector.set-scope.community.or-divider": "or", + // "dso-selector.set-scope.community.input-header": "Search for a community or collection", "dso-selector.set-scope.community.input-header": "Cercare una community o una collection", @@ -2118,6 +2305,62 @@ // "dso-selector.claim.item.create-from-scratch": "Create a new one", "dso-selector.claim.item.create-from-scratch": "Crea uno nuovo profilo", + // "dso-selector.results-could-not-be-retrieved": "Something went wrong, please refresh again ↻", + // TODO New key - Add a translation + "dso-selector.results-could-not-be-retrieved": "Something went wrong, please refresh again ↻", + + // "supervision-group-selector.header": "Supervision Group Selector", + // TODO New key - Add a translation + "supervision-group-selector.header": "Supervision Group Selector", + + // "supervision-group-selector.select.type-of-order.label": "Select a type of Order", + // TODO New key - Add a translation + "supervision-group-selector.select.type-of-order.label": "Select a type of Order", + + // "supervision-group-selector.select.type-of-order.option.none": "NONE", + // TODO New key - Add a translation + "supervision-group-selector.select.type-of-order.option.none": "NONE", + + // "supervision-group-selector.select.type-of-order.option.editor": "EDITOR", + // TODO New key - Add a translation + "supervision-group-selector.select.type-of-order.option.editor": "EDITOR", + + // "supervision-group-selector.select.type-of-order.option.observer": "OBSERVER", + // TODO New key - Add a translation + "supervision-group-selector.select.type-of-order.option.observer": "OBSERVER", + + // "supervision-group-selector.select.group.label": "Select a Group", + // TODO New key - Add a translation + "supervision-group-selector.select.group.label": "Select a Group", + + // "supervision-group-selector.button.cancel": "Cancel", + // TODO New key - Add a translation + "supervision-group-selector.button.cancel": "Cancel", + + // "supervision-group-selector.button.save": "Save", + // TODO New key - Add a translation + "supervision-group-selector.button.save": "Save", + + // "supervision-group-selector.select.type-of-order.error": "Please select a type of order", + // TODO New key - Add a translation + "supervision-group-selector.select.type-of-order.error": "Please select a type of order", + + // "supervision-group-selector.select.group.error": "Please select a group", + // TODO New key - Add a translation + "supervision-group-selector.select.group.error": "Please select a group", + + // "supervision-group-selector.notification.create.success.title": "Successfully created supervision order for group {{ name }}", + // TODO New key - Add a translation + "supervision-group-selector.notification.create.success.title": "Successfully created supervision order for group {{ name }}", + + // "supervision-group-selector.notification.create.failure.title": "Error", + // TODO New key - Add a translation + "supervision-group-selector.notification.create.failure.title": "Error", + + // "supervision-group-selector.notification.create.already-existing": "A supervision order already exists on this item for selected group", + // TODO New key - Add a translation + "supervision-group-selector.notification.create.already-existing": "A supervision order already exists on this item for selected group", + // "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}", "confirmation-modal.export-metadata.header": "Esportare i metadati per {{ dsoName }}", @@ -2170,6 +2413,18 @@ // "confirmation-modal.delete-profile.confirm": "Delete", "confirmation-modal.delete-profile.confirm": "Elimina", + // "confirmation-modal.delete-subscription.header": "Delete Subscription", + // TODO Source message changed - Revise the translation + "confirmation-modal.delete-subscription.header": "Elimina iscrizione per \"{{ dsoName }}\"", + + // "confirmation-modal.delete-subscription.info": "Are you sure you want to delete subscription for \"{{ dsoName }}\"", + "confirmation-modal.delete-subscription.info": "Sei sicuro di voler eliminare l'iscrizione per \"{{ dsoName }}\"", + + // "confirmation-modal.delete-subscription.cancel": "Cancel", + "confirmation-modal.delete-subscription.cancel": "Annulla", + + // "confirmation-modal.delete-subscription.confirm": "Delete", + "confirmation-modal.delete-subscription.confirm": "Elimina", // "error.bitstream": "Error fetching bitstream", "error.bitstream": "Errore durante il recupero del bitstream", @@ -2270,10 +2525,12 @@ // "footer.link.privacy-policy": "Privacy policy", "footer.link.privacy-policy": "Informativa sulla privacy", - // "footer.link.end-user-agreement":"End User Agreement", + // "footer.link.end-user-agreement": "End User Agreement", + // TODO Source message changed - Revise the translation "footer.link.end-user-agreement": "Accordo con l'utente finale", - // "footer.link.feedback":"Send Feedback", + // "footer.link.feedback": "Send Feedback", + // TODO Source message changed - Revise the translation "footer.link.feedback": "Invia Feedback", @@ -2291,8 +2548,9 @@ // "forgot-email.form.email.error.required": "Please fill in an email address", "forgot-email.form.email.error.required": "Si prega di inserire un indirizzo email", - // "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - "forgot-email.form.email.error.pattern": "Si prega di inserire un indirizzo email valido", + // "forgot-email.form.email.error.not-email-form": "Please fill in a valid email address", + // TODO New key - Add a translation + "forgot-email.form.email.error.not-email-form": "Please fill in a valid email address", // "forgot-email.form.email.hint": "An email will be sent to this address with a further instructions.", // TODO Source message changed - Revise the translation @@ -2449,6 +2707,10 @@ // "form.submit": "Save", "form.submit": "Salva", + // "form.create": "Create", + // TODO New key - Add a translation + "form.create": "Create", + // "form.repeatable.sort.tip": "Drop the item in the new position", "form.repeatable.sort.tip": "Rilascia l'item nella nuova posizione", @@ -2524,17 +2786,17 @@ // TODO New key - Add a translation "health.breadcrumbs": "Health", - // "health-page.heading" : "Health", + // "health-page.heading": "Health", // TODO New key - Add a translation - "health-page.heading" : "Health", + "health-page.heading": "Health", - // "health-page.info-tab" : "Info", + // "health-page.info-tab": "Info", // TODO New key - Add a translation - "health-page.info-tab" : "Info", + "health-page.info-tab": "Info", - // "health-page.status-tab" : "Status", + // "health-page.status-tab": "Status", // TODO New key - Add a translation - "health-page.status-tab" : "Status", + "health-page.status-tab": "Status", // "health-page.error.msg": "The health check service is temporarily unavailable", "health-page.error.msg": "Il servizio di health check è temporaneamente non disponibile.", @@ -2550,21 +2812,21 @@ // TODO New key - Add a translation "health-page.section.geoIp.title": "GeoIp", - // "health-page.section.solrAuthorityCore.title": "Sor: authority core", + // "health-page.section.solrAuthorityCore.title": "Solr: authority core", // TODO New key - Add a translation - "health-page.section.solrAuthorityCore.title": "Sor: authority core", + "health-page.section.solrAuthorityCore.title": "Solr: authority core", - // "health-page.section.solrOaiCore.title": "Sor: oai core", + // "health-page.section.solrOaiCore.title": "Solr: oai core", // TODO New key - Add a translation - "health-page.section.solrOaiCore.title": "Sor: oai core", + "health-page.section.solrOaiCore.title": "Solr: oai core", - // "health-page.section.solrSearchCore.title": "Sor: search core", + // "health-page.section.solrSearchCore.title": "Solr: search core", // TODO New key - Add a translation - "health-page.section.solrSearchCore.title": "Sor: search core", + "health-page.section.solrSearchCore.title": "Solr: search core", - // "health-page.section.solrStatisticsCore.title": "Sor: statistics core", + // "health-page.section.solrStatisticsCore.title": "Solr: statistics core", // TODO New key - Add a translation - "health-page.section.solrStatisticsCore.title": "Sor: statistics core", + "health-page.section.solrStatisticsCore.title": "Solr: statistics core", // "health-page.section-info.app.title": "Application Backend", "health-page.section-info.app.title": "Backend dell'applicativo", @@ -2607,8 +2869,7 @@ "home.title": "Home", // "home.top-level-communities.head": "Communities in DSpace", - // TODO Source message changed - Revise the translation - "home.top-level-communities.head": "DSpace Cris Communities", + "home.top-level-communities.head": "Community in DSpace", // "home.top-level-communities.help": "Select a community to browse its collections.", // TODO Source message changed - Revise the translation @@ -2673,19 +2934,24 @@ // "info.feedback.email-label": "Your Email", "info.feedback.email-label": "La tua email", - // "info.feedback.create.success" : "Feedback Sent Successfully!", + // "info.feedback.create.success": "Feedback Sent Successfully!", + // TODO Source message changed - Revise the translation "info.feedback.create.success" : "Feedback inviato con successo!", - // "info.feedback.error.email.required" : "A valid email address is required", + // "info.feedback.error.email.required": "A valid email address is required", + // TODO Source message changed - Revise the translation "info.feedback.error.email.required" : "Inserire un un indirizzo email valido", - // "info.feedback.error.message.required" : "A comment is required", + // "info.feedback.error.message.required": "A comment is required", + // TODO Source message changed - Revise the translation "info.feedback.error.message.required" : "Inserire un commento", - // "info.feedback.page-label" : "Page", + // "info.feedback.page-label": "Page", + // TODO Source message changed - Revise the translation "info.feedback.page-label" : "Pagina", - // "info.feedback.page_help" : "Tha page related to your feedback", + // "info.feedback.page_help": "Tha page related to your feedback", + // TODO Source message changed - Revise the translation "info.feedback.page_help" : "In questa pagina trovi i tuoi feedback", @@ -2725,7 +2991,8 @@ // "item.bitstreams.upload.bundle.new": "Create bundle", "item.bitstreams.upload.bundle.new": "Crea un bundle", - // "item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.", + // "item.bitstreams.upload.bundles.empty": "This item doesn't contain any bundles to upload a bitstream to.", + // TODO Source message changed - Revise the translation "item.bitstreams.upload.bundles.empty": "Questo item non contiene alcun bundle in cui caricare un bitstream.", // "item.bitstreams.upload.cancel": "Cancel", @@ -2877,6 +3144,90 @@ // "item.edit.tabs.item-mapper.title": "Item Edit - Collection Mapper", "item.edit.tabs.item-mapper.title": "Modifica item - Mapper Collection", + // "item.edit.identifiers.doi.status.UNKNOWN": "Unknown", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.UNKNOWN": "Unknown", + + // "item.edit.identifiers.doi.status.TO_BE_REGISTERED": "Queued for registration", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.TO_BE_REGISTERED": "Queued for registration", + + // "item.edit.identifiers.doi.status.TO_BE_RESERVED": "Queued for reservation", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.TO_BE_RESERVED": "Queued for reservation", + + // "item.edit.identifiers.doi.status.IS_REGISTERED": "Registered", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.IS_REGISTERED": "Registered", + + // "item.edit.identifiers.doi.status.IS_RESERVED": "Reserved", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.IS_RESERVED": "Reserved", + + // "item.edit.identifiers.doi.status.UPDATE_RESERVED": "Reserved (update queued)", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.UPDATE_RESERVED": "Reserved (update queued)", + + // "item.edit.identifiers.doi.status.UPDATE_REGISTERED": "Registered (update queued)", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.UPDATE_REGISTERED": "Registered (update queued)", + + // "item.edit.identifiers.doi.status.UPDATE_BEFORE_REGISTRATION": "Queued for update and registration", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.UPDATE_BEFORE_REGISTRATION": "Queued for update and registration", + + // "item.edit.identifiers.doi.status.TO_BE_DELETED": "Queued for deletion", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.TO_BE_DELETED": "Queued for deletion", + + // "item.edit.identifiers.doi.status.DELETED": "Deleted", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.DELETED": "Deleted", + + // "item.edit.identifiers.doi.status.PENDING": "Pending (not registered)", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.PENDING": "Pending (not registered)", + + // "item.edit.identifiers.doi.status.MINTED": "Minted (not registered)", + // TODO New key - Add a translation + "item.edit.identifiers.doi.status.MINTED": "Minted (not registered)", + + // "item.edit.tabs.status.buttons.register-doi.label": "Register a new or pending DOI", + // TODO New key - Add a translation + "item.edit.tabs.status.buttons.register-doi.label": "Register a new or pending DOI", + + // "item.edit.tabs.status.buttons.register-doi.button": "Register DOI...", + // TODO New key - Add a translation + "item.edit.tabs.status.buttons.register-doi.button": "Register DOI...", + + // "item.edit.register-doi.header": "Register a new or pending DOI", + // TODO New key - Add a translation + "item.edit.register-doi.header": "Register a new or pending DOI", + + // "item.edit.register-doi.description": "Review any pending identifiers and item metadata below and click Confirm to proceed with DOI registration, or Cancel to back out", + // TODO New key - Add a translation + "item.edit.register-doi.description": "Review any pending identifiers and item metadata below and click Confirm to proceed with DOI registration, or Cancel to back out", + + // "item.edit.register-doi.confirm": "Confirm", + // TODO New key - Add a translation + "item.edit.register-doi.confirm": "Confirm", + + // "item.edit.register-doi.cancel": "Cancel", + // TODO New key - Add a translation + "item.edit.register-doi.cancel": "Cancel", + + // "item.edit.register-doi.success": "DOI queued for registration successfully.", + // TODO New key - Add a translation + "item.edit.register-doi.success": "DOI queued for registration successfully.", + + // "item.edit.register-doi.error": "Error registering DOI", + // TODO New key - Add a translation + "item.edit.register-doi.error": "Error registering DOI", + + // "item.edit.register-doi.to-update": "The following DOI has already been minted and will be queued for registration online", + // TODO New key - Add a translation + "item.edit.register-doi.to-update": "The following DOI has already been minted and will be queued for registration online", + // "item.edit.item-mapper.buttons.add": "Map item to selected collections", "item.edit.item-mapper.buttons.add": "Mappare l'item nelle collections selezionate", @@ -2939,6 +3290,14 @@ // "item.edit.metadata.discard-button": "Discard", "item.edit.metadata.discard-button": "Annulla", + // "item.edit.metadata.edit.buttons.confirm": "Confirm", + // TODO New key - Add a translation + "item.edit.metadata.edit.buttons.confirm": "Confirm", + + // "item.edit.metadata.edit.buttons.drag": "Drag to reorder", + // TODO New key - Add a translation + "item.edit.metadata.edit.buttons.drag": "Drag to reorder", + // "item.edit.metadata.edit.buttons.edit": "Edit", "item.edit.metadata.edit.buttons.edit": "Edita", @@ -2951,6 +3310,10 @@ // "item.edit.metadata.edit.buttons.unedit": "Stop editing", "item.edit.metadata.edit.buttons.unedit": "Interrompi la modifica", + // "item.edit.metadata.edit.buttons.virtual": "This is a virtual metadata value, i.e. a value inherited from a related entity. It can’t be modified directly. Add or remove the corresponding relationship in the \"Relationships\" tab", + // TODO New key - Add a translation + "item.edit.metadata.edit.buttons.virtual": "This is a virtual metadata value, i.e. a value inherited from a related entity. It can’t be modified directly. Add or remove the corresponding relationship in the \"Relationships\" tab", + // "item.edit.metadata.empty": "The item currently doesn't contain any metadata. Click Add to start adding a metadata value.", "item.edit.metadata.empty": "Attualmente l'item non contiene metadati. Fai clic su Aggiungi per iniziare ad aggiungere il valore di un metadata.", @@ -2966,6 +3329,10 @@ // "item.edit.metadata.headers.value": "Value", "item.edit.metadata.headers.value": "Valore", + // "item.edit.metadata.metadatafield.error": "An error occurred validating the metadata field", + // TODO New key - Add a translation + "item.edit.metadata.metadatafield.error": "An error occurred validating the metadata field", + // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", "item.edit.metadata.metadatafield.invalid": "Scegli un campo di metadati valido", @@ -3001,6 +3368,10 @@ // "item.edit.metadata.reinstate-button": "Undo", "item.edit.metadata.reinstate-button": "Annulla", + // "item.edit.metadata.reset-order-button": "Undo reorder", + // TODO New key - Add a translation + "item.edit.metadata.reset-order-button": "Undo reorder", + // "item.edit.metadata.save-button": "Save", "item.edit.metadata.save-button": "Salva", @@ -3186,6 +3557,9 @@ // "item.edit.tabs.curate.title": "Item Edit - Curate", "item.edit.tabs.curate.title": "Modifica item - Curate", + // "item.edit.curate.title": "Curate Item: {{item}}", + // TODO New key - Add a translation + "item.edit.curate.title": "Curate Item: {{item}}", // "item.edit.tabs.metadata.head": "Metadata", "item.edit.tabs.metadata.head": "Metadati", @@ -3217,7 +3591,8 @@ // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", "item.edit.tabs.status.buttons.mappedCollections.label": "Gestire le collections mappate", - // "item.edit.tabs.status.buttons.move.button": "Move...", + // "item.edit.tabs.status.buttons.move.button": "Move this Item to a different Collection", + // TODO Source message changed - Revise the translation "item.edit.tabs.status.buttons.move.button": "Sposta...", // "item.edit.tabs.status.buttons.move.label": "Move item to another collection", @@ -3248,7 +3623,8 @@ // "item.edit.tabs.status.buttons.unauthorized": "You're not authorized to perform this action", "item.edit.tabs.status.buttons.unauthorized": "Non sei autorizzato a eseguire questa azione", - // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw...", + // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw this item", + // TODO Source message changed - Revise the translation "item.edit.tabs.status.buttons.withdraw.button": "Rimozione...", // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", @@ -3347,6 +3723,38 @@ // "item.truncatable-part.show-less": "Collapse", "item.truncatable-part.show-less": "Riduci", + // "workflow-item.search.result.delete-supervision.modal.header": "Delete Supervision Order", + // TODO New key - Add a translation + "workflow-item.search.result.delete-supervision.modal.header": "Delete Supervision Order", + + // "workflow-item.search.result.delete-supervision.modal.info": "Are you sure you want to delete Supervision Order", + // TODO New key - Add a translation + "workflow-item.search.result.delete-supervision.modal.info": "Are you sure you want to delete Supervision Order", + + // "workflow-item.search.result.delete-supervision.modal.cancel": "Cancel", + // TODO New key - Add a translation + "workflow-item.search.result.delete-supervision.modal.cancel": "Cancel", + + // "workflow-item.search.result.delete-supervision.modal.confirm": "Delete", + // TODO New key - Add a translation + "workflow-item.search.result.delete-supervision.modal.confirm": "Delete", + + // "workflow-item.search.result.notification.deleted.success": "Successfully deleted supervision order \"{{name}}\"", + // TODO New key - Add a translation + "workflow-item.search.result.notification.deleted.success": "Successfully deleted supervision order \"{{name}}\"", + + // "workflow-item.search.result.notification.deleted.failure": "Failed to delete supervision order \"{{name}}\"", + // TODO New key - Add a translation + "workflow-item.search.result.notification.deleted.failure": "Failed to delete supervision order \"{{name}}\"", + + // "workflow-item.search.result.list.element.supervised-by": "Supervised by:", + // TODO New key - Add a translation + "workflow-item.search.result.list.element.supervised-by": "Supervised by:", + + // "workflow-item.search.result.list.element.supervised.remove-tooltip": "Remove supervision group", + // TODO New key - Add a translation + "workflow-item.search.result.list.element.supervised.remove-tooltip": "Remove supervision group", + // "item.page.abstract": "Abstract", @@ -3439,13 +3847,13 @@ // "item.page.bitstreams.collapse": "Collapse", "item.page.bitstreams.collapse": "Riduci", - // "item.page.filesection.original.bundle" : "Original bundle", + // "item.page.filesection.original.bundle": "Original bundle", // TODO New key - Add a translation - "item.page.filesection.original.bundle" : "Original bundle", + "item.page.filesection.original.bundle": "Original bundle", - // "item.page.filesection.license.bundle" : "License bundle", + // "item.page.filesection.license.bundle": "License bundle", // TODO New key - Add a translation - "item.page.filesection.license.bundle" : "License bundle", + "item.page.filesection.license.bundle": "License bundle", // "item.page.return": "Back", "item.page.return": "Indietro", @@ -3490,25 +3898,31 @@ // "item.preview.dc.type": "Type:", "item.preview.dc.type": "Tipologia:", - // "item.preview.oaire.citation.issue" : "Issue", + // "item.preview.oaire.citation.issue": "Issue", + // TODO Source message changed - Revise the translation "item.preview.oaire.citation.issue" : "Fascicolo", - // "item.preview.oaire.citation.volume" : "Volume", + // "item.preview.oaire.citation.volume": "Volume", + // TODO Source message changed - Revise the translation "item.preview.oaire.citation.volume" : "Volume", - // "item.preview.dc.relation.issn" : "ISSN", + // "item.preview.dc.relation.issn": "ISSN", + // TODO Source message changed - Revise the translation "item.preview.dc.relation.issn" : "ISSN", - // "item.preview.dc.identifier.isbn" : "ISBN", + // "item.preview.dc.identifier.isbn": "ISBN", + // TODO Source message changed - Revise the translation "item.preview.dc.identifier.isbn" : "ISBN", // "item.preview.dc.identifier": "Identifier:", "item.preview.dc.identifier": "Identificativo:", - // "item.preview.dc.relation.ispartof" : "Journal or Serie", + // "item.preview.dc.relation.ispartof": "Journal or Serie", + // TODO Source message changed - Revise the translation "item.preview.dc.relation.ispartof" : "Periodico or Serie", - // "item.preview.dc.identifier.doi" : "DOI", + // "item.preview.dc.identifier.doi": "DOI", + // TODO Source message changed - Revise the translation "item.preview.dc.identifier.doi" : "DOI", // "item.preview.person.familyName": "Surname:", @@ -3655,13 +4069,16 @@ // "item.version.create.modal.submitted.text": "The new version is being created. This may take some time if the item has a lot of relationships.", "item.version.create.modal.submitted.text": "La nuova versione è in fase di creazione. Questa operazione potrebbe richiedere un po' di temo se l'item ha molte relazioni.", - // "item.version.create.notification.success" : "New version has been created with version number {{version}}", + // "item.version.create.notification.success": "New version has been created with version number {{version}}", + // TODO Source message changed - Revise the translation "item.version.create.notification.success" : "È stata creata una nuova versione con il numero {{version}}", - // "item.version.create.notification.failure" : "New version has not been created", + // "item.version.create.notification.failure": "New version has not been created", + // TODO Source message changed - Revise the translation "item.version.create.notification.failure" : "Non è stata creata una nuova versione", - // "item.version.create.notification.inProgress" : "A new version cannot be created because there is an inprogress submission in the version history", + // "item.version.create.notification.inProgress": "A new version cannot be created because there is an inprogress submission in the version history", + // TODO Source message changed - Revise the translation "item.version.create.notification.inProgress" : "Non è possibile creare una nuova versione perchè c'è già una submission in progress nella cronologia delle versioni", @@ -3683,21 +4100,135 @@ // "item.version.delete.modal.button.cancel.tooltip": "Do not delete this version", "item.version.delete.modal.button.cancel.tooltip": "Non eliminare questa versione", - // "item.version.delete.notification.success" : "Version number {{version}} has been deleted", + // "item.version.delete.notification.success": "Version number {{version}} has been deleted", + // TODO Source message changed - Revise the translation "item.version.delete.notification.success" : "La versione numero {{version}} è stata eliminata", - // "item.version.delete.notification.failure" : "Version number {{version}} has not been deleted", + // "item.version.delete.notification.failure": "Version number {{version}} has not been deleted", + // TODO Source message changed - Revise the translation "item.version.delete.notification.failure" : "La versione numero {{version}} non è stata eliminata", - // "item.version.edit.notification.success" : "The summary of version number {{version}} has been changed", + // "item.version.edit.notification.success": "The summary of version number {{version}} has been changed", + // TODO Source message changed - Revise the translation "item.version.edit.notification.success" : "Il riepilogo della versione numero {{version}} è stato modificato", - // "item.version.edit.notification.failure" : "The summary of version number {{version}} has not been changed", + // "item.version.edit.notification.failure": "The summary of version number {{version}} has not been changed", + // TODO Source message changed - Revise the translation "item.version.edit.notification.failure" : "Il riepilogo della versione numero {{version}} non è stato modificato", + // "itemtemplate.edit.metadata.add-button": "Add", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.add-button": "Add", + + // "itemtemplate.edit.metadata.discard-button": "Discard", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.discard-button": "Discard", + + // "itemtemplate.edit.metadata.edit.buttons.confirm": "Confirm", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.edit.buttons.confirm": "Confirm", + + // "itemtemplate.edit.metadata.edit.buttons.drag": "Drag to reorder", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.edit.buttons.drag": "Drag to reorder", + + // "itemtemplate.edit.metadata.edit.buttons.edit": "Edit", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.edit.buttons.edit": "Edit", + + // "itemtemplate.edit.metadata.edit.buttons.remove": "Remove", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.edit.buttons.remove": "Remove", + + // "itemtemplate.edit.metadata.edit.buttons.undo": "Undo changes", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.edit.buttons.undo": "Undo changes", + + // "itemtemplate.edit.metadata.edit.buttons.unedit": "Stop editing", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.edit.buttons.unedit": "Stop editing", + + // "itemtemplate.edit.metadata.empty": "The item template currently doesn't contain any metadata. Click Add to start adding a metadata value.", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.empty": "The item template currently doesn't contain any metadata. Click Add to start adding a metadata value.", + + // "itemtemplate.edit.metadata.headers.edit": "Edit", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.headers.edit": "Edit", + + // "itemtemplate.edit.metadata.headers.field": "Field", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.headers.field": "Field", + + // "itemtemplate.edit.metadata.headers.language": "Lang", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.headers.language": "Lang", + + // "itemtemplate.edit.metadata.headers.value": "Value", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.headers.value": "Value", + + // "itemtemplate.edit.metadata.metadatafield.error": "An error occurred validating the metadata field", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.metadatafield.error": "An error occurred validating the metadata field", + + // "itemtemplate.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", + + // "itemtemplate.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", + + // "itemtemplate.edit.metadata.notifications.discarded.title": "Changes discarded", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.discarded.title": "Changes discarded", + + // "itemtemplate.edit.metadata.notifications.error.title": "An error occurred", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.error.title": "An error occurred", + + // "itemtemplate.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", + + // "itemtemplate.edit.metadata.notifications.invalid.title": "Metadata invalid", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.invalid.title": "Metadata invalid", + + // "itemtemplate.edit.metadata.notifications.outdated.content": "The item template you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.outdated.content": "The item template you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", + + // "itemtemplate.edit.metadata.notifications.outdated.title": "Changes outdated", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.outdated.title": "Changes outdated", + + // "itemtemplate.edit.metadata.notifications.saved.content": "Your changes to this item template's metadata were saved.", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.saved.content": "Your changes to this item template's metadata were saved.", + + // "itemtemplate.edit.metadata.notifications.saved.title": "Metadata saved", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.notifications.saved.title": "Metadata saved", + + // "itemtemplate.edit.metadata.reinstate-button": "Undo", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.reinstate-button": "Undo", + + // "itemtemplate.edit.metadata.reset-order-button": "Undo reorder", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.reset-order-button": "Undo reorder", + + // "itemtemplate.edit.metadata.save-button": "Save", + // TODO New key - Add a translation + "itemtemplate.edit.metadata.save-button": "Save", + + + // "journal.listelement.badge": "Journal", "journal.listelement.badge": "Periodico", @@ -4278,6 +4809,10 @@ // "mydspace.show.workspace": "Your Submissions", "mydspace.show.workspace": "I tuoi contributi", + // "mydspace.show.supervisedWorkspace": "Supervised items", + // TODO New key - Add a translation + "mydspace.show.supervisedWorkspace": "Supervised items", + // "mydspace.status.archived": "Archived", "mydspace.status.archived": "Archiviati", @@ -4319,6 +4854,10 @@ // "nav.community-browse.header": "By Community", "nav.community-browse.header": "Per Community", + // "nav.context-help-toggle": "Toggle context help", + // TODO New key - Add a translation + "nav.context-help-toggle": "Toggle context help", + // "nav.language": "Language switch", "nav.language": "Cambio di lingua", @@ -4345,19 +4884,28 @@ // "nav.search": "Search", "nav.search": "Ricerca", + // "nav.search.button": "Submit search", + // TODO New key - Add a translation + "nav.search.button": "Submit search", + + // "nav.statistics.header": "Statistics", "nav.statistics.header": "Statistica", // "nav.stop-impersonating": "Stop impersonating EPerson", "nav.stop-impersonating": "Smetti di impersonare EPerson", - // "nav.toggle" : "Toggle navigation", + // "nav.subscriptions": "Subscriptions", // TODO New key - Add a translation - "nav.toggle" : "Toggle navigation", + "nav.subscriptions": "Subscriptions", - // "nav.user.description" : "User profile bar", + // "nav.toggle": "Toggle navigation", // TODO New key - Add a translation - "nav.user.description" : "User profile bar", + "nav.toggle": "Toggle navigation", + + // "nav.user.description": "User profile bar", + // TODO New key - Add a translation + "nav.user.description": "User profile bar", // "none.listelement.badge": "Item", "none.listelement.badge": "Articolo", @@ -4512,6 +5060,10 @@ // "process.new.notification.error.content": "An error occurred while creating this process", "process.new.notification.error.content": "Si è verificato un errore durante la creazione di questo processo", + // "process.new.notification.error.max-upload.content": "The file exceeds the maximum upload size", + // TODO New key - Add a translation + "process.new.notification.error.max-upload.content": "The file exceeds the maximum upload size", + // "process.new.header": "Create a new process", "process.new.header": "Creare un nuovo processo", @@ -4523,21 +5075,21 @@ - // "process.detail.arguments" : "Arguments", + // "process.detail.arguments": "Arguments", // TODO New key - Add a translation - "process.detail.arguments" : "Arguments", + "process.detail.arguments": "Arguments", - // "process.detail.arguments.empty" : "This process doesn't contain any arguments", + // "process.detail.arguments.empty": "This process doesn't contain any arguments", // TODO New key - Add a translation - "process.detail.arguments.empty" : "This process doesn't contain any arguments", + "process.detail.arguments.empty": "This process doesn't contain any arguments", - // "process.detail.back" : "Back", + // "process.detail.back": "Back", // TODO New key - Add a translation - "process.detail.back" : "Back", + "process.detail.back": "Back", - // "process.detail.output" : "Process Output", + // "process.detail.output": "Process Output", // TODO New key - Add a translation - "process.detail.output" : "Process Output", + "process.detail.output": "Process Output", // "process.detail.logs.button": "Retrieve process output", "process.detail.logs.button": "Recupera l'output del processo", @@ -4548,37 +5100,37 @@ // "process.detail.logs.none": "This process has no output", "process.detail.logs.none": "Questo processo non ha output", - // "process.detail.output-files" : "Output Files", + // "process.detail.output-files": "Output Files", // TODO New key - Add a translation - "process.detail.output-files" : "Output Files", + "process.detail.output-files": "Output Files", - // "process.detail.output-files.empty" : "This process doesn't contain any output files", + // "process.detail.output-files.empty": "This process doesn't contain any output files", // TODO New key - Add a translation - "process.detail.output-files.empty" : "This process doesn't contain any output files", + "process.detail.output-files.empty": "This process doesn't contain any output files", - // "process.detail.script" : "Script", + // "process.detail.script": "Script", // TODO New key - Add a translation - "process.detail.script" : "Script", + "process.detail.script": "Script", - // "process.detail.title" : "Process: {{ id }} - {{ name }}", + // "process.detail.title": "Process: {{ id }} - {{ name }}", // TODO New key - Add a translation - "process.detail.title" : "Process: {{ id }} - {{ name }}", + "process.detail.title": "Process: {{ id }} - {{ name }}", - // "process.detail.start-time" : "Start time", + // "process.detail.start-time": "Start time", // TODO New key - Add a translation - "process.detail.start-time" : "Start time", + "process.detail.start-time": "Start time", - // "process.detail.end-time" : "Finish time", + // "process.detail.end-time": "Finish time", // TODO New key - Add a translation - "process.detail.end-time" : "Finish time", + "process.detail.end-time": "Finish time", - // "process.detail.status" : "Status", + // "process.detail.status": "Status", // TODO New key - Add a translation - "process.detail.status" : "Status", + "process.detail.status": "Status", - // "process.detail.create" : "Create similar process", + // "process.detail.create": "Create similar process", // TODO New key - Add a translation - "process.detail.create" : "Create similar process", + "process.detail.create": "Create similar process", // "process.detail.actions": "Actions", // TODO New key - Add a translation @@ -4614,29 +5166,29 @@ - // "process.overview.table.finish" : "Finish time (UTC)", + // "process.overview.table.finish": "Finish time (UTC)", // TODO New key - Add a translation - "process.overview.table.finish" : "Finish time (UTC)", + "process.overview.table.finish": "Finish time (UTC)", - // "process.overview.table.id" : "Process ID", + // "process.overview.table.id": "Process ID", // TODO New key - Add a translation - "process.overview.table.id" : "Process ID", + "process.overview.table.id": "Process ID", - // "process.overview.table.name" : "Name", + // "process.overview.table.name": "Name", // TODO New key - Add a translation - "process.overview.table.name" : "Name", + "process.overview.table.name": "Name", - // "process.overview.table.start" : "Start time (UTC)", + // "process.overview.table.start": "Start time (UTC)", // TODO New key - Add a translation - "process.overview.table.start" : "Start time (UTC)", + "process.overview.table.start": "Start time (UTC)", - // "process.overview.table.status" : "Status", + // "process.overview.table.status": "Status", // TODO New key - Add a translation - "process.overview.table.status" : "Status", + "process.overview.table.status": "Status", - // "process.overview.table.user" : "User", + // "process.overview.table.user": "User", // TODO New key - Add a translation - "process.overview.table.user" : "User", + "process.overview.table.user": "User", // "process.overview.title": "Processes Overview", "process.overview.title": "Panoramica dei processi", @@ -4947,8 +5499,13 @@ // "register-page.registration.email.error.required": "Please fill in an email address", "register-page.registration.email.error.required": "Inserire un indirizzo e-mail", - // "register-page.registration.email.error.pattern": "Please fill in a valid email address", - "register-page.registration.email.error.pattern": "Si prega di inserire un indirizzo e-mail valido", + // "register-page.registration.email.error.not-email-form": "Please fill in a valid email address.", + // TODO New key - Add a translation + "register-page.registration.email.error.not-email-form": "Please fill in a valid email address.", + + // "register-page.registration.email.error.not-valid-domain": "Use email with allowed domains: {{ domains }}", + // TODO New key - Add a translation + "register-page.registration.email.error.not-valid-domain": "Use email with allowed domains: {{ domains }}", // "register-page.registration.email.hint": "This address will be verified and used as your login name.", "register-page.registration.email.hint": "Questo indirizzo verrà verificato e utilizzato come nome di accesso.", @@ -4976,6 +5533,10 @@ // "register-page.registration.google-recaptcha.must-accept-cookies": "In order to register you must accept the Registration and Password recovery (Google reCaptcha) cookies.", // TODO New key - Add a translation "register-page.registration.google-recaptcha.must-accept-cookies": "In order to register you must accept the Registration and Password recovery (Google reCaptcha) cookies.", + // "register-page.registration.error.maildomain": "This email address is not on the list of domains who can register. Allowed domains are {{ domains }}", + // TODO New key - Add a translation + "register-page.registration.error.maildomain": "This email address is not on the list of domains who can register. Allowed domains are {{ domains }}", + // "register-page.registration.google-recaptcha.open-cookie-settings": "Open cookie settings", // TODO New key - Add a translation @@ -4992,6 +5553,9 @@ // "register-page.registration.google-recaptcha.notification.message.expired": "Verification expired. Please verify again.", // TODO New key - Add a translation "register-page.registration.google-recaptcha.notification.message.expired": "Verification expired. Please verify again.", + // "register-page.registration.info.maildomain": "Accounts can be registered for mail addresses of the domains", + // TODO New key - Add a translation + "register-page.registration.info.maildomain": "Accounts can be registered for mail addresses of the domains", // "relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items", "relationships.add.error.relationship-type.content": "Non è stata trovata alcuna corrispondenza adatta per il tipo di relazione {{ type }} tra i due item", @@ -5306,6 +5870,10 @@ // "search.filters.applied.f.birthDate.min": "Start birth date", "search.filters.applied.f.birthDate.min": "Data di nascita iniziale", + // "search.filters.applied.f.supervisedBy": "Supervised by", + // TODO New key - Add a translation + "search.filters.applied.f.supervisedBy": "Supervised by", + // "search.filters.applied.f.withdrawn": "Withdrawn", "search.filters.applied.f.withdrawn": "Ritirato", @@ -5519,6 +6087,22 @@ // "search.filters.filter.submitter.label": "Search submitter", "search.filters.filter.submitter.label": "Mittente della ricerca", + // "search.filters.filter.show-tree": "Browse {{ name }} tree", + // TODO New key - Add a translation + "search.filters.filter.show-tree": "Browse {{ name }} tree", + + // "search.filters.filter.supervisedBy.head": "Supervised By", + // TODO New key - Add a translation + "search.filters.filter.supervisedBy.head": "Supervised By", + + // "search.filters.filter.supervisedBy.placeholder": "Supervised By", + // TODO New key - Add a translation + "search.filters.filter.supervisedBy.placeholder": "Supervised By", + + // "search.filters.filter.supervisedBy.label": "Search Supervised By", + // TODO New key - Add a translation + "search.filters.filter.supervisedBy.label": "Search Supervised By", + // "search.filters.entityType.JournalIssue": "Journal Issue", @@ -5709,6 +6293,10 @@ // TODO New key - Add a translation "statistics.table.header.views": "Views", + // "statistics.table.no-name": "(object name could not be loaded)", + // TODO New key - Add a translation + "statistics.table.no-name": "(object name could not be loaded)", + // "submission.edit.breadcrumbs": "Edit Submission", @@ -5814,6 +6402,10 @@ // "submission.import-external.source.crossref": "CrossRef", "submission.import-external.source.crossref": "CrossRef", + // "submission.import-external.source.datacite": "DataCite", + // TODO New key - Add a translation + "submission.import-external.source.datacite": "DataCite", + // "submission.import-external.source.scielo": "SciELO", "submission.import-external.source.scielo": "SciELO", @@ -6135,6 +6727,10 @@ // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Funder of the Project", "submission.sections.describe.relationship-lookup.search-tab.tab-title.isFundingAgencyOfProject": "Finanziatore del progetto", + // "submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor": "Publication of the Author", + // TODO New key - Add a translation + "submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor": "Publication of the Author", + // "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Funding OpenAIRE API", "submission.sections.describe.relationship-lookup.selection-tab.title.openAIREFunding": "Finanziamento dell'API OpenAIRE", @@ -6201,6 +6797,10 @@ // "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Parent Organizational Unit", "submission.sections.describe.relationship-lookup.title.isChildOrgUnitOf": "Unità organizzativa padre", + // "submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor": "Publication", + // TODO New key - Add a translation + "submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor": "Publication", + // "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", "submission.sections.describe.relationship-lookup.search-tab.toggle-dropdown": "Toggle dropdown", @@ -6294,7 +6894,8 @@ // "submission.sections.describe.relationship-lookup.selection-tab.title": "Search Results", "submission.sections.describe.relationship-lookup.selection-tab.title": "Risultati della ricerca", - // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don\'t you can still use it for this submission.", + // "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Would you like to save \"{{ value }}\" as a name variant for this person so you and others can reuse it for future submissions? If you don't you can still use it for this submission.", + // TODO Source message changed - Revise the translation "submission.sections.describe.relationship-lookup.name-variant.notification.content": "Desideri salvare \"{{ value }}\" come variante del nome per questa persona in modo che tu e altri possiate riutilizzarlo per immissioni future? Se non lo fai, puoi comunque usarlo per questa immissione.", // "submission.sections.describe.relationship-lookup.name-variant.notification.confirm": "Save a new name variant", @@ -6372,7 +6973,29 @@ // "submission.sections.general.sections_not_valid": "There are incomplete sections.", "submission.sections.general.sections_not_valid": "Ci sono sezioni incomplete.", + // "submission.sections.identifiers.info": "The following identifiers will be created for your item:", + // TODO New key - Add a translation + "submission.sections.identifiers.info": "The following identifiers will be created for your item:", + // "submission.sections.identifiers.no_handle": "No handles have been minted for this item.", + // TODO New key - Add a translation + "submission.sections.identifiers.no_handle": "No handles have been minted for this item.", + + // "submission.sections.identifiers.no_doi": "No DOIs have been minted for this item.", + // TODO New key - Add a translation + "submission.sections.identifiers.no_doi": "No DOIs have been minted for this item.", + + // "submission.sections.identifiers.handle_label": "Handle: ", + // TODO New key - Add a translation + "submission.sections.identifiers.handle_label": "Handle: ", + + // "submission.sections.identifiers.doi_label": "DOI: ", + // TODO New key - Add a translation + "submission.sections.identifiers.doi_label": "DOI: ", + + // "submission.sections.identifiers.otherIdentifiers_label": "Other identifiers: ", + // TODO New key - Add a translation + "submission.sections.identifiers.otherIdentifiers_label": "Other identifiers: ", // "submission.sections.submit.progressbar.accessCondition": "Item access conditions", "submission.sections.submit.progressbar.accessCondition": "Condizioni di accesso all'item", @@ -6395,6 +7018,10 @@ // "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", "submission.sections.submit.progressbar.detect-duplicate": "Potenziali duplicati", + // "submission.sections.submit.progressbar.identifiers": "Identifiers", + // TODO New key - Add a translation + "submission.sections.submit.progressbar.identifiers": "Identifiers", + // "submission.sections.submit.progressbar.license": "Deposit license", "submission.sections.submit.progressbar.license": "Licenza di deposito", @@ -6523,7 +7150,8 @@ // TODO New key - Add a translation "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files just dragging & dropping them everywhere in the page", + // "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or upload additional files by dragging & dropping them anywhere on the page.", + // TODO Source message changed - Revise the translation "submission.sections.upload.info": "Qui troverai tutti i file attualmente presenti nell'articolo. È possibile aggiornare i metadati dei file e le condizioni di accesso o upload di file aggiuntivi semplicemente trascinandoli e rilasciandoli ovunque nella pagina", // "submission.sections.upload.no-entry": "No", @@ -6597,9 +7225,9 @@ // TODO New key - Add a translation "submission.sections.license.required": "You must accept the license", - // "submission.sections.license.notgranted": "You must accept the license", + // "submission.sections.license.notgranted": "You must accept the license", // TODO New key - Add a translation - "submission.sections.license.notgranted": "You must accept the license", + "submission.sections.license.notgranted": "You must accept the license", // "submission.sections.sherpa.publication.information": "Publication information", @@ -6719,7 +7347,8 @@ // "submission.workflow.generic.delete": "Delete", "submission.workflow.generic.delete": "Elimina", - // "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", + // "submission.workflow.generic.delete-help": "Select this option to discard this item. You will then be asked to confirm it.", + // TODO Source message changed - Revise the translation "submission.workflow.generic.delete-help": "Se si desidera eliminare questo item, selezionare \"Elimina\". Ti verrà quindi chiesto di confermarlo.", // "submission.workflow.generic.edit": "Edit", @@ -6735,6 +7364,23 @@ "submission.workflow.generic.view-help": "Selezionare questa opzione per visualizzare i metadati dell'item.", + // "submission.workflow.generic.submit_select_reviewer": "Select Reviewer", + // TODO New key - Add a translation + "submission.workflow.generic.submit_select_reviewer": "Select Reviewer", + + // "submission.workflow.generic.submit_select_reviewer-help": "", + // TODO New key - Add a translation + "submission.workflow.generic.submit_select_reviewer-help": "", + + + // "submission.workflow.generic.submit_score": "Rate", + // TODO New key - Add a translation + "submission.workflow.generic.submit_score": "Rate", + + // "submission.workflow.generic.submit_score-help": "", + // TODO New key - Add a translation + "submission.workflow.generic.submit_score-help": "", + // "submission.workflow.tasks.claimed.approve": "Approve", "submission.workflow.tasks.claimed.approve": "Approva", @@ -6748,6 +7394,14 @@ // "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", "submission.workflow.tasks.claimed.edit_help": "Selezionare questa opzione per modificare i metadati dell'item.", + // "submission.workflow.tasks.claimed.decline": "Decline", + // TODO New key - Add a translation + "submission.workflow.tasks.claimed.decline": "Decline", + + // "submission.workflow.tasks.claimed.decline_help": "", + // TODO New key - Add a translation + "submission.workflow.tasks.claimed.decline_help": "", + // "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", "submission.workflow.tasks.claimed.reject.reason.info": "Se hai esaminato l'item e hai scoperto che non è adatto per essere inserito nella collezione, seleziona \"Rifiuta\". Ti verrà quindi chiesto di inserire un messaggio che indichi perché l'item non è adatto e se chi ha inviato l'item deve cambiare qualcosa e inviarlo di nuovo.", @@ -6808,6 +7462,134 @@ "submission.workspace.generic.view-help": "Seleziona questa opzione per vedere i metadata dell'item.", + // "subscriptions.title": "Subscriptions", + "subscriptions.title": "Sottoscrizioni", + + // "subscriptions.item": "Subscriptions for items", + "subscriptions.item": "Sottoscrizioni per articoli", + + // "subscriptions.collection": "Subscriptions for collections", + "subscriptions.collection": "Sottoscrizioni per collezioni", + + // "subscriptions.community": "Subscriptions for communities", + "subscriptions.community": "Sottoscrizioni per community", + + // "subscriptions.subscription_type": "Subscription type", + "subscriptions.subscription_type": "Tipo di sottoscrizione", + + // "subscriptions.frequency": "Subscription frequency", + "subscriptions.frequency": "Frequenza di sottoscrizione", + + // "subscriptions.frequency.D": "Daily", + "subscriptions.frequency.D": "Giornaliero", + + // "subscriptions.frequency.M": "Monthly", + "subscriptions.frequency.M": "Mensile", + + // "subscriptions.frequency.W": "Weekly", + "subscriptions.frequency.W": "Settimanale", + + // "subscriptions.tooltip": "Subscribe", + // TODO New key - Add a translation + "subscriptions.tooltip": "Subscribe", + + // "subscriptions.modal.title": "Subscriptions", + // TODO New key - Add a translation + "subscriptions.modal.title": "Subscriptions", + + // "subscriptions.modal.type-frequency": "Type and frequency", + // TODO New key - Add a translation + "subscriptions.modal.type-frequency": "Type and frequency", + + // "subscriptions.modal.close": "Close", + // TODO New key - Add a translation + "subscriptions.modal.close": "Close", + + // "subscriptions.modal.delete-info": "To remove this subscription, please visit the \"Subscriptions\" page under your user profile", + // TODO New key - Add a translation + "subscriptions.modal.delete-info": "To remove this subscription, please visit the \"Subscriptions\" page under your user profile", + + // "subscriptions.modal.new-subscription-form.type.content": "Content", + // TODO New key - Add a translation + "subscriptions.modal.new-subscription-form.type.content": "Content", + + // "subscriptions.modal.new-subscription-form.frequency.D": "Daily", + // TODO New key - Add a translation + "subscriptions.modal.new-subscription-form.frequency.D": "Daily", + + // "subscriptions.modal.new-subscription-form.frequency.W": "Weekly", + // TODO New key - Add a translation + "subscriptions.modal.new-subscription-form.frequency.W": "Weekly", + + // "subscriptions.modal.new-subscription-form.frequency.M": "Monthly", + // TODO New key - Add a translation + "subscriptions.modal.new-subscription-form.frequency.M": "Monthly", + + // "subscriptions.modal.new-subscription-form.submit": "Submit", + // TODO New key - Add a translation + "subscriptions.modal.new-subscription-form.submit": "Submit", + + // "subscriptions.modal.new-subscription-form.processing": "Processing...", + // TODO New key - Add a translation + "subscriptions.modal.new-subscription-form.processing": "Processing...", + + // "subscriptions.modal.create.success": "Subscribed to {{ type }} successfully.", + // TODO New key - Add a translation + "subscriptions.modal.create.success": "Subscribed to {{ type }} successfully.", + + // "subscriptions.modal.delete.success": "Subscription deleted successfully", + // TODO New key - Add a translation + "subscriptions.modal.delete.success": "Subscription deleted successfully", + + // "subscriptions.modal.update.success": "Subscription to {{ type }} updated successfully", + // TODO New key - Add a translation + "subscriptions.modal.update.success": "Subscription to {{ type }} updated successfully", + + // "subscriptions.modal.create.error": "An error occurs during the subscription creation", + // TODO New key - Add a translation + "subscriptions.modal.create.error": "An error occurs during the subscription creation", + + // "subscriptions.modal.delete.error": "An error occurs during the subscription delete", + // TODO New key - Add a translation + "subscriptions.modal.delete.error": "An error occurs during the subscription delete", + + // "subscriptions.modal.update.error": "An error occurs during the subscription update", + // TODO New key - Add a translation + "subscriptions.modal.update.error": "An error occurs during the subscription update", + + // "subscriptions.table.dso": "Subject", + "subscriptions.table.dso": "Oggetto", + + // "subscriptions.table.subscription_type": "Subscription Type", + "subscriptions.table.subscription_type": "Tipo di sottoscrizione", + + // "subscriptions.table.subscription_frequency": "Subscription Frequency", + "subscriptions.table.subscription_frequency": "Frequenza di sottoscrizione", + + // "subscriptions.table.action": "Action", + "subscriptions.table.action": "Azione", + + // "subscriptions.table.edit": "Edit", + // TODO New key - Add a translation + "subscriptions.table.edit": "Edit", + + // "subscriptions.table.delete": "Delete", + // TODO New key - Add a translation + "subscriptions.table.delete": "Delete", + + // "subscriptions.table.not-available": "Not available", + // TODO New key - Add a translation + "subscriptions.table.not-available": "Not available", + + // "subscriptions.table.not-available-message": "The subscribed item has been deleted, or you don't currently have the permission to view it", + // TODO New key - Add a translation + "subscriptions.table.not-available-message": "The subscribed item has been deleted, or you don't currently have the permission to view it", + + // "subscriptions.table.empty.message": "You do not have any subscriptions at this time. To subscribe to email updates for a Community or Collection, use the subscription button on the object's page.", + // TODO Source message changed - Revise the translation + "subscriptions.table.empty.message": "Non hai ancora sottoscritto alcuna notifica. Per sottoscrivere la notifica relativa a un oggetto, usa il menu contestuale nella pagina di dettaglio dell'oggetto", + + // "thumbnail.default.alt": "Thumbnail Image", "thumbnail.default.alt": "Immagine di anteprima", @@ -6835,8 +7617,7 @@ // "title": "DSpace", - // TODO Source message changed - Revise the translation - "title": "DSpace-CRIS", + "title": "DSpace", @@ -6861,7 +7642,9 @@ // "vocabulary-treeview.tree.description.srsc": "Research Subject Categories", "vocabulary-treeview.tree.description.srsc": "Categorie di argomenti di ricerca", - + // "vocabulary-treeview.info": "Select a subject to add as search filter", + // TODO New key - Add a translation + "vocabulary-treeview.info": "Select a subject to add as search filter", // "uploader.browse": "browse", "uploader.browse": "sfoglia", @@ -6893,6 +7676,10 @@ + // "supervisedWorkspace.search.results.head": "Supervised Items", + // TODO New key - Add a translation + "supervisedWorkspace.search.results.head": "Supervised Items", + // "workspace.search.results.head": "Your submissions", "workspace.search.results.head": "I tuoi invii", @@ -6902,6 +7689,10 @@ // "workflow.search.results.head": "Workflow tasks", "workflow.search.results.head": "Task del workflow", + // "supervision.search.results.head": "Workflow and Workspace tasks", + // TODO New key - Add a translation + "supervision.search.results.head": "Workflow and Workspace tasks", + // "workflow-item.edit.breadcrumbs": "Edit workflowitem", @@ -6968,6 +7759,77 @@ // "workspace-item.view.title": "Workspace View", "workspace-item.view.title": "Vista Workspace", + + // "workflow-item.advanced.title": "Advanced workflow", + // TODO New key - Add a translation + "workflow-item.advanced.title": "Advanced workflow", + + + // "workflow-item.selectrevieweraction.notification.success.title": "Selected reviewer", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.notification.success.title": "Selected reviewer", + + // "workflow-item.selectrevieweraction.notification.success.content": "The reviewer for this workflow item has been successfully selected", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.notification.success.content": "The reviewer for this workflow item has been successfully selected", + + // "workflow-item.selectrevieweraction.notification.error.title": "Something went wrong", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.notification.error.title": "Something went wrong", + + // "workflow-item.selectrevieweraction.notification.error.content": "Couldn't select the reviewer for this workflow item", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.notification.error.content": "Couldn't select the reviewer for this workflow item", + + // "workflow-item.selectrevieweraction.title": "Select Reviewer", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.title": "Select Reviewer", + + // "workflow-item.selectrevieweraction.header": "Select Reviewer", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.header": "Select Reviewer", + + // "workflow-item.selectrevieweraction.button.cancel": "Cancel", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.button.cancel": "Cancel", + + // "workflow-item.selectrevieweraction.button.confirm": "Confirm", + // TODO New key - Add a translation + "workflow-item.selectrevieweraction.button.confirm": "Confirm", + + + // "workflow-item.scorereviewaction.notification.success.title": "Rating review", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.notification.success.title": "Rating review", + + // "workflow-item.scorereviewaction.notification.success.content": "The rating for this item workflow item has been successfully submitted", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.notification.success.content": "The rating for this item workflow item has been successfully submitted", + + // "workflow-item.scorereviewaction.notification.error.title": "Something went wrong", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.notification.error.title": "Something went wrong", + + // "workflow-item.scorereviewaction.notification.error.content": "Couldn't rate this item", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.notification.error.content": "Couldn't rate this item", + + // "workflow-item.scorereviewaction.title": "Rate this item", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.title": "Rate this item", + + // "workflow-item.scorereviewaction.header": "Rate this item", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.header": "Rate this item", + + // "workflow-item.scorereviewaction.button.cancel": "Cancel", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.button.cancel": "Cancel", + + // "workflow-item.scorereviewaction.button.confirm": "Confirm", + // TODO New key - Add a translation + "workflow-item.scorereviewaction.button.confirm": "Confirm", + // "idle-modal.header": "Session will expire soon", "idle-modal.header": "La sessione scadrà presto", @@ -6980,7 +7842,8 @@ // "idle-modal.extend-session": "Extend session", "idle-modal.extend-session": "Estendi sessione", - // "researcher.profile.action.processing" : "Processing...", + // "researcher.profile.action.processing": "Processing...", + // TODO Source message changed - Revise the translation "researcher.profile.action.processing" : "Elaborazione...", // "researcher.profile.associated": "Researcher profile associated", @@ -7013,10 +7876,12 @@ // "researcher.profile.view": "View", "researcher.profile.view": "Visualizza", - // "researcher.profile.private.visibility" : "PRIVATE", + // "researcher.profile.private.visibility": "PRIVATE", + // TODO Source message changed - Revise the translation "researcher.profile.private.visibility" : "PRIVATO", - // "researcher.profile.public.visibility" : "PUBLIC", + // "researcher.profile.public.visibility": "PUBLIC", + // TODO Source message changed - Revise the translation "researcher.profile.public.visibility" : "PUBBLICO", // "researcher.profile.status": "Status:", @@ -7025,16 +7890,20 @@ // "researcherprofile.claim.not-authorized": "You are not authorized to claim this item. For more details contact the administrator(s).", "researcherprofile.claim.not-authorized": "Non sei autorizzato a richiedere questo item. Per maggiori dettagli contattare l'amministratore/i", - // "researcherprofile.error.claim.body" : "An error occurred while claiming the profile, please try again later", + // "researcherprofile.error.claim.body": "An error occurred while claiming the profile, please try again later", + // TODO Source message changed - Revise the translation "researcherprofile.error.claim.body" : "Si è verificato un errore durante l'associazione del profilo, prova più tardi", - // "researcherprofile.error.claim.title" : "Error", + // "researcherprofile.error.claim.title": "Error", + // TODO Source message changed - Revise the translation "researcherprofile.error.claim.title" : "Errore", - // "researcherprofile.success.claim.body" : "Profile claimed with success", + // "researcherprofile.success.claim.body": "Profile claimed with success", + // TODO Source message changed - Revise the translation "researcherprofile.success.claim.body" : "Profilo associato con successo", - // "researcherprofile.success.claim.title" : "Success", + // "researcherprofile.success.claim.title": "Success", + // TODO Source message changed - Revise the translation "researcherprofile.success.claim.title" : "Successo", // "person.page.orcid.create": "Create an ORCID ID", @@ -7043,7 +7912,8 @@ // "person.page.orcid.granted-authorizations": "Granted authorizations", "person.page.orcid.granted-authorizations": "Autorizzazioni concesse", - // "person.page.orcid.grant-authorizations" : "Grant authorizations", + // "person.page.orcid.grant-authorizations": "Grant authorizations", + // TODO Source message changed - Revise the translation "person.page.orcid.grant-authorizations" : "Concedere autorizzazioni", // "person.page.orcid.link": "Connect to ORCID ID", @@ -7091,43 +7961,56 @@ // "person.page.orcid.save.preference.changes": "Update settings", "person.page.orcid.save.preference.changes": "Impostazioni di aggiornamento", - // "person.page.orcid.sync-profile.affiliation" : "Affiliation", + // "person.page.orcid.sync-profile.affiliation": "Affiliation", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-profile.affiliation" : "Affiliazione", - // "person.page.orcid.sync-profile.biographical" : "Biographical data", + // "person.page.orcid.sync-profile.biographical": "Biographical data", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-profile.biographical" : "Riferimenti biografici", - // "person.page.orcid.sync-profile.education" : "Education", + // "person.page.orcid.sync-profile.education": "Education", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-profile.education" : "Educazione", - // "person.page.orcid.sync-profile.identifiers" : "Identifiers", + // "person.page.orcid.sync-profile.identifiers": "Identifiers", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-profile.identifiers" : "Identificativi", - // "person.page.orcid.sync-fundings.all" : "All fundings", + // "person.page.orcid.sync-fundings.all": "All fundings", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-fundings.all" : "Tutti i finanziamenti", - // "person.page.orcid.sync-fundings.mine" : "My fundings", + // "person.page.orcid.sync-fundings.mine": "My fundings", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-fundings.mine" : "I miei finanziamenti", - // "person.page.orcid.sync-fundings.my_selected" : "Selected fundings", + // "person.page.orcid.sync-fundings.my_selected": "Selected fundings", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-fundings.my_selected" : "Finanziamenti selezionati", - // "person.page.orcid.sync-fundings.disabled" : "Disabled", + // "person.page.orcid.sync-fundings.disabled": "Disabled", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-fundings.disabled" : "Disabilitato", - // "person.page.orcid.sync-publications.all" : "All publications", + // "person.page.orcid.sync-publications.all": "All publications", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-publications.all" : "Tutte le pubblicazioni", - // "person.page.orcid.sync-publications.mine" : "My publications", + // "person.page.orcid.sync-publications.mine": "My publications", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-publications.mine" : "Le mie pubblicazioni", - // "person.page.orcid.sync-publications.my_selected" : "Selected publications", + // "person.page.orcid.sync-publications.my_selected": "Selected publications", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-publications.my_selected" : "Pubblicazioni selezionate", - // "person.page.orcid.sync-publications.disabled" : "Disabled", + // "person.page.orcid.sync-publications.disabled": "Disabled", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-publications.disabled" : "Disabilitato", - // "person.page.orcid.sync-queue.discard" : "Discard the change and do not synchronize with the ORCID registry", + // "person.page.orcid.sync-queue.discard": "Discard the change and do not synchronize with the ORCID registry", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-queue.discard" : "Scarta la modifica e non sincronizzarla con il registro ORCID.", // "person.page.orcid.sync-queue.discard.error": "The discarding of the ORCID queue record failed", @@ -7139,13 +8022,16 @@ // "person.page.orcid.sync-queue.empty-message": "The ORCID queue registry is empty", "person.page.orcid.sync-queue.empty-message": "Il Registro di sistema della coda ORCID è vuoto", - // "person.page.orcid.sync-queue.table.header.type" : "Type", + // "person.page.orcid.sync-queue.table.header.type": "Type", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-queue.table.header.type" : "Tipo", - // "person.page.orcid.sync-queue.table.header.description" : "Description", + // "person.page.orcid.sync-queue.table.header.description": "Description", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-queue.table.header.description" : "Descrizione", - // "person.page.orcid.sync-queue.table.header.action" : "Action", + // "person.page.orcid.sync-queue.table.header.action": "Action", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-queue.table.header.action" : "Azione", // "person.page.orcid.sync-queue.description.affiliation": "Affiliations", @@ -7211,7 +8097,8 @@ // "person.page.orcid.sync-queue.tooltip.researcher_urls": "Researcher url", "person.page.orcid.sync-queue.tooltip.researcher_urls": "URL ricercatore", - // "person.page.orcid.sync-queue.send" : "Synchronize with ORCID registry", + // "person.page.orcid.sync-queue.send": "Synchronize with ORCID registry", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-queue.send" : "Sincronizza con il registro ORCID", // "person.page.orcid.sync-queue.send.unauthorized-error.title": "The submission to ORCID failed for missing authorizations.", @@ -7266,7 +8153,8 @@ // "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "The organization's name is required", "person.page.orcid.sync-queue.send.validation-error.organization.name-required": "Il nome dell'organizzazione è obbligatorio", - // "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "The publication date must be one year after 1900", + // "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid": "The publication date must be one year after 1900", + // TODO Source message changed - Revise the translation "person.page.orcid.sync-queue.send.validation-error.publication.date-invalid" : "La data di pubblicazione deve partire dal 1900", // "person.page.orcid.sync-queue.send.validation-error.organization.address-required": "The organization to be sent requires an address", @@ -7352,6 +8240,104 @@ // TODO New key - Add a translation "home.recent-submissions.head": "Recent Submissions", + // "listable-notification-object.default-message": "This object couldn't be retrieved", + // TODO New key - Add a translation + "listable-notification-object.default-message": "This object couldn't be retrieved", + + + // "system-wide-alert-banner.retrieval.error": "Something went wrong retrieving the system-wide alert banner", + // TODO New key - Add a translation + "system-wide-alert-banner.retrieval.error": "Something went wrong retrieving the system-wide alert banner", + + // "system-wide-alert-banner.countdown.prefix": "In", + // TODO New key - Add a translation + "system-wide-alert-banner.countdown.prefix": "In", + + // "system-wide-alert-banner.countdown.days": "{{days}} day(s),", + // TODO New key - Add a translation + "system-wide-alert-banner.countdown.days": "{{days}} day(s),", + + // "system-wide-alert-banner.countdown.hours": "{{hours}} hour(s) and", + // TODO New key - Add a translation + "system-wide-alert-banner.countdown.hours": "{{hours}} hour(s) and", + + // "system-wide-alert-banner.countdown.minutes": "{{minutes}} minute(s):", + // TODO New key - Add a translation + "system-wide-alert-banner.countdown.minutes": "{{minutes}} minute(s):", + + + + // "menu.section.system-wide-alert": "System-wide Alert", + // TODO New key - Add a translation + "menu.section.system-wide-alert": "System-wide Alert", + + // "system-wide-alert.form.header": "System-wide Alert", + // TODO New key - Add a translation + "system-wide-alert.form.header": "System-wide Alert", + + // "system-wide-alert-form.retrieval.error": "Something went wrong retrieving the system-wide alert", + // TODO New key - Add a translation + "system-wide-alert-form.retrieval.error": "Something went wrong retrieving the system-wide alert", + + // "system-wide-alert.form.cancel": "Cancel", + // TODO New key - Add a translation + "system-wide-alert.form.cancel": "Cancel", + + // "system-wide-alert.form.save": "Save", + // TODO New key - Add a translation + "system-wide-alert.form.save": "Save", + + // "system-wide-alert.form.label.active": "ACTIVE", + // TODO New key - Add a translation + "system-wide-alert.form.label.active": "ACTIVE", + + // "system-wide-alert.form.label.inactive": "INACTIVE", + // TODO New key - Add a translation + "system-wide-alert.form.label.inactive": "INACTIVE", + + // "system-wide-alert.form.error.message": "The system wide alert must have a message", + // TODO New key - Add a translation + "system-wide-alert.form.error.message": "The system wide alert must have a message", + + // "system-wide-alert.form.label.message": "Alert message", + // TODO New key - Add a translation + "system-wide-alert.form.label.message": "Alert message", + + // "system-wide-alert.form.label.countdownTo.enable": "Enable a countdown timer", + // TODO New key - Add a translation + "system-wide-alert.form.label.countdownTo.enable": "Enable a countdown timer", + + // "system-wide-alert.form.label.countdownTo.hint": "Hint: Set a countdown timer. When enabled, a date can be set in the future and the system-wide alert banner will perform a countdown to the set date. When this timer ends, it will disappear from the alert. The server will NOT be automatically stopped.", + // TODO New key - Add a translation + "system-wide-alert.form.label.countdownTo.hint": "Hint: Set a countdown timer. When enabled, a date can be set in the future and the system-wide alert banner will perform a countdown to the set date. When this timer ends, it will disappear from the alert. The server will NOT be automatically stopped.", + + // "system-wide-alert.form.label.preview": "System-wide alert preview", + // TODO New key - Add a translation + "system-wide-alert.form.label.preview": "System-wide alert preview", + + // "system-wide-alert.form.update.success": "The system-wide alert was successfully updated", + // TODO New key - Add a translation + "system-wide-alert.form.update.success": "The system-wide alert was successfully updated", + + // "system-wide-alert.form.update.error": "Something went wrong when updating the system-wide alert", + // TODO New key - Add a translation + "system-wide-alert.form.update.error": "Something went wrong when updating the system-wide alert", + + // "system-wide-alert.form.create.success": "The system-wide alert was successfully created", + // TODO New key - Add a translation + "system-wide-alert.form.create.success": "The system-wide alert was successfully created", + + // "system-wide-alert.form.create.error": "Something went wrong when creating the system-wide alert", + // TODO New key - Add a translation + "system-wide-alert.form.create.error": "Something went wrong when creating the system-wide alert", + + // "admin.system-wide-alert.breadcrumbs": "System-wide Alerts", + // TODO New key - Add a translation + "admin.system-wide-alert.breadcrumbs": "System-wide Alerts", + + // "admin.system-wide-alert.title": "System-wide Alerts", + // TODO New key - Add a translation + "admin.system-wide-alert.title": "System-wide Alerts", } \ No newline at end of file