@seafile/sdoc-editor 1.0.18 → 1.0.20

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.
@@ -2,6 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
2
  import React, { Component } from 'react';
3
3
  import classnames from 'classnames';
4
4
  import { CellType, FILTER_COLUMN_OPTIONS, FORMULA_COLUMN_TYPES_MAP, FORMULA_RESULT_TYPE, ValidateFilter } from 'dtable-utils';
5
+ import { withTranslation } from 'react-i18next';
5
6
  import { getColumnByKey } from '../../utils/utils';
6
7
  import FilterItemUtils from './filter-item-utils';
7
8
  import FilterItem from './filter-item';
@@ -118,4 +119,4 @@ class FiltersList extends Component {
118
119
  }));
119
120
  }
120
121
  }
121
- export default FiltersList;
122
+ export default withTranslation('sdoc-editor')(FiltersList);
@@ -76,7 +76,7 @@ class FilterSetter extends React.Component {
76
76
  }
77
77
  }
78
78
  _defineProperty(FilterSetter, "defaultProps", {
79
- target: 'dtable-filter-popover',
79
+ target: 'sdoc-editor-filter-popover',
80
80
  isNeedSubmit: false
81
81
  });
82
82
  export default withTranslation('sdoc-editor')(FilterSetter);
@@ -84,6 +84,6 @@ class HideColumnSetter extends Component {
84
84
  }
85
85
  }
86
86
  _defineProperty(HideColumnSetter, "defaultProps", {
87
- target: 'hide-column-popover'
87
+ target: 'sdoc-editor-hide-column-popover'
88
88
  });
89
89
  export default withTranslation('sdoc-editor')(HideColumnSetter);
@@ -61,7 +61,7 @@ class SortSetter extends Component {
61
61
  }
62
62
  }
63
63
  _defineProperty(SortSetter, "defaultProps", {
64
- target: 'dtable-sort-popover',
64
+ target: 'sdoc-editor-sort-popover',
65
65
  isNeedSubmit: false
66
66
  });
67
67
  export default withTranslation('sdoc-editor')(SortSetter);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "Current user's department and sub-departments",
509
509
  "Deleted_department": "Deleted department",
510
510
  "Data_settings": "Data settings",
511
- "Style_settings": "Style settings"
511
+ "Style_settings": "Style settings",
512
+ "contains": "contains",
513
+ "does_not_contain": "does not contain",
514
+ "is": "is",
515
+ "is_not": "is not",
516
+ "equal": "\u003d",
517
+ "not_equal": "\u2260",
518
+ "less": "\u003C",
519
+ "greater": "\u003E",
520
+ "less_or_equal": "\u2264",
521
+ "greater_or_equal": "\u2265",
522
+ "is_empty": "is empty",
523
+ "is_not_empty": "is not empty",
524
+ "is_within": "is within",
525
+ "is_before": "is before",
526
+ "is_after": "is after",
527
+ "is_on_or_before": "is on or before",
528
+ "is_on_or_after": "is on or after",
529
+ "has_any_of": "has any of",
530
+ "has_all_of": "has all of",
531
+ "has_none_of": "has none of",
532
+ "is_exactly": "is exactly",
533
+ "is_current_user_ID": "is current user's ID",
534
+ "Current_date": "Current date",
535
+ "Specific_date": "Specific date",
536
+ "x_days_before_current_date": "x days before current date",
537
+ "x_days_after_current_date": "x days after current date",
538
+ "is_any_of": "is any of",
539
+ "is_none_of": "is none of",
540
+ "include_me": "include the current user",
541
+ "today": "today",
542
+ "tomorrow": "tomorrow",
543
+ "yesterday": "yesterday",
544
+ "one_week_ago": "one week ago",
545
+ "one_week_from_now": "one week from now",
546
+ "one_month_ago": "one month ago",
547
+ "one_month_from_now": "one month from now",
548
+ "number_of_days_ago": "number of days ago",
549
+ "number_of_days_from_now": "number of days from now",
550
+ "exact_date": "exact date",
551
+ "last_week": "last week",
552
+ "last_month": "last month",
553
+ "last_year": "last year",
554
+ "this_week": "this week",
555
+ "this_month": "this month",
556
+ "this_year": "this year",
557
+ "the_next_week": "the next week",
558
+ "the_next_month": "the next month",
559
+ "the_next_year": "the next year",
560
+ "the_past_week": "last week",
561
+ "the_past_month": "last month",
562
+ "the_past_year": "last year",
563
+ "the_next_numbers_of_days": "the next numbers of days",
564
+ "the_past_numbers_of_days": "the past numbers of days"
512
565
  }
@@ -508,5 +508,58 @@
508
508
  "Current_user_department_and_sub": "当前用户的部门和子部门",
509
509
  "Deleted_department": "已经删除的部门",
510
510
  "Data_settings": "数据设置",
511
- "Style_settings": "样式设置"
511
+ "Style_settings": "样式设置",
512
+ "contains": "包含",
513
+ "does_not_contain": "不包含",
514
+ "is": "是",
515
+ "is_not": "不是",
516
+ "equal": "=",
517
+ "not_equal": "≠",
518
+ "less": "<",
519
+ "greater": ">",
520
+ "less_or_equal": "≤",
521
+ "greater_or_equal": "≥",
522
+ "is_empty": "是空",
523
+ "is_not_empty": "不是空",
524
+ "is_within": "在某段时间内",
525
+ "is_before": "在某天之前",
526
+ "is_after": "在某天之后",
527
+ "is_on_or_before": "在某天或之前",
528
+ "is_on_or_after": "在某天或之后",
529
+ "has_any_of": "包含其中一个",
530
+ "has_all_of": "包含所有",
531
+ "has_none_of": "不包含",
532
+ "is_exactly": "精确筛选",
533
+ "is_current_user_ID": "是当前用户的 ID",
534
+ "Current_date": "当前日期",
535
+ "Specific_date": "指定日期",
536
+ "x_days_before_current_date": "当前日期的前 X 天",
537
+ "x_days_after_current_date": "当前日期的后 X 天",
538
+ "is_any_of": "是任意一个...",
539
+ "is_none_of": "不是任意一个...",
540
+ "include_me": "包括当前用户",
541
+ "today": "今天",
542
+ "tomorrow": "明天",
543
+ "yesterday": "昨天",
544
+ "one_week_ago": "一周前",
545
+ "one_week_from_now": "一周后",
546
+ "one_month_ago": "一个月前",
547
+ "one_month_from_now": "一个月后",
548
+ "number_of_days_ago": "特定天数前",
549
+ "number_of_days_from_now": "特定天数后",
550
+ "exact_date": "精确日期",
551
+ "last_week": "上个星期",
552
+ "last_month": "上个月",
553
+ "last_year": "去年",
554
+ "this_week": "这个星期",
555
+ "this_month": "这个月",
556
+ "this_year": "今年",
557
+ "the_next_week": "下个星期",
558
+ "the_next_month": "下个月",
559
+ "the_next_year": "下一年",
560
+ "the_past_week": "上个星期",
561
+ "the_past_month": "上个月",
562
+ "the_past_year": "去年",
563
+ "the_next_numbers_of_days": "今天之后的指定天数",
564
+ "the_past_numbers_of_days": "今天之前的指定天数"
512
565
  }