@nocobase/plugin-mobile 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.
@@ -11,23 +11,23 @@ module.exports = {
11
11
  "@emotion/css": "11.13.4",
12
12
  "@formily/core": "2.3.0",
13
13
  "@formily/shared": "2.3.2",
14
- "@nocobase/client": "1.5.23",
15
- "@nocobase/plugin-acl": "1.5.23",
14
+ "@nocobase/client": "1.5.25",
15
+ "@nocobase/plugin-acl": "1.5.25",
16
16
  "ahooks": "3.7.8",
17
17
  "antd": "5.12.8",
18
18
  "lodash": "4.17.21",
19
19
  "react": "18.2.0",
20
20
  "react-i18next": "11.18.6",
21
21
  "react-router-dom": "6.21.0",
22
- "@nocobase/database": "1.5.23",
23
- "@nocobase/server": "1.5.23",
24
- "@nocobase/test": "1.5.23",
25
- "@nocobase/utils": "1.5.23",
22
+ "@nocobase/database": "1.5.25",
23
+ "@nocobase/server": "1.5.25",
24
+ "@nocobase/test": "1.5.25",
25
+ "@nocobase/utils": "1.5.25",
26
26
  "@formily/react": "2.3.0",
27
- "@nocobase/plugin-mobile": "1.5.23",
27
+ "@nocobase/plugin-mobile": "1.5.25",
28
28
  "@ant-design/icons": "5.2.6",
29
29
  "react-dom": "18.2.0",
30
- "@nocobase/sdk": "1.5.23",
30
+ "@nocobase/sdk": "1.5.25",
31
31
  "dayjs": "1.11.10",
32
32
  "@formily/antd-v5": "1.1.9"
33
33
  };
@@ -0,0 +1,29 @@
1
+ {
2
+ "App settings": "Impostazioni app",
3
+ "Page settings": "Impostazioni pagina",
4
+ "Info": "Info",
5
+ "Back": "Indietro",
6
+ "Link": "Collegamento",
7
+ "Remove": "Rimuovi",
8
+ "Add page": "Aggiungi pagina",
9
+ "Title": "Titolo",
10
+ "Icon": "Icona",
11
+ "Selected icon": "Icona selezionata",
12
+ "Add link": "Aggiungi collegamento",
13
+ "Display tab bar": "Mostra barra tab",
14
+ "Display page header": "Mostra intestazione pagina",
15
+ "Display navigation bar": "Mostra barra di navigazione",
16
+ "Display page title": "Mostra titolo pagina",
17
+ "Display tabs": "Mostra tab",
18
+ "Add tab": "Aggiungi tab",
19
+ "Mobile": "Mobile",
20
+ "Title field is required": "Il campo titolo è obbligatorio",
21
+ "Icon field is required": "Il campo icona è obbligatorio",
22
+ "Desktop data blocks": "Blocchi dati desktop",
23
+ "Other desktop blocks": "Altri blocchi desktop",
24
+ "Settings": "Impostazioni",
25
+ "Mobile menu": "Menu mobile",
26
+ "No accessible pages found": "Nessuna pagina accessibile trovata",
27
+ "This might be due to permission configuration issues": "Questo potrebbe essere dovuto a problemi di configurazione dei permessi",
28
+ "Select time":"Seleziona orario"
29
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile",
3
- "version": "1.5.23",
3
+ "version": "1.5.25",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/mobile",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
@@ -32,5 +32,5 @@
32
32
  "react-device-detect": "2.2.3",
33
33
  "react-i18next": "11.x"
34
34
  },
35
- "gitHead": "9072cec6f5046b6a6174ca8a2a45fd769eae35da"
35
+ "gitHead": "e5d8a5cf623725d258c5535eb57cec4c3a681f34"
36
36
  }