mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-22 12:38:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 KiB
PHP
Executable File
<?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 ['ProjectManagement' => [
|
||
'Active' => 'Aktif',
|
||
'Actual' => 'Gerçek',
|
||
'Budget' => 'Bütçe',
|
||
'Canceled' => 'İptal edildi',
|
||
'Created' => 'düzenlendi',
|
||
'Creator' => 'yaratıcı',
|
||
'Description' => 'Açıklama',
|
||
'Due' => 'nedeniyle',
|
||
'End' => 'Son',
|
||
'Exponential' => 'Üstel',
|
||
'Files' => 'Dosyalar',
|
||
'Finished' => 'bitmiş',
|
||
'Hold' => 'Ambar',
|
||
'Inactive' => 'pasif',
|
||
'Linear' => 'Doğrusal',
|
||
'Log' => 'Giriş',
|
||
'Manager' => 'Yönetici',
|
||
'Manual' => 'Manuel',
|
||
'Name' => 'ad',
|
||
'Other' => 'Diğer',
|
||
'Progress' => 'İlerleme',
|
||
'Project' => 'proje',
|
||
'Projects' => 'Projeler',
|
||
'Responsibility' => 'sorumluluk',
|
||
'Start' => 'Başlat',
|
||
'Status' => 'durum',
|
||
'Tasks' => 'Görevler',
|
||
'Title' => 'Başlık',
|
||
'UserGroup' => 'Kullanıcı grubu',
|
||
]];
|