@nocobase/plugin-mobile-client 1.6.0-beta.17 → 1.6.0-beta.18

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.0-beta.17",
11
+ "@nocobase/client": "1.6.0-beta.18",
12
12
  "react": "18.2.0",
13
13
  "react-router-dom": "6.28.1",
14
- "@nocobase/server": "1.6.0-beta.17",
14
+ "@nocobase/server": "1.6.0-beta.18",
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.0-beta.17",
18
+ "@nocobase/database": "1.6.0-beta.18",
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)": "Lato Client Mobile (Deprecato)",
3
+ "Interface Configuration": "Configurazione Interfaccia",
4
+ "App Configuration": "Configurazione App",
5
+ "Enable TabBar": "Abilita TabBar",
6
+ "Untitled": "Senza titolo",
7
+ "Edit info": "Modifica informazioni",
8
+ "Title": "Titolo",
9
+ "Display back button": "Mostra pulsante indietro",
10
+ "Delete menu": "Elimina menu",
11
+ "Edit menu info": "Modifica informazioni menu",
12
+ "Menu": "Menu",
13
+ "Menu name": "Nome menu",
14
+ "Icon": "Icona",
15
+ "Delete menu item?": "Eliminare elemento menu?",
16
+ "Add menu item": "Aggiungi elemento menu",
17
+ "Page template": "Modello pagina",
18
+ "Template mode": "Modalità modello",
19
+ "Enable Header": "Abilita Intestazione",
20
+ "Enable Tabs": "Abilita Tab",
21
+ "Delete tab item?": "Eliminare elemento tab?",
22
+ "Add tab": "Aggiungi tab",
23
+ "App level Configuration": "Configurazione a livello di App",
24
+ "Menu configuration": "Configurazione menu",
25
+ "Page configuration": "Configurazione pagina",
26
+ "Settings": "Impostazioni",
27
+ "Delete settings block": "Elimina blocco impostazioni",
28
+ "Delete menu block": "Elimina blocco menu",
29
+ "Mobile client access address": "Indirizzo di accesso client mobile",
30
+ "The full address is": "L'indirizzo completo è",
31
+ "Preview": "Anteprima"
32
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile-client",
3
- "version": "1.6.0-beta.17",
3
+ "version": "1.6.0-beta.18",
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": "f431f7c589bcefd6dcda19a0119a85b0aa192b05"
36
+ "gitHead": "b6981f549765a1f94fe43a18faa0eae9246fdd98"
37
37
  }