@bigbinary/neeto-payments-frontend 1.3.4 → 1.3.6

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.
@@ -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
+ "inTransit": "In transit",
46
+ "canceled": "Canceled",
47
+ "arrivalDate": "Arrival date",
48
+ "destinationIdentifier": "Destination identifier"
42
49
  },
43
50
  "alert": {
44
51
  "stripe": {
@@ -58,12 +65,30 @@
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
- "payment": "There are no payments to show.",
65
- "refund": "There are no refunds to show.",
66
- "account": "There are no standard accounts to show."
72
+ "connected": "There are no transactions.",
73
+ "connectedWithStatus": "There are no {{status}} transactions.",
74
+ "platform": "There are no transactions.",
75
+ "platformWithStatus": "There are no {{status}} transactions.",
76
+ "split": "There are no split transfers.",
77
+ "splitWithStatus": "There are no {{status}} split transfers.",
78
+ "transfer": "There are no transactions.",
79
+ "transferWithStatus": "There are no {{status}} transactions.",
80
+ "refund": "There are no refunds.",
81
+ "refundWithStatus": "There are no {{status}} refunds.",
82
+ "account": "There are no standard accounts.",
83
+ "accountWithStatus": "There are no {{status}} standard accounts.",
84
+ "payouts": {
85
+ "all": "There are no payouts to show.",
86
+ "paid": "There are no paid payouts.",
87
+ "inTransit": "There are no payouts in transit.",
88
+ "canceled": "There are no canceled payouts.",
89
+ "pending": "There are no pending payouts.",
90
+ "failed": "There are no failed payouts."
91
+ }
67
92
  },
68
93
  "tagLabels": {
69
94
  "account": {
@@ -71,6 +96,13 @@
71
96
  "disconnected": "disconnected",
72
97
  "incomplete": "incomplete"
73
98
  },
99
+ "payout": {
100
+ "paid": "paid",
101
+ "inTransit": "in transit",
102
+ "canceled": "canceled",
103
+ "pending": "pending",
104
+ "failed": "failed"
105
+ },
74
106
  "refund": {
75
107
  "full": "refunded",
76
108
  "partial": "partially refunded",
@@ -137,6 +169,13 @@
137
169
  "connected": "The account is connected",
138
170
  "disconnected": "The account is disconnected",
139
171
  "incomplete": "The user has not fully set up their stripe account"
172
+ },
173
+ "payout": {
174
+ "paid": "The payout has been paid",
175
+ "inTransit": "The payout is in transit",
176
+ "canceled": "The payout has been canceled",
177
+ "pending": "The payout is pending",
178
+ "failed": "The payout has failed"
140
179
  }
141
180
  },
142
181
  "transactionPane": {
@@ -146,23 +185,50 @@
146
185
  "netAmount": "Net amount:",
147
186
  "paidOn": "Paid on:"
148
187
  },
188
+ "payoutsPage": {
189
+ "title": "Payout Details",
190
+ "payoutId": "Payout ID:",
191
+ "status": "Status:",
192
+ "amount": "Amount:",
193
+ "arrivalDate": "Arrival date:",
194
+ "createdAt": "Created at:",
195
+ "destinationId": "Destination ID:",
196
+ "failureMessage": "Failure message:",
197
+ "automatic": "Automatic:"
198
+ },
149
199
  "countOf": {
150
200
  "platform": "{{count}} transaction",
151
201
  "platform_other": "{{count}} transactions",
202
+ "platformWithStatus": "{{count}} {{status}} transaction",
203
+ "platformWithStatus_other": "{{count}} {{status}} transactions",
152
204
  "split": "{{count}} split transfer",
153
205
  "split_other": "{{count}} split transfers",
206
+ "splitWithStatus": "{{count}} {{status}} split transfer",
207
+ "splitWithStatus_other": "{{count}} {{status}} split transfers",
154
208
  "transfer": "{{count}} transaction",
155
209
  "transfer_other": "{{count}} transactions",
210
+ "transferWithStatus": "{{count}} {{status}} transaction",
211
+ "transferWithStatus_other": "{{count}} {{status}} transactions",
156
212
  "connected": "{{count}} transaction",
157
213
  "connected_other": "{{count}} transactions",
214
+ "connectedWithStatus": "{{count}} {{status}} transaction",
215
+ "connectedWithStatus_other": "{{count}} {{status}} transactions",
158
216
  "refund": "{{count}} refund",
159
217
  "refund_other": "{{count}} refunds",
218
+ "refundWithStatus": "{{count}} {{status}} refund",
219
+ "refundWithStatus_other": "{{count}} {{status}} refunds",
160
220
  "squarePayment": "{{count}} payment",
161
221
  "squarePayment_other": "{{count}} payments",
162
222
  "squareRefund": "{{count}} refund",
163
223
  "squareRefund_other": "{{count}} refunds",
164
224
  "account": "{{count}} standard account",
165
- "account_other": "{{count}} standard accounts"
225
+ "account_other": "{{count}} standard accounts",
226
+ "accountWithStatus": "{{count}} {{status}} standard account",
227
+ "accountWithStatus_other": "{{count}} {{status}} standard accounts",
228
+ "payout": "{{count}} payout",
229
+ "payout_other": "{{count}} payouts",
230
+ "payoutWithStatus": "{{count}} {{status}} payout",
231
+ "payoutWithStatus_other": "{{count}} {{status}} payouts"
166
232
  },
167
233
  "export": {
168
234
  "title": {
@@ -171,7 +237,8 @@
171
237
  "platform": "Export platform payments",
172
238
  "connected": "Export payments",
173
239
  "transfer": "Export payments",
174
- "account": "Export standard accounts"
240
+ "account": "Export standard accounts",
241
+ "payout": "Export payouts"
175
242
  },
176
243
  "pleaseWait": "Export request received. Please wait while we generate your report.",
177
244
  "fileReady": "The file is ready to be downloaded",
@@ -181,7 +248,8 @@
181
248
  "connected": "Download a single CSV file containing the payments.",
182
249
  "transfer": "Download a single CSV file containing the payments",
183
250
  "split": "Download a single CSV file containing the split payments.",
184
- "account": "Download a single CSV file containing the standard accounts."
251
+ "account": "Download a single CSV file containing the standard accounts.",
252
+ "payout": "Download a single CSV file containing the payouts."
185
253
  }
186
254
  }
187
255
  }