Skip to content

Commit

Permalink
Merge pull request #90 from Peagah-Vieira/main
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored Jul 2, 2023
2 parents 129f378 + a184151 commit e812cec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lang/pt_BR/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'label' => 'Exportar',
];
14 changes: 14 additions & 0 deletions lang/pt_BR/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
'queued' => [
'title' => 'Exportação em fila',
'body' => 'A exportação foi colocada na fila. Você será notificado quando estiver pronto para download.',
],

'download_ready' => [
'title' => 'Exportação finalizada',
'body' => 'Seu arquivo está pronto para download.',
'download' => 'Download',
],
];

0 comments on commit e812cec

Please sign in to comment.