mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 23:28:41 +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' => 'Conta',
|
|
'Active' => 'Ativo',
|
|
'Address' => '#VALUE!',
|
|
'Birthday' => 'Aniversário',
|
|
'Clocking' => 'Clocking.',
|
|
'Contracts' => 'Contratos',
|
|
'CreateFromAccount' => 'Crie a partir da conta',
|
|
'Department' => 'Departamento',
|
|
'Departments' => 'Departamentos.',
|
|
'Documents' => 'Documentos',
|
|
'Education' => 'Educação',
|
|
'Email' => 'E-mail',
|
|
'Employee' => 'Funcionário',
|
|
'Employees' => 'Funcionários',
|
|
'End' => 'Fim',
|
|
'Evaluations' => 'Avaliações',
|
|
'General' => 'Em geral',
|
|
'History' => 'História',
|
|
'Inactive' => 'Inativo',
|
|
'Name' => 'Nome',
|
|
'Parent' => 'Pai',
|
|
'Personnel' => 'Pessoal',
|
|
'Phone' => 'Telefone',
|
|
'Position' => 'Posição',
|
|
'ProfileImage' => 'Imagem de perfil',
|
|
'Remarks' => 'Observações.',
|
|
'Shifts' => 'Turnos',
|
|
'Staff' => 'Funcionários',
|
|
'Start' => 'Começar',
|
|
'Status' => 'Status',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => 'Unidade',
|
|
'Vacation' => 'Férias',
|
|
'Work' => 'Trabalhos',
|
|
]];
|