Skip to content

Commit

Permalink
[pt] Update language pack (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerexbcd authored Jan 29, 2025
1 parent 67f24a0 commit dbf0ad3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Language/pt/Errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
return [
'pageNotFound' => '404 - Página não encontrada',
'sorryCannotFind' => 'Pedimos Desculpa! Não foi possível encontrar a pagina requisitada.',
'badRequest' => '400 - Bad Request',
'sorryBadRequest' => 'Pedimos Desculpa! Algo está errado no seu request.',
'whoops' => 'Ooops!',
'weHitASnag' => 'Parece termos encontramos um obstáculo! Por favor tente mais tarde...',
];
7 changes: 4 additions & 3 deletions Language/pt/Publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
'fileNotAllowed' => '"{0}" falha as seguintes restrições "{1}": {2}',

// Publish Command
'publishMissing' => 'Nenhuma classe Publisher detetada em {0} em todos namespaces.',
'publishSuccess' => '"{0}" publicou {1} ficheiro(s) para "{2}".',
'publishFailure' => '"{0}" falhou a publicar para "{1}".',
'publishMissing' => 'Nenhuma classe Publisher detetada em {0} em todos namespaces.',
'publishMissingNamespace' => 'Nenhuma classe Publisher detetada em {0} no namespace {1}.',
'publishSuccess' => '"{0}" publicou {1} ficheiro(s) para "{2}".',
'publishFailure' => '"{0}" falhou a publicar para "{1}".',
];
1 change: 1 addition & 0 deletions Language/pt/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@
'mime_in' => '{field} não tem um tipo mime válido.',
'ext_in' => '{field} não tem uma extensão de arquivo válida.',
'max_dims' => '{field} não é uma imagem ou é muito larga ou alta.',
'min_dims' => '{field} não é uma imagem ou não é larga ou alta o suficiente.',
];
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ claims no expertise beyond English.
| nl | Dutch | 4.0.3 | [JohanSmolders][nl] | JohanSmolders
| no | Norwegian | 4.0.0 | [LA3QMA][no] | Kai Günter Brandt
| pl | Polish | 4.0.0 | [DEVELPL][pl] | Maciej Jasiewicz
| pt | Portuguese | 4.0.0 | [rbm0407][pt] | Rodrigo Borges
| pt | Portuguese | 4.0.0 | [Nerexbcd][pt] | Abílio Páscoa
| pt-BR | Brazilian | 4.0.0 | [natanfelles][pt-BR] | Natan Felles
| ro | Romanian | 4.2.1 | [ed3][ro] | Ed
| ru | Russian | 4.0.0 | [DigitalWolf98][ru] | Vladislav Rykhtikov
Expand Down Expand Up @@ -96,7 +96,7 @@ _**Version where the locale was released. 4.x denotes `Unreleased`._
[nl]: https://github.com/JohanSmolders
[no]: https://github.com/LA3QMA
[pl]: https://github.com/DEVELPL
[pt]: https://github.com/rbm0407
[pt]: https://github.com/Nerexbcd
[pt-BR]: https://github.com/natanfelles
[ro]: https://github.com/ed3
[ru]: https://github.com/DigitalWolf98
Expand Down
1 change: 1 addition & 0 deletions tests/Language/PortugueseTranslationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ protected function setUp(): void
$this->excludedLocaleKeyTranslations = [
'Migrations.batch',
'Migrations.namespace',
'Errors.badRequest',
];
}
}

0 comments on commit dbf0ad3

Please sign in to comment.