Skip to content

Commit

Permalink
Merge pull request #182 from maxime9446/add_lang_pt_PT
Browse files Browse the repository at this point in the history
add lang pt_PT
  • Loading branch information
pxlrbt authored Feb 15, 2024
2 parents 2fcff73 + 213faad commit eaea34d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/pt_PT/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 resources/lang/pt_PT/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

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

'download_ready' => [
'title' => 'Exportação concluída',
'body' => 'Seu arquivo está pronto para download.',
'download' => 'Baixar',
],
];

0 comments on commit eaea34d

Please sign in to comment.