@blocklet/payment-react 1.13.161 → 1.13.163

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/es/locales/en.js CHANGED
@@ -40,6 +40,7 @@ export default flat({
40
40
  did: "DID",
41
41
  txHash: "Transaction",
42
42
  customer: "Customer",
43
+ currency: "Currency",
43
44
  custom: "Custom",
44
45
  description: "Description",
45
46
  statementDescriptor: "Statement descriptor",
package/es/locales/zh.js CHANGED
@@ -40,6 +40,7 @@ export default flat({
40
40
  did: "DID",
41
41
  txHash: "\u4EA4\u6613\u54C8\u5E0C",
42
42
  customer: "\u5BA2\u6237",
43
+ currency: "\u5E01\u79CD",
43
44
  custom: "\u81EA\u5B9A\u4E49",
44
45
  description: "\u63CF\u8FF0",
45
46
  statementDescriptor: "\u58F0\u660E\u63CF\u8FF0",
package/lib/locales/en.js CHANGED
@@ -47,6 +47,7 @@ module.exports = (0, _flat.default)({
47
47
  did: "DID",
48
48
  txHash: "Transaction",
49
49
  customer: "Customer",
50
+ currency: "Currency",
50
51
  custom: "Custom",
51
52
  description: "Description",
52
53
  statementDescriptor: "Statement descriptor",
package/lib/locales/zh.js CHANGED
@@ -47,6 +47,7 @@ module.exports = (0, _flat.default)({
47
47
  did: "DID",
48
48
  txHash: "\u4EA4\u6613\u54C8\u5E0C",
49
49
  customer: "\u5BA2\u6237",
50
+ currency: "\u5E01\u79CD",
50
51
  custom: "\u81EA\u5B9A\u4E49",
51
52
  description: "\u63CF\u8FF0",
52
53
  statementDescriptor: "\u58F0\u660E\u63CF\u8FF0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-react",
3
- "version": "1.13.161",
3
+ "version": "1.13.163",
4
4
  "description": "Reusable react components for payment kit v2",
5
5
  "keywords": [
6
6
  "react",
@@ -89,7 +89,7 @@
89
89
  "@babel/core": "^7.23.9",
90
90
  "@babel/preset-env": "^7.23.9",
91
91
  "@babel/preset-react": "^7.23.3",
92
- "@blocklet/payment-types": "1.13.161",
92
+ "@blocklet/payment-types": "1.13.163",
93
93
  "@storybook/addon-essentials": "^7.6.13",
94
94
  "@storybook/addon-interactions": "^7.6.13",
95
95
  "@storybook/addon-links": "^7.6.13",
@@ -118,5 +118,5 @@
118
118
  "vite-plugin-babel": "^1.2.0",
119
119
  "vite-plugin-node-polyfills": "^0.19.0"
120
120
  },
121
- "gitHead": "55cb16d9cd06b91b949a1a1c88b14670b0c1aca8"
121
+ "gitHead": "2f485afbabe92bb6e63b09c4e69cb2ae06d3d2be"
122
122
  }
@@ -41,6 +41,7 @@ export default flat({
41
41
  did: 'DID',
42
42
  txHash: 'Transaction',
43
43
  customer: 'Customer',
44
+ currency: 'Currency',
44
45
  custom: 'Custom',
45
46
  description: 'Description',
46
47
  statementDescriptor: 'Statement descriptor',
@@ -41,6 +41,7 @@ export default flat({
41
41
  did: 'DID',
42
42
  txHash: '交易哈希',
43
43
  customer: '客户',
44
+ currency: '币种',
44
45
  custom: '自定义',
45
46
  description: '描述',
46
47
  statementDescriptor: '声明描述',