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