Skip to content

Commit

Permalink
Merge pull request #34 from miguelurtado/lang-pt_BR
Browse files Browse the repository at this point in the history
Add Lang pt_BR
  • Loading branch information
pxlrbt authored Mar 15, 2024
2 parents 373f3eb + 6ff6032 commit 97b099d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/pt_BR/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Histórico',

'title' => 'Histórico :record',

'default_datetime_format' => 'd/m/Y H:i:s',

'table' => [
'field' => 'Campo',
'old' => 'Antes',
'new' => 'Depois',
'restore' => 'Restaurado',
],

'events' => [
'updated' => 'Atualizado',
'created' => 'Criado',
'deleted' => 'Excluído',
'restored' => 'Restaurado',
'restore_successful' => 'Restaurado com sucesso',
'restore_failed' => 'Falha na restauração',
],
];

0 comments on commit 97b099d

Please sign in to comment.