@alicloud/console-components-search 0.2.17 → 0.2.18
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 +10 -0
- package/doc-dist/deps/main.js +1 -1
- package/doc-dist/log-deps-build.log +1 -1
- package/es/message.js +10 -0
- package/lib/message.js +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -81779,6 +81779,16 @@ var messages = {
|
|
|
81779
81779
|
defaultPlaceHolder: 'Search By ${value}',
|
|
81780
81780
|
clearFilter: 'Clear Filter Condition',
|
|
81781
81781
|
},
|
|
81782
|
+
"zh-TW": {
|
|
81783
|
+
confirm: '確定',
|
|
81784
|
+
cancel: '取消',
|
|
81785
|
+
allValue: '全部值',
|
|
81786
|
+
emptyValue: '空值',
|
|
81787
|
+
tag: "標籤",
|
|
81788
|
+
defaultFilterGroupName: "選擇篩選條件",
|
|
81789
|
+
defaultPlaceHolder: '默認按${value}搜索',
|
|
81790
|
+
clearFilter: '清除篩選條件',
|
|
81791
|
+
},
|
|
81782
81792
|
'ja': {
|
|
81783
81793
|
confirm: 'OK',
|
|
81784
81794
|
cancel: 'キャンセル',
|