@univerjs_drawing-ui_locale_zh-CN.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. import "./chunk-2LSFTFF7.js";
  2. // node_modules/.pnpm/@univerjs+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/drawing-ui/lib/es/locale/zh-CN.js
  3. var e = {
  4. "image-popup": {
  5. replace: "替换",
  6. delete: "删除",
  7. edit: "编辑",
  8. crop: "裁剪",
  9. reset: "重置大小"
  10. },
  11. "image-cropper": {
  12. error: "无法裁剪非图片元素"
  13. },
  14. "image-panel": {
  15. arrange: {
  16. title: "排列",
  17. forward: "上移一层",
  18. backward: "下移一层",
  19. front: "置于顶层",
  20. back: "置于底层"
  21. },
  22. transform: {
  23. title: "变换",
  24. rotate: "旋转 (°)",
  25. x: "X (px)",
  26. y: "Y (px)",
  27. width: "宽度 (px)",
  28. height: "高度 (px)",
  29. lock: "锁定比例 (%)"
  30. },
  31. crop: {
  32. title: "裁剪",
  33. start: "开始裁剪",
  34. mode: "自由比例裁剪"
  35. },
  36. group: {
  37. title: "组合",
  38. group: "组合",
  39. reGroup: "重新组合",
  40. unGroup: "取消组合"
  41. },
  42. align: {
  43. title: "对齐方式",
  44. default: "选择对齐方式",
  45. left: "左对齐",
  46. center: "水平居中",
  47. right: "右对齐",
  48. top: "顶部对齐",
  49. middle: "垂直居中",
  50. bottom: "底部对齐",
  51. horizon: "水平分布",
  52. vertical: "垂直分布"
  53. },
  54. null: "未选中任何对象"
  55. }
  56. };
  57. export {
  58. e as default
  59. };
  60. //# sourceMappingURL=@univerjs_drawing-ui_locale_zh-CN.js.map