@steedos/service-i18n 2.5.8 → 2.5.9

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.
@@ -15,6 +15,10 @@ CustomLabels:
15
15
  tab_grouping_name: Name
16
16
  tab_grouping_open: Expand by Default
17
17
  tab_number: Sequence
18
+ tab_desktop: Desktop
19
+ tab_desktop_remark: Display in desktop menu
20
+ tab_mobile: Mobile
21
+ tab_mobile_remark: Displayed in the phone menu
18
22
  amis_edit:
19
23
  edit: Edit
20
24
  edit_apps: Edit Apps
@@ -15,6 +15,10 @@ CustomLabels:
15
15
  tab_grouping_name: 名称
16
16
  tab_grouping_open: 是否默认展开
17
17
  tab_number: 序号
18
+ tab_desktop: 桌面
19
+ tab_desktop_remark: 显示在桌面菜单中
20
+ tab_mobile: 手机
21
+ tab_mobile_remark: 显示在手机菜单中
18
22
  amis_edit:
19
23
  edit: 编辑
20
24
  edit_apps: 编辑 应用程序
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos/service-i18n",
3
3
  "main": "package.service.js",
4
- "version": "2.5.8",
4
+ "version": "2.5.9",
5
5
  "private": false,
6
6
  "repository": "https://github.com/steedos/steedos-platform.git",
7
7
  "description": "",
@@ -14,5 +14,5 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "gitHead": "f40371af9656414e369dbc28f333546eb14d7ac0"
17
+ "gitHead": "2a638a2fc89b12a6b7118cb6a9aea9c77570d16d"
18
18
  }