@nocobase/plugin-api-keys 1.3.24-beta → 1.3.26-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 +4 -4
- package/dist/locale/ja_JP.json +21 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.3.
|
|
12
|
-
"@nocobase/database": "1.3.
|
|
13
|
-
"@nocobase/server": "1.3.
|
|
11
|
+
"@nocobase/client": "1.3.26-beta",
|
|
12
|
+
"@nocobase/database": "1.3.26-beta",
|
|
13
|
+
"@nocobase/server": "1.3.26-beta",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.12.8",
|
|
@@ -18,5 +18,5 @@ module.exports = {
|
|
|
18
18
|
"react": "18.2.0",
|
|
19
19
|
"@formily/shared": "2.3.0",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/actions": "1.3.
|
|
21
|
+
"@nocobase/actions": "1.3.26-beta"
|
|
22
22
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API keys": "APIキー",
|
|
3
|
+
"API key created successfully": "APIキーが正常に作成されました",
|
|
4
|
+
"Make sure to copy your personal access key now as you will not be able to see this again.": "この後は個人のアクセスキーを確認できないため、今コピーしてください",
|
|
5
|
+
"Key name": "キー名",
|
|
6
|
+
"Expiration": "有効期限",
|
|
7
|
+
"Delete API key": "APIキーを削除",
|
|
8
|
+
"Role": "役割",
|
|
9
|
+
"Keys manager": "キー管理者",
|
|
10
|
+
"Created at": "作成日",
|
|
11
|
+
"Add API key": "APIキーを追加",
|
|
12
|
+
"Never": "なし",
|
|
13
|
+
"Custom": "カスタム",
|
|
14
|
+
"Never expires": "無期限",
|
|
15
|
+
"1 Day": "1日",
|
|
16
|
+
"7 Days": "7日",
|
|
17
|
+
"30 Days": "30日",
|
|
18
|
+
"90 Days": "90日",
|
|
19
|
+
"Role not found": "役割が見つかりません",
|
|
20
|
+
"Allow only your own roles to be selected": "自分の役割のみを選択可能"
|
|
21
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "认证:API 密钥",
|
|
5
5
|
"description": "Allows users to use API key to access application's HTTP API",
|
|
6
6
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
7
|
-
"version": "1.3.
|
|
7
|
+
"version": "1.3.26-beta",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"@nocobase/test": "1.x",
|
|
33
33
|
"@nocobase/utils": "1.x"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "492868e32388615f75ba5af28f33420899d3b211"
|
|
36
36
|
}
|