@nocobase/plugin-api-keys 0.19.0-alpha.3 → 0.19.0-alpha.5
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/ko_KR.json +21 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
3
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
4
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.5",
|
|
3
|
+
"@nocobase/database": "0.19.0-alpha.5",
|
|
4
|
+
"@nocobase/server": "0.19.0-alpha.5",
|
|
5
5
|
"@formily/react": "2.3.0",
|
|
6
6
|
"ahooks": "3.7.8",
|
|
7
7
|
"antd": "5.12.8",
|
|
@@ -9,5 +9,5 @@ module.exports = {
|
|
|
9
9
|
"react": "18.2.0",
|
|
10
10
|
"@formily/shared": "2.3.0",
|
|
11
11
|
"react-i18next": "11.18.6",
|
|
12
|
-
"@nocobase/actions": "0.19.0-alpha.
|
|
12
|
+
"@nocobase/actions": "0.19.0-alpha.5"
|
|
13
13
|
};
|
|
@@ -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 NocoBase HTTP API",
|
|
6
6
|
"description.zh-CN": "允许用户使用 API 密钥访问 NocoBase HTTP API",
|
|
7
|
-
"version": "0.19.0-alpha.
|
|
7
|
+
"version": "0.19.0-alpha.5",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@nocobase/test": "0.x",
|
|
28
28
|
"@nocobase/utils": "0.x"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "580eca25451ec731d17ddef285d0b8c52c48d501"
|
|
31
31
|
}
|