Files
opensourcepos/app/Language/tr/Common.php
objecttothis 3c75fc0031 style(lang): normalize array keys to single quotes in ar-EG/ar-LB Common.php
Convert double-quoted string keys and values to single quotes across
app/Language/ar-EG/Common.php and app/Language/ar-LB/Common.php for
consistency with existing single-quoted entries (e.g. export_all,
export_page) already present in these files.

- No functional or translation content changes, quoting style only
- Aligns with project coding standard preferring single quotes for
  non-interpolated strings

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-09 11:59:44 +04:00

92 lines
4.9 KiB
PHP
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
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',
'export_all' => 'Tümünü dışa aktar',
'export_page' => 'Sayfayı dışa aktar',
'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',
];