Skip to content

Commit 7c4be10

Browse files
committed
Merge branch 'solrakmnk-spanish_strings' into develop
2 parents c087a71 + 509e07b commit 7c4be10

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

resources/lang/es/strings.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return [
4+
'clear' => 'Limpiar',
5+
'export' => 'Exportar',
6+
'loading' => 'Cargando',
7+
'no_results' => 'No se encontraron resultados para esta consulta.',
8+
'offline' => 'Actualmente no te encuentras conectado a internet.',
9+
'per_page' => 'Por pagina',
10+
'results' => 'Mostrando :first a :last de :total resultados',
11+
'search' => 'Buscar...',
12+
];

0 commit comments

Comments
 (0)