| 1234567891011121314151617181920212223242526272829303132333435 |
- const t = {
- "univer-watermark": {
- title: "Watermark",
- type: "Type",
- text: "Text",
- image: "Image",
- uploadImage: "Upload Image",
- replaceImage: "Replace Image",
- keepRatio: "Keep Ratio",
- width: "Width",
- height: "Height",
- style: "Style Settings",
- content: "Content",
- textPlaceholder: "Enter text",
- fontSize: "Font Size",
- direction: "Direction",
- ltr: "Left to Right",
- rtl: "Right to Left",
- inherits: "Inherit",
- opacity: "Opacity",
- layout: "Layout Settings",
- rotate: "Rotate",
- repeat: "Repeat",
- spacingX: "Horizontal Spacing",
- spacingY: "Vertical Spacing",
- startX: "Horizontal Start Position",
- startY: "Vertical Start Position",
- cancel: "Cancel Watermark",
- close: "Close Panel",
- copy: "Copy Config"
- }
- };
- export {
- t as default
- };
|