@alicloud/console-components-search 0.2.16 → 0.2.17

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.
package/dist/index.js CHANGED
@@ -81770,14 +81770,24 @@ var messages = {
81770
81770
  clearFilter: '清除筛选条件',
81771
81771
  },
81772
81772
  'en': {
81773
- confirm: 'Ok',
81773
+ confirm: 'OK',
81774
81774
  cancel: 'Cancel',
81775
- allValue: 'All Value',
81776
- emptyValue: 'Empty Value',
81775
+ allValue: 'All Values',
81776
+ emptyValue: 'Empty',
81777
81777
  tag: "Tag",
81778
- defaultFilterGroupName: "Filters",
81778
+ defaultFilterGroupName: "Select Filter Condition",
81779
81779
  defaultPlaceHolder: 'Search By ${value}',
81780
- clearFilter: 'Clear Filter',
81780
+ clearFilter: 'Clear Filter Condition',
81781
+ },
81782
+ 'ja': {
81783
+ confirm: 'OK',
81784
+ cancel: 'キャンセル',
81785
+ allValue: 'すべての値',
81786
+ emptyValue: '空',
81787
+ tag: "タグ",
81788
+ defaultFilterGroupName: "フィルタリング条件の選択",
81789
+ defaultPlaceHolder: '${value} で検索',
81790
+ clearFilter: 'フィルタリング条件のクリア',
81781
81791
  }
81782
81792
  };
81783
81793
  var lang = isSSR ? 'en' : (js_cookie_1.default.get('aliyun_lang') || 'en');