@steedos/service-i18n 2.3.3-beta.1 → 2.3.3-beta.3
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,6 +8,9 @@ CustomLabels:
|
|
|
8
8
|
frontend_list_no_actions_tip: no operation
|
|
9
9
|
frontend_field_lookup_no_such_record: No such record
|
|
10
10
|
frontend_field_file_upload: Upload
|
|
11
|
+
frontend_field_tips_please_input: 'Please input '
|
|
12
|
+
frontend_field_tips_email_address: ' must be a legal email address'
|
|
13
|
+
frontend_field_tips_calculate_when_saving: Calculate when saving
|
|
11
14
|
frontend_filter_operation_yes: 'yes'
|
|
12
15
|
frontend_filter_operation_no: 'no'
|
|
13
16
|
frontend_filter_operation_start: Start
|
|
@@ -8,6 +8,9 @@ CustomLabels:
|
|
|
8
8
|
frontend_list_no_actions_tip: 没有可做的操作
|
|
9
9
|
frontend_field_lookup_no_such_record: 无此记录
|
|
10
10
|
frontend_field_file_upload: 上传
|
|
11
|
+
frontend_field_tips_please_input: 请输入
|
|
12
|
+
frontend_field_tips_email_address: 必须是合法的电邮地址
|
|
13
|
+
frontend_field_tips_calculate_when_saving: 在保存时,计算此字段
|
|
11
14
|
frontend_filter_operation_yes: 是
|
|
12
15
|
frontend_filter_operation_no: 否
|
|
13
16
|
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.3-beta.
|
|
4
|
+
"version": "2.3.3-beta.3",
|
|
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": "
|
|
17
|
+
"gitHead": "2e0d4c875056b95d9655d14e99ab6cd7bae891b5"
|
|
18
18
|
}
|