@bigbinary/neeto-payments-frontend 1.3.21 → 1.3.23

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.
@@ -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",
@@ -175,7 +182,12 @@
175
182
  },
176
183
  "payment": {
177
184
  "completed": "The payment is complete",
178
- "failed": "The payment process has failed"
185
+ "failed": "The payment process has failed",
186
+ "successful": "The payment is complete",
187
+ "declined": "This payment failed because the issuing bank declined it",
188
+ "initiated": "The customer has not entered their payment method.",
189
+ "pending": "Transaction has been authorized, but the funds have not been captured yet",
190
+ "refunded": "Transaction has been refunded"
179
191
  },
180
192
  "account": {
181
193
  "connected": "The account is connected",
@@ -244,7 +256,11 @@
244
256
  "payout": "{{count}} payout",
245
257
  "payout_other": "{{count}} payouts",
246
258
  "payoutWithStatus": "{{count}} {{status}} payout",
247
- "payoutWithStatus_other": "{{count}} {{status}} payouts"
259
+ "payoutWithStatus_other": "{{count}} {{status}} payouts",
260
+ "razorpayPayment": "{{count}} payment",
261
+ "razorpayPayment_other": "{{count}} payments",
262
+ "razorpayPaymentWithStatus": "{{count}} {{status}} payment",
263
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} payments"
248
264
  },
249
265
  "export": {
250
266
  "title": {