Skip to content

Commit

Permalink
Merge pull request #10 from carloeusebi/patch-1
Browse files Browse the repository at this point in the history
Added italian translation
  • Loading branch information
swilla authored Jan 9, 2025
2 parents 1f0a688 + cfb8cfb commit a04e03b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions resources/lang/it/filament-maillog.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php

return [
'navigation.group' => 'Logs',

'navigation.maillog.label' => 'Mail Log',
'navigation.maillog.plural-label' => 'Mail Logs',

'table.heading' => 'Mail Logs',

'column.status' => 'Stato',
'column.subject' => 'Oggetto',
'column.to' => 'Destinatario',
'column.from' => 'From',
'column.cc' => 'Cc',
'column.bcc' => 'Ccn',
'column.message_id' => 'ID Messaggio',
'column.delivered' => 'Consegnato',
'column.opened' => 'Aperto',
'column.bounced' => 'Rimbalzata',
'column.complaint' => 'Reclamo',
'column.body' => 'Corpo',
'column.headers' => 'Headers',
'column.attachments' => 'Allegati',
'column.data' => 'Dati',
'column.created_at' => 'Creato il',
'column.updated_at' => 'Modificato il',
];

0 comments on commit a04e03b

Please # to comment.