Files
opensourcepos/app/Language/fa/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.8 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" => "شماره حساب",
"agency_name" => "نام آژانس",
"cannot_be_deleted" => "نمی توان تامین کننده (های) انتخاب شده را حذف کرد. یک یا تعداد بیشتری از فروش دارند.",
"category" => "دسته بندی",
"company_name" => "نام شرکت",
"company_name_required" => "نام شرکت یک زمینه ضروری است.",
"confirm_delete" => "آیا مطمئن هستید که می خواهید تأمین کننده (های) انتخاب شده را حذف کنید؟",
"confirm_restore" => "آیا مطمئن هستید که می خواهید تأمین کننده (های) انتخاب شده را بازیابی کنید؟",
"cost" => "تأمین کننده هزینه",
"error_adding_updating" => "به روزرسانی یا افزودن ارائه نشد.",
"goods" => "عرضه کننده کالا",
"new" => "تامین کننده جدید",
"none_selected" => "شما تأمین کننده (ها) را برای حذف انتخاب نکرده اید.",
"one_or_multiple" => "تهیه کننده (ها)",
"successful_adding" => "شما با موفقیت تأمین کننده را اضافه کردید",
"successful_deleted" => "شما با موفقیت حذف شده اید",
"successful_updating" => "شما با موفقیت عرضه کننده را به روز کردید",
"supplier" => "تامین کننده",
"supplier_id" => "شناسه",
"tax_id" => "شناسه مالیاتی",
"update" => "ارائه دهنده به روز رسانی",
];