@bigbinary/neeto-payments-frontend 1.3.21 → 1.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/en.json +13 -2
- package/dist/index.cjs.js +419 -149
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +416 -147
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"notAvailable": "-",
|
|
28
28
|
"rejected": "Rejected",
|
|
29
29
|
"squarePayments": "Square Payments",
|
|
30
|
+
"razorpayPayments": "Razorpay Payments",
|
|
30
31
|
"completed": "Completed",
|
|
31
32
|
"failed": "Failed",
|
|
32
33
|
"accountIdentifier": "Destination Account Identifier",
|
|
@@ -91,6 +92,8 @@
|
|
|
91
92
|
"squarePaymentWithStatus": "There are no {{status}} payments.",
|
|
92
93
|
"squareRefund": "There are no refunds.",
|
|
93
94
|
"squareRefundWithStatus": "There are no {{status}} refunds.",
|
|
95
|
+
"razorpayPayment": "There are no payments.",
|
|
96
|
+
"razorpayPaymentWithStatus": "There are no {{status}} payments.",
|
|
94
97
|
"payouts": {
|
|
95
98
|
"all": "There are no payouts to show.",
|
|
96
99
|
"paid": "There are no paid payouts.",
|
|
@@ -137,7 +140,11 @@
|
|
|
137
140
|
},
|
|
138
141
|
"payment": {
|
|
139
142
|
"completed": "completed",
|
|
140
|
-
"failed": "failed"
|
|
143
|
+
"failed": "failed",
|
|
144
|
+
"declined": "declined",
|
|
145
|
+
"successful": "successful",
|
|
146
|
+
"refunded": "refunded",
|
|
147
|
+
"pending": "pending"
|
|
141
148
|
},
|
|
142
149
|
"split": {
|
|
143
150
|
"successful": "successful",
|
|
@@ -244,7 +251,11 @@
|
|
|
244
251
|
"payout": "{{count}} payout",
|
|
245
252
|
"payout_other": "{{count}} payouts",
|
|
246
253
|
"payoutWithStatus": "{{count}} {{status}} payout",
|
|
247
|
-
"payoutWithStatus_other": "{{count}} {{status}} payouts"
|
|
254
|
+
"payoutWithStatus_other": "{{count}} {{status}} payouts",
|
|
255
|
+
"razorpayPayment": "{{count}} payment",
|
|
256
|
+
"razorpayPayment_other": "{{count}} payments",
|
|
257
|
+
"razorpayPaymentWithStatus": "{{count}} {{status}} payment",
|
|
258
|
+
"razorpayPaymentWithStatus_other": "{{count}} {{status}} payments"
|
|
248
259
|
},
|
|
249
260
|
"export": {
|
|
250
261
|
"title": {
|