mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 10:07:52 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
90 lines
4.8 KiB
PHP
90 lines
4.8 KiB
PHP
<?php
|
||
|
||
return [
|
||
"address_1" => "Adres 1",
|
||
"address_2" => "Adres 2",
|
||
"admin" => "",
|
||
"city" => "Şehir",
|
||
"clerk" => "",
|
||
"close" => "Kapat",
|
||
"color" => "",
|
||
"comments" => "Yorumlar",
|
||
"common" => "genel",
|
||
"confirm_search" => "Birden çok satır seçtiniz, arama yaptığınızda seçiminiz kaybolacak. Arama yapmak istediğinize emin misiniz?",
|
||
"copyrights" => "© 2010 - {0}",
|
||
"correct_errors" => "Lütfen kaydetmeden önce tanımlanmış hataları düzeltin",
|
||
"country" => "Ülke",
|
||
"dashboard" => "",
|
||
"date" => "Tarih",
|
||
"delete" => "Sil",
|
||
"det" => "ayrıntılar",
|
||
"download_import_template" => "CSV Şablonunu İçe Aktar (CSV) uygulamasını indirin",
|
||
"edit" => "düzenle",
|
||
"email" => "E-Posta",
|
||
"email_invalid_format" => "E-posta adresi doğru biçimde değil.",
|
||
"export_csv" => "CSV Dışa Aktarımı",
|
||
"export_csv_no" => "Hayır",
|
||
"export_csv_yes" => "Evet",
|
||
"fields_required_message" => "Kırmızı alanlar zorunludur",
|
||
"fields_required_message_unique" => "",
|
||
"first_name" => "Ad",
|
||
"first_name_required" => "Ad zorunlu alandır.",
|
||
"first_page" => "İlk",
|
||
"gender" => "Cinsiyet",
|
||
"gender_female" => "K",
|
||
"gender_male" => "E",
|
||
"gender_undefined" => "",
|
||
"icon" => "Simge",
|
||
"id" => "Kimlik",
|
||
"import" => "Aktar",
|
||
"import_change_file" => "Değiştir",
|
||
"import_csv" => "CSV İçe Aktarım",
|
||
"import_full_path" => "CSV dosyasının tam yolu gerekli",
|
||
"import_remove_file" => "Kaldır",
|
||
"import_select_file" => "Dosya seç",
|
||
"inv" => "Stok",
|
||
"last_name" => "Soyad",
|
||
"last_name_required" => "Soyad zorunlu alandır.",
|
||
"last_page" => "Son",
|
||
"learn_about_project" => "Proje hakkında en son bilgileri öğren.",
|
||
"list_of" => "Liste",
|
||
"logo" => "Logo",
|
||
"logo_mark" => "İm",
|
||
"logout" => "Çıkış",
|
||
"manager" => "",
|
||
"migration_needed" => "Giriş yapılınca {0} veritabanına geçiş başlar.",
|
||
"new" => "Yeni",
|
||
"no" => "",
|
||
"no_persons_to_display" => "Gösterecek kişi yok.",
|
||
"none_selected_text" => "[Seç]",
|
||
"or" => "VEYA",
|
||
"people" => "",
|
||
"phone_number" => "Telefon",
|
||
"phone_number_required" => "",
|
||
"please_visit_my" => "Şurayı ziyaret edin:",
|
||
"position" => "",
|
||
"powered_by" => "Destekleyen",
|
||
"price" => "Fiyat",
|
||
"print" => "Yazdır",
|
||
"remove" => "Kaldır",
|
||
"required" => "Zorunlu",
|
||
"restore" => "Onar",
|
||
"return_policy" => "İade Politikası",
|
||
"search" => "Arama",
|
||
"search_options" => "Arama seçenekleri",
|
||
"searched_for" => "Şu arandı:",
|
||
"software_short" => "OSPOS",
|
||
"software_title" => "Açık Kaynaklı Satış Noktası",
|
||
"state" => "Bölge",
|
||
"submit" => "Onayla",
|
||
"total_spent" => "Toplam Harcama",
|
||
"unknown" => "Bilinmeyen",
|
||
"view_recent_sales" => "Yeni satışları göster",
|
||
"website" => "opensourcepos.org",
|
||
"welcome" => "Hoş Geldiniz",
|
||
"welcome_message" => "OSPOS'a hoş geldiniz, başlamak için modüle tıklayın.",
|
||
"yes" => "",
|
||
"you_are_using_ospos" => "Kullandığınız Open Source Point Of Sale sürümü",
|
||
"zip" => "Şehir Kodu",
|
||
];
|