mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-22 17:08:40 +00:00
49 lines
1.5 KiB
PHP
49 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['HumanResourceManagement' => [
|
|
'Account' => 'Cuenta',
|
|
'Active' => 'Activo',
|
|
'Birthday' => 'Cumpleaños',
|
|
'Clocking' => 'Clocking',
|
|
'Contracts' => 'contratos',
|
|
'CreateFromAccount' => 'Crear a partir de la cuenta',
|
|
'Department' => 'Departamento',
|
|
'Departments' => 'departamentos',
|
|
'Documents' => 'Documentos',
|
|
'Education' => 'Educación',
|
|
'Email' => 'Correo electrónico',
|
|
'Employee' => 'Empleado',
|
|
'Employees' => 'Empleados',
|
|
'End' => 'Fin',
|
|
'Evaluations' => 'Las evaluaciones',
|
|
'General' => 'General',
|
|
'History' => 'Historia',
|
|
'Inactive' => 'Inactivo',
|
|
'Name' => 'Nombre',
|
|
'Parent' => 'Padre',
|
|
'Personnel' => 'Personal',
|
|
'Phone' => 'Teléfono',
|
|
'Position' => 'Posición',
|
|
'ProfileImage' => 'Imagen de perfil',
|
|
'Remarks' => 'observaciones',
|
|
'Shifts' => 'turnos',
|
|
'Staff' => 'Personal',
|
|
'Start' => 'Comienzo',
|
|
'Status' => 'Estado',
|
|
'Unit' => 'Unidad',
|
|
'Vacation' => 'Vacaciones',
|
|
'Work' => 'Trabaja',
|
|
]];
|