@nocobase/plugin-mobile-client 1.4.0-alpha.20240919174335 → 1.4.0-alpha.20240928155737

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.4.0-alpha.20240919174335",
11
+ "@nocobase/client": "1.4.0-alpha.20240928155737",
12
12
  "react": "18.2.0",
13
13
  "react-router-dom": "6.21.0",
14
- "@nocobase/server": "1.4.0-alpha.20240919174335",
14
+ "@nocobase/server": "1.4.0-alpha.20240928155737",
15
15
  "antd": "5.12.8",
16
16
  "react-i18next": "11.18.6",
17
17
  "@ant-design/icons": "5.2.6",
18
- "@nocobase/database": "1.4.0-alpha.20240919174335",
18
+ "@nocobase/database": "1.4.0-alpha.20240928155737",
19
19
  "@formily/react": "2.3.0",
20
20
  "@formily/shared": "2.3.0",
21
21
  "lodash": "4.17.21",
@@ -0,0 +1,26 @@
1
+ {
2
+ "App settings": "アプリ設定",
3
+ "Page settings": "ページ設定",
4
+ "Info": "情報",
5
+ "Back": "戻る",
6
+ "Link": "リンク",
7
+ "Remove": "削除",
8
+ "Add page": "ページを追加",
9
+ "Title": "タイトル",
10
+ "Icon": "アイコン",
11
+ "Selected icon": "選択アイコン",
12
+ "Add link": "リンクを追加",
13
+ "Display tab bar": "タブバーを表示",
14
+ "Display page header": "ページヘッダーを表示",
15
+ "Display navigation bar": "ナビゲーションバーを表示",
16
+ "Display page title": "ページタイトルを表示",
17
+ "Display tabs": "タブを表示",
18
+ "Add tab": "タブを追加",
19
+ "Mobile": "モバイル",
20
+ "Title field is required": "タイトルフィールドは必須です",
21
+ "Icon field is required": "アイコンフィールドは必須です",
22
+ "Desktop data blocks": "デスクトップデータブロック",
23
+ "Other desktop blocks": "他のデスクトップブロック",
24
+ "Settings": "設定",
25
+ "Fill": "塗りつぶし"
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile-client",
3
- "version": "1.4.0-alpha.20240919174335",
3
+ "version": "1.4.0-alpha.20240928155737",
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": "57b1697b219b5c8e6a0444ee19bd66cd598bd07f"
36
+ "gitHead": "f2765665126f5e9b5ae01f9ca6e8a151916554b4"
37
37
  }