@nocobase/plugin-api-keys 1.7.0-beta.3 → 1.7.0-beta.4

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.
@@ -8,9 +8,9 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.3",
12
- "@nocobase/database": "1.7.0-beta.3",
13
- "@nocobase/server": "1.7.0-beta.3",
11
+ "@nocobase/client": "1.7.0-beta.4",
12
+ "@nocobase/database": "1.7.0-beta.4",
13
+ "@nocobase/server": "1.7.0-beta.4",
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.2",
20
20
  "react-i18next": "11.18.6",
21
- "@nocobase/actions": "1.7.0-beta.3"
21
+ "@nocobase/actions": "1.7.0-beta.4"
22
22
  };
@@ -1,21 +1,21 @@
1
1
  {
2
- "API keys": "API keys",
3
- "API key created successfully": "API key created successfully",
4
- "Make sure to copy your personal access key now as you will not be able to see this again.": "Make sure to copy your personal access key now as you will not be able to see this again.",
5
- "Key name": "Key name",
6
- "Expiration": "Expiration",
7
- "Delete API key": "Delete API key",
8
- "Role": "Role",
9
- "Keys manager": "Keys manager",
2
+ "API keys": "API-sleutels",
3
+ "API key created successfully": "API-sleutel succesvol aangemaakt",
4
+ "Make sure to copy your personal access key now as you will not be able to see this again.": "Zorg ervoor dat je nu je persoonlijke toegangssleutel kopieert, want je kan deze later niet meer opnieuw zien.",
5
+ "Key name": "Sleutelnaam",
6
+ "Expiration": "Vervaldatum",
7
+ "Delete API key": "API key verwijderen",
8
+ "Role": "Rol",
9
+ "Keys manager": "Sleutelbeheerder",
10
10
  "Created at": "Aangemaakt op",
11
- "Add API key": "Add API key",
12
- "Never": "Never",
11
+ "Add API key": "API key toevoegen",
12
+ "Never": "Nooit",
13
13
  "Custom": "Aangepast",
14
- "Never expires": "Never expires",
15
- "1 Day": "1 Day",
16
- "7 Days": "7 Days",
17
- "30 Days": "30 Days",
18
- "90 Days": "90 Days",
19
- "Role not found": "Role not found",
20
- "Allow only your own roles to be selected": "Allow only your own roles to be selected"
14
+ "Never expires": "Verloopt nooit",
15
+ "1 Day": "1 dag",
16
+ "7 Days": "7 dagen",
17
+ "30 Days": "30 dagen",
18
+ "90 Days": "90 dagen",
19
+ "Role not found": "Rol niet gevonden",
20
+ "Allow only your own roles to be selected": "Alleen je eigen rollen mogen worden geselecteerd"
21
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.7.0-beta.3",
7
+ "version": "1.7.0-beta.4",
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": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5"
35
+ "gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8"
36
36
  }