@nocobase/plugin-theme-editor 1.7.0-alpha.4 → 1.7.0-beta.10
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 +5 -5
- package/dist/locale/nl-NL.json +13 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-
|
|
11
|
+
"@nocobase/client": "1.7.0-beta.10",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"antd": "5.24.2",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "1.7.0-
|
|
15
|
+
"@nocobase/server": "1.7.0-beta.10",
|
|
16
16
|
"@ant-design/cssinjs": "1.21.1",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
18
|
-
"@nocobase/utils": "1.7.0-
|
|
18
|
+
"@nocobase/utils": "1.7.0-beta.10",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/actions": "1.7.0-
|
|
21
|
-
"@nocobase/database": "1.7.0-
|
|
20
|
+
"@nocobase/actions": "1.7.0-beta.10",
|
|
21
|
+
"@nocobase/database": "1.7.0-beta.10",
|
|
22
22
|
"@emotion/css": "11.13.0"
|
|
23
23
|
};
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Themes": "Thema's",
|
|
2
3
|
"Theme": "Thema",
|
|
3
4
|
"Local": "Lokaal",
|
|
4
5
|
"Dark theme": "Donker thema",
|
|
6
|
+
"Delete theme": "Verwijder thema",
|
|
7
|
+
"Deletion is unrecoverable. Confirm deletion?": "Verwijdering is onherstelbaar. Bevestig verwijdering?",
|
|
8
|
+
"Deleted successfully": "Succesvol verwijderd",
|
|
9
|
+
"Updated successfully": "Succesvol bijgewerkt",
|
|
10
|
+
"User selectable": "Gebruiker selecteerbaar",
|
|
11
|
+
"Default theme": "Standaard thema",
|
|
12
|
+
"Add new theme": "Voeg nieuw thema toe",
|
|
13
|
+
"Edit based on current theme": "Bewerk op basis van huidig thema",
|
|
14
|
+
"Create a brand new theme": "Nieuw thema aanmaken",
|
|
15
|
+
"Dark": "Donker",
|
|
16
|
+
"Compact": "Compact",
|
|
17
|
+
"Compact dark": "Compact donker",
|
|
5
18
|
"Optional": "Optioneel",
|
|
6
19
|
"Non-optional": "Niet-optioneel",
|
|
7
20
|
"Current": "Huidige",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "1.7.0-
|
|
3
|
+
"version": "1.7.0-beta.10",
|
|
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": "
|
|
35
|
+
"gitHead": "e9077cd02774330e9d9d0c9ff0324596207d90a0",
|
|
36
36
|
"keywords": [
|
|
37
37
|
"System management"
|
|
38
38
|
]
|