Skip to content

Commit

Permalink
[pt] Updated Translations (#447)
Browse files Browse the repository at this point in the history
* Update the Portuguese language files

* Updated Portuguese translation
Added missing Security.insecureCookie language key
  • Loading branch information
Nerexbcd authored Apr 27, 2024
1 parent 891fdf0 commit eabb10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Language/pt/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'migration' => 'Nome da Class Migration',
'model' => 'Nome da Class Model',
'seeder' => 'Nome da Class Seeder',
'test' => 'Nome da Class Test',
'validation' => 'Nome da Class Validation',
],
'commandType' => 'Tipo de comando',
Expand Down
1 change: 1 addition & 0 deletions Language/pt/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// Security language settings
return [
'disallowedAction' => 'A ação requesitada não é permitida.',
'insecureCookie' => 'Tentativa de enviar uma cookie segura por uma conexão insegura.',

// @deprecated
'invalidSameSite' => 'O atributo SameSite deve ser None, Lax, Strict, ou uma string vazia. Dado: {0}',
Expand Down
1 change: 1 addition & 0 deletions Language/pt/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'differs' => 'O campo {field} deve ser diferente do campo {param}.',
'equals' => 'O campo {field} deve ser exatamente: {param}.',
'exact_length' => 'O campo {field} deve ter exatamente {param} caracteres.',
'field_exists' => 'O campo {field} deve existir.',
'greater_than' => 'O campo {field} deve conter um número maior que {param}.',
'greater_than_equal_to' => 'O campo {field} deve conter um número maior ou igual a{param}.',
'hex' => 'O campo {field} pode conter apenas caracteres hexadecimais.',
Expand Down

0 comments on commit eabb10e

Please sign in to comment.