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:'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',
}
}