@nocobase/plugin-theme-editor 1.7.0-beta.2 → 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,16 +8,16 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.2",
11
+ "@nocobase/client": "1.7.0-beta.4",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.12.8",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/server": "1.7.0-beta.2",
15
+ "@nocobase/server": "1.7.0-beta.4",
16
16
  "@ant-design/cssinjs": "1.21.1",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@nocobase/utils": "1.7.0-beta.2",
18
+ "@nocobase/utils": "1.7.0-beta.4",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/actions": "1.7.0-beta.2",
21
- "@nocobase/database": "1.7.0-beta.2",
20
+ "@nocobase/actions": "1.7.0-beta.4",
21
+ "@nocobase/database": "1.7.0-beta.4",
22
22
  "@emotion/css": "11.13.0"
23
23
  };
@@ -1,22 +1,22 @@
1
1
  {
2
- "Theme": "Theme",
2
+ "Theme": "Thema",
3
3
  "Local": "Lokaal",
4
- "Dark theme": "Dark theme",
5
- "Optional": "Optional",
6
- "Non-optional": "Non-optional",
7
- "Current": "Current",
4
+ "Dark theme": "Donker thema",
5
+ "Optional": "Optioneel",
6
+ "Non-optional": "Niet-optioneel",
7
+ "Current": "Huidige",
8
8
  "Default": "Standaard",
9
- "Theme Editor": "Theme Editor",
9
+ "Theme Editor": "Themabewerker",
10
10
  "Save": "Opslaan",
11
11
  "Close": "Sluiten",
12
12
  "Edit": "Bewerken",
13
13
  "Export": "Exporteer",
14
- "edit Theme Config": "edit Theme Config",
15
- "The theme of the JSON format is incorrect": "The theme of the JSON format is incorrect",
16
- "Edited successfully": "Edited successfully",
14
+ "edit Theme Config": "Themaconfiguratie bewerken",
15
+ "The theme of the JSON format is incorrect": "Het thema van het JSON-formaat is onjuist",
16
+ "Edited successfully": "Succesvol bewerkt",
17
17
  "Saved successfully": "Succesvol opgeslagen",
18
- "Initializing Editor...": "Initializing Editor...",
19
- "Save theme": "Save theme",
20
- "Please set a name for this theme": "Please set a name for this theme",
21
- "Please input the theme name": "Please input the theme name"
18
+ "Initializing Editor...": "Bewerker initialiseren...",
19
+ "Save theme": "Bewaar thema",
20
+ "Please set a name for this theme": "Stel een naam in voor dit thema",
21
+ "Please input the theme name": "Voer de themanaam in"
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "1.7.0-beta.2",
3
+ "version": "1.7.0-beta.4",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/theme-editor",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
@@ -32,7 +32,7 @@
32
32
  "@nocobase/test": "1.x",
33
33
  "@nocobase/utils": "1.x"
34
34
  },
35
- "gitHead": "58b206bdfca521e79a69989ca55dd19075dca523",
35
+ "gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8",
36
36
  "keywords": [
37
37
  "System management"
38
38
  ]