@fileverse-dev/dsheet 2.0.6 → 2.0.7

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.
@@ -12186,11 +12186,28 @@ field 可以是与 database 第一行中某个列标题对应的文本标签,
12186
12186
  locationExample: "定位",
12187
12187
  lessTwoRowTip: "请选择最少两行",
12188
12188
  lessTwoColumnTip: "请选择最少两行",
12189
+ quickSearchDialogAria: "快速搜索",
12190
+ quickSearchPlaceholder: "搜索",
12191
+ quickSearchSearching: "搜索中…",
12192
+ quickSearchNoResults: "没有结果",
12193
+ quickSearchCounterTemplate: "{current} / {total}",
12194
+ quickSearchMatchCountAria: "{current} / {total} 个匹配项",
12195
+ quickSearchPrevAria: "上一个匹配项",
12196
+ quickSearchNextAria: "下一个匹配项",
12197
+ quickSearchMoreOptionsTitle: "更多选项",
12198
+ quickSearchOpenFindReplaceAria: "打开查找和替换",
12199
+ quickSearchCloseAria: "关闭快速搜索",
12189
12200
  findTextbox: "查找内容",
12190
12201
  replaceTextbox: "替换内容",
12191
- regexTextbox: "正则表达式匹配",
12192
- wholeTextbox: "整词匹配",
12193
- distinguishTextbox: "区分大小写匹配",
12202
+ regexTextbox: "使用正则表达式搜索",
12203
+ wholeTextbox: "匹配整个单元格内容",
12204
+ distinguishTextbox: "区分大小写",
12205
+ formulaTextbox: "在公式中搜索",
12206
+ linkTextbox: "在链接中搜索",
12207
+ allSheetsTextbox: "所有工作表",
12208
+ searchScopeLabel: "搜索范围",
12209
+ searchScopeAllSheets: "整个工作簿",
12210
+ searchScopeThisSheet: "当前工作表",
12194
12211
  allReplaceBtn: "全部替换",
12195
12212
  replaceBtn: "替换",
12196
12213
  allFindBtn: "查找全部",
@@ -12165,11 +12165,28 @@ field可以是與database第一行中某個列標題對應的文字標籤,也可
12165
12165
  locationExample: "定位",
12166
12166
  lessTwoRowTip: "請選擇最少兩行",
12167
12167
  lessTwoColumnTip: "請選擇最少兩行",
12168
+ quickSearchDialogAria: "快速搜尋",
12169
+ quickSearchPlaceholder: "搜尋",
12170
+ quickSearchSearching: "搜尋中…",
12171
+ quickSearchNoResults: "沒有結果",
12172
+ quickSearchCounterTemplate: "{current} / {total}",
12173
+ quickSearchMatchCountAria: "{current} / {total} 個相符項目",
12174
+ quickSearchPrevAria: "上一個相符項目",
12175
+ quickSearchNextAria: "下一個相符項目",
12176
+ quickSearchMoreOptionsTitle: "更多選項",
12177
+ quickSearchOpenFindReplaceAria: "開啟尋找與取代",
12178
+ quickSearchCloseAria: "關閉快速搜尋",
12168
12179
  findTextbox: "查找内容",
12169
12180
  replaceTextbox: "替換內容",
12170
- regexTextbox: "規則運算式匹配",
12171
- wholeTextbox: "整詞匹配",
12172
- distinguishTextbox: "區分大小寫匹配",
12181
+ regexTextbox: "使用規則運算式搜尋",
12182
+ wholeTextbox: "符合整個儲存格內容",
12183
+ distinguishTextbox: "大小寫須相符",
12184
+ formulaTextbox: "在公式中搜尋",
12185
+ linkTextbox: "在連結中搜尋",
12186
+ allSheetsTextbox: "所有工作表",
12187
+ searchScopeLabel: "搜尋範圍",
12188
+ searchScopeAllSheets: "整個活頁簿",
12189
+ searchScopeThisSheet: "目前工作表",
12173
12190
  allReplaceBtn: "全部替換",
12174
12191
  replaceBtn: "替換",
12175
12192
  allFindBtn: "查找全部",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "2.0.6",
5
+ "version": "2.0.7",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -91,4 +91,4 @@
91
91
  "typescript": "^5.2.2",
92
92
  "vite": "^5.0.0"
93
93
  }
94
- }
94
+ }