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' => 'Hesap',
|
||
'Active' => 'Aktif',
|
||
'Address' => '#VALUE!',
|
||
'Birthday' => 'Doğum günü',
|
||
'Clocking' => 'Saat',
|
||
'Contracts' => 'Sözleşme',
|
||
'CreateFromAccount' => 'Hesaptan oluştur',
|
||
'Department' => 'Bölüm',
|
||
'Departments' => 'Departmanlar',
|
||
'Documents' => 'Belgeler',
|
||
'Education' => 'Eğitim',
|
||
'Email' => 'E-posta',
|
||
'Employee' => 'Çalışan',
|
||
'Employees' => 'Çalışanlar',
|
||
'End' => 'Son',
|
||
'Evaluations' => 'Değerlendirme',
|
||
'General' => 'Genel',
|
||
'History' => 'Tarih',
|
||
'Inactive' => 'Aktif olmayan',
|
||
'Name' => 'İsim',
|
||
'Parent' => 'Ebeveyn',
|
||
'Personnel' => 'Personel',
|
||
'Phone' => 'Telefon',
|
||
'Position' => 'Konum',
|
||
'ProfileImage' => 'Profil resmi',
|
||
'Remarks' => 'Notlar',
|
||
'Shifts' => 'Vardiya',
|
||
'Staff' => 'Personel',
|
||
'Start' => 'Başlangıç',
|
||
'Status' => 'Durum',
|
||
'Title' => '#VALUE!',
|
||
'Unit' => 'Birim',
|
||
'Vacation' => 'Tatil',
|
||
'Work' => 'Çalışmak',
|
||
]];
|