@univerjs/find-replace 0.20.1 → 0.21.0

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.
Files changed (41) hide show
  1. package/lib/cjs/index.js +1322 -1
  2. package/lib/cjs/locale/ca-ES.js +52 -1
  3. package/lib/cjs/locale/en-US.js +67 -1
  4. package/lib/cjs/locale/es-ES.js +52 -1
  5. package/lib/cjs/locale/fa-IR.js +52 -1
  6. package/lib/cjs/locale/fr-FR.js +52 -1
  7. package/lib/cjs/locale/ja-JP.js +52 -1
  8. package/lib/cjs/locale/ko-KR.js +52 -1
  9. package/lib/cjs/locale/ru-RU.js +52 -1
  10. package/lib/cjs/locale/sk-SK.js +52 -1
  11. package/lib/cjs/locale/vi-VN.js +52 -1
  12. package/lib/cjs/locale/zh-CN.js +52 -1
  13. package/lib/cjs/locale/zh-TW.js +52 -1
  14. package/lib/es/index.js +1291 -1
  15. package/lib/es/locale/ca-ES.js +51 -1
  16. package/lib/es/locale/en-US.js +66 -1
  17. package/lib/es/locale/es-ES.js +51 -1
  18. package/lib/es/locale/fa-IR.js +51 -1
  19. package/lib/es/locale/fr-FR.js +51 -1
  20. package/lib/es/locale/ja-JP.js +51 -1
  21. package/lib/es/locale/ko-KR.js +51 -1
  22. package/lib/es/locale/ru-RU.js +51 -1
  23. package/lib/es/locale/sk-SK.js +51 -1
  24. package/lib/es/locale/vi-VN.js +51 -1
  25. package/lib/es/locale/zh-CN.js +51 -1
  26. package/lib/es/locale/zh-TW.js +51 -1
  27. package/lib/index.js +1291 -1
  28. package/lib/locale/ca-ES.js +51 -1
  29. package/lib/locale/en-US.js +66 -1
  30. package/lib/locale/es-ES.js +51 -1
  31. package/lib/locale/fa-IR.js +51 -1
  32. package/lib/locale/fr-FR.js +51 -1
  33. package/lib/locale/ja-JP.js +51 -1
  34. package/lib/locale/ko-KR.js +51 -1
  35. package/lib/locale/ru-RU.js +51 -1
  36. package/lib/locale/sk-SK.js +51 -1
  37. package/lib/locale/vi-VN.js +51 -1
  38. package/lib/locale/zh-CN.js +51 -1
  39. package/lib/locale/zh-TW.js +51 -1
  40. package/lib/umd/index.js +1 -1
  41. package/package.json +8 -8
@@ -1 +1,52 @@
1
- const e={"find-replace":{toolbar:`尋找替換`,shortcut:{"open-find-dialog":`開啟尋找對話框`,"open-replace-dialog":`開啟替換對話框`,"close-dialog":`關閉查找替換對話框`,"go-to-next-match":`下一個匹配項`,"go-to-previous-match":`下一個匹配項`,"focus-selection":`聚焦選區`},dialog:{title:`找`,find:`找`,replace:`替換`,"replace-all":`替換全部`,"find-placeholder":`輸入查找內容`,"advanced-finding":`取代 / 進階查找`,"replace-placeholder":`輸入替換內容`,"case-sensitive":`匹配大小寫`,"match-the-whole-cell":`符合整個儲存格`,"find-scope":{title:`找出範圍`,"current-sheet":`目前子表`,workbook:`整個工作簿`},"find-direction":{title:`找出順序`,column:`按列查找`,row:`按行查找`},"find-by":{title:`找出方式`,formula:`找出公式`,value:`查找值`},"no-match":`已完成搜索,但是未找到任何匹配項`,"no-result":`無結果`},replace:{"all-success":`已全部替換 {0} 個匹配項`,"all-failure":`替換失敗`,confirm:{title:`確定要取代所有的符合項目嗎? `}}},"find-replace-shortcuts":`尋找替換`};module.exports=e;
1
+
2
+ //#region src/locale/zh-TW.ts
3
+ const locale = {
4
+ "find-replace": {
5
+ toolbar: "尋找替換",
6
+ shortcut: {
7
+ "open-find-dialog": "開啟尋找對話框",
8
+ "open-replace-dialog": "開啟替換對話框",
9
+ "close-dialog": "關閉查找替換對話框",
10
+ "go-to-next-match": "下一個匹配項",
11
+ "go-to-previous-match": "下一個匹配項",
12
+ "focus-selection": "聚焦選區"
13
+ },
14
+ dialog: {
15
+ title: "找",
16
+ find: "找",
17
+ replace: "替換",
18
+ "replace-all": "替換全部",
19
+ "find-placeholder": "輸入查找內容",
20
+ "advanced-finding": "取代 / 進階查找",
21
+ "replace-placeholder": "輸入替換內容",
22
+ "case-sensitive": "匹配大小寫",
23
+ "match-the-whole-cell": "符合整個儲存格",
24
+ "find-scope": {
25
+ title: "找出範圍",
26
+ "current-sheet": "目前子表",
27
+ workbook: "整個工作簿"
28
+ },
29
+ "find-direction": {
30
+ title: "找出順序",
31
+ column: "按列查找",
32
+ row: "按行查找"
33
+ },
34
+ "find-by": {
35
+ title: "找出方式",
36
+ formula: "找出公式",
37
+ value: "查找值"
38
+ },
39
+ "no-match": "已完成搜索,但是未找到任何匹配項",
40
+ "no-result": "無結果"
41
+ },
42
+ replace: {
43
+ "all-success": "已全部替換 {0} 個匹配項",
44
+ "all-failure": "替換失敗",
45
+ confirm: { title: "確定要取代所有的符合項目嗎? " }
46
+ }
47
+ },
48
+ "find-replace-shortcuts": "尋找替換"
49
+ };
50
+
51
+ //#endregion
52
+ module.exports = locale;