rial to toman
This commit is contained in:
+2
-2
@@ -461,7 +461,7 @@
|
||||
"count": "تعداد",
|
||||
"unit_amount": "مبلغ واحد",
|
||||
"discount": "تخفیف(٪)",
|
||||
"total_amount": "مبلغ کل(ریال)",
|
||||
"total_amount": "مبلغ کل(تومان)",
|
||||
"tax": "مالیات بر ارزش افزوده (۱۰ درصد)",
|
||||
"total": "جمع",
|
||||
"error_empty": "همه فیلد ها را پر کنید",
|
||||
@@ -614,7 +614,7 @@
|
||||
"online_pay": "پرداخت آنلاین",
|
||||
"card_to_card": "کارت به کارت",
|
||||
"select_price": "انتخاب مبلغ",
|
||||
"optional_price": "مبلغ دلخواه (به ریال وارد کنید)",
|
||||
"optional_price": "مبلغ دلخواه (به تومان وارد کنید)",
|
||||
"enter_your_price": "مبلغ دلخواه خودرا وارد کنید",
|
||||
"select_payment": "انتخاب درگاه پرداخت",
|
||||
"pay": "پرداخت",
|
||||
|
||||
@@ -68,7 +68,7 @@ const CreateCharge: FC = () => {
|
||||
|
||||
<div className="rowTwoInput mt-6">
|
||||
<Input
|
||||
label="نرخ شارژ (ریال)"
|
||||
label="نرخ شارژ (تومان)"
|
||||
name="chargeRate"
|
||||
type="number"
|
||||
min={0}
|
||||
|
||||
@@ -163,7 +163,7 @@ const ReceiptsDetail: FC = () => {
|
||||
اکانت یکساله با دسترسی
|
||||
</div>
|
||||
<div>
|
||||
۱۰,۰۰۰,۰۰۰ ریال
|
||||
۱۰,۰۰۰,۰۰۰ تومان
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex justify-between items-center text-xs border-t border-[#EAEDF5] h-14'>
|
||||
@@ -171,7 +171,7 @@ const ReceiptsDetail: FC = () => {
|
||||
۱۰٪ ارزش افزوده
|
||||
</div>
|
||||
<div>
|
||||
۱۰,۰۰۰,۰۰۰ ریال
|
||||
۱۰,۰۰۰,۰۰۰ تومان
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex justify-between items-center text-xs border-t border-[#EAEDF5] h-14'>
|
||||
@@ -179,7 +179,7 @@ const ReceiptsDetail: FC = () => {
|
||||
جمع کل
|
||||
</div>
|
||||
<div>
|
||||
۱۰,۰۰۰,۰۰۰ ریال
|
||||
۱۰,۰۰۰,۰۰۰ تومان
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -68,7 +68,7 @@ const Detail: FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex gap-2 items-center'>
|
||||
۱۰,۰۰۰,۰۰۰ ریال
|
||||
۱۰,۰۰۰,۰۰۰ تومان
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user