@nocobase/plugin-theme-editor 1.7.0-beta.1 → 1.7.0-beta.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.
@@ -8,16 +8,16 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.1",
11
+ "@nocobase/client": "1.7.0-beta.3",
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.1",
15
+ "@nocobase/server": "1.7.0-beta.3",
16
16
  "@ant-design/cssinjs": "1.21.1",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@nocobase/utils": "1.7.0-beta.1",
18
+ "@nocobase/utils": "1.7.0-beta.3",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/actions": "1.7.0-beta.1",
21
- "@nocobase/database": "1.7.0-beta.1",
20
+ "@nocobase/actions": "1.7.0-beta.3",
21
+ "@nocobase/database": "1.7.0-beta.3",
22
22
  "@emotion/css": "11.13.0"
23
23
  };
@@ -0,0 +1,36 @@
1
+ {
2
+ "Theme editor": "Theme-Editor",
3
+ "Themes": "Themes",
4
+ "Theme": "Theme",
5
+ "Local": "Lokal",
6
+ "Dark theme": "Dunkles Theme",
7
+ "Optional": "Optional",
8
+ "Non-optional": "Nicht optional",
9
+ "Current": "Aktuell",
10
+ "Default": "Standard",
11
+ "Delete theme": "Theme löschen",
12
+ "Deletion is unrecoverable. Confirm deletion?": "Das Löschen ist nicht rückgängig zu machen. Löschen bestätigen?",
13
+ "Deleted successfully": "Erfolgreich gelöscht",
14
+ "Updated successfully": "Erfolgreich aktualisiert",
15
+ "User selectable": "Vom Benutzer auswählbar",
16
+ "Default theme": "Standard-Theme",
17
+ "Add new theme": "Neues Theme hinzufügen",
18
+ "Edit based on current theme": "Basierend auf dem aktuellen Theme bearbeiten",
19
+ "Create a brand new theme": "Ein völlig neues Theme erstellen",
20
+ "Dark": "Dunkel",
21
+ "Compact": "Kompakt",
22
+ "Compact dark": "Kompakt dunkel",
23
+ "Theme Editor": "Theme-Editor",
24
+ "Save": "Speichern",
25
+ "Close": "Schließen",
26
+ "Edit": "Bearbeiten",
27
+ "Export": "Exportieren",
28
+ "edit Theme Config": "Theme-Konfiguration bearbeiten",
29
+ "The theme of the JSON format is incorrect": "Das Format des JSON-Themes ist nicht korrekt",
30
+ "Edited successfully": "Erfolgreich bearbeitet",
31
+ "Saved successfully": "Erfolgreich gespeichert",
32
+ "Initializing Editor...": "Editor wird initialisiert...",
33
+ "Save theme": "Theme speichern",
34
+ "Please set a name for this theme": "Bitte legen Sie einen Namen für dieses Theme fest",
35
+ "Please input the theme name": "Bitte geben Sie den Theme-Namen ein"
36
+ }
@@ -1,11 +1,23 @@
1
1
  {
2
- "Theme": "Tema",
3
- "Local": "Locale",
2
+ "Theme editor": "Editor temi",
3
+ "Themes": "Temi",
4
4
  "Dark theme": "Tema scuro",
5
5
  "Optional": "Opzionale",
6
6
  "Non-optional": "Non opzionale",
7
7
  "Current": "Corrente",
8
- "Default": "Predefinito",
8
+ "Default": "Predefinito",
9
+ "Delete theme": "Elimina tema",
10
+ "Deletion is unrecoverable. Confirm deletion?": "L'eliminazione è irreversibile. Confermare l'eliminazione?",
11
+ "Deleted successfully": "Eliminato con successo",
12
+ "Updated successfully": "Aggiornato con successo",
13
+ "User selectable": "Selezionabile dall'utente",
14
+ "Default theme": "Tema predefinito",
15
+ "Add new theme": "Aggiungi nuovo tema",
16
+ "Edit based on current theme": "Modifica basata sul tema corrente",
17
+ "Create a brand new theme": "Crea un tema completamente nuovo",
18
+ "Dark": "Scuro",
19
+ "Compact": "Compatto",
20
+ "Compact dark": "Scuro compatto"
9
21
  "Theme Editor": "Editor Tema",
10
22
  "Save": "Salva",
11
23
  "Close": "Chiudi",
@@ -18,5 +30,5 @@
18
30
  "Initializing Editor...": "Inizializzazione Editor...",
19
31
  "Save theme": "Salva tema",
20
32
  "Please set a name for this theme": "Imposta un nome per questo tema",
21
- "Please input the theme name": "Inserisci il nome del tema"
33
+ "Please input the theme name": "Inserisci il nome del tema"
22
34
  }
@@ -0,0 +1,22 @@
1
+ {
2
+ "Theme": "Theme",
3
+ "Local": "Lokaal",
4
+ "Dark theme": "Dark theme",
5
+ "Optional": "Optional",
6
+ "Non-optional": "Non-optional",
7
+ "Current": "Current",
8
+ "Default": "Standaard",
9
+ "Theme Editor": "Theme Editor",
10
+ "Save": "Opslaan",
11
+ "Close": "Sluiten",
12
+ "Edit": "Bewerken",
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",
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"
22
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "1.7.0-beta.1",
3
+ "version": "1.7.0-beta.3",
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e",
35
+ "gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
36
36
  "keywords": [
37
37
  "System management"
38
38
  ]