@steedos/service-i18n 2.3.2-beta.8 → 2.3.2-beta.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.
@@ -4,4 +4,34 @@ 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_filter_operation_yes: 'yes'
9
+ frontend_filter_operation_no: 'no'
10
+ frontend_filter_operation_start: Start
11
+ frontend_filter_operation_end: End
12
+ frontend_filter_operation_between: Range
13
+ frontend_filter_operation_between_last_year: Last Year
14
+ frontend_filter_operation_between_this_year: This Year
15
+ frontend_filter_operation_between_next_year: Next Year
16
+ frontend_filter_operation_between_today: Today
17
+ frontend_filter_operation_between_yestday: Yestday
18
+ frontend_filter_operation_between_last_quarter: Last Quarter
19
+ frontend_filter_operation_between_this_quarter: This Quarter
20
+ frontend_filter_operation_between_next_quarter: Next Quarter
21
+ frontend_filter_operation_between_tomorrow: Tomorrow
22
+ frontend_filter_operation_between_this_week: This Week
23
+ frontend_filter_operation_between_last_week: Last Week
24
+ frontend_filter_operation_between_next_week: Next Week
25
+ frontend_filter_operation_between_this_month: This Month
26
+ frontend_filter_operation_between_last_month: Last Month
27
+ frontend_filter_operation_between_next_month: Next Month
28
+ frontend_filter_operation_between_last_7_days: Last 7 Days
29
+ frontend_filter_operation_between_last_30_days: Last 30 Days
30
+ frontend_filter_operation_between_last_60_days: Last 60 Days
31
+ frontend_filter_operation_between_last_90_days: Last 90 Days
32
+ frontend_filter_operation_between_last_120_days: Last 120 Days
33
+ frontend_filter_operation_between_next_7_days: Next 7 Days
34
+ frontend_filter_operation_between_next_30_days: Next 30 Days
35
+ frontend_filter_operation_between_next_60_days: Next 60 Days
36
+ frontend_filter_operation_between_next_90_days: Next 90 Days
37
+ frontend_filter_operation_between_next_120_days: Next 120 Days
@@ -4,4 +4,34 @@ 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_filter_operation_yes: 是
9
+ frontend_filter_operation_no: 否
10
+ frontend_filter_operation_start: 开始
11
+ frontend_filter_operation_end: 结束
12
+ frontend_filter_operation_between: 范围
13
+ frontend_filter_operation_between_last_year: 去年
14
+ frontend_filter_operation_between_this_year: 今年
15
+ frontend_filter_operation_between_next_year: 明年
16
+ frontend_filter_operation_between_today: 今天
17
+ frontend_filter_operation_between_yestday: 昨天
18
+ frontend_filter_operation_between_last_quarter: 上季度
19
+ frontend_filter_operation_between_this_quarter: 本季度
20
+ frontend_filter_operation_between_next_quarter: 下季度
21
+ frontend_filter_operation_between_tomorrow: 明天
22
+ frontend_filter_operation_between_this_week: 本周
23
+ frontend_filter_operation_between_last_week: 上周
24
+ frontend_filter_operation_between_next_week: 下周
25
+ frontend_filter_operation_between_this_month: 本月
26
+ frontend_filter_operation_between_last_month: 上月
27
+ frontend_filter_operation_between_next_month: 下月
28
+ frontend_filter_operation_between_last_7_days: 过去7天
29
+ frontend_filter_operation_between_last_30_days: 过去30天
30
+ frontend_filter_operation_between_last_60_days: 过去60天
31
+ frontend_filter_operation_between_last_90_days: 过去90天
32
+ frontend_filter_operation_between_last_120_days: 过去120天
33
+ frontend_filter_operation_between_next_7_days: 未来7天
34
+ frontend_filter_operation_between_next_30_days: 未来30天
35
+ frontend_filter_operation_between_next_60_days: 未来60天
36
+ frontend_filter_operation_between_next_90_days: 未来90天
37
+ 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-beta.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": "3842d837373ece532af6b8399db8998be29018a0"
17
+ "gitHead": "e20a307e760a2a28f2f447ff16fca94f42852309"
18
18
  }