@bigbinary/neeto-payments-frontend 1.3.0 → 1.3.2
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 +2 -2
- package/src/translations/en.json +30 -6
- package/types.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-payments-frontend",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "To manage payments across the neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-payments-frontend#readme",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@bigbinary/neeto-editor": "1.25.0",
|
|
47
47
|
"@bigbinary/neeto-filters-frontend": "2.12.7",
|
|
48
48
|
"@bigbinary/neeto-icons": "1.14.0",
|
|
49
|
-
"@bigbinary/neeto-molecules": "1.
|
|
49
|
+
"@bigbinary/neeto-molecules": "1.1.44",
|
|
50
50
|
"@bigbinary/neetoui": "5.1.4",
|
|
51
51
|
"@faker-js/faker": "7.6.0",
|
|
52
52
|
"@honeybadger-io/react": "2.0.1",
|
package/src/translations/en.json
CHANGED
|
@@ -30,7 +30,15 @@
|
|
|
30
30
|
"download": "Download",
|
|
31
31
|
"export": "Export",
|
|
32
32
|
"cancel": "Cancel",
|
|
33
|
-
"paymentAmount": "Payment amount"
|
|
33
|
+
"paymentAmount": "Payment amount",
|
|
34
|
+
"search": "Search",
|
|
35
|
+
"createdAt": "Created at",
|
|
36
|
+
"country": "Country",
|
|
37
|
+
"email": "Email",
|
|
38
|
+
"name": "Name",
|
|
39
|
+
"connected": "Connected",
|
|
40
|
+
"disconnected": "Disconnected",
|
|
41
|
+
"incomplete": "Incomplete"
|
|
34
42
|
},
|
|
35
43
|
"alert": {
|
|
36
44
|
"stripe": {
|
|
@@ -49,13 +57,20 @@
|
|
|
49
57
|
"transfer": "Stripe standard transactions",
|
|
50
58
|
"refund": "Stripe refunds",
|
|
51
59
|
"squarePayment": "Square payments",
|
|
52
|
-
"squareRefund": "Square refunds"
|
|
60
|
+
"squareRefund": "Square refunds",
|
|
61
|
+
"account": "Standard accounts"
|
|
53
62
|
},
|
|
54
63
|
"emptyState": {
|
|
55
64
|
"payment": "There are no payments to show.",
|
|
56
|
-
"refund": "There are no refunds to show."
|
|
65
|
+
"refund": "There are no refunds to show.",
|
|
66
|
+
"account": "There are no standard accounts to show."
|
|
57
67
|
},
|
|
58
68
|
"tagLabels": {
|
|
69
|
+
"account": {
|
|
70
|
+
"connected": "connected",
|
|
71
|
+
"disconnected": "disconnected",
|
|
72
|
+
"incomplete": "incomplete"
|
|
73
|
+
},
|
|
59
74
|
"refund": {
|
|
60
75
|
"full": "refunded",
|
|
61
76
|
"partial": "partially refunded",
|
|
@@ -117,6 +132,11 @@
|
|
|
117
132
|
"payment": {
|
|
118
133
|
"completed": "The payment is complete",
|
|
119
134
|
"failed": "The payment process has failed"
|
|
135
|
+
},
|
|
136
|
+
"account": {
|
|
137
|
+
"connected": "The account is connected",
|
|
138
|
+
"disconnected": "The account is disconnected",
|
|
139
|
+
"incomplete": "The user has not fully set up their stripe account"
|
|
120
140
|
}
|
|
121
141
|
},
|
|
122
142
|
"transactionPane": {
|
|
@@ -140,7 +160,9 @@
|
|
|
140
160
|
"squarePayment": "{{count}} payment",
|
|
141
161
|
"squarePayment_other": "{{count}} payments",
|
|
142
162
|
"squareRefund": "{{count}} refund",
|
|
143
|
-
"squareRefund_other": "{{count}} refunds"
|
|
163
|
+
"squareRefund_other": "{{count}} refunds",
|
|
164
|
+
"account": "{{count}} standard account",
|
|
165
|
+
"account_other": "{{count}} standard accounts"
|
|
144
166
|
},
|
|
145
167
|
"export": {
|
|
146
168
|
"title": {
|
|
@@ -148,7 +170,8 @@
|
|
|
148
170
|
"split": "Export split payments",
|
|
149
171
|
"platform": "Export platform payments",
|
|
150
172
|
"connected": "Export payments",
|
|
151
|
-
"transfer": "Export payments"
|
|
173
|
+
"transfer": "Export payments",
|
|
174
|
+
"account": "Export standard accounts"
|
|
152
175
|
},
|
|
153
176
|
"pleaseWait": "Export request received. Please wait while we generate your report.",
|
|
154
177
|
"fileReady": "The file is ready to be downloaded",
|
|
@@ -157,7 +180,8 @@
|
|
|
157
180
|
"platform": "Download a single CSV file containing the platform payments.",
|
|
158
181
|
"connected": "Download a single CSV file containing the payments.",
|
|
159
182
|
"transfer": "Download a single CSV file containing the payments",
|
|
160
|
-
"split": "Download a single CSV file containing the split payments."
|
|
183
|
+
"split": "Download a single CSV file containing the split payments.",
|
|
184
|
+
"account": "Download a single CSV file containing the standard accounts."
|
|
161
185
|
}
|
|
162
186
|
}
|
|
163
187
|
}
|