feat: 拓扑编辑页面多语言翻译

This commit is contained in:
TsMask
2024-01-05 10:22:17 +08:00
parent 7e2f404ba7
commit 6936355ed9
8 changed files with 922 additions and 406 deletions

View File

@@ -1024,6 +1024,158 @@ export default {
kbps: "Network entry/exit",
commandstats: "Command Statistics",
},
topologyBuild: {
graphMode: "Graph Model",
graphGroup: "Graph Group name",
graphGroupTip: "Graph data is updated when a graph group name already exists, and a new graph group is added when it does not.",
graphSave: "Save",
graphDelete: "Delete",
noData: "There is no group data at the moment, you can add a new group using [Graph Model - Edit].",
groupPlease: "Groups cannot be empty",
saveTtite: "Group Information Saving",
saveOk: "Saved group [{group}] successfully.",
saveFail: "Failed to save group [{group}].",
delTip: "Are you sure you want to delete the chart group named [{group}]?",
edgeTitleAdd: "Add Edge Info",
edgeTitleEdit: "Edit Edge Info",
nodeTitleAdd: "Add Node Info",
nodeTitleEdit: "Edit Node Info",
comboTitleAdd: "Add Combo Info",
comboTitleEdit: "Edit Combo Info",
comboFormParentId: "Parent Combo",
comboFormParentIdTip: "Place the current combo point into another combo box",
comboFormId: "Combo ID",
comboFormIdPlease: "Combo Unique ID",
comboFormIdNot: "Combo Element ID Error",
comboFormType: "Combo Type",
comboFormSize: "Minimum Size",
comboFormSizeCircle: "Radius",
comboFormSizeRect: "Length, height",
comboFormPadding: "Inner Margin",
comboFormPaddingRect: "Up, Left, Down, Right",
formStyleFill: "Filler Color",
formStyleFillOpacity: "Transparent Value",
formStyleStroke: "Trim Color",
formStyleLineWidth: "Trim Width",
comboFormChildren: "Element within Combo",
comboFormChildrenTip: "Elements include nodes and combo",
label: "Markup text and its configuration",
formLabel: "Label Text",
formLabelTip: "Text text, if there is none it will not be displayed",
formLabelStyleFill: "Text Color",
formLabelStyleFontSize: "Text Size",
formLabelRefX: "X Offset",
formLabelRefXTip: "The offset of the label in the x-direction",
formLabelRefY: "Y Offset",
formLabelRefYTip: "The offset of the label in the y-direction",
formLabelPosition: "Position",
comboFormLabelPosition: "Position of the label text relative to the position within the grouping",
nodeFormLabelPosition: "Position of the label text relative to the node",
edgeFormLabelPosition: "Position of label text relative to edge",
nodeFormLabelOffset: "Text Offset",
edgeFormLabelAutoRotate: "Follow the side rotation",
edgeFormLabelAutoRotateTip: "Whether the label text follows the side rotation",
edgeFormType: "Edge Type",
edgeFormTypePlease: "The edge type cannot be null",
edgeFormSource: "Start Element",
edgeFormSourcePlease: "Edge start element cannot be empty",
edgeFormTarget: "End Element",
edgeFormTargetPlease: "Edge end element cannot be empty",
edgeFormStartArrow: "Starting Arrow",
edgeFormStartArrowTip: "Default arrows are drawn at the beginning of edges",
edgeFormEndArrow: "Closing Arrow",
edgeFormEndArrowTip: "Default arrows are drawn at the end of edges",
nodeFormComboId: "Node Combo",
nodeFormComboIdTip: "Putting nodes into the combo box",
nodeFormId: "Node ID",
nodeFormIdPlease: "Node Unique ID",
nodeFormIdNot: "Node Element ID Error",
nodeFormType: "Node Type",
nodeFormX: "x Coordinate",
nodeFormY: "Y Coordinate",
nodeFormSize: "Node Size",
nodeFormSizeCircle: "Diameter, position of the center of the circle corresponding to the position of the node",
nodeFormSizeStar: "The size of the star, the center of the star is the position of the node.",
nodeFormSizeDonut: "Diameter, position of the center of the circle corresponding to the position of the node",
nodeFormSizeTriangle: "Side lengths, the center of the triangle is the position of the nodes.",
nodeFormSizeEllipse: "Long shaft diameter, short shaft diameter",
nodeFormSizeOhter: "Width, Height",
nodeFormDirection: "Direction",
nodeFormTypeImage: "Image",
nodeFormImg: "Image Source",
nodeFormClipShow: "Crop Feature",
nodeFormClipType: "Crop Image Shape",
nodeFormClipTypeCircle: "Radius of the clipped circle",
nodeFormClipTypeRectWidth: "Width of the clipping rectangle",
nodeFormClipTypeRectHeight: "Length of the clipping rectangle",
nodeFormClipTypeEllipseRx: "Radius of the long axis of the clipping ellipse",
nodeFormClipTypeEllipseRy: "Radius of the short axis of the clipped ellipse",
nodeFormClipX: "The x-coordinate of the cropped figure",
nodeFormClipY: "The y-coordinate of the cropped figure",
nodeFormIcon: "Icon",
nodeFormIconShow: "Does It Show",
nodeFormIconImg: "Icon Source",
nodeFormIconWidth: "Width",
nodeFormIconHeight: "Height",
nodeFormIconOffset: "Offset",
comboTypeCircle: "Circle",
comboTypeRect: "Rect",
comboLabelPositionTop: "Top",
comboLabelPositionLeft: "Left",
comboLabelPositionRight: "Right",
comboLabelPositionBottom: "Bottom",
comboLabelPositionCenter: "Center",
edgeFormIdPlease: "Edge Unique ID",
edgeFormIdNot: "Edge Element ID Error",
edgeTypeLine: "Straight line, a line connecting two nodes",
edgeTypePolyline: "Folding line, a line formed by multiple line segments connecting two endpoints",
edgeTypeArc: "Circular arc, a segment of a circular arc connecting two nodes",
edgeTypeQuadratic: "Second-order Bessel curves, curves with only one control point",
edgeTypeCubic: "Third-order Bessel curve with two control points",
edgeTypeCubicV: "Vertical third-order Bessel curve",
edgeTypeCubicH: "Horizontal third-order Bessel curve",
edgeTypeLoop: "Self-Loop",
edgeLabelPositionStart: "Start",
edgeLabelPositionMiddle: "Middle",
edgeLabelPositionEnd: "End",
nodeTypeCircle: "Circle",
nodeTypeRect: "Rect",
nodeTypeEllipse: "Ellipse",
nodeTypeDiamond: "Diamond",
nodeTypeTriangle: "Triangle",
nodeTypeStar: "Star",
nodeTypeImage: "Image",
nodeLabelPositionTop: "Top",
nodeLabelPositionLeft: "Left",
nodeLabelPositionRight: "Right",
nodeLabelPositionBottom: "Bottom",
nodeLabelPositionCenter: "Center",
nodeDirectionUp: "Up",
nodeDirectionDown: "Down",
nodeDirectionLeft: "Left",
nodeDirectionRight: "Right",
nodeImageClipCircle: "Circle",
nodeImageClipRect: "Rect",
nodeImageClipEllipse: "Ellipse",
nodeImageBase: "Base Stations",
nodeImageCloud: "Cloud",
nodeImageService: "Server",
nodeImageServiceDB: "Server Data",
graphModeDefault: "Default",
graphModeEdit: "Edit",
graphNotInfo: "no information",
graphMenuHide: "Hide",
graphMenuHideAllShow: "Show all hidden items",
graphMenuEdit: "Edit",
graphMenuDel: "Delete",
graphMenuAddEdge: "New Edge",
graphMenuAddNode: "New Node",
graphMenuAddCombo: "New Combo",
graphCanvas: "Canvas",
graphCombo: "Combo",
graphNode: "Node",
graphEdge: "Edge",
},
},
system:{
user: {