UNPKG

@etsoo/editor

Version:

ETSOO Free WYSIWYG HTML Editor

108 lines (106 loc) 2.94 kB
var bgColor = "背景颜色"; var blur = "模糊"; var brightness = "亮度"; var bringToBack = "下移一层"; var bringToFront = "上移一层"; var brownie = "布朗尼"; var close = "关闭"; var color = "颜色"; var complete = "完成"; var contrast = "对比度"; var crop = "裁剪"; var emboss = "浮雕"; var filter = "滤镜"; var fontFamily = "字体"; var fontWeight = "字体粗细"; var grayscale = "灰度"; var hcenter = "水平居中"; var height = "高度"; var hueRotation = "色相旋转"; var image = "图片"; var imageSize = "图片尺寸"; var invert = "反转"; var inputHere = "在此输入文字"; var italic = "斜体"; var kodachrome = "柯达铬合金"; var noise = "噪音"; var offsetY = "垂直偏移"; var offsetX = "水平偏移"; var ok = "确定"; var opacity = "不透明度"; var padding = "内边距"; var pixelate = "像素化"; var polaroid = "宝丽来"; var preview = "预览"; var redo = "重做"; var rotateLeft = "向左旋转90度"; var rotateRight = "向右旋转90度"; var saturation = "饱和度"; var shadow = "阴影"; var sharpen = "锐化"; var strikethrough = "删除线"; var technicolor = "华丽色彩"; var text = "文字"; var underline = "下划线"; var undo = "撤销"; var vcenter = "垂直居中"; var vibrance = "活力"; var vintage = "复古"; var width = "宽度"; var zoomIn = "放大"; var zoomOut = "缩小"; var zhHans = { bgColor: bgColor, blur: blur, brightness: brightness, bringToBack: bringToBack, bringToFront: bringToFront, brownie: brownie, close: close, color: color, complete: complete, contrast: contrast, crop: crop, "delete": "删除", emboss: emboss, filter: filter, fontFamily: fontFamily, fontWeight: fontWeight, grayscale: grayscale, hcenter: hcenter, height: height, hueRotation: hueRotation, image: image, imageSize: imageSize, invert: invert, inputHere: inputHere, italic: italic, kodachrome: kodachrome, noise: noise, offsetY: offsetY, offsetX: offsetX, ok: ok, opacity: opacity, padding: padding, pixelate: pixelate, polaroid: polaroid, preview: preview, redo: redo, rotateLeft: rotateLeft, rotateRight: rotateRight, saturation: saturation, shadow: shadow, sharpen: sharpen, strikethrough: strikethrough, technicolor: technicolor, text: text, underline: underline, undo: undo, vcenter: vcenter, vibrance: vibrance, vintage: vintage, width: width, zoomIn: zoomIn, zoomOut: zoomOut }; export { bgColor, blur, brightness, bringToBack, bringToFront, brownie, close, color, complete, contrast, crop, zhHans as default, emboss, filter, fontFamily, fontWeight, grayscale, hcenter, height, hueRotation, image, imageSize, inputHere, invert, italic, kodachrome, noise, offsetX, offsetY, ok, opacity, padding, pixelate, polaroid, preview, redo, rotateLeft, rotateRight, saturation, shadow, sharpen, strikethrough, technicolor, text, underline, undo, vcenter, vibrance, vintage, width, zoomIn, zoomOut };