Skip to content

Commit

Permalink
Merge pull request #54 from sourcecodeit/main
Browse files Browse the repository at this point in the history
Italian translation
  • Loading branch information
pxlrbt authored Feb 2, 2025
2 parents 1433f60 + 222a297 commit 8540d14
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/it/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Cronologia',

'title' => 'Cronologia :record',

'default_datetime_format' => 'd/m/Y, H:i:s',

'table' => [
'field' => 'Campo',
'old' => 'Vecchio',
'new' => 'Nuovo',
'restore' => 'Ripristina',
],

'events' => [
'updated' => 'Aggiornato',
'created' => 'Creato',
'deleted' => 'Eliminato',
'restored' => 'Ripristinato',
'restore_successful' => 'Ripristinato con successo',
'restore_failed' => 'Ripristino fallito',
],
];

0 comments on commit 8540d14

Please sign in to comment.