Skip to content

Commit

Permalink
Add spanish language
Browse files Browse the repository at this point in the history
  • Loading branch information
albertofuentes committed Feb 23, 2024
1 parent f4fc980 commit 6d86e33
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions resources/lang/es/filament-laravel-log.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?php

return [
'navigation' => [
'group' => 'Sistema',
],

'page' => [
'form' => [
'placeholder' => 'Selecciona o busca un archivo de registro...',
],
],

'actions' => [
'clear' => [
'label' => 'Vaciar',

'modal' => [
'heading' => '¿Vaciar este archivo?',
'description' => '¿Estás seguro de que quieres vaciar todos los registros de este archivo?',

'actions' => [
'confirm' => 'Vaciar',
],
],
],

'jumpToStart' => [
'label' => 'Ir al inicio',
],

'jumpToEnd' => [
'label' => 'Ir al final',
],

'refresh' => [
'label' => 'Actualizar',
],
],
];

0 comments on commit 6d86e33

Please sign in to comment.