@steedos/service-i18n 2.3.2-beta.8 → 2.3.2

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.
@@ -4,4 +4,37 @@ CustomLabels:
4
4
  frontend_form_cancel: Cancel
5
5
  frontend_form_new: New
6
6
  frontend_form_select: Select
7
- frontend_form_confirm: Confirm
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
11
+ frontend_filter_operation_yes: 'yes'
12
+ frontend_filter_operation_no: 'no'
13
+ frontend_filter_operation_start: Start
14
+ frontend_filter_operation_end: End
15
+ frontend_filter_operation_between: Range
16
+ frontend_filter_operation_between_last_year: Last Year
17
+ frontend_filter_operation_between_this_year: This Year
18
+ frontend_filter_operation_between_next_year: Next Year
19
+ frontend_filter_operation_between_today: Today
20
+ frontend_filter_operation_between_yestday: Yestday
21
+ frontend_filter_operation_between_last_quarter: Last Quarter
22
+ frontend_filter_operation_between_this_quarter: This Quarter
23
+ frontend_filter_operation_between_next_quarter: Next Quarter
24
+ frontend_filter_operation_between_tomorrow: Tomorrow
25
+ frontend_filter_operation_between_this_week: This Week
26
+ frontend_filter_operation_between_last_week: Last Week
27
+ frontend_filter_operation_between_next_week: Next Week
28
+ frontend_filter_operation_between_this_month: This Month
29
+ frontend_filter_operation_between_last_month: Last Month
30
+ frontend_filter_operation_between_next_month: Next Month
31
+ frontend_filter_operation_between_last_7_days: Last 7 Days
32
+ frontend_filter_operation_between_last_30_days: Last 30 Days
33
+ frontend_filter_operation_between_last_60_days: Last 60 Days
34
+ frontend_filter_operation_between_last_90_days: Last 90 Days
35
+ frontend_filter_operation_between_last_120_days: Last 120 Days
36
+ frontend_filter_operation_between_next_7_days: Next 7 Days
37
+ frontend_filter_operation_between_next_30_days: Next 30 Days
38
+ frontend_filter_operation_between_next_60_days: Next 60 Days
39
+ frontend_filter_operation_between_next_90_days: Next 90 Days
40
+ frontend_filter_operation_between_next_120_days: Next 120 Days
@@ -4,4 +4,37 @@ CustomLabels:
4
4
  frontend_form_cancel: 取消
5
5
  frontend_form_new: 新建
6
6
  frontend_form_select: 选择
7
- frontend_form_confirm: 确认
7
+ frontend_form_confirm: 确认
8
+ frontend_list_no_actions_tip: 没有可做的操作
9
+ frontend_field_lookup_no_such_record: 无此记录
10
+ frontend_field_file_upload: 上传
11
+ frontend_filter_operation_yes: 是
12
+ frontend_filter_operation_no: 否
13
+ frontend_filter_operation_start: 开始
14
+ frontend_filter_operation_end: 结束
15
+ frontend_filter_operation_between: 范围
16
+ frontend_filter_operation_between_last_year: 去年
17
+ frontend_filter_operation_between_this_year: 今年
18
+ frontend_filter_operation_between_next_year: 明年
19
+ frontend_filter_operation_between_today: 今天
20
+ frontend_filter_operation_between_yestday: 昨天
21
+ frontend_filter_operation_between_last_quarter: 上季度
22
+ frontend_filter_operation_between_this_quarter: 本季度
23
+ frontend_filter_operation_between_next_quarter: 下季度
24
+ frontend_filter_operation_between_tomorrow: 明天
25
+ frontend_filter_operation_between_this_week: 本周
26
+ frontend_filter_operation_between_last_week: 上周
27
+ frontend_filter_operation_between_next_week: 下周
28
+ frontend_filter_operation_between_this_month: 本月
29
+ frontend_filter_operation_between_last_month: 上月
30
+ frontend_filter_operation_between_next_month: 下月
31
+ frontend_filter_operation_between_last_7_days: 过去7天
32
+ frontend_filter_operation_between_last_30_days: 过去30天
33
+ frontend_filter_operation_between_last_60_days: 过去60天
34
+ frontend_filter_operation_between_last_90_days: 过去90天
35
+ frontend_filter_operation_between_last_120_days: 过去120天
36
+ frontend_filter_operation_between_next_7_days: 未来7天
37
+ frontend_filter_operation_between_next_30_days: 未来30天
38
+ frontend_filter_operation_between_next_60_days: 未来60天
39
+ frontend_filter_operation_between_next_90_days: 未来90天
40
+ frontend_filter_operation_between_next_120_days: 未来120天
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.8",
4
+ "version": "2.3.2",
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": "3842d837373ece532af6b8399db8998be29018a0"
17
+ "gitHead": "3aefe890a87dcdf231a132d180744ee37653dd7c"
18
18
  }