✨ add image editing features
This commit is contained in:
95
src/components/FilerobotImageEditor/lang/zh.ts
Normal file
95
src/components/FilerobotImageEditor/lang/zh.ts
Normal file
@@ -0,0 +1,95 @@
|
||||
export default {
|
||||
name: '名称',
|
||||
save: '保存',
|
||||
saveAs: '另存为',
|
||||
back: '返回',
|
||||
loading: '加载中...',
|
||||
resetOperations: '重置/删除所有操作',
|
||||
changesLoseConfirmation: '所有更改将会丢失',
|
||||
changesLoseConfirmationHint: '确定要继续吗?',
|
||||
cancel: '取消',
|
||||
continue: '继续',
|
||||
undoTitle: '撤销上一步操作',
|
||||
redoTitle: '重做上一步操作',
|
||||
showImageTitle: '显示原始图片',
|
||||
zoomInTitle: '放大',
|
||||
zoomOutTitle: '缩小',
|
||||
toggleZoomMenuTitle: '切换缩放菜单',
|
||||
adjustTab: '基础调整',
|
||||
finetuneTab: '精细调整',
|
||||
filtersTab: '滤镜',
|
||||
watermarkTab: '水印',
|
||||
annotateTab: '标注',
|
||||
resize: '调整尺寸',
|
||||
resizeTab: '尺寸调整',
|
||||
invalidImageError: '提供的图片无效',
|
||||
uploadImageError: '图片上传时发生错误',
|
||||
areNotImages: '不是图片文件',
|
||||
isNotImage: '非图片文件',
|
||||
toBeUploaded: '待上传',
|
||||
cropTool: '裁剪工具',
|
||||
original: '原始比例',
|
||||
custom: '自定义',
|
||||
square: '正方形',
|
||||
landscape: '横屏比例',
|
||||
portrait: '竖屏比例',
|
||||
ellipse: '椭圆形',
|
||||
classicTv: '经典电视比例',
|
||||
cinemascope: '宽银幕比例',
|
||||
arrowTool: '箭头工具',
|
||||
blurTool: '模糊工具',
|
||||
brightnessTool: '亮度',
|
||||
contrastTool: '对比度',
|
||||
ellipseTool: '椭圆工具',
|
||||
unFlipX: '取消水平翻转',
|
||||
flipX: '水平翻转',
|
||||
unFlipY: '取消垂直翻转',
|
||||
flipY: '垂直翻转',
|
||||
hsvTool: 'HSV调整',
|
||||
hue: '色相',
|
||||
saturation: '饱和度',
|
||||
value: '明度',
|
||||
imageTool: '图片工具',
|
||||
importing: '导入中...',
|
||||
addImage: '+ 添加图片',
|
||||
lineTool: '直线工具',
|
||||
penTool: '画笔工具',
|
||||
polygonTool: '多边形工具',
|
||||
sides: '边数',
|
||||
rectangleTool: '矩形工具',
|
||||
cornerRadius: '圆角半径',
|
||||
resizeWidthTitle: '宽度(像素)',
|
||||
resizeHeightTitle: '高度(像素)',
|
||||
toggleRatioLockTitle: '锁定宽高比',
|
||||
reset: '重置',
|
||||
resetSize: '恢复原始尺寸',
|
||||
rotateTool: '旋转工具',
|
||||
textTool: '文本工具',
|
||||
textSpacings: '文字间距',
|
||||
textAlignment: '文字对齐',
|
||||
fontFamily: '字体',
|
||||
size: '字号',
|
||||
letterSpacing: '字间距',
|
||||
lineHeight: '行高',
|
||||
warmthTool: '色温调整',
|
||||
addWatermark: '+ 添加水印',
|
||||
addWatermarkTitle: '选择水印类型',
|
||||
uploadWatermark: '上传水印图片',
|
||||
addWatermarkAsText: '添加文字水印',
|
||||
padding: '内边距',
|
||||
shadow: '阴影',
|
||||
horizontal: '水平',
|
||||
vertical: '垂直',
|
||||
blur: '模糊度',
|
||||
opacity: '不透明度',
|
||||
position: '位置',
|
||||
stroke: '描边',
|
||||
saveAsModalLabel: '将图片另存为',
|
||||
extension: '扩展名',
|
||||
nameIsRequired: '名称不能为空',
|
||||
quality: '画质',
|
||||
imageDimensionsHoverTitle: '保存图片尺寸(宽 x 高)',
|
||||
cropSizeLowerThanResizedWarning: '注意:所选裁剪区域小于调整后的尺寸,可能会导致画质下降',
|
||||
actualSize: '实际尺寸(100%)',
|
||||
fitSize: '适应尺寸',
|
||||
};
|
Reference in New Issue
Block a user