@nocobase/plugin-api-keys 2.0.0-alpha.42 → 2.0.0-alpha.44
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/ru-RU.json +21 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
13
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
12
|
+
"@nocobase/database": "2.0.0-alpha.44",
|
|
13
|
+
"@nocobase/server": "2.0.0-alpha.44",
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.24.2",
|
|
@@ -18,5 +18,5 @@ module.exports = {
|
|
|
18
18
|
"react": "18.2.0",
|
|
19
19
|
"@formily/shared": "2.3.7",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/actions": "2.0.0-alpha.44"
|
|
22
22
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"1 Day": "1 день",
|
|
3
|
+
"30 Days": "30 дней",
|
|
4
|
+
"7 Days": "7 дней",
|
|
5
|
+
"90 Days": "90 дней",
|
|
6
|
+
"Add API key": "Добавить ключ API",
|
|
7
|
+
" Allow only your own roles to be selected": "Разрешить выбор только собственных ролей",
|
|
8
|
+
"API key created successfully": "Ключ API успешно создан",
|
|
9
|
+
"API keys": "Ключи API",
|
|
10
|
+
"Created at": "Создано",
|
|
11
|
+
"Custom": "Пользовательский",
|
|
12
|
+
"Delete API key": "Удалить ключ API",
|
|
13
|
+
"Expiration": "Срок действия",
|
|
14
|
+
"Key name": "Название ключа",
|
|
15
|
+
"Keys manager": "Менеджер ключей",
|
|
16
|
+
"Make sure to copy your personal access key now as you will not be able to see this again.": "Убедитесь, что вы скопировали свой личный ключ доступа сейчас, так как вы не сможете увидеть его снова.",
|
|
17
|
+
"Never": "Никогда",
|
|
18
|
+
"Never expires": "Без срока действия",
|
|
19
|
+
"Role": "Роль",
|
|
20
|
+
"Role not found": "Роль не найдена"
|
|
21
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-api-keys",
|
|
3
3
|
"displayName": "Auth: API keys",
|
|
4
|
+
"displayName.ru-RU": "Аутентификация: API ключи",
|
|
4
5
|
"displayName.zh-CN": "认证:API 密钥",
|
|
5
6
|
"description": "Allows users to use API key to access application's HTTP API",
|
|
7
|
+
"description.ru-RU": "Позволяет пользователям использовать API ключ для доступа к HTTP API приложения",
|
|
6
8
|
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.44",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "./dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/api-keys",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/api-keys",
|
|
12
15
|
"keywords": [
|
|
13
16
|
"Authentication"
|
|
@@ -32,5 +35,5 @@
|
|
|
32
35
|
"@nocobase/test": "2.x",
|
|
33
36
|
"@nocobase/utils": "2.x"
|
|
34
37
|
},
|
|
35
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
|
|
36
39
|
}
|