@blocklet/launcher-workflow 2.3.34 → 2.3.35

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
@@ -113,7 +113,6 @@ export default {
113
113
  componentCount: '{count} Component Included',
114
114
  componentsCount: '{count} Components Included',
115
115
  onDemandNotSupport: 'This app does not support installation in on-demand space, please purchase dedicated space or install in your own dedicated space',
116
- freeTrial: 'Free Trial',
117
116
  dialog: {
118
117
  title: 'Purchase Blocklet Space NFT',
119
118
  scan: 'Scan the QR code below with your DID wallet to complete purchase',
@@ -157,7 +156,9 @@ export default {
157
156
  },
158
157
  agreement: '{name} User Agreement',
159
158
  estimatedCost: 'Estimated Cost',
159
+ estimatedCostFreeTrial: 'Estimated Cost After The Trial ends',
160
160
  estimatedCostHint: 'The total cost will vary depending on the actual number and duration of components used in the application. The calculation method is: Unit price of component * Number of components * Duration.',
161
+ freeTrial: 'Free Trial',
161
162
  freeTrialHint: 'Free trial for {duration}',
162
163
  stakeAmount: 'Stake Amount',
163
164
  stakeHint: 'On-demand spaces operate on a postpaid strategy. You need to stake {amount} for each space. If there are no due invoices when your subscription ends, the staking will be returned to you; otherwise, the staking will be slashed to pay for the due invoices.'
package/es/locales/zh.js CHANGED
@@ -112,7 +112,6 @@ export default {
112
112
  componentCount: '共 {count} 个组件',
113
113
  componentsCount: '共 {count} 个组件',
114
114
  onDemandNotSupport: '该应用不支持安装在按需空间中,请购买专用空间,或者安装在自己已有的专用空间中',
115
- freeTrial: '免费试用',
116
115
  dialog: {
117
116
  title: '购买 Blocklet Server NFT',
118
117
  scan: '用您的 DID 钱包扫描下面的二维码完成购买',
@@ -155,8 +154,10 @@ export default {
155
154
  title: '选择支付货币'
156
155
  },
157
156
  agreement: '{name} 用户协议',
157
+ estimatedCostFreeTrial: '试用结束后估算成本',
158
158
  estimatedCost: '估算成本',
159
159
  estimatedCostHint: '总成本会根据应用实际使用的组件数量和时长而变化,计算方式为: 组件单价*组件数量*时长',
160
+ freeTrial: '免费试用',
160
161
  freeTrialHint: '免费试用{duration}',
161
162
  stakeAmount: '质押金额',
162
163
  stakeHint: '按需空间采用后付费策略,每个按需空间需要您质押 {amount} 作为服务使用保证金,如果服务结束后没有出现欠费,抵押金将会返还给您;否则会从抵押金中扣除欠费金额。'
package/lib/locales/en.js CHANGED
@@ -119,7 +119,6 @@ var _default = exports.default = {
119
119
  componentCount: '{count} Component Included',
120
120
  componentsCount: '{count} Components Included',
121
121
  onDemandNotSupport: 'This app does not support installation in on-demand space, please purchase dedicated space or install in your own dedicated space',
122
- freeTrial: 'Free Trial',
123
122
  dialog: {
124
123
  title: 'Purchase Blocklet Space NFT',
125
124
  scan: 'Scan the QR code below with your DID wallet to complete purchase',
@@ -163,7 +162,9 @@ var _default = exports.default = {
163
162
  },
164
163
  agreement: '{name} User Agreement',
165
164
  estimatedCost: 'Estimated Cost',
165
+ estimatedCostFreeTrial: 'Estimated Cost After The Trial ends',
166
166
  estimatedCostHint: 'The total cost will vary depending on the actual number and duration of components used in the application. The calculation method is: Unit price of component * Number of components * Duration.',
167
+ freeTrial: 'Free Trial',
167
168
  freeTrialHint: 'Free trial for {duration}',
168
169
  stakeAmount: 'Stake Amount',
169
170
  stakeHint: 'On-demand spaces operate on a postpaid strategy. You need to stake {amount} for each space. If there are no due invoices when your subscription ends, the staking will be returned to you; otherwise, the staking will be slashed to pay for the due invoices.'
package/lib/locales/zh.js CHANGED
@@ -118,7 +118,6 @@ var _default = exports.default = {
118
118
  componentCount: '共 {count} 个组件',
119
119
  componentsCount: '共 {count} 个组件',
120
120
  onDemandNotSupport: '该应用不支持安装在按需空间中,请购买专用空间,或者安装在自己已有的专用空间中',
121
- freeTrial: '免费试用',
122
121
  dialog: {
123
122
  title: '购买 Blocklet Server NFT',
124
123
  scan: '用您的 DID 钱包扫描下面的二维码完成购买',
@@ -161,8 +160,10 @@ var _default = exports.default = {
161
160
  title: '选择支付货币'
162
161
  },
163
162
  agreement: '{name} 用户协议',
163
+ estimatedCostFreeTrial: '试用结束后估算成本',
164
164
  estimatedCost: '估算成本',
165
165
  estimatedCostHint: '总成本会根据应用实际使用的组件数量和时长而变化,计算方式为: 组件单价*组件数量*时长',
166
+ freeTrial: '免费试用',
166
167
  freeTrialHint: '免费试用{duration}',
167
168
  stakeAmount: '质押金额',
168
169
  stakeHint: '按需空间采用后付费策略,每个按需空间需要您质押 {amount} 作为服务使用保证金,如果服务结束后没有出现欠费,抵押金将会返还给您;否则会从抵押金中扣除欠费金额。'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.3.34",
3
+ "version": "2.3.35",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,16 +41,16 @@
41
41
  "react": ">=18.1.0"
42
42
  },
43
43
  "dependencies": {
44
- "@arcblock/did-connect": "^2.10.9",
45
- "@arcblock/icons": "^2.10.9",
46
- "@arcblock/license": "^2.10.9",
47
- "@arcblock/react-hooks": "^2.10.9",
48
- "@arcblock/ux": "^2.10.9",
49
- "@blocklet/launcher-layout": "2.3.34",
50
- "@blocklet/launcher-util": "2.3.34",
51
- "@blocklet/launcher-ux": "2.3.34",
52
- "@blocklet/payment": "^1.14.5",
53
- "@blocklet/payment-react": "^1.14.5",
44
+ "@arcblock/did-connect": "^2.10.10",
45
+ "@arcblock/icons": "^2.10.10",
46
+ "@arcblock/license": "^2.10.10",
47
+ "@arcblock/react-hooks": "^2.10.10",
48
+ "@arcblock/ux": "^2.10.10",
49
+ "@blocklet/launcher-layout": "2.3.35",
50
+ "@blocklet/launcher-util": "2.3.35",
51
+ "@blocklet/launcher-ux": "2.3.35",
52
+ "@blocklet/payment": "^1.14.6",
53
+ "@blocklet/payment-react": "^1.14.6",
54
54
  "@emotion/react": "^11.13.0",
55
55
  "@emotion/styled": "^11.13.0",
56
56
  "@mui/icons-material": "^5.16.5",
@@ -81,8 +81,8 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@babel/cli": "^7.24.8",
84
- "@babel/core": "^7.24.9",
85
- "@babel/preset-env": "^7.25.0",
84
+ "@babel/core": "^7.25.2",
85
+ "@babel/preset-env": "^7.25.2",
86
86
  "@babel/preset-react": "^7.24.7",
87
87
  "babel-plugin-inline-react-svg": "^2.0.2",
88
88
  "glob": "^10.4.5"
@@ -105,5 +105,5 @@
105
105
  "require": "./lib/locales/index.js"
106
106
  }
107
107
  },
108
- "gitHead": "54c8d4db562dd766ed25c2adb05b00f4430d2083"
108
+ "gitHead": "e911a8f6561282c5d6173098d1666725d1e7f1d1"
109
109
  }