mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.6 KiB
PHP
Executable File
51 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* 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 ['HumanResourceManagement' => [
|
|
'Account' => 'Cuenta',
|
|
'Active' => 'Activo',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'Cumpleaños',
|
|
'Clocking' => 'Reloj',
|
|
'Contracts' => 'Contrato',
|
|
'CreateFromAccount' => 'Crear desde cuenta',
|
|
'Department' => 'Departamento',
|
|
'Departments' => 'Departamentos',
|
|
'Documents' => 'Documentos',
|
|
'Education' => 'Educación',
|
|
'Email' => 'Correo electrónico',
|
|
'Employee' => 'Empleado',
|
|
'Employees' => 'Empleados',
|
|
'End' => 'Fin',
|
|
'Evaluations' => 'Evaluaciones',
|
|
'General' => 'General',
|
|
'History' => 'Historia',
|
|
'Inactive' => 'Inactivo',
|
|
'Name' => 'Nombre',
|
|
'Parent' => 'Padre',
|
|
'Personnel' => 'Personal',
|
|
'Phone' => 'Teléfono',
|
|
'Position' => 'Posición',
|
|
'ProfileImage' => 'Imagen de perfil',
|
|
'Remarks' => 'Comentarios',
|
|
'Shifts' => 'Cambia',
|
|
'Staff' => 'Personal',
|
|
'Start' => 'Comienzo',
|
|
'Status' => 'Estado',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Unidad',
|
|
'Vacation' => 'Vacaciones',
|
|
'Work' => 'Trabajo',
|
|
]];
|