Skip to content

Commit

Permalink
Merge pull request #918 from DeehSlash/fix/pt_br_locale
Browse files Browse the repository at this point in the history
Adds missing pt_BR strings
  • Loading branch information
ssddanbrown authored Jul 14, 2018
2 parents b2cd363 + 642f276 commit fb7c124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/lang/pt_BR/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'role' => 'Regra',
'cover_image' => 'Imagem de capa',
'cover_image_description' => 'Esta imagem deve ser aproximadamente 300x170px.',

/**
* Actions
*/
Expand All @@ -30,6 +31,7 @@
'edit' => 'Editar',
'sort' => 'Ordenar',
'move' => 'Mover',
'copy' => 'Copiar',
'reply' => 'Responder',
'delete' => 'Excluir',
'search' => 'Pesquisar',
Expand All @@ -48,6 +50,8 @@
'toggle_details' => 'Alternar Detalhes',
'toggle_thumbnails' => 'Alternar Miniaturas',
'details' => 'Detalhes',
'grid_view' => 'Visualização em Grade',
'list_view' => 'Visualização em Lista',

/**
* Header
Expand Down

0 comments on commit fb7c124

Please sign in to comment.