@nocobase/plugin-block-workbench 1.3.23-beta → 1.3.25-beta
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/dist/externalVersion.js +3 -3
- package/dist/locale/ja_JP.json +10 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"@nocobase/client": "1.3.
|
|
13
|
-
"@nocobase/utils": "1.3.
|
|
12
|
+
"@nocobase/client": "1.3.25-beta",
|
|
13
|
+
"@nocobase/utils": "1.3.25-beta",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"antd": "5.12.8",
|
|
16
16
|
"antd-style": "3.4.5",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/server": "1.3.
|
|
18
|
+
"@nocobase/server": "1.3.25-beta",
|
|
19
19
|
"@ant-design/icons": "5.3.7",
|
|
20
20
|
"react-router-dom": "6.21.0"
|
|
21
21
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workbench": "作業台",
|
|
3
|
+
"Scan QR code": "QRコードをスキャン",
|
|
4
|
+
"Album": "アルバム",
|
|
5
|
+
"No camera device detected": "カメラデバイスが検出されませんでした",
|
|
6
|
+
"You have not granted permission to use the camera": "カメラの使用許可がありません",
|
|
7
|
+
"Unknown error": "不明なエラー",
|
|
8
|
+
"The image size is too large. Please compress it to below 1MB before uploading": "画像サイズが大きすぎます。アップロード前に1MB以下に圧縮してください。",
|
|
9
|
+
"QR code recognition failed, please scan again": "QRコードの認識に失敗しました。再度スキャンしてください。"
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-block-workbench",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.25-beta",
|
|
4
4
|
"displayName": "Block: Workbench",
|
|
5
5
|
"displayName.zh-CN": "区块:工作台",
|
|
6
6
|
"description": "Add buttons for actions, links, etc. in the workbench block to quickly initiate actions and jump pages.",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"keywords": [
|
|
21
21
|
"Blocks"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45"
|
|
24
24
|
}
|