[PR #1564] [CLOSED] Fix portuguese typo #11404

Closed
opened 2026-05-06 16:02:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1564
Author: @vmfventura
Created: 9/27/2025
Status: Closed

Base: devHead: fix-portuguese-typo


📝 Commits (10+)

📊 Changes

36 files changed (+142 additions, -147 deletions)

View changed files

📝 messages/nl-NL.json (+4 -4)
📝 messages/pt-PT.json (+1 -1)
📝 package-lock.json (+74 -75)
📝 package.json (+3 -3)
📝 src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/access/users/create/page.tsx (+3 -3)
📝 src/app/[orgId]/settings/api-keys/create/page.tsx (+2 -2)
📝 src/app/[orgId]/settings/clients/[clientId]/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/clients/create/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx (+2 -2)
📝 src/app/[orgId]/settings/resources/[niceId]/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx (+4 -4)
📝 src/app/[orgId]/settings/resources/[niceId]/rules/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/create/page.tsx (+4 -4)
📝 src/app/[orgId]/settings/sites/[niceId]/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/sites/create/page.tsx (+1 -1)
📝 src/app/admin/api-keys/create/page.tsx (+2 -2)
📝 src/app/admin/idp/[idpId]/general/page.tsx (+1 -1)
📝 src/app/admin/idp/[idpId]/policies/page.tsx (+2 -2)

...and 16 more files

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Fix a typo in Portuguese language

How to test?

N/A


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1564 **Author:** [@vmfventura](https://github.com/vmfventura) **Created:** 9/27/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix-portuguese-typo` --- ### 📝 Commits (10+) - [`33c8663`](https://github.com/fosrl/pangolin/commit/33c8663a5bcd6742dd666a670934419bab418f2c) package.json aktualisieren - [`61ecebf`](https://github.com/fosrl/pangolin/commit/61ecebf91107cd933df9dd81972d1585e6008f6f) bbbv - [`2bd4ad5`](https://github.com/fosrl/pangolin/commit/2bd4ad5770781dfde033c4a905e4896a528c2595) page.tsx aktualisieren - [`bab070b`](https://github.com/fosrl/pangolin/commit/bab070b09c8cf26d210cccb42af915791fe8c9dd) page.tsx aktualisieren - [`dcf7393`](https://github.com/fosrl/pangolin/commit/dcf7393259ada80dbbd5cebce807a4da7c1e5a85) update resolver - [`4cc38d4`](https://github.com/fosrl/pangolin/commit/4cc38d44e00a2ff226c3e7d9a2d234d237e8de58) Merge branch 'Resolver' of https://github.com/Lokowitz/pangolin into Resolver - [`1e066cb`](https://github.com/fosrl/pangolin/commit/1e066cbabd03a46ecebf937025d6605c91df9446) fix components - [`b2ee8ef`](https://github.com/fosrl/pangolin/commit/b2ee8ef7def44ca9ed00bbc9b0c0490e1a3f6652) Merge pull request #1525 from Lokowitz/Resolver - [`957cfdd`](https://github.com/fosrl/pangolin/commit/957cfdd5d7b62c4897966255f995e1d691995f34) Update nl-NL.json - [`b63bffa`](https://github.com/fosrl/pangolin/commit/b63bffa524f9519e1a0bf6d4db8b5a72f95ddd81) Merge pull request #1529 from Tim5965/patch-5 ### 📊 Changes **36 files changed** (+142 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `messages/nl-NL.json` (+4 -4) 📝 `messages/pt-PT.json` (+1 -1) 📝 `package-lock.json` (+74 -75) 📝 `package.json` (+3 -3) 📝 `src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/access/users/create/page.tsx` (+3 -3) 📝 `src/app/[orgId]/settings/api-keys/create/page.tsx` (+2 -2) 📝 `src/app/[orgId]/settings/clients/[clientId]/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/clients/create/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx` (+2 -2) 📝 `src/app/[orgId]/settings/resources/[niceId]/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx` (+4 -4) 📝 `src/app/[orgId]/settings/resources/[niceId]/rules/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/create/page.tsx` (+4 -4) 📝 `src/app/[orgId]/settings/sites/[niceId]/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+1 -1) 📝 `src/app/admin/api-keys/create/page.tsx` (+2 -2) 📝 `src/app/admin/idp/[idpId]/general/page.tsx` (+1 -1) 📝 `src/app/admin/idp/[idpId]/policies/page.tsx` (+2 -2) _...and 16 more files_ </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Fix a typo in Portuguese language ## How to test? N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 16:02:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#11404