faim
Version:
Element Plus & Element UI isomorphic UI component library, more than Element.
102 lines (100 loc) • 5.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
module.exports = {
FaFormDialog: {
confirm: "Confirm",
deny: "Deny",
save: "Save",
reset: "Reset",
cancel: "Cancel"
},
FaImageUpload: {
count: "Count",
minCountExceeded: "Minimum count is {minCount}",
maxCountExceeded: "Maximum count is {maxCount}",
size: "Size",
minSizeExceeded: "Minimum size is {minSize}\nplease enhance image dimension or quality",
maxSizeExceeded: "Maximum size is {maxSize}\nplease lower image dimension or quality",
sizeTip: "Input size: {inputSize} \u279C output size: {outputSize}",
quality: "Quality",
width: "Width",
widthNotMatched: "Expected width is {width}",
minWidthExceeded: "Minimum width is {minWidth}",
maxWidthExceeded: "Maximum width is {maxWidth}",
height: "Height",
heightNotMatched: "Expected height is {height}",
minHeightExceeded: "Minimum height is {minHeight}",
maxHeightExceeded: "Maximum height is {maxHeight}",
dimension: "Dimension",
resolution: "Resolution",
resolutionNotMatched: "Expected resolution (width * height) is {resolution}",
minResolutionExceeded: "Minimum resolution (width * height) is {minResolution}",
maxResolutionExceeded: "Maximum resolution (width * height) is {maxResolution}",
aspectRatio: "Aspect Ratio",
aspectRatioNotMatched: "Expected aspect ratio (width / height) is {aspectRatio}",
minAspectRatioExceeded: "Minimum aspect ratio (width / height) is {minAspectRatio}",
maxAspectRatioExceeded: "Maximum aspect ratio (width / height) is {maxAspectRatio}",
fixedAspectRatio: "Fixed Aspect Ratio",
accept: "Accept",
typeNotAllowed: "Expected image types are {accept}",
typeNotCompressible: "Unable to compress {type}",
edit: "Edit",
confirm: void 0,
reset: void 0,
cancel: void 0,
loadError: "Load failed",
exportError: "Export failed\nplease try lowering image dimension or quality"
},
FaSelect: {
selectAll: "Select All"
},
FaUpload: {
labelAccept: "Accept",
labelCount: "Count",
labelMinFilesExceeded: "Minimum file count: {minFiles}",
labelMaxFilesExceeded: "Maximum file count: {maxFiles}",
labelSize: "Size",
labelImageWidth: "Image Width",
labelImageWidthNotMatched: "Expected image width is {imageWidth}",
labelMinImageWidthExceeded: "Minimum image width is {minImageWidth}",
labelMaxImageWidthExceeded: "Maximum image width is {maxImageWidth}",
labelImageHeight: "Image Height",
labelImageHeightNotMatched: "Expected image height is {imageHeight}",
labelMinImageHeightExceeded: "Minimum image height is {minImageHeight}",
labelMaxImageHeightExceeded: "Maximum image height is {maxImageHeight}",
labelImageDimension: "Image Dimension",
labelImageResolution: "Image Resolution",
labelImageResolutionNotMatched: "Expected image resolution is {imageResolution}",
labelImageAspectRatio: "Image Aspect Ratio",
labelImageAspectRatioNotMatched: "Expected image aspect ratio is {imageAspectRatio}",
labelMinImageAspectRatioExceeded: "Minimum image aspect ratio is {minImageAspectRatio}",
labelMaxImageAspectRatioExceeded: "Maximum image aspect ratio is {maxImageAspectRatio}",
labelVideoWidth: "Video Width",
labelVideoWidthNotMatched: "Expected video width is {videoWidth}",
labelMinVideoWidthExceeded: "Minimum video width is {minVideoWidth}",
labelMaxVideoWidthExceeded: "Maximum video width is {maxVideoWidth}",
labelVideoHeight: "Video Height",
labelVideoHeightNotMatched: "Expected video height is {videoHeight}",
labelMinVideoHeightExceeded: "Minimum video height is {minVideoHeight}",
labelMaxVideoHeightExceeded: "Maximum video height is {maxVideoHeight}",
labelVideoDimension: "Video Dimension",
labelVideoResolution: "Video Resolution",
labelVideoResolutionNotMatched: "Expected video resolution is {videoResolution}",
labelMinVideoResolutionExceeded: "Minimum video resolution is {minVideoResolution}",
labelMaxVideoResolutionExceeded: "Maximum video resolution is {maxVideoResolution}",
labelVideoAspectRatio: "Video Aspect Ratio",
labelVideoAspectRatioNotMatched: "Expected video aspect ratio is {videoAspectRatio}",
labelMinVideoAspectRatioExceeded: "Minimum video aspect ratio is {minVideoAspectRatio}",
labelMaxVideoAspectRatioExceeded: "Maximum video aspect ratio is {maxVideoAspectRatio}",
labelVideoDuration: "Video Duration",
labelVideoDurationNotMatched: "Expected video duration is {videoDuration}",
labelMinVideoDurationExceeded: "Minimum video duration is {minVideoDuration}",
labelMaxVideoDurationExceeded: "Maximum video duration is {maxVideoDuration}",
labelAudioDuration: "Audio Duration",
labelAudioDurationNotMatched: "Expected audio duration is {audioDuration}",
labelMinAudioDurationExceeded: "Minimum audio duration is {minAudioDuration}",
labelMaxAudioDurationExceeded: "Maximum audio duration is {maxAudioDuration}"
}
};