@abtnode/ux 1.16.13-beta-a83ad86d → 1.16.13-beta-d17a7de4
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/lib/locales/en.js +1 -1
- package/lib/locales/zh.js +2 -2
- package/package.json +7 -7
package/lib/locales/en.js
CHANGED
|
@@ -678,7 +678,7 @@ module.exports = {
|
|
|
678
678
|
switchLabel: 'Welcome Page'
|
|
679
679
|
},
|
|
680
680
|
upgrade: {
|
|
681
|
-
title: 'Upgrade Blocklet Server
|
|
681
|
+
title: 'Upgrade Blocklet Server {version}',
|
|
682
682
|
description: 'During the upgrade, your Blocklet Server will enter maintenance mode for a few minutes while the update is completed.',
|
|
683
683
|
dialog: 'Click on "confirm" to install the update. Blocklet Server will enter maintenance mode until the update is completed and return to production mode automatically.',
|
|
684
684
|
confirm: 'Upgrade',
|
package/lib/locales/zh.js
CHANGED
|
@@ -678,7 +678,7 @@ module.exports = {
|
|
|
678
678
|
webWalletUrl: 'DID Wallet 地址',
|
|
679
679
|
webWalletUrlPlaceholder: '你可以使用自己运行的 "DID Wallet", 也可以使用官方提供的版本',
|
|
680
680
|
upgrade: {
|
|
681
|
-
title: '
|
|
681
|
+
title: '升级节点 {version}',
|
|
682
682
|
description: '在升级期间,节点将会进入维护模式几分钟。',
|
|
683
683
|
dialog: '点击 “确认” 安装更新。节点将进入维护模式,直到更新完成并自动返回生产模式。',
|
|
684
684
|
confirm: '升级',
|
|
@@ -1236,7 +1236,7 @@ module.exports = {
|
|
|
1236
1236
|
extracting: '提取应用包的数据...',
|
|
1237
1237
|
downloadingComponent: '下载 {name}',
|
|
1238
1238
|
extractingComponent: '提取 {name}',
|
|
1239
|
-
installing: '
|
|
1239
|
+
installing: '安装应用组件...',
|
|
1240
1240
|
installed: '已安装',
|
|
1241
1241
|
starting: '正在启动应用...',
|
|
1242
1242
|
done: '等待应用就绪...'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.13-beta-
|
|
3
|
+
"version": "1.16.13-beta-d17a7de4",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@abtnode/auth": "1.16.13-beta-
|
|
27
|
-
"@abtnode/constant": "1.16.13-beta-
|
|
28
|
-
"@abtnode/util": "1.16.13-beta-
|
|
26
|
+
"@abtnode/auth": "1.16.13-beta-d17a7de4",
|
|
27
|
+
"@abtnode/constant": "1.16.13-beta-d17a7de4",
|
|
28
|
+
"@abtnode/util": "1.16.13-beta-d17a7de4",
|
|
29
29
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
30
30
|
"@arcblock/did": "^1.18.84",
|
|
31
31
|
"@arcblock/did-connect": "^2.5.53",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@arcblock/react-hooks": "^2.5.53",
|
|
35
35
|
"@arcblock/terminal": "^2.5.53",
|
|
36
36
|
"@arcblock/ux": "^2.5.53",
|
|
37
|
-
"@blocklet/constant": "1.16.13-beta-
|
|
37
|
+
"@blocklet/constant": "1.16.13-beta-d17a7de4",
|
|
38
38
|
"@blocklet/launcher-layout": "2.1.26",
|
|
39
39
|
"@blocklet/list": "^0.12.4",
|
|
40
|
-
"@blocklet/meta": "1.16.13-beta-
|
|
40
|
+
"@blocklet/meta": "1.16.13-beta-d17a7de4",
|
|
41
41
|
"@blocklet/ui-react": "^2.5.53",
|
|
42
42
|
"@emotion/react": "^11.10.4",
|
|
43
43
|
"@emotion/styled": "^11.10.4",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"@babel/preset-react": "^7.18.6",
|
|
95
95
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "f14750f3b9feeafe80ee88499b2b4a061c2c28c4"
|
|
98
98
|
}
|