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

71 lines
2.2 KiB
PHP
Executable File
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
/**
* 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 ['Billing' => [
'Address' => 'Adres',
'Addresses' => 'Adresler',
'AlreadyPaid' => 'Zaten ödendi',
'Bills' => 'fatura',
'Bonus' => 'Bonus',
'Cashback' => 'Nakit para',
'City' => 'Kent',
'Client' => 'müşteri',
'ClientID' => 'Müşteri Kimliği',
'Confirmation' => 'Onayla',
'Country' => 'ülke',
'Created' => 'düzenlendi',
'CreditCard' => 'Kredi kartı',
'CreditNote' => 'Kredi notu',
'Date' => 'tarih',
'Delivery' => 'teslim',
'DeliveryNote' => 'İrsaliye',
'DirectDebit' => 'Otomatik ödeme',
'Discount' => 'İndirim',
'DiscountP' => 'İndirim %',
'Due' => 'nedeniyle',
'Freightage' => 'yük taşıma',
'Gross' => 'Brüt',
'Invoice' => 'Fatura',
'Invoices' => 'Faturalar',
'Item' => 'madde',
'Items' => 'Öğeler',
'Log' => 'Giriş',
'Logs' => 'Kütükler',
'Media' => 'medya',
'MoneyTransfer' => 'Para transferi',
'Name' => 'ad',
'Net' => 'Ağ',
'Offer' => 'Teklif',
'Payment' => 'Ödeme',
'Postal' => 'Posta',
'Prepaid' => 'önceden ödenmiş',
'Preview' => 'Ön izleme',
'Price' => 'Fiyat',
'Profit' => 'kâr',
'Quantity' => 'miktar',
'Recipient' => 'alıcı',
'Select' => 'seçmek',
'Shipment' => 'gönderi',
'Source' => 'Kaynak',
'Supplier' => 'Tedarikçi',
'SupplierID' => 'tedarikçi kimliği',
'Tax' => 'Vergi',
'TermsOfDelivery' => 'Teslimat şartları',
'Total' => 'Toplam',
'Type' => 'tip',
'Upload' => 'Yükleme',
'Variation' => 'varyasyon',
'Zip' => 'Zip',
]];