Skip to content

Commit

Permalink
spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
gpibarra authored Oct 29, 2024
1 parent e7754cd commit ec2c081
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/es/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Historial',

'title' => 'Historial :record',

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

'table' => [
'field' => 'Campo',
'old' => 'Anterior',
'new' => 'Nuevo',
'restore' => 'Restaurar',
],

'events' => [
'updated' => 'Actualizado',
'created' => 'Creado',
'deleted' => 'Eliminado',
'restored' => 'Restaurado',
'restore_successful' => 'Restauración exitosa',
'restore_failed' => 'Restauración fallida',
],
];

0 comments on commit ec2c081

Please sign in to comment.