sp-dev-fx-webparts/samples/react-image-magnifier/src/webparts/imageMagnifier/loc/en-us.js

16 lines
701 B
JavaScript

define([], function() {
return {
"PropertyPaneDescription": "Configure the web part",
"BasicGroupName": "",
"DescriptionFieldLabel": "Description Field",
"SmallImgUrlFieldLabel": "Url small image",
"SmallImgWidthFieldLabel": "Width small image (px)",
"SmallImgHeightFieldLabel": "Height small image (px)",
"LargeImgUrlFieldLabel": "Url big image",
"LargeImgWidthFieldLabel": "Width small image (px)",
"LargeImgHeightFieldLabel": "Height small image (px)",
"CursorOffsetXFieldLabel": "The offset of the zoom from the cursor X (px)",
"CursorOffsetYFieldLabel": "The offset of the zoom from the cursor Y (px)",
"SizeFieldLabel": "Lens size (px)",
}
});