mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
huge Laravel 10 upgrade
This commit is contained in:
19
resources/lang/vendor/wireui/es/messages.php
vendored
Normal file
19
resources/lang/vendor/wireui/es/messages.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'datePicker' =>
|
||||
array (
|
||||
'days' => '[\'Dom\', \'Lun\', \'Mar\', \'Mie\', \'Jue\', \'Vie\', \'Sab\']',
|
||||
'months' => '[\'Enero\', \'Febrero\', \'Marzo\', \'Abril\', \'Mayo\', \'Junio\', \'Julio\', \'Agosto\', \'Septiembre\', \'Octubre\', \'Noviembre\', \'Diciembre\']',
|
||||
'today' => 'Hoy',
|
||||
'tomorrow' => 'Mañana',
|
||||
'yesterday' => 'Ayer',
|
||||
),
|
||||
'empty_options' => 'Opciones vacías',
|
||||
'errors' =>
|
||||
array (
|
||||
'title' => 'Se encontraron {errors} errores de validación',
|
||||
),
|
||||
'searchHere' => 'Buscar aquí',
|
||||
'selectTime' => 'Seleccionar hora',
|
||||
);
|
||||
Reference in New Issue
Block a user