修复画布多语言
This commit is contained in:
@@ -1056,6 +1056,8 @@ export default {
|
||||
showHiddenLayer: "显示/隐藏图层",
|
||||
preview: "预览",
|
||||
EmptyLayer: "空图层",
|
||||
ConstituencyGroup: "选区组",
|
||||
ConstituencyEmptyLayer: "选区空图层",
|
||||
Scale: "缩放",
|
||||
ResetLayer: "重置视图",
|
||||
Help: "查看快捷键和触控操作",
|
||||
@@ -1063,6 +1065,16 @@ export default {
|
||||
height: "高度",
|
||||
color: "颜色",
|
||||
KeyboardShortcutsOperationGuide: "键盘快捷键 & 操作指南",
|
||||
other: "其他",
|
||||
touchDevice: "触控设备",
|
||||
touchTools: "触控界面点击对应工具",
|
||||
touchDevicePrompts: "触控设备提示",
|
||||
touchDevicePrompts_1: "长按图层面板可访问更多选项。",
|
||||
touchDevicePrompts_2: "双击元素可快速进入编辑模式。",
|
||||
touchDevicePrompts_3: "双指拖动可平移画布。",
|
||||
touchDevicePrompts_4: "双指捏合可缩放画布。",
|
||||
touchDevicePrompts_5: "双指连按可显示元素变换控制点。",
|
||||
touchDevicePrompts_6: "三指左右滑动可进行撤销/重做操作。",
|
||||
TheDetectedPlatform: "检测到的平台",
|
||||
BasicOperations: "基础操作",
|
||||
Operation: "操作",
|
||||
@@ -1306,6 +1318,18 @@ export default {
|
||||
liquefactionEnvironmentLoading:'正在准备液化环境,请稍候...',
|
||||
LiqueficationFailed:'液化工具启动失败',
|
||||
DoubleClickText:'双击编辑文本',
|
||||
LiquidationcuoError:'未选择有效图像或图层不适合液化操作',
|
||||
ErrorMessage: '错误提示',
|
||||
preset: '预设',
|
||||
presetNamePrompt: '请输入预设名称:',
|
||||
UploadedTexture: '上传的纹理',
|
||||
UploadTexture: '上传纹理',
|
||||
selectTexture:'选择要使用的纹理',
|
||||
DeleteTexture:'删除纹理',
|
||||
TextureSettings: '纹理设置',
|
||||
TextureSelector: '纹理选择',
|
||||
|
||||
|
||||
},
|
||||
speedList:{
|
||||
High:'高级',
|
||||
|
||||
Reference in New Issue
Block a user