@univerjs_sheets-drawing-ui_locale_zh-CN.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. import "./chunk-2LSFTFF7.js";
  2. // node_modules/.pnpm/@univerjs+sheets-drawing-ui@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/sheets-drawing-ui/lib/es/locale/zh-CN.js
  3. var e = {
  4. sheetImage: {
  5. title: "图片",
  6. upload: {
  7. float: "浮动图片",
  8. cell: "单元格图片"
  9. },
  10. panel: {
  11. title: "编辑图片"
  12. }
  13. },
  14. "image-popup": {
  15. replace: "替换",
  16. delete: "删除",
  17. edit: "编辑",
  18. crop: "裁剪",
  19. reset: "重置大小"
  20. },
  21. "drawing-anchor": {
  22. title: "锚点属性",
  23. both: "与单元格一起移动和调整大小",
  24. position: "移动但不调整大小与单元格",
  25. none: "不要移动或调整大小与单元格"
  26. },
  27. "update-status": {
  28. exceedMaxSize: "图片大小超过限制, 限制为{0}M",
  29. invalidImageType: "图片类型错误",
  30. exceedMaxCount: "图片只能一次上传{0}张",
  31. invalidImage: "无效图片"
  32. },
  33. "sheet-drawing-view": "绘图",
  34. shortcut: {
  35. sheet: {
  36. "drawing-move-down": "下移绘图",
  37. "drawing-move-up": "上移绘图",
  38. "drawing-move-left": "左移绘图",
  39. "drawing-move-right": "右移绘图",
  40. "drawing-delete": "删除绘图"
  41. }
  42. }
  43. };
  44. export {
  45. e as default
  46. };
  47. //# sourceMappingURL=@univerjs_sheets-drawing-ui_locale_zh-CN.js.map