@nocobase/plugin-theme-editor 1.5.23 → 1.5.25
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/it-IT.json +22 -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.5.
|
|
11
|
+
"@nocobase/client": "1.5.25",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"antd": "5.12.8",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "1.5.
|
|
15
|
+
"@nocobase/server": "1.5.25",
|
|
16
16
|
"@ant-design/cssinjs": "1.21.1",
|
|
17
17
|
"@ant-design/icons": "5.2.6",
|
|
18
|
-
"@nocobase/utils": "1.5.
|
|
18
|
+
"@nocobase/utils": "1.5.25",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/actions": "1.5.
|
|
21
|
-
"@nocobase/database": "1.5.
|
|
20
|
+
"@nocobase/actions": "1.5.25",
|
|
21
|
+
"@nocobase/database": "1.5.25",
|
|
22
22
|
"@emotion/css": "11.13.0"
|
|
23
23
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Theme": "Tema",
|
|
3
|
+
"Local": "Locale",
|
|
4
|
+
"Dark theme": "Tema scuro",
|
|
5
|
+
"Optional": "Opzionale",
|
|
6
|
+
"Non-optional": "Non opzionale",
|
|
7
|
+
"Current": "Corrente",
|
|
8
|
+
"Default": "Predefinito",
|
|
9
|
+
"Theme Editor": "Editor Tema",
|
|
10
|
+
"Save": "Salva",
|
|
11
|
+
"Close": "Chiudi",
|
|
12
|
+
"Edit": "Modifica",
|
|
13
|
+
"Export": "Esporta",
|
|
14
|
+
"edit Theme Config": "modifica Configurazione Tema",
|
|
15
|
+
"The theme of the JSON format is incorrect": "Il tema del formato JSON non è corretto",
|
|
16
|
+
"Edited successfully": "Modifica riuscita",
|
|
17
|
+
"Saved successfully": "Salvataggio riuscito",
|
|
18
|
+
"Initializing Editor...": "Inizializzazione Editor...",
|
|
19
|
+
"Save theme": "Salva tema",
|
|
20
|
+
"Please set a name for this theme": "Imposta un nome per questo tema",
|
|
21
|
+
"Please input the theme name": "Inserisci il nome del tema"
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.25",
|
|
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": "e5d8a5cf623725d258c5535eb57cec4c3a681f34",
|
|
36
36
|
"keywords": [
|
|
37
37
|
"System management"
|
|
38
38
|
]
|