mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Update pt-PT.json5
Incorporates some revised translations, adds and updates newly introduced translation keys.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
// Dspace v7.x > i18n pt-PT > last reviewed 05-06-2023
|
||||
// Dspace v7.x > i18n pt-PT > last reviewed 16-06-2023
|
||||
|
||||
// "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
|
||||
"401.help": "Não está autorizado a aceder a esta página. Pode utilizar o botão em baixo para voltar à página de início.",
|
||||
@@ -336,13 +336,13 @@
|
||||
"admin.access-control.epeople.actions.delete": "Apagar utilizador",
|
||||
|
||||
// "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson",
|
||||
"admin.access-control.epeople.actions.impersonate": "Assumir o papel do Utilizador",
|
||||
"admin.access-control.epeople.actions.impersonate": "Assumir papel de utilizador",
|
||||
|
||||
// "admin.access-control.epeople.actions.reset": "Reset password",
|
||||
"admin.access-control.epeople.actions.reset": "Redefinir password",
|
||||
|
||||
// "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson",
|
||||
"admin.access-control.epeople.actions.stop-impersonating": "Deixar de assumir o papel do utilizador",
|
||||
"admin.access-control.epeople.actions.stop-impersonating": "Deixar de assumir o papel de utilizador",
|
||||
|
||||
// "admin.access-control.epeople.breadcrumbs": "EPeople",
|
||||
"admin.access-control.epeople.breadcrumbs": "Utilizadores",
|
||||
@@ -777,19 +777,19 @@
|
||||
"admin.search.item.withdraw": "Retirar",
|
||||
|
||||
// "admin.search.title": "Administrative Search",
|
||||
"admin.search.title": "Pesquisa Administrativa",
|
||||
"admin.search.title": "Pesquisa administrativa",
|
||||
|
||||
// "administrativeView.search.results.head": "Administrative Search",
|
||||
"administrativeView.search.results.head": "Pesquisa administrativa",
|
||||
|
||||
// "admin.workflow.breadcrumbs": "Administer Workflow",
|
||||
"admin.workflow.breadcrumbs": "Gestão do workflow",
|
||||
"admin.workflow.breadcrumbs": "Gestão do fluxo de trabalho",
|
||||
|
||||
// "admin.workflow.title": "Administer Workflow",
|
||||
"admin.workflow.title": "Gestão do workflow",
|
||||
"admin.workflow.title": "Gestão do fluxo de trabalho",
|
||||
|
||||
// "admin.workflow.item.workflow": "Workflow",
|
||||
"admin.workflow.item.workflow": "Workflow",
|
||||
"admin.workflow.item.workflow": "Fluxo de trabalho",
|
||||
|
||||
// "admin.workflow.item.workspace": "Workspace",
|
||||
"admin.workflow.item.workspace": "Área de trabalho",
|
||||
@@ -825,11 +825,14 @@
|
||||
"admin.batch-import.page.header": "Importação em lote (batch)",
|
||||
|
||||
// "admin.metadata-import.page.help": "You can drop or browse CSV files that contain batch metadata operations on files here",
|
||||
"admin.metadata-import.page.help": "Pode arrastar ou procurar ficheiros .csv que contenham operações em lote de metadados",
|
||||
"admin.metadata-import.page.help": "Pode arrastar ou procurar ficheiros .csv que contenham 'revisões' de metadados em lote",
|
||||
|
||||
// "admin.batch-import.page.help": "Select the Collection to import into. Then, drop or browse to a Simple Archive Format (SAF) zip file that includes the Items to import",
|
||||
"admin.batch-import.page.help": "Selecione a coleção para a qual pretende importar. Em seguida, largue ou selecione ficheiro .zip em formato Simple Archive Format (SAF) que inclua os itens a importar.",
|
||||
|
||||
// "admin.batch-import.page.toggle.help": "It is possible to perform import either with file upload or via URL, use above toggle to set the input source",
|
||||
"admin.batch-import.page.toggle.help": "É possível efetuar a importação com o carregamento de ficheiros ou através de URL. Utilize o botão de seleção em cima para definir a fonte de entrada",
|
||||
|
||||
// "admin.metadata-import.page.dropMsg": "Drop a metadata CSV to import",
|
||||
"admin.metadata-import.page.dropMsg": "Arraste ficheiro .csv para importar metadados",
|
||||
|
||||
@@ -854,9 +857,21 @@
|
||||
// "admin.metadata-import.page.error.addFile": "Select file first!",
|
||||
"admin.metadata-import.page.error.addFile": "Selecione um ficheiro!",
|
||||
|
||||
// "admin.metadata-import.page.error.addFileUrl": "Insert file url first!",
|
||||
"admin.metadata-import.page.error.addFileUrl": "Insira primeiro o URL do ficheiro!",
|
||||
|
||||
// "admin.batch-import.page.error.addFile": "Select Zip file first!",
|
||||
"admin.batch-import.page.error.addFile": "Selecione primeiro o ficheiro .zip!",
|
||||
|
||||
// "admin.metadata-import.page.toggle.upload": "Upload",
|
||||
"admin.metadata-import.page.toggle.upload": "Carregar",
|
||||
|
||||
// "admin.metadata-import.page.toggle.url": "URL",
|
||||
"admin.metadata-import.page.toggle.url": "URL",
|
||||
|
||||
// "admin.metadata-import.page.urlMsg": "Insert the batch ZIP url to import",
|
||||
"admin.metadata-import.page.urlMsg": "Insira o URL do lote ZIP a importar",
|
||||
|
||||
// "admin.metadata-import.page.validateOnly": "Validate Only",
|
||||
"admin.metadata-import.page.validateOnly": "Validar",
|
||||
|
||||
@@ -1028,6 +1043,9 @@
|
||||
// "bitstream.edit.notifications.error.format.title": "An error occurred saving the bitstream's format",
|
||||
"bitstream.edit.notifications.error.format.title": "Ocorreu um erro ao guardar o formato do ficheiro",
|
||||
|
||||
// "bitstream.edit.notifications.error.primaryBitstream.title": "An error occurred saving the primary bitstream",
|
||||
"bitstream.edit.notifications.error.primaryBitstream.title": "Ocorreu um erro ao guardar o ficheiro primário",
|
||||
|
||||
// "bitstream.edit.form.iiifLabel.label": "IIIF Label",
|
||||
"bitstream.edit.form.iiifLabel.label": "IIIF Label",
|
||||
|
||||
@@ -1130,6 +1148,9 @@
|
||||
// "browse.comcol.by.subject": "By Subject",
|
||||
"browse.comcol.by.subject": "Por assunto",
|
||||
|
||||
// "browse.comcol.by.srsc": "By Subject Category",
|
||||
"browse.comcol.by.srsc": "Por vocabulário controlado (SRSC)",
|
||||
|
||||
// "browse.comcol.by.title": "By Title",
|
||||
"browse.comcol.by.title": "Por título",
|
||||
|
||||
@@ -1160,6 +1181,9 @@
|
||||
// "browse.metadata.subject.breadcrumbs": "Browse by Subject",
|
||||
"browse.metadata.subject.breadcrumbs": "Percorrer por assunto",
|
||||
|
||||
// "browse.metadata.srsc.breadcrumbs": "Browse by Subject Category",
|
||||
"browse.metadata.srsc.breadcrumbs": "Percorrer por vocabulário controlado (SRSC)",
|
||||
|
||||
// "browse.metadata.title.breadcrumbs": "Browse by Title",
|
||||
"browse.metadata.title.breadcrumbs": "Percorrer por título",
|
||||
|
||||
@@ -1241,6 +1265,12 @@
|
||||
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
|
||||
"browse.startsWith.type_text": "Filtrar resultados inserindo as primeiras letras",
|
||||
|
||||
// "browse.startsWith.input": "Filter",
|
||||
"browse.startsWith.input": "Filtrar",
|
||||
|
||||
// "browse.taxonomy.button": "Browse",
|
||||
"browse.taxonomy.button": "Pesquisar",
|
||||
|
||||
// "browse.title": "Browsing {{ collection }} by {{ field }}{{ startsWith }} {{ value }}",
|
||||
"browse.title": "Percorrer {{ collection }} por {{ field }}{{ startsWith }} {{ value }}",
|
||||
|
||||
@@ -1287,7 +1317,7 @@
|
||||
"collection.delete.head": "Apagar coleção",
|
||||
|
||||
// "collection.delete.notification.fail": "Collection could not be deleted",
|
||||
"collection.delete.notification.fail": "Coleção não pode ser apagada",
|
||||
"collection.delete.notification.fail": "Não foi possível apagar a coleção",
|
||||
|
||||
// "collection.delete.notification.success": "Successfully deleted collection",
|
||||
"collection.delete.notification.success": "Apagou a coleção com sucesso",
|
||||
@@ -1437,7 +1467,7 @@
|
||||
"collection.edit.tabs.source.form.errors.oaiSource.required": "Deve indicar o identificador da coleção a ser agregado (set).",
|
||||
|
||||
// "collection.edit.tabs.source.form.harvestType": "Content being harvested",
|
||||
"collection.edit.tabs.source.form.harvestType": "Os conteúdo estão a ser agregados",
|
||||
"collection.edit.tabs.source.form.harvestType": "Os conteúdos estão a ser agregados",
|
||||
|
||||
// "collection.edit.tabs.source.form.head": "Configure an external source",
|
||||
"collection.edit.tabs.source.form.head": "Configure uma fonte externa",
|
||||
@@ -1559,7 +1589,7 @@
|
||||
// "collection.page.edit": "Edit this collection",
|
||||
"collection.page.edit": "Editar esta coleção",
|
||||
|
||||
// "collection.page.handle": "Permanent URI for this collection:",
|
||||
// "collection.page.handle": "Permanent URI for this collection",
|
||||
"collection.page.handle": "URI permanente para esta coleção:",
|
||||
|
||||
// "collection.page.license": "License",
|
||||
@@ -1955,11 +1985,11 @@
|
||||
// "cookies.consent.content-modal.title": "Information that we collect",
|
||||
"cookies.consent.content-modal.title": "Informação que recolhemos",
|
||||
|
||||
// "cookies.consent.content-modal.services": "Services",
|
||||
"cookies.consent.content-modal.services": "Serviços",
|
||||
// "cookies.consent.content-modal.services": "services",
|
||||
"cookies.consent.content-modal.services": "serviços",
|
||||
|
||||
// "cookies.consent.content-modal.service": "Service",
|
||||
"cookies.consent.content-modal.service": "Serviço",
|
||||
// "cookies.consent.content-modal.service": "service",
|
||||
"cookies.consent.content-modal.service": "serviço",
|
||||
|
||||
// "cookies.consent.app.title.authentication": "Authentication",
|
||||
"cookies.consent.app.title.authentication": "Autenticação",
|
||||
@@ -1977,7 +2007,7 @@
|
||||
"cookies.consent.app.title.acknowledgement": "Termos de Uso",
|
||||
|
||||
// "cookies.consent.app.description.acknowledgement": "Required for saving your acknowledgements and consents",
|
||||
"cookies.consent.app.description.acknowledgement": "Obrigatório para guardar os 'Termos de Uso' e 'Consentimentos'",
|
||||
"cookies.consent.app.description.acknowledgement": "Obrigatório para guardar os nossos 'Termos de Uso' e 'Consentimentos'",
|
||||
|
||||
// "cookies.consent.app.title.google-analytics": "Google Analytics",
|
||||
"cookies.consent.app.title.google-analytics": "Google Analytics",
|
||||
@@ -2333,6 +2363,26 @@
|
||||
// "error.validation.groupExists": "This group already exists",
|
||||
"error.validation.groupExists": "Este grupo já existe!",
|
||||
|
||||
// "error.validation.metadata.name.invalid-pattern": "This field cannot contain dots, commas or spaces. Please use the Element & Qualifier fields instead",
|
||||
|
||||
// "error.validation.metadata.name.max-length": "This field may not contain more than 32 characters",
|
||||
"error.validation.metadata.name.max-length": "Este campo não pode conter mais de 32 caracteres",
|
||||
|
||||
// "error.validation.metadata.namespace.max-length": "This field may not contain more than 256 characters",
|
||||
"error.validation.metadata.namespace.max-length": "Este campo não pode conter mais de 256 caracteres",
|
||||
|
||||
// "error.validation.metadata.element.invalid-pattern": "This field cannot contain dots, commas or spaces. Please use the Qualifier field instead",
|
||||
"error.validation.metadata.element.invalid-pattern": "Este campo não pode conter pontos, vírgulas ou espaços. Ao invés, utilize o campo 'Qualificador'",
|
||||
|
||||
// "error.validation.metadata.element.max-length": "This field may not contain more than 64 characters",
|
||||
"error.validation.metadata.element.max-length": "Este campo não pode conter mais de 64 caracteres",
|
||||
|
||||
// "error.validation.metadata.qualifier.invalid-pattern": "This field cannot contain dots, commas or spaces",
|
||||
"error.validation.metadata.qualifier.invalid-pattern": "Este campo não pode conter pontos, vírgulas ou espaços.",
|
||||
|
||||
// "error.validation.metadata.qualifier.max-length": "This field may not contain more than 64 characters",
|
||||
"error.validation.metadata.qualifier.max-length": "Este campo não pode conter mais de 64 caracteres.",
|
||||
|
||||
// "feed.description": "Syndication feed",
|
||||
"feed.description": "Feed",
|
||||
|
||||
@@ -2343,7 +2393,7 @@
|
||||
"footer.copyright": "Copyright © 2003-{{ year }}",
|
||||
|
||||
// "footer.link.dspace": "DSpace software",
|
||||
"footer.link.dspace": "Software DSpace",
|
||||
"footer.link.dspace": "Powered by DSpace",
|
||||
|
||||
// "footer.link.lyrasis": "LYRASIS",
|
||||
"footer.link.lyrasis": "LYRASIS",
|
||||
@@ -2543,8 +2593,8 @@
|
||||
// "grant-deny-request-copy.email.back": "Back",
|
||||
"grant-deny-request-copy.email.back": "Voltar",
|
||||
|
||||
// "grant-deny-request-copy.email.message": "Message",
|
||||
"grant-deny-request-copy.email.message": "Mensagem",
|
||||
// "grant-deny-request-copy.email.message": "Optional additional message",
|
||||
"grant-deny-request-copy.email.message": "Mensagem adicional opcional",
|
||||
|
||||
// "grant-deny-request-copy.email.message.empty": "Please enter a message",
|
||||
"grant-deny-request-copy.email.message.empty": "Por favor insira uma mensagem",
|
||||
@@ -2582,9 +2632,6 @@
|
||||
// "grant-deny-request-copy.processed": "This request has already been processed. You can use the button below to get back to the home page.",
|
||||
"grant-deny-request-copy.processed": "Este pedido já foi processado. Pode utilizar o botão em baixo para voltar para a página principal.",
|
||||
|
||||
// "grant-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I have the pleasure to send you in attachment a copy of the file(s) concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>",
|
||||
"grant-request-copy.email.message": "Caro {{ recipientName }},\nEm resposta ao seu pedido de cópia, tenho o prazer de lhe enviar em anexo uma cópia do(s) ficheiro(s) relativo(s) ao documento: \"{{ itemUrl }}\" ({{ itemName }}), do qual sou autor.\n\nCom os melhores cumprimentos,\n{{ authorName }} <{{ authorEmail }}>",
|
||||
|
||||
// "grant-request-copy.email.subject": "Request copy of document",
|
||||
"grant-request-copy.email.subject": "Pedido de cópia de documento",
|
||||
|
||||
@@ -2594,7 +2641,7 @@
|
||||
// "grant-request-copy.header": "Grant document copy request",
|
||||
"grant-request-copy.header": "Conceder cópia de documento",
|
||||
|
||||
// "grant-request-copy.intro": "This message will be sent to the applicant of the request. The requested document(s) will be attached.",
|
||||
// "grant-request-copy.intro": "A message will be sent to the applicant of the request. The requested document(s) will be attached.",
|
||||
"grant-request-copy.intro": "Esta mensagem será enviada ao requerente do pedido de cópia. Os ficheiros solicitado(s) serão anexado(s) à mensagem.",
|
||||
|
||||
// "grant-request-copy.success": "Successfully granted item request",
|
||||
@@ -2702,6 +2749,9 @@
|
||||
// "info.end-user-agreement.title": "End User Agreement",
|
||||
"info.end-user-agreement.title": "Termos de Uso",
|
||||
|
||||
// "info.end-user-agreement.hosting-country": "the United States",
|
||||
"info.end-user-agreement.hosting-country": "Portugal",
|
||||
|
||||
// "info.privacy.breadcrumbs": "Privacy Statement",
|
||||
"info.privacy.breadcrumbs": "Política de Privacidade",
|
||||
|
||||
@@ -3613,19 +3663,8 @@
|
||||
|
||||
// "item.preview.dc.relation.issn": "ISSN",
|
||||
"item.preview.dc.relation.issn": "ISSN",
|
||||
|
||||
// "item.preview.dc.relation.eissn": "EISSN",
|
||||
"item.preview.dc.relation.eissn": "EISSN",
|
||||
|
||||
// "item.preview.dc.identifier.isbn": "ISBN",
|
||||
"item.preview.dc.identifier.isbn": "ISBN",
|
||||
|
||||
// "item.preview.dc.identifier.eisbn": "EISBN",
|
||||
"item.preview.dc.identifier.eisbn": "EISBN",
|
||||
|
||||
// "item.preview.dc.identifier.tid": "TID",
|
||||
"item.preview.dc.identifier.tid": "TID",
|
||||
|
||||
// "item.preview.dc.identifier": "Identifier:",
|
||||
"itemm.preview.dc.identifier": "Identificador:",
|
||||
|
||||
@@ -3635,6 +3674,9 @@
|
||||
// "item.preview.dc.identifier.doi": "DOI",
|
||||
"item.preview.dc.identifier.doi": "DOI",
|
||||
|
||||
// "item.preview.dc.publisher": "Publisher:",
|
||||
"item.preview.dc.publisher": "Editora:",
|
||||
|
||||
// "item.preview.person.familyName": "Surname:",
|
||||
"item.preview.person.familyName": "Apelido:",
|
||||
|
||||
@@ -3711,7 +3753,7 @@
|
||||
"item.version.history.table.workspaceItem": "Área de trabalho do item",
|
||||
|
||||
// "item.version.history.table.workflowItem": "Workflow item",
|
||||
"item.version.history.table.workflowItem": "Área de trabalho do item",
|
||||
"item.version.history.table.workflowItem": "Fluxo de trabalho do item",
|
||||
|
||||
// "item.version.history.table.actions": "Action",
|
||||
"item.version.history.table.actions": "Ação",
|
||||
@@ -4148,6 +4190,9 @@
|
||||
// "menu.section.browse_global_by_subject": "By Subject",
|
||||
"menu.section.browse_global_by_subject": "Por assunto",
|
||||
|
||||
// "menu.section.browse_global_by_srsc": "By Subject Category",
|
||||
"menu.section.browse_global_by_srsc": "Por vocabulário controlado (SRSC)",
|
||||
|
||||
// "menu.section.browse_global_by_title": "By Title",
|
||||
"menu.section.browse_global_by_title": "Por título",
|
||||
|
||||
@@ -4191,34 +4236,34 @@
|
||||
"menu.section.export_batch": "Importação em lote (ZIP)",
|
||||
|
||||
// "menu.section.icon.access_control": "Access Control menu section",
|
||||
"menu.section.icon.access_control": "Secção do menu Controle de Acesso",
|
||||
"menu.section.icon.access_control": "Secção do menu controle de acesso",
|
||||
|
||||
// "menu.section.icon.admin_search": "Admin search menu section",
|
||||
"menu.section.icon.admin_search": "Secção do menu de Pesquisa Administrativa",
|
||||
"menu.section.icon.admin_search": "Secção do menu pesquisa administrativa",
|
||||
|
||||
// "menu.section.icon.control_panel": "Control Panel menu section",
|
||||
"menu.section.icon.control_panel": "Secção do menu Painel de Controlo",
|
||||
"menu.section.icon.control_panel": "Secção do menu painel de controlo",
|
||||
|
||||
// "menu.section.icon.curation_tasks": "Curation Task menu section",
|
||||
"menu.section.icon.curation_tasks": "Secção do menu tarefas de curadoria",
|
||||
|
||||
// "menu.section.icon.edit": "Edit menu section",
|
||||
"menu.section.icon.edit": "Secção do menu Editar",
|
||||
"menu.section.icon.edit": "Secção do menu editar",
|
||||
|
||||
// "menu.section.icon.export": "Export menu section",
|
||||
"menu.section.icon.export": "Secção do menu Exportar",
|
||||
"menu.section.icon.export": "Secção do menu exportar",
|
||||
|
||||
// "menu.section.icon.find": "Find menu section",
|
||||
"menu.section.icon.find": "Secção do menu Pesquisar",
|
||||
"menu.section.icon.find": "Secção do menu pesquisar",
|
||||
|
||||
// "menu.section.icon.health": "Health check menu section",
|
||||
"menu.section.icon.health": "Seção do menu Diagnóstico do sistema",
|
||||
"menu.section.icon.health": "Seção do menu diagnóstico do sistema",
|
||||
|
||||
// "menu.section.icon.import": "Import menu section",
|
||||
"menu.section.icon.import": "Secção do menu Importar",
|
||||
"menu.section.icon.import": "Secção do menu importar",
|
||||
|
||||
// "menu.section.icon.new": "New menu section",
|
||||
"menu.section.icon.new": "Secção do menu Novo",
|
||||
"menu.section.icon.new": "Secção do menu novo",
|
||||
|
||||
// "menu.section.icon.pin": "Pin sidebar",
|
||||
"menu.section.icon.pin": "Fixar barra lateral",
|
||||
@@ -4227,13 +4272,13 @@
|
||||
"menu.section.icon.processes": "Processos diagnóstico",
|
||||
|
||||
// "menu.section.icon.registries": "Registries menu section",
|
||||
"menu.section.icon.registries": "Secção do menu Registos",
|
||||
"menu.section.icon.registries": "Secção do menu registos",
|
||||
|
||||
// "menu.section.icon.statistics_task": "Statistics Task menu section",
|
||||
"menu.section.icon.statistics_task": "Secção do menu Tarefas de Estatísticas",
|
||||
"menu.section.icon.statistics_task": "Secção do menu tarefas de estatísticas",
|
||||
|
||||
// "menu.section.icon.workflow": "Administer workflow menu section",
|
||||
"menu.section.icon.workflow": "Menu administração de tarefas",
|
||||
"menu.section.icon.workflow": "Secção do menu de administração do fluxo de trabalho",
|
||||
|
||||
// "menu.section.icon.unpin": "Unpin sidebar",
|
||||
"menu.section.icon.unpin": "Soltar barra lateral",
|
||||
@@ -4323,7 +4368,7 @@
|
||||
"menu.section.toggle.statistics_task": "Alternar secção tarefas de estatísticas",
|
||||
|
||||
// "menu.section.workflow": "Administer Workflow",
|
||||
"menu.section.workflow": "Gestão do workflow",
|
||||
"menu.section.workflow": "Gestão do fluxo de trabalho",
|
||||
|
||||
// "metadata-export-search.tooltip": "Export search results as CSV",
|
||||
"metadata-export-search.tooltip": "Exportar resultados de pesquisa em CSV",
|
||||
@@ -4335,7 +4380,7 @@
|
||||
"metadata-export-search.submit.error": "O início da exportação falhou!",
|
||||
|
||||
// "mydspace.breadcrumbs": "MyDSpace",
|
||||
"mydspace.breadcrumbs": "Área Pessoal",
|
||||
"mydspace.breadcrumbs": "Área pessoal",
|
||||
|
||||
// "mydspace.description": "",
|
||||
"mydspace.description": "",
|
||||
@@ -4416,7 +4461,7 @@
|
||||
"mydspace.results.no-uri": "Sem URI",
|
||||
|
||||
// "mydspace.search-form.placeholder": "Search in mydspace...",
|
||||
"mydspace.search-form.placeholder": "Pesquisar na Área Pessoal...",
|
||||
"mydspace.search-form.placeholder": "Pesquisar na área pessoal...",
|
||||
|
||||
// "mydspace.show.workflow": "Workflow tasks",
|
||||
"mydspace.show.workflow": "Todas as tarefas",
|
||||
@@ -4443,7 +4488,7 @@
|
||||
"mydspace.status.mydspaceWorkspace": "Depósito por terminar",
|
||||
|
||||
// "mydspace.title": "MyDSpace",
|
||||
"mydspace.title": "Área Pessoal",
|
||||
"mydspace.title": "Área pessoal",
|
||||
|
||||
// "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.",
|
||||
"mydspace.upload.upload-failed": "Erro ao criar novo espaço de trabalho. Por favor verifique o conteúdo enviado antes de tentar novamente.",
|
||||
@@ -4485,7 +4530,7 @@
|
||||
"nav.main.description": "Barra de naveção principal",
|
||||
|
||||
// "nav.mydspace": "MyDSpace",
|
||||
"nav.mydspace": "Área Pessoal",
|
||||
"nav.mydspace": "Área pessoal",
|
||||
|
||||
// "nav.profile": "Profile",
|
||||
"nav.profile": "Perfil",
|
||||
@@ -5147,11 +5192,11 @@
|
||||
// "repository.image.logo": "Repository logo",
|
||||
"repository.image.logo": "Logótipo do repositório",
|
||||
|
||||
// "repository.title.prefix": "DSpace Angular :: ",
|
||||
"repository.title.prefix": "Repositório :: ",
|
||||
// "repository.title": "DSpace Repository",
|
||||
"repository.title": "Repositório :: ",
|
||||
|
||||
// "repository.title.prefixDSpace": "DSpace Angular ::",
|
||||
"repository.title.prefixDSpace": "Repositório ::",
|
||||
// "repository.title.prefix": "DSpace Repository :: ",
|
||||
"repository.title.prefix": "Repositório :: ",
|
||||
|
||||
// "resource-policies.add.button": "Add",
|
||||
"resource-policies.add.button": "Adicionar",
|
||||
@@ -5724,22 +5769,22 @@
|
||||
"sorting.score.DESC": "Mais relevante",
|
||||
|
||||
// "sorting.dc.date.issued.ASC": "Date Issued Ascending",
|
||||
"sorting.dc.date.issued.ASC": "Data de publicação ascendente",
|
||||
"sorting.dc.date.issued.ASC": "Data publicação ascendente",
|
||||
|
||||
// "sorting.dc.date.issued.DESC": "Date Issued Descending",
|
||||
"sorting.dc.date.issued.DESC": "Data de publicação descendente",
|
||||
"sorting.dc.date.issued.DESC": "Data publicação descendente",
|
||||
|
||||
// "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending",
|
||||
"sorting.dc.date.accessioned.ASC": "Data de disponibilização ascendente",
|
||||
"sorting.dc.date.accessioned.ASC": "Data depósito ascendente",
|
||||
|
||||
// "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending",
|
||||
"sorting.dc.date.accessioned.DESC": "Data de disponibilização descendente",
|
||||
"sorting.dc.date.accessioned.DESC": "Data depósito descendente",
|
||||
|
||||
// "sorting.lastModified.ASC": "Last modified Ascending",
|
||||
"sorting.lastModified.ASC": "Última modificação ascendente",
|
||||
"sorting.lastModified.ASC": "Última alteração ascendente",
|
||||
|
||||
// "sorting.lastModified.DESC": "Last modified Descending",
|
||||
"sorting.lastModified.DESC": "Última modificação descendente",
|
||||
"sorting.lastModified.DESC": "Última alteração descendente",
|
||||
|
||||
// "statistics.title": "Statistics",
|
||||
"statistics.title": "Estatísticas",
|
||||
@@ -5786,7 +5831,7 @@
|
||||
// "submission.general.cancel": "Cancel",
|
||||
"submission.general.cancel": "Cancelar",
|
||||
|
||||
// "submission.general.cannot_submit": "You have not the privilege to make a new submission.",
|
||||
// "submission.general.cannot_submit": "You don't have permission to make a new submission.",
|
||||
"submission.general.cannot_submit": "Não possui permissões para fazer um novo depósito.",
|
||||
|
||||
// "submission.general.deposit": "Deposit",
|
||||
@@ -6828,13 +6873,13 @@
|
||||
"submission.workflow.tasks.claimed.reject.submit": "Rejeitar",
|
||||
|
||||
// "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
|
||||
"submission.workflow.tasks.claimed.reject_help": "Se reviu o item e achou que ele <strong>não</strong> é adequado para inclusão na coleção, selecione \"Rejeitar\". Deverá indicar numa mensagem o motivo da rejeição e se o depositante deve modificar algo e reenviar.",
|
||||
"submission.workflow.tasks.claimed.reject_help": "Se reviu o item e acha que <strong>não</strong> está em conformidade para inclusão na coleção, clique em 'Rejeitar'. Deverá indicar o motivo da rejeição e/ou se o depositante pode rever algo para o reenviar.",
|
||||
|
||||
// "submission.workflow.tasks.claimed.return": "Return to pool",
|
||||
"submission.workflow.tasks.claimed.return": "Voltar para a listagem",
|
||||
"submission.workflow.tasks.claimed.return": "Libertar tarefa",
|
||||
|
||||
// "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.",
|
||||
"submission.workflow.tasks.claimed.return_help": "Enviar a tarefa para a lista para que outra pessoa possa executar.",
|
||||
"submission.workflow.tasks.claimed.return_help": "Libertar esta tarefa para que outra pessoa a possa executar.",
|
||||
|
||||
// "submission.workflow.tasks.generic.error": "Error occurred during operation...",
|
||||
"submission.workflow.tasks.generic.error": "ocorreu um erro durante a operação...",
|
||||
@@ -6849,7 +6894,7 @@
|
||||
"submission.workflow.tasks.generic.success": "Operação realizada com sucesso",
|
||||
|
||||
// "submission.workflow.tasks.pool.claim": "Claim",
|
||||
"submission.workflow.tasks.pool.claim": "Assumir",
|
||||
"submission.workflow.tasks.pool.claim": "Assumir tarefa",
|
||||
|
||||
// "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.",
|
||||
"submission.workflow.tasks.pool.claim_help": "Assumir esta tarefa",
|
||||
@@ -7059,37 +7104,37 @@
|
||||
"workspace.search.results.head": "Os meus depósitos",
|
||||
|
||||
// "workflowAdmin.search.results.head": "Administer Workflow",
|
||||
"workflowAdmin.search.results.head": "Gestão do workflow",
|
||||
"workflowAdmin.search.results.head": "Gestão do fluxo de trabalho",
|
||||
|
||||
// "workflow.search.results.head": "Workflow tasks",
|
||||
"workflow.search.results.head": "Tarefas em workflow",
|
||||
"workflow.search.results.head": "Tarefas em fluxo de trabalho",
|
||||
|
||||
// "supervision.search.results.head": "Workflow and Workspace tasks",
|
||||
"supervision.search.results.head": "Workflow e tarefas na área de trabalho",
|
||||
"supervision.search.results.head": "Depósitos e tarefas em áreas de trabalho",
|
||||
|
||||
// "workflow-item.edit.breadcrumbs": "Edit workflowitem",
|
||||
"workflow-item.edit.breadcrumbs": "Editar item em processamento",
|
||||
"workflow-item.edit.breadcrumbs": "Editar item em fluxo de trabalho",
|
||||
|
||||
// "workflow-item.edit.title": "Edit workflowitem",
|
||||
"workflow-item.edit.title": "Editar item em processamento",
|
||||
"workflow-item.edit.title": "Editar item em em fluxo de trabalho",
|
||||
|
||||
// "workflow-item.delete.notification.success.title": "Deleted",
|
||||
"workflow-item.delete.notification.success.title": "Apagado",
|
||||
|
||||
// "workflow-item.delete.notification.success.content": "This workflow item was successfully deleted",
|
||||
"workflow-item.delete.notification.success.content": "Este item do workflow foi apagado com sucesso",
|
||||
"workflow-item.delete.notification.success.content": "Este item em fluxo de trabalho foi apagado com sucesso",
|
||||
|
||||
// "workflow-item.delete.notification.error.title": "Something went wrong",
|
||||
"workflow-item.delete.notification.error.title": "Algo correu mal",
|
||||
|
||||
// "workflow-item.delete.notification.error.content": "The workflow item could not be deleted",
|
||||
"workflow-item.delete.notification.error.content": "Não foi possível apagar o item do workflow",
|
||||
"workflow-item.delete.notification.error.content": "Não foi possível apagar o item do fluxo de trabalho",
|
||||
|
||||
// "workflow-item.delete.title": "Delete workflow item",
|
||||
"workflow-item.delete.title": "Apagar item do workflow",
|
||||
"workflow-item.delete.title": "Apagar item do fluxo de trabalho",
|
||||
|
||||
// "workflow-item.delete.header": "Delete workflow item",
|
||||
"workflow-item.delete.header": "Apagar item do workflow",
|
||||
"workflow-item.delete.header": "Apagar item do fluxo de trabalho",
|
||||
|
||||
// "workflow-item.delete.button.cancel": "Cancel",
|
||||
"workflow-item.delete.button.cancel": "Cancelar",
|
||||
@@ -7107,13 +7152,13 @@
|
||||
"workflow-item.send-back.notification.error.title": "Algo correu mal",
|
||||
|
||||
// "workflow-item.send-back.notification.error.content": "The workflow item could not be sent back to the submitter",
|
||||
"workflow-item.send-back.notification.error.content": "Não foi pos´sivel enviar ao depositante este item do workflow",
|
||||
"workflow-item.send-back.notification.error.content": "Não foi possível reenviar ao depositante este item em workflow",
|
||||
|
||||
// "workflow-item.send-back.title": "Send workflow item back to submitter",
|
||||
"workflow-item.send-back.title": "Enviar item do workflow para o depositante",
|
||||
"workflow-item.send-back.title": "Enviar item em fluxo de trabalho para o depositante",
|
||||
|
||||
// "workflow-item.send-back.header": "Send workflow item back to submitter",
|
||||
"workflow-item.send-back.header": "Enviar item do workflow para o depositante",
|
||||
"workflow-item.send-back.header": "Enviar item em fluxo de trabalho para o depositante",
|
||||
|
||||
// "workflow-item.send-back.button.cancel": "Cancel",
|
||||
"workflow-item.send-back.button.cancel": "Cancelar",
|
||||
@@ -7146,10 +7191,10 @@
|
||||
"workspace-item.delete.notification.success.title": "Apagado",
|
||||
|
||||
// "workspace-item.delete.title": "This workspace item was successfully deleted",
|
||||
"workspace-item.delete.title": "Este item foi removido da área de trabalho com êxito",
|
||||
"workspace-item.delete.title": "Este item foi removido, com êxito, da área de trabalho",
|
||||
|
||||
// "workspace-item.delete.notification.error.title": "Something went wrong",
|
||||
"workspace-item.delete.notification.error.title": "Ocorreu algum erro!",
|
||||
"workspace-item.delete.notification.error.title": "Ocorreu um erro!",
|
||||
|
||||
// "workspace-item.delete.notification.error.content": "The workspace item could not be deleted",
|
||||
"workspace-item.delete.notification.error.content": "Não foi possível remover o item da área de trabalho",
|
||||
@@ -7274,8 +7319,8 @@
|
||||
// "researcherprofile.success.claim.title": "Success",
|
||||
"researcherprofile.success.claim.title": "Sucesso",
|
||||
|
||||
// "person.page.orcid.create": "Create an ORCID iD",
|
||||
"person.page.orcid.create": "Criar um ORCID iD",
|
||||
// "person.page.orcid.create": "Create an ORCID ID",
|
||||
"person.page.orcid.create": "Criar um ORCID ID",
|
||||
|
||||
// "person.page.orcid.granted-authorizations": "Granted authorizations",
|
||||
"person.page.orcid.granted-authorizations": "Autorizações concedidas",
|
||||
@@ -7283,8 +7328,8 @@
|
||||
// "person.page.orcid.grant-authorizations": "Grant authorizations",
|
||||
"person.page.orcid.grant-authorizations": "Conceder autorizações",
|
||||
|
||||
// "person.page.orcid.link": "Connect to ORCID iD",
|
||||
"person.page.orcid.link": "Ligar ao ORCID iD",
|
||||
// "person.page.orcid.link": "Connect to ORCID ID",
|
||||
"person.page.orcid.link": "Ligar ao ORCID ID",
|
||||
|
||||
// "person.page.orcid.link.processing": "Linking profile to ORCID...",
|
||||
"person.page.orcid.link.processing": "Ligação do perfil ao ORCID...",
|
||||
@@ -7663,8 +7708,40 @@
|
||||
// Other strings...
|
||||
// Missing, Duplicate or Redundant ???
|
||||
|
||||
// NOT FOUND 30-05-2023
|
||||
// NOT FOUND 16-06-2023
|
||||
|
||||
// "browse.metadata.srsc": "Subject Category",
|
||||
"browse.metadata.srsc": "vocabulário controlado (SRSC)",
|
||||
|
||||
// "mydspace.status.archived": "Archived",
|
||||
"mydspace.status.archived": "Depositado",
|
||||
|
||||
// "mydspace.status.validation": "Validation",
|
||||
"mydspace.status.validation": "Em validação",
|
||||
|
||||
// "mydspace.status.waiting-for-controller": "Waiting for Controller",
|
||||
"mydspace.status.waiting-for-controller": "Aguarda validador",
|
||||
|
||||
// "mydspace.status.workflow": "Workflow",
|
||||
"mydspace.status.workflow": "Em fluxo de trabalho",
|
||||
|
||||
// "mydspace.status.workspace": "Workspace",
|
||||
"mydspace.status.workspace": "Depósito por terminar",
|
||||
|
||||
// "search.filters.namedresourcetype.Archived": "Archived",
|
||||
"search.filters.namedresourcetype.Archived": "Depositado",
|
||||
|
||||
// "search.filters.namedresourcetype.Validation": "Validation",
|
||||
"search.filters.namedresourcetype.Validation": "Em validação",
|
||||
|
||||
// "search.filters.namedresourcetype.waitingforcontroller": "Waiting for Controller",
|
||||
"search.filters.namedresourcetype.waitingforcontroller": "Aguarda validador",
|
||||
|
||||
// "search.filters.namedresourcetype.Workflow": "Workflow",
|
||||
"search.filters.namedresourcetype.Workflow": "Em fluxo de trabalho",
|
||||
|
||||
// "search.filters.namedresourcetype.Workspace": "Workspace",
|
||||
"search.filters.namedresourcetype.Workspace": "Por terminar",
|
||||
|
||||
// "datafile.listelement.badge": "Data file",
|
||||
"datafile.listelement.badge": "Ficheiro de dados",
|
||||
@@ -7694,21 +7771,21 @@
|
||||
"register-page.create-profile.security.error.password-length": "A senha deve possuir pelo menos 6 caracteres.",
|
||||
|
||||
// "search.form.search_mydspace": "Search MyDSpace",
|
||||
"search.form.search_mydspace": "Pesquisar na Área Pessoal",
|
||||
"search.form.search_mydspace": "Pesquisar na área pessoal",
|
||||
|
||||
// "forgot-password.form.error.password-length": "The password should be at least 6 characters long.",
|
||||
"forgot-password.form.error.password-length": "A senha deve ter pelo menos 6 caracteres.",
|
||||
|
||||
// "search.filters.entityType.Publication": "Publicação",
|
||||
// "search.filters.entityType.Publication": "Publication",
|
||||
"search.filters.entityType.Publication": "Publicação",
|
||||
|
||||
// "search.filters.entityType.Person": "Pessoa",
|
||||
// "search.filters.entityType.Person": "Person",
|
||||
"search.filters.entityType.Person": "Pessoa",
|
||||
|
||||
// "search.filters.entityType.Project": "Projecto",
|
||||
// "search.filters.entityType.Project": "Project",
|
||||
"search.filters.entityType.Project": "Projeto",
|
||||
|
||||
// "search.filters.entityType.Journal": "Revista",
|
||||
// "search.filters.entityType.Journal": "Journal",
|
||||
"search.filters.entityType.Journal": "Revista",
|
||||
|
||||
// "search.filters.entityType.DataFile": "Data File",
|
||||
@@ -7723,18 +7800,6 @@
|
||||
// "submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.local-entity": "Successfully imported and added external project to the selection",
|
||||
"submission.sections.describe.relationship-lookup.external-source.import-modal.isProjectOfPublication.added.local-entity": "Importado com sucesso e adicionado autor à seleção",
|
||||
|
||||
// "search.filters.namedresourcetype.Archived": "Archived",
|
||||
"search.filters.namedresourcetype.Archived": "Aceites",
|
||||
|
||||
// "search.filters.namedresourcetype.Workspace": "Workspace",
|
||||
"search.filters.namedresourcetype.Workspace": "Por terminar",
|
||||
|
||||
// "search.filters.namedresourcetype.Workflow": "Workflow",
|
||||
"search.filters.namedresourcetype.Workflow": "Em fluxo de trabalho",
|
||||
|
||||
// "search.filters.namedresourcetype.Validation": "Validation",
|
||||
"search.filters.namedresourcetype.Validation": "Em validação",
|
||||
|
||||
// "orgunit.search.results.head": "Organizational Unit Search Results",
|
||||
"orgunit.search.results.head": "Resultados da pesquisa de organizações",
|
||||
|
||||
@@ -7747,4 +7812,13 @@
|
||||
// "journalissue-relationships.search.results.head": "Journal Issue Search Results",
|
||||
"journalissue-relationships.search.results.head": "Resultados da pesquisa de números",
|
||||
|
||||
// "grant-request-copy.email.message": "Dear {{ recipientName }},\nIn response to your request I have the pleasure to send you in attachment a copy of the file(s) concerning the document: \"{{ itemUrl }}\" ({{ itemName }}), of which I am an author.\n\nBest regards,\n{{ authorName }} <{{ authorEmail }}>",
|
||||
"grant-request-copy.email.message": "Caro {{ recipientName }},\nEm resposta ao seu pedido de cópia, tenho o prazer de lhe enviar em anexo uma cópia do(s) ficheiro(s) relativo(s) ao documento: \"{{ itemUrl }}\" ({{ itemName }}), do qual sou autor.\n\nCom os melhores cumprimentos,\n{{ authorName }} <{{ authorEmail }}>",
|
||||
|
||||
// "item.preview.dc.relation.eissn": "EISSN",
|
||||
"item.preview.dc.relation.eissn": "EISSN",
|
||||
|
||||
// "item.preview.dc.identifier.eisbn": "EISBN",
|
||||
"item.preview.dc.identifier.eisbn": "EISBN",
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user