@nocobase/plugin-mobile-client 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.
@@ -8,14 +8,14 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.6.1",
11
+ "@nocobase/client": "1.6.3",
12
12
  "react": "18.2.0",
13
13
  "react-router-dom": "6.28.1",
14
- "@nocobase/server": "1.6.1",
14
+ "@nocobase/server": "1.6.3",
15
15
  "antd": "5.12.8",
16
16
  "react-i18next": "11.18.6",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@nocobase/database": "1.6.1",
18
+ "@nocobase/database": "1.6.3",
19
19
  "@formily/react": "2.3.0",
20
20
  "@formily/shared": "2.3.2",
21
21
  "lodash": "4.17.21",
@@ -0,0 +1,32 @@
1
+ {
2
+ "Mobile Client-side(Deprecated)": "Mobile Client-Seite (Veraltet)",
3
+ "Interface Configuration": "Schnittstellenkonfiguration",
4
+ "App Configuration": "App-Konfiguration",
5
+ "Enable TabBar": "TabBar aktivieren",
6
+ "Untitled": "Ohne Titel",
7
+ "Edit info": "Informationen bearbeiten",
8
+ "Title": "Titel",
9
+ "Display back button": "Zurück-Button anzeigen",
10
+ "Delete menu": "Menü löschen",
11
+ "Edit menu info": "Menüinformationen bearbeiten",
12
+ "Menu": "Menü",
13
+ "Menu name": "Menüname",
14
+ "Icon": "Symbol",
15
+ "Delete menu item?": "Menüelement löschen?",
16
+ "Add menu item": "Menüelement hinzufügen",
17
+ "Page template": "Seitenvorlage",
18
+ "Template mode": "Vorlagenmodus",
19
+ "Enable Header": "Header aktivieren",
20
+ "Enable Tabs": "Tabs aktivieren",
21
+ "Delete tab item?": "Tab-Element löschen?",
22
+ "Add tab": "Tab hinzufügen",
23
+ "App level Configuration": "App-Ebenen-Konfiguration",
24
+ "Menu configuration": "Menükonfiguration",
25
+ "Page configuration": "Seitenkonfiguration",
26
+ "Settings": "Einstellungen",
27
+ "Delete settings block": "Einstellungsblock löschen",
28
+ "Delete menu block": "Menüblock löschen",
29
+ "Mobile client access address": "Zugangsadresse für mobile Clients",
30
+ "The full address is": "Die vollständige Adresse ist",
31
+ "Preview": "Vorschau"
32
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile-client",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "main": "./dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/mobile-client",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
@@ -33,5 +33,5 @@
33
33
  "@nocobase/test": "1.x",
34
34
  "@nocobase/utils": "1.x"
35
35
  },
36
- "gitHead": "a784836ebbe1ddd514bf09c477ca0cff176dcbfd"
36
+ "gitHead": "a5236dc36ff3493fee4ced9d99e1889e9de300cf"
37
37
  }