@nocobase/plugin-environment-variables 1.6.1 → 1.6.3

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.
@@ -9,12 +9,12 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.6.1",
12
+ "@nocobase/client": "1.6.3",
13
13
  "react": "18.2.0",
14
- "@nocobase/server": "1.6.1",
14
+ "@nocobase/server": "1.6.3",
15
15
  "@ant-design/icons": "5.6.1",
16
16
  "@formily/antd-v5": "1.1.9",
17
17
  "@formily/core": "2.3.0",
18
18
  "antd": "5.12.8",
19
- "@nocobase/database": "1.6.1"
19
+ "@nocobase/database": "1.6.3"
20
20
  };
@@ -0,0 +1,16 @@
1
+ {
2
+ "Environment": "Umgebung",
3
+ "Variables and secrets": "Variablen und Geheimnisse",
4
+ "Variables": "Variablen",
5
+ "Secrets": "Geheimnisse",
6
+ "Add variable": "Variable hinzufügen",
7
+ "Bulk import": "Massenimport",
8
+ "Name": "Name",
9
+ "Value": "Wert",
10
+ "Type": "Typ",
11
+ "Plain text": "Klartext",
12
+ "Encrypted": "Verschlüsselt",
13
+ "Delete variable": "Variable löschen",
14
+ "Restart now": "Jetzt neu starten",
15
+ "Variables and secrets have been updated. A restart is required for the changes to take effect.": "Variablen und Geheimnisse wurden aktualisiert. Ein Neustart ist erforderlich, damit die Änderungen wirksam werden."
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Environment": "Ambiente",
3
+ "Variables and secrets": "Variabili e segreti",
4
+ "Variables": "Variabili",
5
+ "Secrets": "Segreti",
6
+ "Add variable": "Aggiungi variabile",
7
+ "Bulk import": "Importazione in blocco",
8
+ "Name": "Nome",
9
+ "Value": "Valore",
10
+ "Type": "Tipo",
11
+ "Plain text": "Testo semplice",
12
+ "Encrypted": "Crittografato",
13
+ "Delete variable": "Elimina variabile",
14
+ "Restart now": "Riavvia ora",
15
+ "Variables and secrets have been updated. A restart is required for the changes to take effect.": "Rilevati aggiornamenti a variabili e segreti. È necessario un riavvio per applicare le modifiche."
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-environment-variables",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "main": "dist/server/index.js",
5
5
  "peerDependencies": {
6
6
  "@nocobase/client": "1.x",
@@ -16,5 +16,5 @@
16
16
  "keywords": [
17
17
  "System management"
18
18
  ],
19
- "gitHead": "a784836ebbe1ddd514bf09c477ca0cff176dcbfd"
19
+ "gitHead": "a5236dc36ff3493fee4ced9d99e1889e9de300cf"
20
20
  }