@nocobase/plugin-api-keys 1.6.0-beta.9 → 1.7.0-beta.1

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.6.0-beta.9",
12
- "@nocobase/database": "1.6.0-beta.9",
13
- "@nocobase/server": "1.6.0-beta.9",
11
+ "@nocobase/client": "1.7.0-beta.1",
12
+ "@nocobase/database": "1.7.0-beta.1",
13
+ "@nocobase/server": "1.7.0-beta.1",
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.6.0-beta.9"
21
+ "@nocobase/actions": "1.7.0-beta.1"
22
22
  };
@@ -0,0 +1,21 @@
1
+ {
2
+ "API keys": "Chiavi API",
3
+ "API key created successfully": "Chiave API creata con successo",
4
+ "Make sure to copy your personal access key now as you will not be able to see this again.": "Assicurati di copiare ora la tua chiave di accesso personale poiché non potrai più vederla.",
5
+ "Key name": "Nome chiave",
6
+ "Expiration": "Scadenza",
7
+ "Delete API key": "Elimina chiave API",
8
+ "Role": "Ruolo",
9
+ "Keys manager": "Gestore chiavi",
10
+ "Created at": "Creato il",
11
+ "Add API key": "Aggiungi chiave API",
12
+ "Never": "Mai",
13
+ "Custom": "Personalizzato",
14
+ "Never expires": "Non scade mai",
15
+ "1 Day": "1 giorno",
16
+ "7 Days": "7 giorni",
17
+ "30 Days": "30 giorni",
18
+ "90 Days": "90 giorni",
19
+ "Role not found": "Ruolo non trovato",
20
+ "Allow only your own roles to be selected": "Consenti solo i tuoi ruoli essere selezionati"
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.6.0-beta.9",
7
+ "version": "1.7.0-beta.1",
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": "eb1ff948fcf7a51175626a1a56a8b8d9b90be006"
35
+ "gitHead": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e"
36
36
  }