@blocklet/payment-react 1.13.152 → 1.13.153

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
@@ -215,6 +215,9 @@ export default flat({
215
215
  payment: {
216
216
  empty: "There are no payments here"
217
217
  },
218
+ refund: {
219
+ empty: "There are no refunds here"
220
+ },
218
221
  subscriptions: {
219
222
  plan: "Plan",
220
223
  nextInvoice: "Next Invoice",
package/es/locales/zh.js CHANGED
@@ -213,7 +213,10 @@ export default flat({
213
213
  empty: "\u6CA1\u6709\u4EFB\u4F55\u53D1\u7968"
214
214
  },
215
215
  payment: {
216
- empty: "\u6CA1\u6709\u4EFB\u4F55\u652F\u4ED8"
216
+ empty: "\u6CA1\u6709\u652F\u4ED8\u8BB0\u5F55"
217
+ },
218
+ refund: {
219
+ empty: "\u6CA1\u6709\u9000\u6B3E\u8BB0\u5F55"
217
220
  },
218
221
  subscriptions: {
219
222
  plan: "\u8BA2\u9605",
package/lib/locales/en.js CHANGED
@@ -222,6 +222,9 @@ module.exports = (0, _flat.default)({
222
222
  payment: {
223
223
  empty: "There are no payments here"
224
224
  },
225
+ refund: {
226
+ empty: "There are no refunds here"
227
+ },
225
228
  subscriptions: {
226
229
  plan: "Plan",
227
230
  nextInvoice: "Next Invoice",
package/lib/locales/zh.js CHANGED
@@ -220,7 +220,10 @@ module.exports = (0, _flat.default)({
220
220
  empty: "\u6CA1\u6709\u4EFB\u4F55\u53D1\u7968"
221
221
  },
222
222
  payment: {
223
- empty: "\u6CA1\u6709\u4EFB\u4F55\u652F\u4ED8"
223
+ empty: "\u6CA1\u6709\u652F\u4ED8\u8BB0\u5F55"
224
+ },
225
+ refund: {
226
+ empty: "\u6CA1\u6709\u9000\u6B3E\u8BB0\u5F55"
224
227
  },
225
228
  subscriptions: {
226
229
  plan: "\u8BA2\u9605",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-react",
3
- "version": "1.13.152",
3
+ "version": "1.13.153",
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.152",
92
+ "@blocklet/payment-types": "1.13.153",
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": "5d6d2b6a8c0422e1055ddcec4e3179fd734cdbc5"
121
+ "gitHead": "db16f61414e8f72da55dfa2faf9c17d79fcb6655"
122
122
  }
@@ -221,6 +221,9 @@ export default flat({
221
221
  payment: {
222
222
  empty: 'There are no payments here',
223
223
  },
224
+ refund: {
225
+ empty: 'There are no refunds here',
226
+ },
224
227
  subscriptions: {
225
228
  plan: 'Plan',
226
229
  nextInvoice: 'Next Invoice',
@@ -214,7 +214,10 @@ export default flat({
214
214
  empty: '没有任何发票',
215
215
  },
216
216
  payment: {
217
- empty: '没有任何支付',
217
+ empty: '没有支付记录',
218
+ },
219
+ refund: {
220
+ empty: '没有退款记录',
218
221
  },
219
222
  subscriptions: {
220
223
  plan: '订阅',