mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
104 lines
3.3 KiB
PHP
Executable File
104 lines
3.3 KiB
PHP
Executable File
<?php
|
||
/**
|
||
* Jingga
|
||
*
|
||
* PHP Version 8.1
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 2.0
|
||
* @version 1.0.0
|
||
* @link https://jingga.app
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['SupplierManagement' => [
|
||
'Accounting' => 'Muhasebe',
|
||
'Addition' => 'İlave',
|
||
'Address' => 'Adres',
|
||
'Addresses' => 'Adresler',
|
||
'AreaManager' => 'Alan müdürü',
|
||
'Articlegroup' => 'Makale grubu',
|
||
'Articles' => 'Nesne',
|
||
'Balance' => 'Denge',
|
||
'Bonus' => 'Bonus',
|
||
'Business' => 'İşletme',
|
||
'CLV' => 'Clv',
|
||
'Calendar' => 'Takvim',
|
||
'City' => 'Şehir',
|
||
'Client' => 'Müşteri',
|
||
'Clients' => 'Müşteriler',
|
||
'Contact' => 'Temas',
|
||
'Country' => 'Ülke',
|
||
'Created' => 'Yaratılmış',
|
||
'CreatedAt' => '#VALUE!',
|
||
'CreditRating' => 'Kredi notu',
|
||
'Creditcard' => 'Kredi kartı',
|
||
'DSO' => 'Dso',
|
||
'DUE' => 'Vadesi dolmuş',
|
||
'Date' => 'Tarih',
|
||
'Default' => 'Varsayılan',
|
||
'Delivery' => 'Teslimat',
|
||
'Discount' => 'İndirim',
|
||
'DiscountP' => 'İndirim %',
|
||
'Documents' => 'Belgeler',
|
||
'Due' => '#VALUE!',
|
||
'Email' => 'E-posta',
|
||
'Fax' => 'Faks',
|
||
'Files' => 'Dosyalar',
|
||
'Freightage' => 'Yük',
|
||
'Group' => 'Grup',
|
||
'ID' => 'İD',
|
||
'Info' => 'Bilgi',
|
||
'Invoice' => 'Fatura',
|
||
'Invoices' => 'Faturalar',
|
||
'IsDefault' => 'Varsayılan',
|
||
'LastContact' => 'Son iletişim',
|
||
'LastOrder' => 'Son sipariş',
|
||
'Log' => 'Kayıt',
|
||
'Logs' => 'Kütükler',
|
||
'MRR' => 'Mrr',
|
||
'MTDSales' => 'Mtd satışları',
|
||
'Main' => 'Ana',
|
||
'Margin' => 'Marj',
|
||
'Master' => 'Usta',
|
||
'Messages' => 'Mesaj',
|
||
'Modified' => 'Değiştirilmiş',
|
||
'Modules' => 'Modüller',
|
||
'Name' => 'İsim',
|
||
'Name1' => 'İsim1',
|
||
'Name2' => 'İsim2',
|
||
'Name3' => 'İsim3',
|
||
'Net' => 'Ağ',
|
||
'Notes' => 'Notalar',
|
||
'Number' => 'Numara',
|
||
'Office' => 'Ofis',
|
||
'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',
|
||
'Purchase' => 'Satın alma',
|
||
'Quantity' => 'Miktar',
|
||
'RecentInvoices' => 'Son Faturalar',
|
||
'Sales' => 'Satış',
|
||
'Segment' => 'Segment',
|
||
'Segments' => 'Segmentler',
|
||
'Subtype' => 'Alt tip',
|
||
'Supplier' => 'Tedarikçi',
|
||
'Suppliers' => 'Tedarikçiler',
|
||
'Support' => 'Destek',
|
||
'Tags' => 'Etiketler',
|
||
'Title' => '#VALUE!',
|
||
'Type' => 'Tip',
|
||
'Website' => '#VALUE!',
|
||
'Wire' => 'Tel',
|
||
'YTDSales' => 'YTD satışları',
|
||
'Zip' => 'Zip',
|
||
]];
|