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' => 'hesap',
|
||
'Active' => 'Aktif',
|
||
'Birthday' => 'Doğum günü',
|
||
'Clocking' => 'clocking',
|
||
'Contracts' => 'Sözleşmeler',
|
||
'CreateFromAccount' => 'hesaptan oluştur',
|
||
'Department' => 'Bölüm',
|
||
'Departments' => 'Bölümler',
|
||
'Documents' => 'evraklar',
|
||
'Education' => 'Eğitim',
|
||
'Email' => 'E-posta',
|
||
'Employee' => 'işçi',
|
||
'Employees' => 'Çalışanlar',
|
||
'End' => 'Son',
|
||
'Evaluations' => 'Değerlendirmeler',
|
||
'General' => 'Genel',
|
||
'History' => 'Tarih',
|
||
'Inactive' => 'pasif',
|
||
'Name' => 'ad',
|
||
'Parent' => 'ebeveyn',
|
||
'Personnel' => 'personel',
|
||
'Phone' => 'Telefon',
|
||
'Position' => 'Durum',
|
||
'ProfileImage' => 'Profil görüntü',
|
||
'Remarks' => 'Uyarılar',
|
||
'Shifts' => 'vardiyalar',
|
||
'Staff' => 'Personel',
|
||
'Start' => 'Başlat',
|
||
'Status' => 'durum',
|
||
'Unit' => 'birim',
|
||
'Vacation' => 'Tatil',
|
||
'Work' => 'İş',
|
||
]];
|