@bigbinary/neeto-payments-frontend 1.3.3 → 1.3.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/app/javascript/src/translations/en.json +44 -6
- package/dist/index.cjs.js +849 -145
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +851 -149
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +12 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"neetoPayments": {
|
|
3
3
|
"common": {
|
|
4
|
+
"yes": "Yes",
|
|
5
|
+
"no": "No",
|
|
4
6
|
"payments": "Payments",
|
|
5
7
|
"id": "ID",
|
|
6
8
|
"identifier": "Identifier",
|
|
@@ -38,7 +40,12 @@
|
|
|
38
40
|
"name": "Name",
|
|
39
41
|
"connected": "Connected",
|
|
40
42
|
"disconnected": "Disconnected",
|
|
41
|
-
"incomplete": "Incomplete"
|
|
43
|
+
"incomplete": "Incomplete",
|
|
44
|
+
"paid": "Paid",
|
|
45
|
+
"in_transit": "In transit",
|
|
46
|
+
"canceled": "Canceled",
|
|
47
|
+
"arrivalDate": "Arrival date",
|
|
48
|
+
"destinationIdentifier": "Destination identifier"
|
|
42
49
|
},
|
|
43
50
|
"alert": {
|
|
44
51
|
"stripe": {
|
|
@@ -58,12 +65,14 @@
|
|
|
58
65
|
"refund": "Stripe refunds",
|
|
59
66
|
"squarePayment": "Square payments",
|
|
60
67
|
"squareRefund": "Square refunds",
|
|
61
|
-
"account": "Standard accounts"
|
|
68
|
+
"account": "Standard accounts",
|
|
69
|
+
"payouts": "Stripe payouts"
|
|
62
70
|
},
|
|
63
71
|
"emptyState": {
|
|
64
72
|
"payment": "There are no payments to show.",
|
|
65
73
|
"refund": "There are no refunds to show.",
|
|
66
|
-
"account": "There are no standard accounts to show."
|
|
74
|
+
"account": "There are no standard accounts to show.",
|
|
75
|
+
"payouts": "There are no payouts to show."
|
|
67
76
|
},
|
|
68
77
|
"tagLabels": {
|
|
69
78
|
"account": {
|
|
@@ -71,6 +80,13 @@
|
|
|
71
80
|
"disconnected": "disconnected",
|
|
72
81
|
"incomplete": "incomplete"
|
|
73
82
|
},
|
|
83
|
+
"payout": {
|
|
84
|
+
"paid": "paid",
|
|
85
|
+
"in_transit": "in transit",
|
|
86
|
+
"canceled": "canceled",
|
|
87
|
+
"pending": "pending",
|
|
88
|
+
"failed": "failed"
|
|
89
|
+
},
|
|
74
90
|
"refund": {
|
|
75
91
|
"full": "refunded",
|
|
76
92
|
"partial": "partially refunded",
|
|
@@ -137,6 +153,13 @@
|
|
|
137
153
|
"connected": "The account is connected",
|
|
138
154
|
"disconnected": "The account is disconnected",
|
|
139
155
|
"incomplete": "The user has not fully set up their stripe account"
|
|
156
|
+
},
|
|
157
|
+
"payout": {
|
|
158
|
+
"paid": "The payout has been paid",
|
|
159
|
+
"in_transit": "The payout is in transit",
|
|
160
|
+
"canceled": "The payout has been canceled",
|
|
161
|
+
"pending": "The payout is pending",
|
|
162
|
+
"failed": "The payout has failed"
|
|
140
163
|
}
|
|
141
164
|
},
|
|
142
165
|
"transactionPane": {
|
|
@@ -146,6 +169,17 @@
|
|
|
146
169
|
"netAmount": "Net amount:",
|
|
147
170
|
"paidOn": "Paid on:"
|
|
148
171
|
},
|
|
172
|
+
"payoutsPage": {
|
|
173
|
+
"title": "Payout Details",
|
|
174
|
+
"payoutId": "Payout ID:",
|
|
175
|
+
"status": "Status:",
|
|
176
|
+
"amount": "Amount:",
|
|
177
|
+
"arrivalDate": "Arrival date:",
|
|
178
|
+
"createdAt": "Created at:",
|
|
179
|
+
"destinationId": "Destination ID:",
|
|
180
|
+
"failureMessage": "Failure message:",
|
|
181
|
+
"automatic": "Automatic:"
|
|
182
|
+
},
|
|
149
183
|
"countOf": {
|
|
150
184
|
"platform": "{{count}} transaction",
|
|
151
185
|
"platform_other": "{{count}} transactions",
|
|
@@ -162,7 +196,9 @@
|
|
|
162
196
|
"squareRefund": "{{count}} refund",
|
|
163
197
|
"squareRefund_other": "{{count}} refunds",
|
|
164
198
|
"account": "{{count}} standard account",
|
|
165
|
-
"account_other": "{{count}} standard accounts"
|
|
199
|
+
"account_other": "{{count}} standard accounts",
|
|
200
|
+
"payout": "{{count}} payout",
|
|
201
|
+
"payout_other": "{{count}} payouts"
|
|
166
202
|
},
|
|
167
203
|
"export": {
|
|
168
204
|
"title": {
|
|
@@ -171,7 +207,8 @@
|
|
|
171
207
|
"platform": "Export platform payments",
|
|
172
208
|
"connected": "Export payments",
|
|
173
209
|
"transfer": "Export payments",
|
|
174
|
-
"account": "Export standard accounts"
|
|
210
|
+
"account": "Export standard accounts",
|
|
211
|
+
"payout": "Export payouts"
|
|
175
212
|
},
|
|
176
213
|
"pleaseWait": "Export request received. Please wait while we generate your report.",
|
|
177
214
|
"fileReady": "The file is ready to be downloaded",
|
|
@@ -181,7 +218,8 @@
|
|
|
181
218
|
"connected": "Download a single CSV file containing the payments.",
|
|
182
219
|
"transfer": "Download a single CSV file containing the payments",
|
|
183
220
|
"split": "Download a single CSV file containing the split payments.",
|
|
184
|
-
"account": "Download a single CSV file containing the standard accounts."
|
|
221
|
+
"account": "Download a single CSV file containing the standard accounts.",
|
|
222
|
+
"payout": "Download a single CSV file containing the payouts."
|
|
185
223
|
}
|
|
186
224
|
}
|
|
187
225
|
}
|