You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+15-1
Original file line number
Diff line number
Diff line change
@@ -2059,7 +2059,21 @@ export const en = {
2059
2059
"srcDesc": "The Image Source. Can be an URL, Path or Base64 String. for Example: data:image/png;base64, AAA... CCC",
2060
2060
"supportPreview": "Support Zoom Preview (on Click)",
2061
2061
"supportPreviewTip": "Effective When the Image Source is Valid",
2062
-
"previewSrc": "HighRes Image Source"
2062
+
"previewSrc": "HighRes Image Source",
2063
+
"clipPath" : "Image Clipping Path",
2064
+
"clipPathTip" : "Use clip-path to define a custom shape for your element based on CSS definition, referencing an SVG mask (via source URL) or using predefined shapes like circle(), ellipse(), polygon(), or inset() for clipping.",
2065
+
"enableOverflow": "Enable Overflow",
2066
+
"enableOverflowTip": "Allows the image to overflow its container, enabling cropping beyond the container's bounds. Useful for maintaining focus on specific parts of the image.",
2067
+
"overflow": "Overflow Behavior (CSS)",
2068
+
"overflowTip": "Defines how the content should behave when overflowing the container. Options like 'hidden', 'scroll', or 'visible' determine visibility of cropped content.",
2069
+
"positionX": "Horizontal Position",
2070
+
"positionXTip": "Specifies the horizontal alignment of the image within its container. Examples: 'left', 'center', 'right', or percentage values.",
2071
+
"positionY": "Vertical Position",
2072
+
"positionYTip": "Specifies the vertical alignment of the image within its container. Examples: 'top', 'center', 'bottom', or percentage values.",
2073
+
"aspectRatio": "Aspect Ratio (CSS)",
2074
+
"aspectRatioTip": "Maintains a consistent width-to-height ratio for the image, such as '16/9' for widescreen or '1/1' for square. Leave blank for natural image dimensions.",
2075
+
"placement": "Image Placement",
2076
+
"placementTip": "Determines where and how the image is displayed within the layout or container. Options include specific alignment or placement logic."
0 commit comments