canvas语言适配

This commit is contained in:
X1627315083
2025-07-20 18:19:34 +08:00
parent 4b694236ee
commit c44aadc9e3
12 changed files with 207 additions and 64 deletions

View File

@@ -977,4 +977,53 @@ export default {
System:'系统',
Library:'库',
},
Canvas:{
layer:'图层',
createGroup:'创建组',
slutionGroup:'解组',
deleteLayer:'删除图层',
clearSelection:'清除选择',
AddPinnedLayer:'添加置顶图层',
selectedLayers:'选中的图层数量:',
Hint:'提示:按住 Ctrl/Cmd 多选Shift 范围选择,长按进入多选模式',
CollapseUp:'收起组',
CollapseDown:'展开组',
showGroup:'显示图层',
hideGroup:'隐藏图层',
showHiddenLayer:'显示/隐藏图层',
preview:'预览',
EmptyLayer:'空图层',
Scale:'缩放',
ResetLayer:'重置视图',
Help:'查看快捷键和触控操作',
width:'宽度',
height:'高度',
color:'颜色',
KeyboardShortcutsOperationGuide:'键盘快捷键 & 操作指南',
TheDetectedPlatform:'检测到的平台',
BasicOperations:'基础操作',
Operation:'操作',
ShortcutGesture:'快捷键/手势',
viewOperations:'视图操作',
toolSwitching:'工具切换',
BrushAdjustmentOperation:'笔刷调整',
undo:'撤销',
Redo:'重做',
Copy:'复制',
Paste:'粘贴',
Cut:'剪切',
DeleteSelectedElement:'删除选中元素',
MoveCanvas:'移动画布',
ZoomCanvas:'缩放画布',
MouseWheel:'鼠标滚轮',
MacZoomCanvas:'鼠标滚轮 或 触控板缩放手势',
SelectionMode:'选择模式',
PaintingMode:'绘画模式',
EraserMode:'橡皮擦模式',
LassoTool:'套索工具',
LiquifyTool:'液化工具',
DecreaseBrush:'增加笔触大小',
IncreaseBrush:'减小笔触大小',
Layer1:'图层 1',
}
}

View File

@@ -977,4 +977,53 @@ export default {
System:'System',
Library:'Library',
},
Canvas:{
layer:'Layer',
createGroup:'Create Group',
slutionGroup:'Slution Group',
deleteLayer:'Delete Layer',
clearSelection:'Clear Selection',
AddPinnedLayer:'Add a pinned layer',
selectedLayers:'The number of selected layers:',
Hint:'Hint: Hold down Ctrl/Cmd for multiple selections, Shift for range selection, and long press to enter the multiple selection mode',
CollapseUp:'Collapse Up',
CollapseDown:'Collapse Down',
showGroup:'Show Layer',
hideGroup:'Hidden Layer',
showHiddenLayer:'Show/Hidden Layer',
preview:'Preview',
EmptyLayer:'Empty layer',
Scale:'Scale',
ResetLayer:'Reset Layer',
Help:'View the shortcut keys and touch operations',
width:'Width',
height:'Height',
color:'Color',
KeyboardShortcutsOperationGuide:'Keyboard shortcuts & Operation guide',
TheDetectedPlatform:'Guide Detected Platform',
BasicOperations:'Basic Operations',
Operation:'Operation',
ShortcutGesture:'Shortcut/Gesture',
viewOperations:'View Operations',
toolSwitching:'Tool Switching',
BrushAdjustmentOperation:'Brush Adjustment Operation',
Undo:'Undo',
Redo:'Redo',
Copy:'Copy',
Paste:'Paste',
Cut:'Cut',
DeleteSelectedElement:'Delete Selected Element',
MoveCanvas:'Move Canvas',
ZoomCanvas:'Zoom Canvas',
MouseWheel:'Mouse Wheel',
MacZoomCanvas:'Mouse scroll wheel or touchpad zoom gesture',
SelectionMode:'Selection Mode',
PaintingMode:'Painting Mode',
EraserMode:'Eraser Mode',
LassoTool:'Lasso Tool',
LiquifyTool:'Liquify Tool',
DecreaseBrush:'Decrease Brush',
IncreaseBrush:'Increase Brush',
Layer1:'Layer 1',
}
}