修复画布多语言
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:'高级',
|
||||
|
||||
@@ -1056,6 +1056,8 @@ export default {
|
||||
showHiddenLayer: "Show/Hidden Layer",
|
||||
preview: "Preview",
|
||||
EmptyLayer: "Empty layer",
|
||||
ConstituencyGroup: "Constituency group",
|
||||
ConstituencyEmptyLayer: "Constituency Empty Layer",
|
||||
Scale: "Scale",
|
||||
ResetLayer: "Reset Layer",
|
||||
Help: "View the shortcut keys and touch operations",
|
||||
@@ -1063,6 +1065,16 @@ export default {
|
||||
height: "Height",
|
||||
color: "Color",
|
||||
KeyboardShortcutsOperationGuide: "Keyboard shortcuts & Operation guide",
|
||||
other: "Other",
|
||||
touchDevice: "Touch Device",
|
||||
touchTools: "Touch interface corresponding tools",
|
||||
touchDevicePrompts: "Touch device prompts",
|
||||
touchDevicePrompts_1: "Long-press the Layers panel to access more options.",
|
||||
touchDevicePrompts_2: "Double-click an element to quickly enter edit mode.",
|
||||
touchDevicePrompts_3: "Two-finger drag to pan the canvas.",
|
||||
touchDevicePrompts_4: "Pinch to zoom.",
|
||||
touchDevicePrompts_5: "Two-finger tap to display the element's transform handles.",
|
||||
touchDevicePrompts_6: "Three-finger swipe left or right to undo/redo.",
|
||||
TheDetectedPlatform: "Guide Detected Platform",
|
||||
BasicOperations: "Basic Operations",
|
||||
Operation: "Operation",
|
||||
@@ -1306,6 +1318,18 @@ export default {
|
||||
liquefactionEnvironmentLoading:'The liquefaction environment is being prepared. Please wait a moment...',
|
||||
LiqueficationFailed:'Liquefication tool failed to start.',
|
||||
DoubleClickText:'Double-click to edit the text',
|
||||
LiquidationError:'No valid image selected or the layer does not fit the liquefaction operation.',
|
||||
ErrorMessage: 'Error Message',
|
||||
preset: 'Preset',
|
||||
presetNamePrompt: 'Please enter the preset name:',
|
||||
UploadedTexture: 'Uploaded Texture',
|
||||
UploadTexture: 'Upload Texture',
|
||||
selectTexture: 'Select the texture you want to use',
|
||||
DeleteTexture:'Delete Texture',
|
||||
TextureSettings: 'Texture Settings',
|
||||
TextureSelector: 'Texture Selector',
|
||||
|
||||
|
||||
},
|
||||
speedList:{
|
||||
High:'High',
|
||||
|
||||
Reference in New Issue
Block a user