mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-01-11 04:48:41 +00:00
127 lines
4.1 KiB
PHP
Executable File
127 lines
4.1 KiB
PHP
Executable File
<?php
|
||
/**
|
||
* Karaka
|
||
*
|
||
* PHP Version 8.1
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 1.0
|
||
* @version 1.0.0
|
||
* @link https://jingga.app
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['ClientManagement' => [
|
||
'Accounting' => 'Muhasebe',
|
||
'Addition' => 'İlave',
|
||
'Address' => 'Adres',
|
||
'Addresses' => 'Adresler',
|
||
'Africa' => '#VALUE!',
|
||
'AllCustomers' => '#VALUE!',
|
||
'America' => '#VALUE!',
|
||
'Analyse' => '#VALUE!',
|
||
'AreaManager' => 'Alan müdürü',
|
||
'Articlegroup' => 'Makale grubu',
|
||
'Articles' => 'Nesne',
|
||
'Asia' => '#VALUE!',
|
||
'Attribute' => '#VALUE!',
|
||
'Attributes' => '#VALUE!',
|
||
'Balance' => 'Denge',
|
||
'BaseTime' => '#VALUE!',
|
||
'Bills' => '#VALUE!',
|
||
'Bonus' => 'Bonus',
|
||
'Business' => 'İşletme',
|
||
'CIS' => '#VALUE!',
|
||
'CLV' => 'Clv',
|
||
'Calendar' => 'Takvim',
|
||
'City' => 'Şehir',
|
||
'Client' => 'Müşteri',
|
||
'ClientID' => '#VALUE!',
|
||
'Clients' => 'Müşteriler',
|
||
'ComparisonTime' => '#VALUE!',
|
||
'Contact' => 'Temas',
|
||
'Country' => 'Ülke',
|
||
'Created' => 'Yaratılmış',
|
||
'CreatedAt' => '#VALUE!',
|
||
'CreditRating' => 'Kredi notu',
|
||
'Creditcard' => 'Kredi kartı',
|
||
'Customers' => '#VALUE!',
|
||
'DSO' => 'Dso',
|
||
'Date' => 'Tarih',
|
||
'Default' => 'Varsayılan',
|
||
'Delivery' => 'Teslimat',
|
||
'Discount' => 'İndirim',
|
||
'DiscountBonus' => '#VALUE!',
|
||
'DiscountP' => 'İndirim %',
|
||
'Documents' => 'Belgeler',
|
||
'Due' => 'Vadesi dolmuş',
|
||
'Email' => 'E-posta',
|
||
'Europe' => '#VALUE!',
|
||
'Fax' => 'Faks',
|
||
'Files' => 'Dosyalar',
|
||
'Filter' => 'Filtrelemek',
|
||
'Freightage' => 'Yük',
|
||
'Group' => 'Grup',
|
||
'ID' => 'İD',
|
||
'Info' => 'Bilgi',
|
||
'Invoice' => 'Fatura',
|
||
'Invoices' => 'Faturalar',
|
||
'IsDefault' => 'Varsayılan mı?',
|
||
'Items' => '#VALUE!',
|
||
'LastContact' => 'Son iletişim',
|
||
'LastOrder' => 'Son sipariş',
|
||
'Log' => 'Kayıt',
|
||
'Logs' => 'Kütükler',
|
||
'LostCustomers' => '#VALUE!',
|
||
'MRR' => 'Mrr',
|
||
'MTDSales' => 'Mtd satışları',
|
||
'Margin' => 'Marj',
|
||
'Messages' => 'Mesaj',
|
||
'Modified' => 'Değiştirilmiş',
|
||
'Modules' => 'Modüller',
|
||
'Name' => 'İsim',
|
||
'Name1' => 'İsim1',
|
||
'Name2' => 'İsim2',
|
||
'Name3' => 'İsim3',
|
||
'Net' => 'Ağ',
|
||
'NewCustomers' => '#VALUE!',
|
||
'Notes' => 'Notalar',
|
||
'Number' => 'Numara',
|
||
'Office' => 'Ofis',
|
||
'Other' => '#VALUE!',
|
||
'Payment' => 'Ödeme',
|
||
'PaymentTerm' => 'Ödeme koşulu',
|
||
'Permission' => 'İzin',
|
||
'Phone' => 'Telefon',
|
||
'Postal' => 'Posta',
|
||
'Price' => 'Fiyat',
|
||
'Prices' => 'Fiyat:% s',
|
||
'Private' => 'Özel',
|
||
'Productgroup' => 'Ürün grubu',
|
||
'Profile' => 'Profil',
|
||
'Profit' => '#VALUE!',
|
||
'Purchase' => 'Satın alma',
|
||
'Quantity' => 'Miktar',
|
||
'RecentInvoices' => 'Son Faturalar',
|
||
'Region' => '#VALUE!',
|
||
'Rep' => '#VALUE!',
|
||
'Retention' => '#VALUE!',
|
||
'Sales' => 'Satış',
|
||
'Segment' => 'Segment',
|
||
'Segments' => 'Segmentler',
|
||
'Subtype' => 'Alt tip',
|
||
'Support' => 'Destek',
|
||
'Tags' => 'Etiketler',
|
||
'Title' => '#VALUE!',
|
||
'Total' => '#VALUE!',
|
||
'TotalPrice' => '#VALUE!',
|
||
'Type' => 'Tip',
|
||
'UnitPrice' => '#VALUE!',
|
||
'Value' => '#VALUE!',
|
||
'Website' => 'İnternet sitesi',
|
||
'Wire' => 'Tel',
|
||
'YTDSales' => 'YTD satışları',
|
||
'Zip' => 'Zip',
|
||
]];
|