translate base
This commit is contained in:
13
lang/vendor/filament/es/components/badge.php
vendored
Normal file
13
lang/vendor/filament/es/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Remover',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/es/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Ruta de navegación',
|
||||
|
||||
];
|
||||
11
lang/vendor/filament/es/components/button.php
vendored
Normal file
11
lang/vendor/filament/es/components/button.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'uploading_file' => 'Subiendo archivo...',
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/es/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/es/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copiado',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/es/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Carácter :position de :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/es/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Cargando...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/es/components/modal.php
vendored
Normal file
13
lang/vendor/filament/es/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Cerrar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/es/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/es/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navegación de paginación',
|
||||
|
||||
'overview' => '{1} Se muestra un resultado|[2,*] Se muestran de :first a :last de :total resultados',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'por página',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Todos',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Primera',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Ir a la página :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Última',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Siguiente',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Anterior',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/es/components/section.php
vendored
Normal file
17
lang/vendor/filament/es/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Contraer sección',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Expandir sección',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/es/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Pestañas',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user