Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Sep 26, 2022
1 parent b5734e0 commit 6e808a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lang/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
"Move up": "Mover para cima",
"Move Down": "Mover para baixo",
"Move down": "Mover para baixo",

"Abort": "Abortar",
"abort": "Abortar",
"abort_id": "Abortar",
Expand Down Expand Up @@ -505,6 +504,13 @@
"forum_id": "Fórum",
"Forums": "Fóruns",
"forums": "Fóruns",
"Fullname": "Nome completo",
"fullname": "Nome completo",
"fullname_id": "Nome completo",
"Full name": "Nome completo",
"full name": "Nome completo",
"Full_name": "Nome completo",
"full_name": "Nome completo",
"Game": "Jogo",
"game": "Jogo",
"game_id": "Jogo",
Expand Down
8 changes: 8 additions & 0 deletions lang/pt_BR/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
'required' => 'O campo :attribute é obrigatório.',
'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.',
'required_if' => 'O campo :attribute é obrigatório quando :other for :value.',
'required_if_accepted' => 'O campo :attribute é obrigatório quando :other é aceito',
'required_unless' => 'O campo :attribute é obrigatório exceto quando :other for :values.',
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.',
Expand Down Expand Up @@ -719,6 +720,13 @@
'forum_id' => 'Fórum',
'Forums' => 'Fóruns',
'forums' => 'Fóruns',
'Fullname' => 'Nome completo',
'fullname' => 'Nome completo',
'fullname_id' => 'Nome completo',
'Full name' => 'Nome completo',
'full name' => 'Nome completo',
'Full_name' => 'Nome completo',
'full_name' => 'Nome completo',
'Game' => 'Jogo',
'game' => 'Jogo',
'game_id' => 'Jogo',
Expand Down

0 comments on commit 6e808a3

Please sign in to comment.