Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Feb 2, 2025
1 parent 8540d14 commit 9956fa3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions resources/lang/it/activities.php
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?php

return [
'breadcrumb' => 'Cronologia',
'breadcrumb' => 'Cronologia',

'title' => 'Cronologia :record',
'title' => 'Cronologia :record',

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

'table' => [
'field' => 'Campo',
'old' => 'Vecchio',
'new' => 'Nuovo',
'restore' => 'Ripristina',
],
'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',
],
'events' => [
'updated' => 'Aggiornato',
'created' => 'Creato',
'deleted' => 'Eliminato',
'restored' => 'Ripristinato',
'restore_successful' => 'Ripristinato con successo',
'restore_failed' => 'Ripristino fallito',
],
];

0 comments on commit 9956fa3

Please sign in to comment.