oms-HumanResourceManagement/Theme/Backend/Lang/tr.lang.php

49 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'İş',
]];