调整detail拉伸sketch但是编辑印花和画布使用的sketch不受影响
This commit is contained in:
@@ -810,6 +810,7 @@ export default {
|
||||
jsContent10: "请输入姓",
|
||||
jsContent11: "请输入名字",
|
||||
jsContent12: "邮箱格式不正确",
|
||||
jsContent13: "保存成功~",
|
||||
},
|
||||
frontPage: {
|
||||
BindWechat: "绑定微信",
|
||||
@@ -1283,6 +1284,27 @@ export default {
|
||||
help:'帮助',
|
||||
back:'返回',
|
||||
confirm:'确定',
|
||||
RasterizedLayer:'栅格化图层',
|
||||
rasterizeImmediately:'需要先栅格化才能进行液化操作,是否立即栅格化?',
|
||||
ConfirmRasterization:'确定栅格化',
|
||||
beingRasterized:'正在栅格化',
|
||||
waitRasterizing:'正在栅格化图层,请稍候...',
|
||||
successRasterizing:'图层已成功栅格化,可以进行液化操作',
|
||||
gridingFailed:'栅格化失败',
|
||||
gridingFailedNoOperation:'栅格化失败,无法进行液化操作',
|
||||
gridingError:'栅格化错误',
|
||||
LayerError:'图层错误',
|
||||
LayerDoesNotExist:'图层不存在',
|
||||
backgroundEmpty:'背景图层为空',
|
||||
backgroundEmptyNoliquidation:'背景图层为空,无法进行液化操作',
|
||||
layerEmpty:'图层为空',
|
||||
layerEmptyNoLiquidation:'图层为空,无法进行液化操作',
|
||||
liqueficationManagerError:'液化管理器失败',
|
||||
liqueficationManagerErrorInitialized:'液化初始化失败',
|
||||
liquefactionEnvironment:'准备液化环境',
|
||||
liquefactionEnvironmentLoading:'正在准备液化环境,请稍候...',
|
||||
LiqueficationFailed:'液化工具启动失败',
|
||||
DoubleClickText:'双击编辑文本',
|
||||
},
|
||||
speedList:{
|
||||
High:'高级',
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { en } from "element-plus/es/locales.mjs";
|
||||
|
||||
export default {
|
||||
Header: {
|
||||
hello: "hello",
|
||||
@@ -812,6 +810,7 @@ export default {
|
||||
jsContent10: "Please enter surname",
|
||||
jsContent11: "Please enter givenName",
|
||||
jsContent12: "The email format is incorrect",
|
||||
jsContent13: "Save successfully~",
|
||||
},
|
||||
frontPage: {
|
||||
BindWechat: "Bind Wechat",
|
||||
@@ -1285,6 +1284,27 @@ export default {
|
||||
help:'Help',
|
||||
back:'Back',
|
||||
confirm:'Confirm',
|
||||
RasterizedLayer:'Rasterized Layer',
|
||||
rasterizeImmediately:'You need to rasterize first before performing the distortion operation. Do you want to rasterize immediately?',
|
||||
ConfirmRasterization:'Confirm Rasterization',
|
||||
beingRasterized:'Currently, it is being rasterized.',
|
||||
waitRasterizing:'Rasterizing the layer. Please wait...',
|
||||
successRasterizing:'The layer has been successfully rasterized and can now undergo the distortion operation.',
|
||||
gridingFailed:'Griding Failed',
|
||||
gridingFailedNoOperation:'Griding failed. Unable to perform the liquefaction operation.',
|
||||
gridingError:'Griding Error',
|
||||
LayerError:'Layer Error',
|
||||
LayerDoesNotExist:'The layer does not exist.',
|
||||
backgroundEmpty:'The background layer is empty.',
|
||||
backgroundEmptyNoLiquidation:'The background layer is empty, so the liquidation operation cannot be performed.',
|
||||
layerEmpty:'The layer is empty.',
|
||||
layerEmptyNoLiquidation:'The layer is empty and cannot perform the liquefaction operation.',
|
||||
liqueficationManagerError:'Liquefication Manager Error',
|
||||
liqueficationManagerErrorInitialized:'The liquefaction manager has not been initialized.',
|
||||
liquefactionEnvironment:'Prepare for the liquefaction environment',
|
||||
liquefactionEnvironmentLoading:'The liquefaction environment is being prepared. Please wait a moment...',
|
||||
LiqueficationFailed:'Liquefication tool failed to start.',
|
||||
DoubleClickText:'Double-click to edit the text',
|
||||
},
|
||||
speedList:{
|
||||
High:'High',
|
||||
|
||||
Reference in New Issue
Block a user