@steedos/service-i18n 2.3.2-beta.9 → 2.3.3-beta.1

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.
@@ -5,6 +5,9 @@ CustomLabels:
5
5
  frontend_form_new: New
6
6
  frontend_form_select: Select
7
7
  frontend_form_confirm: Confirm
8
+ frontend_list_no_actions_tip: no operation
9
+ frontend_field_lookup_no_such_record: No such record
10
+ frontend_field_file_upload: Upload
8
11
  frontend_filter_operation_yes: 'yes'
9
12
  frontend_filter_operation_no: 'no'
10
13
  frontend_filter_operation_start: Start
@@ -5,6 +5,9 @@ CustomLabels:
5
5
  frontend_form_new: 新建
6
6
  frontend_form_select: 选择
7
7
  frontend_form_confirm: 确认
8
+ frontend_list_no_actions_tip: 没有可做的操作
9
+ frontend_field_lookup_no_such_record: 无此记录
10
+ frontend_field_file_upload: 上传
8
11
  frontend_filter_operation_yes: 是
9
12
  frontend_filter_operation_no: 否
10
13
  frontend_filter_operation_start: 开始
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.3.2-beta.9",
4
+ "version": "2.3.3-beta.1",
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": "e20a307e760a2a28f2f447ff16fca94f42852309"
17
+ "gitHead": "70ac301dccf90c0723115e3f4a8d73ce8cd4f5fc"
18
18
  }