From 222a2971ba92b84559bfee6e7433e1a95294c627 Mon Sep 17 00:00:00 2001 From: Diego Imbriani Date: Thu, 30 Jan 2025 23:18:37 +0100 Subject: [PATCH] italian --- resources/lang/it/activities.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/lang/it/activities.php diff --git a/resources/lang/it/activities.php b/resources/lang/it/activities.php new file mode 100644 index 0000000..a769cf6 --- /dev/null +++ b/resources/lang/it/activities.php @@ -0,0 +1,25 @@ + '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', + ], +];