@bigbinary/neeto-payments-frontend 1.2.4 → 1.2.5
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +84 -111
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -68,123 +68,96 @@
|
|
|
68
68
|
"completed": "refund completed",
|
|
69
69
|
"rejected": "refund rejected"
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"connected": "
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
71
|
+
"transaction": {
|
|
72
|
+
"connected": "standard",
|
|
73
|
+
"transfer": "split",
|
|
74
|
+
"declined": "declined",
|
|
75
|
+
"successful": "successful",
|
|
76
|
+
"refunded": "refunded",
|
|
77
|
+
"pending": "pending",
|
|
78
|
+
"initiated": "initiated"
|
|
79
79
|
},
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
80
|
+
"payment": {
|
|
81
|
+
"completed": "completed",
|
|
82
|
+
"failed": "failed"
|
|
83
83
|
},
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"successful": "successful",
|
|
102
|
-
"refunded": "refunded",
|
|
103
|
-
"pending": "pending",
|
|
104
|
-
"initiated": "initiated"
|
|
105
|
-
},
|
|
106
|
-
"payment": {
|
|
107
|
-
"completed": "completed",
|
|
108
|
-
"failed": "failed"
|
|
109
|
-
},
|
|
110
|
-
"split": {
|
|
111
|
-
"successful": "successful",
|
|
112
|
-
"pending": "pending",
|
|
113
|
-
"cancelled": "cancelled",
|
|
114
|
-
"initiated": "initiated"
|
|
115
|
-
}
|
|
84
|
+
"split": {
|
|
85
|
+
"successful": "successful",
|
|
86
|
+
"pending": "pending",
|
|
87
|
+
"cancelled": "cancelled",
|
|
88
|
+
"initiated": "initiated"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"tooltipContent": {
|
|
92
|
+
"identifierUnavailable": "Identifier will be available once splitting is completed successfully",
|
|
93
|
+
"dateUnavailable": "Payment time will be shown once splitting is completed successfully",
|
|
94
|
+
"connectedTransactionUnavailable": "Connected transaction is available once splitting is completed successfully",
|
|
95
|
+
"transaction": {
|
|
96
|
+
"successful": "The payment is complete",
|
|
97
|
+
"declined": "This payment failed because the issuing bank declined it",
|
|
98
|
+
"initiated": "The customer has not entered their payment method.",
|
|
99
|
+
"pending": "Transaction has been authorized, but the funds have not been captured yet",
|
|
100
|
+
"refunded": "Transaction has been refunded"
|
|
116
101
|
},
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
"refunded": "Transaction has been refunded"
|
|
127
|
-
},
|
|
128
|
-
"refund": {
|
|
129
|
-
"successful": "The refund has been successfully processed",
|
|
130
|
-
"pending": "Refund request has been initiated but is still being processed by the payment provider",
|
|
131
|
-
"failed": "The refund process has failed",
|
|
132
|
-
"requires_action": "The process requires further action from the customer to complete",
|
|
133
|
-
"canceled": "The refund process has been canceled",
|
|
134
|
-
"initiated": "The refund request hasn't yet been submitted to the bank for processing",
|
|
135
|
-
"completed": "The refund has been successfully processed",
|
|
136
|
-
"rejected": "The refund request has been rejected by the bank"
|
|
137
|
-
},
|
|
138
|
-
"split": {
|
|
139
|
-
"successful": "Successful split",
|
|
140
|
-
"pending": "Pending split",
|
|
141
|
-
"cancelled": "The split transaction is cancelled"
|
|
142
|
-
},
|
|
143
|
-
"payment": {
|
|
144
|
-
"completed": "The payment is complete",
|
|
145
|
-
"failed": "The payment process has failed"
|
|
146
|
-
}
|
|
102
|
+
"refund": {
|
|
103
|
+
"successful": "The refund has been successfully processed",
|
|
104
|
+
"pending": "Refund request has been initiated but is still being processed by the payment provider",
|
|
105
|
+
"failed": "The refund process has failed",
|
|
106
|
+
"requires_action": "The process requires further action from the customer to complete",
|
|
107
|
+
"canceled": "The refund process has been canceled",
|
|
108
|
+
"initiated": "The refund request hasn't yet been submitted to the bank for processing",
|
|
109
|
+
"completed": "The refund has been successfully processed",
|
|
110
|
+
"rejected": "The refund request has been rejected by the bank"
|
|
147
111
|
},
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"netAmount": "Net amount:",
|
|
153
|
-
"paidOn": "Paid on:"
|
|
112
|
+
"split": {
|
|
113
|
+
"successful": "Successful split",
|
|
114
|
+
"pending": "Pending split",
|
|
115
|
+
"cancelled": "The split transaction is cancelled"
|
|
154
116
|
},
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
117
|
+
"payment": {
|
|
118
|
+
"completed": "The payment is complete",
|
|
119
|
+
"failed": "The payment process has failed"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"transactionPane": {
|
|
123
|
+
"transactionId": "Transaction ID:",
|
|
124
|
+
"amount": "Amount:",
|
|
125
|
+
"status": "Status:",
|
|
126
|
+
"netAmount": "Net amount:",
|
|
127
|
+
"paidOn": "Paid on:"
|
|
128
|
+
},
|
|
129
|
+
"countOf": {
|
|
130
|
+
"platform": "{{count}} platform payment",
|
|
131
|
+
"platform_other": "{{count}} platform payments",
|
|
132
|
+
"split": "{{count}} transfer",
|
|
133
|
+
"split_other": "{{count}} transfers",
|
|
134
|
+
"transfer": "{{count}} transaction",
|
|
135
|
+
"transfer_other": "{{count}} transactions",
|
|
136
|
+
"connected": "{{count}} transaction",
|
|
137
|
+
"connected_other": "{{count}} transactions",
|
|
138
|
+
"refund": "{{count}} refund",
|
|
139
|
+
"refund_other": "{{count}} refunds",
|
|
140
|
+
"squarePayment": "{{count}} payment",
|
|
141
|
+
"squarePayment_other": "{{count}} payments",
|
|
142
|
+
"squareRefund": "{{count}} refund",
|
|
143
|
+
"squareRefund_other": "{{count}} refunds"
|
|
144
|
+
},
|
|
145
|
+
"export": {
|
|
146
|
+
"title": {
|
|
147
|
+
"refund": "Export refunds",
|
|
148
|
+
"split": "Export split payments",
|
|
149
|
+
"platform": "Export platform payments",
|
|
150
|
+
"connected": "Export payments",
|
|
151
|
+
"transfer": "Export payments"
|
|
170
152
|
},
|
|
171
|
-
"
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"pleaseWait": "Export request received. Please wait while we generate your report.",
|
|
180
|
-
"fileReady": "The file is ready to be downloaded",
|
|
181
|
-
"download": {
|
|
182
|
-
"refund": "Download a single CSV file containing the refunds.",
|
|
183
|
-
"platform": "Download a single CSV file containing the platform payments.",
|
|
184
|
-
"connected": "Download a single CSV file containing the payments.",
|
|
185
|
-
"transfer": "Download a single CSV file containing the payments",
|
|
186
|
-
"split": "Download a single CSV file containing the split payments."
|
|
187
|
-
}
|
|
153
|
+
"pleaseWait": "Export request received. Please wait while we generate your report.",
|
|
154
|
+
"fileReady": "The file is ready to be downloaded",
|
|
155
|
+
"download": {
|
|
156
|
+
"refund": "Download a single CSV file containing the refunds.",
|
|
157
|
+
"platform": "Download a single CSV file containing the platform payments.",
|
|
158
|
+
"connected": "Download a single CSV file containing the payments.",
|
|
159
|
+
"transfer": "Download a single CSV file containing the payments",
|
|
160
|
+
"split": "Download a single CSV file containing the split payments."
|
|
188
161
|
}
|
|
189
162
|
}
|
|
190
163
|
}
|