en-US.js 840 B

1234567891011121314151617181920212223242526272829303132333435
  1. const t = {
  2. "univer-watermark": {
  3. title: "Watermark",
  4. type: "Type",
  5. text: "Text",
  6. image: "Image",
  7. uploadImage: "Upload Image",
  8. replaceImage: "Replace Image",
  9. keepRatio: "Keep Ratio",
  10. width: "Width",
  11. height: "Height",
  12. style: "Style Settings",
  13. content: "Content",
  14. textPlaceholder: "Enter text",
  15. fontSize: "Font Size",
  16. direction: "Direction",
  17. ltr: "Left to Right",
  18. rtl: "Right to Left",
  19. inherits: "Inherit",
  20. opacity: "Opacity",
  21. layout: "Layout Settings",
  22. rotate: "Rotate",
  23. repeat: "Repeat",
  24. spacingX: "Horizontal Spacing",
  25. spacingY: "Vertical Spacing",
  26. startX: "Horizontal Start Position",
  27. startY: "Vertical Start Position",
  28. cancel: "Cancel Watermark",
  29. close: "Close Panel",
  30. copy: "Copy Config"
  31. }
  32. };
  33. export {
  34. t as default
  35. };