mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-22 05:38:40 +00:00
61 lines
2.0 KiB
PHP
Executable File
61 lines
2.0 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 ['Support' => [
|
||
'Account' => 'hesap',
|
||
'All' => 'Herşey',
|
||
'AverageAmount' => 'Ortalama miktar',
|
||
'AverageProcessTime' => 'Ort. İşlem süresi',
|
||
'Created' => 'düzenlendi',
|
||
'Creator' => 'yaratıcı',
|
||
'Day' => 'Gün',
|
||
'Department' => 'Bölüm',
|
||
'Description' => 'Açıklama',
|
||
'Due' => 'nedeniyle',
|
||
'Files' => 'Dosyalar',
|
||
'Forwarded' => 'Yönlendirilen',
|
||
'From' => 'itibaren',
|
||
'Group' => 'grup',
|
||
'InTime' => 'Zamanında',
|
||
'Interval' => 'Aralık',
|
||
'Media' => 'medya',
|
||
'Message' => 'İleti',
|
||
'Month' => 'Ay',
|
||
'Name' => 'ad',
|
||
'New' => 'Yeni',
|
||
'Open' => 'Açık',
|
||
'Person' => 'Kişi',
|
||
'Priority' => 'öncelik',
|
||
'Received' => 'Alınan',
|
||
'Receiver' => 'Alıcı',
|
||
'Redirected' => 'Yeniden yönlendirildi',
|
||
'Responsible' => 'Sorumluluk sahibi',
|
||
'Select' => 'seçmek',
|
||
'Settings' => 'Ayarlar',
|
||
'Size' => 'Boyut',
|
||
'Statistics' => 'İstatistik',
|
||
'Status' => 'durum',
|
||
'Support' => 'Destek',
|
||
'Ticket' => 'Bilet',
|
||
'Tickets' => 'Biletler',
|
||
'Title' => 'Başlık',
|
||
'To' => 'için',
|
||
'Today' => 'Bugün',
|
||
'Topic' => 'konu',
|
||
'Type' => 'tip',
|
||
'Upload' => 'Yükleme',
|
||
'Week' => 'Hafta',
|
||
'Year' => 'Yıl',
|
||
]];
|