@univerjs_find-replace_locale_zh-CN.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. import "./chunk-2LSFTFF7.js";
  2. // node_modules/.pnpm/@univerjs+find-replace@0.5.5_@grpc+grpc-js@1.13.4_react-dom@18.3.1_react@18.3.1_rxjs@7.8.1_typescript@5.4.5/node_modules/@univerjs/find-replace/lib/es/locale/zh-CN.js
  3. var e = {
  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. },
  13. dialog: {
  14. title: "查找",
  15. find: "查找",
  16. replace: "替换",
  17. "replace-all": "替换全部",
  18. "find-placeholder": "输入查找内容",
  19. "advanced-finding": "替换 / 高级查找",
  20. "replace-placeholder": "输入替换内容",
  21. "case-sensitive": "匹配大小写",
  22. "match-the-whole-cell": "匹配整个单元格",
  23. "find-scope": {
  24. title: "查找范围",
  25. "current-sheet": "当前子表",
  26. workbook: "整个工作簿"
  27. },
  28. "find-direction": {
  29. title: "查找顺序",
  30. column: "按列查找",
  31. row: "按行查找"
  32. },
  33. "find-by": {
  34. title: "查找方式",
  35. formula: "查找公式",
  36. value: "查找值"
  37. },
  38. "no-match": "已完成搜索,但是未找到任何匹配项",
  39. "no-result": "无结果"
  40. },
  41. replace: {
  42. "all-success": "已全部替换 {0} 个匹配项",
  43. "all-failure": "替换失败",
  44. confirm: {
  45. title: "确定要替换所有的匹配项吗?"
  46. }
  47. }
  48. },
  49. "find-replace-shortcuts": "查找替换"
  50. };
  51. export {
  52. e as default
  53. };
  54. //# sourceMappingURL=@univerjs_find-replace_locale_zh-CN.js.map