detail of order

This commit is contained in:
hamid zarghami
2025-12-17 12:08:00 +03:30
parent b34750e907
commit 79aa9b2d88
6 changed files with 366 additions and 133 deletions
+16
View File
@@ -18,5 +18,21 @@
"Cash": "پرداخت نقدی",
"Online": "پرداخت آنلاین",
"Wallet": "پرداخت با کیف پول"
},
"status": {
"new": "سفارش جدید",
"pendingPayment": "در انتظار پرداخت",
"paid": "پرداخت شده",
"confirmed": "تایید شده",
"preparing": "در حال آماده‌سازی",
"ready": "آماده تحویل",
"shipped": "ارسال شده",
"delivering": "در حال ارسال",
"completed": "تکمیل شده",
"delivered": "تحویل داده شده",
"canceled": "لغو شده",
"cancelled": "لغو شده",
"failed": "ناموفق",
"refunded": "بازگشت وجه"
}
}