Files
opensourcepos/app/Language/az/Expenses.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

52 lines
2.7 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 [
"add_item" => "Xərc Əlavə Et",
"amount" => "Məbləğ",
"amount_number" => "Məbləğ rəqəm ilə olmalıdır",
"amount_required" => "Xərc Məbləği tələb olunur",
"by_category" => "Kategoriya",
"cannot_be_deleted" => "Xərc Kategoriya (lar) silinnə bilməz",
"cash" => "Nəğd Pul",
"cash_filter" => "Nəğd",
"categories_name" => "Kategoriya",
"category_required" => "Kategoriya bölməsi boş qala bilməz",
"check" => "Çek",
"check_filter" => "Çek",
"confirm_delete" => "Siz əminsinizmi ki işarələnmiş butun malları redaktə etmək istəyirsiniz?",
"confirm_restore" => "Seçilmiş xərci (lər) bərpa etmək istədiyinizə əminsinizmi?",
"credit" => "Kredit Kartı",
"credit_filter" => "Kredit Kartı",
"date" => "Tarix",
"date_number" => "Tarix rəqəm ilə olmalıdır",
"date_required" => "Tarix qeyd edilməlidir",
"debit" => "Debit Kartı",
"debit_filter" => "Debit Kard",
"description" => "Təsvir",
"due" => "görə",
"due_filter" => "Görə",
"employee" => "Tərəfindən Yaradıldı",
"error_adding_updating" => "Əlavədə Səhv/Xərci yeniləmək",
"expense_id" => "Kimlilk",
"expenses_employee" => "Əməkdaş",
"info" => "Xərc Məlumatı",
"ip_address" => "",
"is_deleted" => "Silinib",
"name_required" => "Xərcin məlumatı qeyd edilməlidir",
"new" => "Yeni Xərc",
"new_supplier" => "",
"no_expenses_to_display" => "Heç bir Xərclər göstərilmir",
"none_selected" => "Siz heç bir xərc seçməmisiniz",
"one_or_multiple" => "Xərc (lər)",
"payment" => "Ödəmə Növü",
"start_typing_supplier_name" => "Təchizatçıın adını yazmağa başlayın ...",
"successful_adding" => "Xərc uğurla əlavə edildi",
"successful_deleted" => "Xərc uğurla silindi",
"successful_updating" => "Xərc Uğurla Yeniləndi",
"supplier_name" => "Təchizatçı",
"supplier_tax_code" => "Vergi Məcəlləsi",
"tax_amount" => "Vergi",
"tax_amount_number" => "",
"update" => "Xərci Yenilə",
];