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

105 lines
3.8 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 ['Profile' => [
'Account' => 'hesap',
'Account/Group' => 'Hesap grubu',
'Activity' => 'Aktivite',
'Address' => 'Adres',
'Amount' => '{Miktar}',
'Area' => 'alan',
'Birthday' => 'Doğum günü',
'Change' => 'Değişiklik',
'City' => 'Kent',
'Community' => 'Topluluk',
'Contact' => 'İletişim',
'ContactInformation' => 'İletişim bilgileri',
'Country' => 'ülke',
'CreateProfile' => 'Profil oluştur',
'Currency' => 'Para birimi',
'Currencyformat' => 'Currencyformat',
'Customized' => 'Özelleştirilmiş',
'DateDelim' => 'Tarih Ayırıcı',
'DecimalPoint' => 'Ondalık nokta',
'Defaults' => 'Varsayılan',
'Email' => 'E-posta',
'Fast' => 'Hızlı',
'General' => 'Genel',
'Glass' => 'Bardak',
'Heavy' => 'Ağır',
'Language' => 'Dil',
'Large' => 'Büyük',
'LastLogin' => 'Son giriş',
'Length' => 'uzunluk',
'Light' => 'ışık',
'Load' => 'Yük',
'Localization' => 'yerelleştirme',
'Long' => 'Uzun',
'Medium' => 'Orta',
'Name' => 'ad',
'NoAddressSpecified' => 'Belirtilen adres yok',
'NoContactSpecified' => 'Hiçbir iletişim belirtilen',
'Numberformat' => 'NumberFormat',
'Numeric' => 'Sayısal',
'OFF' => 'KAPALI',
'ON' => 'AÇIK',
'Occupation' => 'Meslek',
'Phone' => 'Telefon',
'Precision' => 'Hassas',
'Profile' => 'Profil',
'ProfileImage' => 'Profil Görüntü',
'Profiles' => 'Profiller',
'Ranks' => 'Rütbeler',
'Registered' => 'Kayıtlı',
'Sea' => 'Deniz',
'Search' => 'Arama',
'Short' => 'Kısa',
'Skype' => 'Skype',
'Slow' => 'Yavaş',
'Small' => 'Küçük',
'Speed' => 'hız',
'Status' => 'durum',
'Tablespoon' => 'Yemek kasigi',
'Teaspoon' => 'Çay kaşığı',
'Temperature' => 'Sıcaklık',
'ThousandsSeparator' => 'Binlerce Ayırıcı',
'Time' => 'Zaman',
'TimeDelim' => 'Zaman Ayırıcı',
'Timeformat' => 'Zaman formatı',
'Timezone' => 'Saat dilimi',
'VeryFast' => 'Çok hızlı',
'VeryHeavy' => 'Çok ağır',
'VeryLarge' => 'Çok büyük',
'VeryLight' => 'Çok hafif',
'VeryLong' => 'Çok uzun',
'VeryShort' => 'Çok kısa',
'VerySlow' => 'Çok yavaş',
'VerySmall' => 'Çok küçük',
'Visibility' => 'görünürlük',
'Volume' => 'Ses',
'Weight' => 'Ağırlık',
'Zip' => 'Zip',
'aType1' => 'Ev',
'aType2' => 'iş',
'aType3' => 'Nakliye',
'aType4' => 'fatura',
'aType5' => 'İş',
'aType6' => 'sözleşme',
'aType7' => 'Diğer',
'cType1' => 'Telefon',
'cType2' => 'Faks',
'cType3' => 'İnternet sitesi',
'cType4' => 'E-posta',
]];