-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from maxime9446/add_lang_pt_PT
add lang pt_PT
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Exportar', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
], | ||
]; |