Skip to content

Commit

Permalink
Merge pull request #178 from maxime9446/add_lang_it
Browse files Browse the repository at this point in the history
add lang it
  • Loading branch information
pxlrbt authored Feb 15, 2024
2 parents 3c4da3b + c11b1cb commit 3bb3ee1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/it/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

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

return [
'queued' => [
'title' => 'Esportazione in coda',
'body' => "L'esportazione è stata messa in coda. Riceverai una notifica quando sarà pronta per il download.",
],

'download_ready' => [
'title' => 'Esportazione completata',
'body' => 'Il tuo file è pronto per il download.',
'download' => 'Scarica',
],
];

0 comments on commit 3bb3ee1

Please sign in to comment.