[PR #270] [CLOSED] Translation of all messages from english to brazilian portuguese #5623

Closed
opened 2026-02-05 10:12:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/270
Author: @NakaharaL
Created: 1/12/2017
Status: Closed

Base: codemirrorHead: master


📝 Commits (10+)

  • 340d3f8 Update Ldap.php
  • b526d17 Merge pull request #5 from BookStackApp/master
  • af76580 Fixes typo causing the message not to be displayed
  • 0faa130 Fixed offset code blocks when editing in markdown.
  • 33c44d3 Merge pull request #263 from Abijeet/typo-fix
  • 212cd71 Fixed default empty app settings effecting blank app color
  • f7f86ff Merge branch 'master' of github.com:BookStackApp/BookStack
  • 581c382 Fixed image delete permission issue
  • 969ad89 Updated page nav to hide when empty
  • 0bcf608 Fixed page navigation with special chars in id

📊 Changes

35 files changed (+1002 additions, -139 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE.md (+6 -4)
📝 .travis.yml (+0 -2)
📝 app/Http/Controllers/UserController.php (+10 -7)
📝 app/Http/Kernel.php (+2 -3)
app/Http/Middleware/Localization.php (+25 -0)
📝 app/Http/Middleware/RedirectIfAuthenticated.php (+1 -3)
📝 app/Providers/AppServiceProvider.php (+0 -3)
📝 app/Repos/EntityRepo.php (+8 -8)
📝 app/Services/Ldap.php (+1 -1)
📝 app/Services/LdapService.php (+6 -2)
📝 app/Services/PermissionService.php (+28 -43)
📝 app/Services/SettingService.php (+56 -8)
📝 app/helpers.php (+3 -2)
📝 database/factories/ModelFactory.php (+10 -0)
📝 readme.md (+9 -3)
📝 resources/assets/js/global.js (+2 -3)
📝 resources/assets/js/pages/page-form.js (+1 -1)
📝 resources/assets/js/pages/page-show.js (+14 -7)
📝 resources/assets/sass/_text.scss (+1 -0)
📝 resources/lang/en/entities.php (+1 -0)

...and 15 more files

📄 Description

pt_br.zip

Hello,

This is the translation of all messages within Bookstack from english to brazilian portuguese. I should say that the brazilian portuguese is somewhat different from the portuguese spoken in Portugal. So, this version is intended for the brazilian public.


🔄 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/BookStackApp/BookStack/pull/270 **Author:** [@NakaharaL](https://github.com/NakaharaL) **Created:** 1/12/2017 **Status:** ❌ Closed **Base:** `codemirror` ← **Head:** `master` --- ### 📝 Commits (10+) - [`340d3f8`](https://github.com/BookStackApp/BookStack/commit/340d3f833b5fd4a6ae7c5b383c26200da3ceb387) Update Ldap.php - [`b526d17`](https://github.com/BookStackApp/BookStack/commit/b526d172d6007e54ff73dac5fcc8edde5ef9bb00) Merge pull request #5 from BookStackApp/master - [`af76580`](https://github.com/BookStackApp/BookStack/commit/af76580b98b81de0541ae707b9df3be1466939ab) Fixes typo causing the message not to be displayed - [`0faa130`](https://github.com/BookStackApp/BookStack/commit/0faa130cfd5d2ec4e30536fd1cf8ce1e7c086ad9) Fixed offset code blocks when editing in markdown. - [`33c44d3`](https://github.com/BookStackApp/BookStack/commit/33c44d3c0f3c8afb6cdebdbdfadb001cf3d6f0f9) Merge pull request #263 from Abijeet/typo-fix - [`212cd71`](https://github.com/BookStackApp/BookStack/commit/212cd710aa3cd3af4f5dfbee9eb9e90a8228b6c6) Fixed default empty app settings effecting blank app color - [`f7f86ff`](https://github.com/BookStackApp/BookStack/commit/f7f86ff8214702b804636f105e183bd82dabe3b5) Merge branch 'master' of github.com:BookStackApp/BookStack - [`581c382`](https://github.com/BookStackApp/BookStack/commit/581c382f65041d843bc1167caa4295dbd589d506) Fixed image delete permission issue - [`969ad89`](https://github.com/BookStackApp/BookStack/commit/969ad8911cf5aa7b0d06a07fd2f4a0c32a50a2bc) Updated page nav to hide when empty - [`0bcf608`](https://github.com/BookStackApp/BookStack/commit/0bcf608e0b3e52b85da551e7484c28f04b805cce) Fixed page navigation with special chars in id ### 📊 Changes **35 files changed** (+1002 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE.md` (+6 -4) 📝 `.travis.yml` (+0 -2) 📝 `app/Http/Controllers/UserController.php` (+10 -7) 📝 `app/Http/Kernel.php` (+2 -3) ➕ `app/Http/Middleware/Localization.php` (+25 -0) 📝 `app/Http/Middleware/RedirectIfAuthenticated.php` (+1 -3) 📝 `app/Providers/AppServiceProvider.php` (+0 -3) 📝 `app/Repos/EntityRepo.php` (+8 -8) 📝 `app/Services/Ldap.php` (+1 -1) 📝 `app/Services/LdapService.php` (+6 -2) 📝 `app/Services/PermissionService.php` (+28 -43) 📝 `app/Services/SettingService.php` (+56 -8) 📝 `app/helpers.php` (+3 -2) 📝 `database/factories/ModelFactory.php` (+10 -0) 📝 `readme.md` (+9 -3) 📝 `resources/assets/js/global.js` (+2 -3) 📝 `resources/assets/js/pages/page-form.js` (+1 -1) 📝 `resources/assets/js/pages/page-show.js` (+14 -7) 📝 `resources/assets/sass/_text.scss` (+1 -0) 📝 `resources/lang/en/entities.php` (+1 -0) _...and 15 more files_ </details> ### 📄 Description [pt_br.zip](https://github.com/BookStackApp/BookStack/files/701431/pt_br.zip) Hello, This is the translation of all messages within Bookstack from english to brazilian portuguese. I should say that the brazilian portuguese is somewhat different from the portuguese spoken in Portugal. So, this version is intended for the brazilian public. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:12:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5623