Files
opensourcepos/app/Language/fa/Cashups.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

51 lines
2.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 [
"amount" => "میزان",
"amount_number" => "مقدار باید یک عدد باشد",
"amount_required" => "مقدار یک زمینه ضروری است.",
"cancel_cashups" => "",
"cancel_cashups_enter" => "",
"cannot_be_deleted" => "نقدی حذف نمی شود",
"cash_difference" => "",
"close_date" => "تاریخ نزدیک",
"close_employee" => "بسته شده توسط",
"closed_amount_card" => "کارت",
"closed_amount_cash" => "بسته نقدی",
"closed_amount_check" => "چک",
"closed_amount_due" => "حق الزحمه",
"closed_amount_giftcard" => "",
"closed_amount_total" => "جمع",
"closed_date" => "تاریخ بسته",
"confirm_delete" => "آیا مطمئن هستید که می خواهید پول نقد انتخاب شده را حذف کنید؟",
"confirm_restore" => "آیا مطمئن هستید که می خواهید پول(های) نقد انتخاب شده را بازیابی کنید؟",
"confirm_submit" => "",
"date_number" => "تاریخ باید شماره باشد",
"date_required" => "تاریخ یک زمینه ضروری است",
"description" => "شرح",
"enable_expected" => "",
"error_adding_updating" => "خطا در افزودن / به روزرسانی پول نقد",
"giftcard" => "",
"id" => "شناسه",
"info" => "اطلاعات نقدی",
"info_employee" => "",
"is_deleted" => "حذف شده",
"new" => "Cashup جدید",
"no_cashups_to_display" => "هیچ نقدی برای نمایش وجود ندارد",
"none_selected" => "شما هیچ نقدی را انتخاب نکردید",
"note" => "یادداشت",
"one_or_multiple" => "نقدی (ها)",
"open_amount_cash" => "باز پول نقد",
"open_date" => "تاریخ باز",
"open_employee" => "باز شده توسط",
"opened_date" => "تاریخ افتتاح",
"successful_adding" => "افزونه موفقیت آمیز اضافه شد",
"successful_deleted" => "حذف موفقیت آمیز موفقیت آمیز است",
"successful_updating" => "به روزرسانی پول نقد با موفقیت انجام شد",
"total" => "جمع",
"transfer_amount_cash" => "نقدی داخل / خارج",
"transfer_amount_cash_minus" => "",
"update" => "بروزرسانی پول نقد",
"warning" => "",
];