oms-Profile/Theme/Backend/Lang/tr.lang.php
2024-03-20 07:21:24 +00:00

110 lines
3.9 KiB
PHP
Executable File
Raw Permalink 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
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
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' => 'Şehir',
'Community' => 'Topluluk',
'Contact' => 'Temas',
'ContactInformation' => 'İletişim bilgileri',
'Country' => 'Ülke',
'CreateProfile' => 'Profil oluştur',
'Currency' => 'Para birimi',
'Currencyformat' => 'Para birimi',
'Customized' => 'Özelleştirilmiş',
'DateDelim' => 'Tarih Ayırıcı',
'DecimalPoint' => 'Ondalık nokta',
'Defaults' => 'Varsayılanlar',
'Email' => 'E-posta',
'Fast' => 'Hızlı',
'General' => 'Genel',
'Glass' => 'Bardak',
'Heavy' => 'Ağır',
'IMG_alt_user' => '',
'Language' => 'Dilim',
'Large' => 'Büyük',
'LastLogin' => 'Son giriş',
'Length' => 'Uzunluk',
'Light' => 'Işık',
'Load' => 'Yük',
'Localization' => 'Yerelleştirme',
'Long' => 'Uzun',
'Medium' => 'Orta',
'Name' => 'İsim',
'NewPassword' => '',
'NoAddressSpecified' => 'Adres belirtilmemiş',
'NoContactSpecified' => 'Temas belirtilmedi',
'Numberformat' => 'Numberformat',
'Numeric' => 'Sayısal',
'OFF' => 'KAPALI',
'ON' => 'ÜZERİNDE',
'Occupation' => 'Meslek',
'OldPassword' => '',
'Password' => '',
'Phone' => 'Telefon',
'Precision' => 'Hassas',
'Profile' => 'Profil',
'ProfileImage' => 'Profil resmi',
'Profiles' => 'Profiller',
'Ranks' => 'Rütbe',
'Registered' => 'Kayıtlı',
'RepeatPassword' => '',
'Sea' => 'Deniz',
'Search' => 'Aramak',
'Short' => 'Kısa',
'Skype' => 'Skype',
'Slow' => 'Yavaş',
'Small' => 'Küçük',
'Speed' => 'Hız',
'Status' => 'Durum',
'Tablespoon' => 'Yemek kasigi',
'Teaspoon' => 'Çay kaşığı',
'Temperature' => 'Hava sıcaklığı',
'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' => 'İşletme',
'aType3' => 'Nakliye',
'aType4' => 'Fatura',
'aType5' => 'Çalışmak',
'aType6' => 'Sözleşme',
'aType7' => 'Diğer',
'cType1' => 'Telefon',
'cType2' => 'Faks',
'cType3' => 'İnternet sitesi',
'cType4' => 'E-posta',
]];