oms-Tasks/Theme/Backend/Lang/es.lang.php
Dennis Eichhorn ef17151b02 todos fixed
2023-10-12 22:49:21 +00:00

88 lines
3.0 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Tasks' => [
'Account' => 'Cuenta',
'All' => 'Todo',
'AverageAmount' => 'Cantidad promedio',
'AverageProcessTime' => 'AVG. Tiempo de procesamiento',
'BCC' => 'Bcc',
'By' => 'Por',
'CC' => 'Cc',
'Completion' => '',
'Created' => 'Creado',
'Creator' => 'Creador',
'Day' => 'Día',
'Default' => 'Defecto',
'Due' => 'Vencer',
'Due/Priority' => 'Debido / prioridad',
'For' => '',
'Forward' => 'Adelante',
'Forwarded' => 'Reenviado',
'From' => 'Desde',
'Group' => 'Grupo',
'History' => 'Historia',
'InTime' => 'A tiempo',
'Interval' => 'Intervalo',
'Media' => 'Medios de comunicación',
'Message' => 'Mensaje',
'Month' => 'Mes',
'Name' => 'Nombre',
'New' => 'Nuevo',
'Open' => 'Abierto',
'OpenGiven' => '',
'Overview' => '',
'P0' => 'Ninguna',
'P1' => 'Muy bajo',
'P2' => 'Bajo',
'P3' => 'Medio',
'P4' => 'Alto',
'P5' => 'Muy alto',
'Person' => 'Persona',
'Priority' => 'Prioridad',
'Received' => 'Recibió',
'Redirected' => 'Redirigido',
'ReminderedBy' => '',
'S1' => 'Abierto',
'S2' => 'En curso',
'S3' => 'Suspendido',
'S4' => 'Cancelado',
'S5' => 'Hecho',
'S6' => 'Cerrado',
'Select' => 'Seleccione',
'Settings' => 'Ajustes',
'SharedVisibility' => 'La visibilidad se comparte en todos.',
'Size' => 'Tamaño',
'Statistics' => 'Estadísticas',
'Status' => 'Estado',
'Tag' => '',
'Task' => 'Tarea',
'Tasks' => 'Tareas',
'Template' => 'Plantilla',
'Time' => 'Hora',
'Title' => 'Título',
'To' => 'A',
'Today' => 'Hoy dia',
'Type' => 'Escribe',
'Unread' => '',
'UnreadChanges' => '',
'Upload' => 'Subir',
'Week' => 'Semana',
'Year' => 'Año',
'YourOpen' => '',
'forwarded_to' => 'remitido a',
'priority_change' => '% s establece la prioridad en% s a',
'status_change' => '% s establece el estado en% s a',
]];