Skip to content

Conversation

@t-rodrigues
Copy link
Contributor

Update DSpace pt-BR translation to DSpace 9.x

List of changes in this PR:

  • pt-BR.json5

Checklist

  • My PR is created against the main branch of code (unless it is a backport or is fixing an issue specific to an older branch).
  • My PR is small in size (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
  • My PR passes ESLint validation using npm run lint
  • My PR doesn't introduce circular dependencies (verified via npm run check-circ-deps)
  • My PR includes TypeDoc comments for all new (or modified) public methods and classes. It also includes TypeDoc for large or complex private methods.
  • My PR passes all specs/tests and includes new/updated specs or tests based on the Code Testing Guide.
  • My PR aligns with Accessibility guidelines if it makes changes to the user interface.
  • My PR uses i18n (internationalization) keys instead of hardcoded English text, to allow for translations.
  • My PR includes details on how to test it. I've provided clear instructions to reviewers on how to successfully test this fix or feature.
  • If my PR includes new libraries/dependencies (in package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.
  • If my PR includes new features or configurations, I've provided basic technical documentation in the PR itself.
  • If my PR fixes an issue ticket, I've linked them together.

@tdonohue tdonohue added i18n / l10n Internationalisation and localisation, related to message catalogs 1 APPROVAL pull request only requires a single approval to merge port to dspace-9_x This PR needs to be ported to `dspace-9_x` branch for next bug-fix release labels May 28, 2025
@tdonohue tdonohue moved this to 🙋 Needs Reviewers Assigned in DSpace 10.0 Release May 28, 2025
@github-actions
Copy link

github-actions bot commented Sep 3, 2025

Hi @t-rodrigues,
Conflicts have been detected against the base branch.
Please resolve these conflicts as soon as you can. Thanks!

@danielcoelhocgu
Copy link
Contributor

Hi @tdonohue , can I review this PR? I am from Brazil and I have just updated these missing translations in the custom theme of my organization's DSpace instance.

@tdonohue
Copy link
Member

tdonohue commented Nov 5, 2025

@danielcoelhocgu : Yes, we welcome reviews from anyone and everyone. So, please do review this PR.


// "item.edit.bitstreams.edit.live.select": "{{ bitstream }} is selected.",
// TODO New key - Add a translation
"item.edit.bitstreams.edit.live.select": "{{ bitstream }} is selected.",
"item.edit.bitstreams.edit.live.select": "{{ bitstream }} está selecionados.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"está selecionado."


// "submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Local Journal Issues ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Números de Revista Local ({{ count }})",
"submission.sections.describe.relationship-lookup.search-tab.tab-title.JournalIssue": "Números de Revistas Locais ({{ count }})",

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Em journalissue.page.titleprefix você traduziu "Journal Issue" como "Edição da Revista". Não seria melhor também usar o termo edição aqui?

@@ -8898,22 +8712,22 @@
"submitter.empty": "N/D",

// "subscriptions.title": "Subscriptions",
"subscriptions.title": "Assinaturas",
"subscriptions.title": "Inscrições",

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ao trocar o termo "assinatura" por "inscrição" é preciso revisar algumas outras chaves também. Exemplos: confirmation-modal.delete-subscription.header, confirmation-modal.delete-subscription.info, nav.subscriptions, subscriptions.modal.delete.success, entre outras.


// "search.filters.queue_status.4,authority": "Failed",
// TODO New key - Add a translation
"search.filters.queue_status.4,authority": "Failed",
"search.filters.queue_status.4,authority": "Falha",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não seria melhor "Falhou" ?

@github-project-automation github-project-automation bot moved this from 🙋 Needs Reviewers Assigned to 👀 Under Review in DSpace 10.0 Release Nov 7, 2025
@t-rodrigues
Copy link
Contributor Author

@danielcoelhocgu There is a more up-to-date pull request. I will review it, and if possible, could you review it as well? #4962

@github-project-automation github-project-automation bot moved this from 👀 Under Review to ✅ Done in DSpace 10.0 Release Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 APPROVAL pull request only requires a single approval to merge i18n / l10n Internationalisation and localisation, related to message catalogs merge conflict port to dspace-9_x This PR needs to be ported to `dspace-9_x` branch for next bug-fix release

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants