oms-Calendar/Theme/Backend/Lang/es.lang.php
2024-03-20 07:21:21 +00:00

38 lines
888 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Calendar' => [
'Blocks' => 'Bloques',
'Calendar' => 'Calendario',
'Close' => 'Cerca',
'Day' => 'Día',
'Event' => 'Evento',
'Friday' => 'viernes',
'Interval' => 'Intervalo',
'Layout' => 'Disposición',
'List' => 'Lista',
'Monday' => 'lunes',
'Month' => 'Mes',
'NewEvent' => 'Nuevo evento',
'Saturday' => 'sábado',
'Settings' => 'Ajustes',
'Sunday' => 'domingo',
'Thursday' => 'jueves',
'Timeline' => 'Línea de tiempo',
'Tuesday' => 'martes',
'Wednesday' => 'miércoles',
'Week' => 'Semana',
'Year' => 'Año',
]];