Skip to content

Commit

Permalink
Merge pull request #36 from albertofuentes/feature/add-spanish-language
Browse files Browse the repository at this point in the history
Add Spanish language
  • Loading branch information
saade authored Feb 23, 2024
2 parents f4fc980 + 6d86e33 commit f37c37a
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 f37c37a

Please sign in to comment.