@bigbinary/neeto-payments-frontend 1.2.7 → 1.2.9
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 +9 -9
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"title": {
|
|
46
|
-
"connected": "
|
|
47
|
-
"platform": "
|
|
48
|
-
"split": "
|
|
49
|
-
"transfer": "
|
|
50
|
-
"refund": "
|
|
46
|
+
"connected": "Stripe transactions",
|
|
47
|
+
"platform": "Stripe transactions",
|
|
48
|
+
"split": "Stripe split transfers",
|
|
49
|
+
"transfer": "Stripe standard transactions",
|
|
50
|
+
"refund": "Stripe refunds",
|
|
51
51
|
"squarePayment": "Square payments",
|
|
52
52
|
"squareRefund": "Square refunds"
|
|
53
53
|
},
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
"paidOn": "Paid on:"
|
|
128
128
|
},
|
|
129
129
|
"countOf": {
|
|
130
|
-
"platform": "{{count}}
|
|
131
|
-
"platform_other": "{{count}}
|
|
132
|
-
"split": "{{count}} transfer",
|
|
133
|
-
"split_other": "{{count}} transfers",
|
|
130
|
+
"platform": "{{count}} transaction",
|
|
131
|
+
"platform_other": "{{count}} transactions",
|
|
132
|
+
"split": "{{count}} split transfer",
|
|
133
|
+
"split_other": "{{count}} split transfers",
|
|
134
134
|
"transfer": "{{count}} transaction",
|
|
135
135
|
"transfer_other": "{{count}} transactions",
|
|
136
136
|
"connected": "{{count}} transaction",
|