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

67 lines
2.2 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
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Support' => [
'Account' => 'Hesap',
'All' => 'Herşey',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Ortalama miktar',
'AverageProcessTime' => 'Avg. İşlem süresi',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Yaratılmış',
'Creator' => 'Yaratıcı',
'Day' => 'Gün',
'Department' => 'Bölüm',
'Description' => 'Açıklama',
'Due' => 'Vadesi dolmuş',
'Files' => 'Dosyalar',
'For' => '#VALUE!',
'Forwarded' => 'İletilen',
'From' => 'İtibaren',
'Group' => 'Grup',
'InTime' => 'Zamanında',
'Interval' => 'Aralık',
'Media' => 'Medya',
'Message' => 'İleti',
'Month' => 'Ay',
'Name' => 'İsim',
'New' => 'Yeni',
'Open' => 'Açık',
'Person' => 'Kişi',
'Priority' => 'Öncelik',
'Received' => 'Alınan',
'Receiver' => 'Alıcı',
'Redirected' => 'Yeniden yönlendirilmiş',
'Responsible' => 'Sorumlu',
'Select' => 'Seçme',
'Settings' => 'Ayarlar',
'Size' => 'Boyut',
'Statistics' => 'İstatistik',
'Status' => 'Durum',
'Support' => 'Destek',
'Ticket' => 'Bilet',
'Tickets' => 'Biletler',
'Title' => 'Başlık',
'To' => 'İle',
'Today' => 'Bugün',
'Topic' => 'Başlık',
'Type' => 'Tip',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Yüklemek',
'Week' => 'Hafta',
'Year' => 'Yıl',
]];