Files
opensourcepos/app/Language/az/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.4 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" => "Hesab №",
"agency_name" => "Agentliyin Adı",
"cannot_be_deleted" => "Seçilmiş Təchizatçı (lar) silinə bilmədi. Bir və ya birdən çox satışlar var.",
"category" => "Bölmə",
"company_name" => "Firma Adı",
"company_name_required" => "Şirkətin Adı - yazılması vacib sahə.",
"confirm_delete" => "Siz əminsiniz ki seçilmiş təchizatçı (lar) ı silmək istəyirsiniz?",
"confirm_restore" => "Seçilmiş təchizatçı (lar) bərpa etmək istədiyinizə əminsinizmi?",
"cost" => "Maliyə Təchizatçı",
"error_adding_updating" => "Təchizatçı əlavə et / yenilə XƏTA.",
"goods" => "Məhsullar Təchizatçı",
"new" => "Yeni Təchizatçı",
"none_selected" => "Siz silmək üçün heç bir təchizatçı seçmədiniz.",
"one_or_multiple" => "Təchizatçı (lar)",
"successful_adding" => "Siz Təchizatçını uğurla əlavə etdiniz",
"successful_deleted" => "Siz uğurla sildiniz",
"successful_updating" => "Siz uğurla Təchizatçını yenilədiniz",
"supplier" => "Təchizatçı",
"supplier_id" => "Kimlik",
"tax_id" => "Vergi İD",
"update" => "Təchizatçı Yenilənməsi",
];