Add Translations for Spanish (#644)
This commit is contained in:
parent
f5feb28ec1
commit
2670147565
15 changed files with 1119 additions and 0 deletions
17
resources/lang/es/pagination.php
Normal file
17
resources/lang/es/pagination.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Siguiente »',
|
||||
];
|
Reference in a new issue