Updated layout animation and force atlas translations

This commit is contained in:
yangdx
2025-03-17 19:32:07 +08:00
parent f231f2df7a
commit a40c9ef3d4
2 changed files with 4 additions and 4 deletions

View File

@@ -101,8 +101,8 @@
}, },
"layoutsControl": { "layoutsControl": {
"startAnimation": "Start the layout animation", "startAnimation": "Continue layout animation",
"stopAnimation": "Stop the layout animation", "stopAnimation": "Stop layout animation",
"layoutGraph": "Layout Graph", "layoutGraph": "Layout Graph",
"layouts": { "layouts": {
"Circular": "Circular", "Circular": "Circular",

View File

@@ -99,7 +99,7 @@
"resetZoom": "重置缩放" "resetZoom": "重置缩放"
}, },
"layoutsControl": { "layoutsControl": {
"startAnimation": "开始布局动画", "startAnimation": "继续布局动画",
"stopAnimation": "停止布局动画", "stopAnimation": "停止布局动画",
"layoutGraph": "图布局", "layoutGraph": "图布局",
"layouts": { "layouts": {
@@ -108,7 +108,7 @@
"Random": "随机", "Random": "随机",
"Noverlaps": "无重叠", "Noverlaps": "无重叠",
"Force Directed": "力导向", "Force Directed": "力导向",
"Force Atlas": "力图" "Force Atlas": "力图"
} }
}, },
"fullScreenControl": { "fullScreenControl": {