Files
opensourcepos/app/Language/tr/Suppliers.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

26 lines
1.2 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 [
"account_number" => "Hesap No",
"agency_name" => "Ajans Adı",
"cannot_be_deleted" => "Sağlayıcı silinemedi, bazı sağlayıcıların satışı var.",
"category" => "Kategori",
"company_name" => "Şirket Adı",
"company_name_required" => "Şirket Adı zorunlu alandır.",
"confirm_delete" => "Seçili sağlayıcıları silmek istiyor musunuz?",
"confirm_restore" => "Seçili sağlayıcıları onarmak istiyor musunuz?",
"cost" => "Maliyet Tedarikçisi",
"error_adding_updating" => "Sağlayıcı ekleme/düzenleme hatası.",
"goods" => "Mal Tedarikçisi",
"new" => "Yeni Sağlayıcı",
"none_selected" => "Silmek için sağlayıcı seçmediniz.",
"one_or_multiple" => "sağlayıcılar",
"successful_adding" => "Sağlayıcı eklendi",
"successful_deleted" => "Sağlayıcı silindi",
"successful_updating" => "Sağlayıcı güncellendi",
"supplier" => "Sağlayıcı",
"supplier_id" => "Kimlik",
"tax_id" => "Vergi numarası",
"update" => "Sağlayıcıyı Düzenle",
];