@steedos/service-i18n 3.0.0-beta.95 → 3.0.0-beta.96

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.
@@ -6,6 +6,7 @@ CustomLabels:
6
6
  desc: Desc
7
7
  confirm_delete: Are you sure you want to delete it?
8
8
  alert_info: System Info
9
+ submitSuccRequireRefreshMsg: The operation was successful. Please refresh your browser to check the effect.
9
10
  apps:
10
11
  apps_form:
11
12
  tab: Tab
@@ -6,6 +6,7 @@ CustomLabels:
6
6
  desc: 降序
7
7
  confirm_delete: 确认要删除吗?
8
8
  alert_info: 系统消息
9
+ submitSuccRequireRefreshMsg: 操作成功,请刷新浏览器后查看效果
9
10
  apps:
10
11
  apps_form:
11
12
  tab: 选项卡
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos/service-i18n",
3
3
  "main": "package.service.js",
4
- "version": "3.0.0-beta.95",
4
+ "version": "3.0.0-beta.96",
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": "ebbff21aa5ceccd2bc84cabd973b22998a9e6310"
17
+ "gitHead": "96b68e266d217fce7ae35724edca75e53930db14"
18
18
  }