add: cart page locale

This commit is contained in:
Mahyar Khanbolooki
2025-07-30 01:10:14 +03:30
parent 0c41316411
commit 118daf7cc0
3 changed files with 38 additions and 20 deletions
+11
View File
@@ -11,5 +11,16 @@
"Placeholder": "توضیحات خود را وارد کنید"
},
"ButtonSubmit": "ثبت"
},
"Cart": {
"Heading": "سبد خرید",
"Description": "",
"InputDescription": {
"Label": "توضیحات",
"Placeholder": ""
},
"SumOfItemsLabel": "جمع خرید:",
"SumOfItemsValue": "{price} تومان",
"ButtonCheckout": "مشاهده فاکتور و پرداخت"
}
}