@blocklet/payment-react 1.13.202 → 1.13.203
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 +1 -0
- package/es/locales/zh.js +1 -0
- package/lib/locales/en.js +1 -0
- package/lib/locales/zh.js +1 -0
- package/package.json +3 -3
- package/src/locales/en.tsx +1 -0
- package/src/locales/zh.tsx +1 -0
package/es/locales/en.js
CHANGED
|
@@ -254,6 +254,7 @@ export default flat({
|
|
|
254
254
|
reason: {
|
|
255
255
|
creation: "Subscription create",
|
|
256
256
|
cycle: "Subscription cycle",
|
|
257
|
+
staking: "Subscription staking",
|
|
257
258
|
update: "Subscription update",
|
|
258
259
|
recover: "Subscription recover",
|
|
259
260
|
threshold: "Metered usage billing",
|
package/es/locales/zh.js
CHANGED
|
@@ -254,6 +254,7 @@ export default flat({
|
|
|
254
254
|
reason: {
|
|
255
255
|
creation: "\u8BA2\u9605\u521B\u5EFA",
|
|
256
256
|
cycle: "\u81EA\u52A8\u6263\u8D39",
|
|
257
|
+
staking: "\u8BA2\u9605\u521B\u5EFA\uFF08\u8D28\u62BC\uFF09",
|
|
257
258
|
update: "\u8BA2\u9605\u66F4\u65B0",
|
|
258
259
|
recover: "\u8BA2\u9605\u6062\u590D",
|
|
259
260
|
threshold: "\u7528\u91CF\u8D26\u5355",
|
package/lib/locales/en.js
CHANGED
|
@@ -261,6 +261,7 @@ module.exports = (0, _flat.default)({
|
|
|
261
261
|
reason: {
|
|
262
262
|
creation: "Subscription create",
|
|
263
263
|
cycle: "Subscription cycle",
|
|
264
|
+
staking: "Subscription staking",
|
|
264
265
|
update: "Subscription update",
|
|
265
266
|
recover: "Subscription recover",
|
|
266
267
|
threshold: "Metered usage billing",
|
package/lib/locales/zh.js
CHANGED
|
@@ -261,6 +261,7 @@ module.exports = (0, _flat.default)({
|
|
|
261
261
|
reason: {
|
|
262
262
|
creation: "\u8BA2\u9605\u521B\u5EFA",
|
|
263
263
|
cycle: "\u81EA\u52A8\u6263\u8D39",
|
|
264
|
+
staking: "\u8BA2\u9605\u521B\u5EFA\uFF08\u8D28\u62BC\uFF09",
|
|
264
265
|
update: "\u8BA2\u9605\u66F4\u65B0",
|
|
265
266
|
recover: "\u8BA2\u9605\u6062\u590D",
|
|
266
267
|
threshold: "\u7528\u91CF\u8D26\u5355",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-react",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.203",
|
|
4
4
|
"description": "Reusable react components for payment kit v2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@babel/core": "^7.23.9",
|
|
91
91
|
"@babel/preset-env": "^7.23.9",
|
|
92
92
|
"@babel/preset-react": "^7.23.3",
|
|
93
|
-
"@blocklet/payment-types": "1.13.
|
|
93
|
+
"@blocklet/payment-types": "1.13.203",
|
|
94
94
|
"@storybook/addon-essentials": "^7.6.13",
|
|
95
95
|
"@storybook/addon-interactions": "^7.6.13",
|
|
96
96
|
"@storybook/addon-links": "^7.6.13",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"vite-plugin-babel": "^1.2.0",
|
|
120
120
|
"vite-plugin-node-polyfills": "^0.19.0"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "cd0c8cd6e17087767486930eee79e80b4951fd34"
|
|
123
123
|
}
|
package/src/locales/en.tsx
CHANGED
|
@@ -263,6 +263,7 @@ export default flat({
|
|
|
263
263
|
reason: {
|
|
264
264
|
creation: 'Subscription create',
|
|
265
265
|
cycle: 'Subscription cycle',
|
|
266
|
+
staking: 'Subscription staking',
|
|
266
267
|
update: 'Subscription update',
|
|
267
268
|
recover: 'Subscription recover',
|
|
268
269
|
threshold: 'Metered usage billing',
|