@@ -538,6 +538,7 @@ settings:
538
538
moveX : Horizontal movement
539
539
none : No operation
540
540
cameraMoveToMouse : Move the view to the mouse position
541
+ adjustWindowOpacity : adjust window opacity
541
542
macMouseWheelIsSmoothed :
542
543
description : Some MacBook mouse wheels are smooth, while others trigger a scroll
543
544
with each click, which may depend on whether you have installed mouse modification
@@ -578,6 +579,13 @@ settings:
578
579
showTextNodeBorder :
579
580
title : Show Text Node Border
580
581
description : " Controls whether to show the text node border or not.\n "
582
+ autoLayoutWhenTreeGenerate :
583
+ title : Automatically update layout when growing nodes
584
+ agreeTerms :
585
+ title : agree to the Terms of Service
586
+ description : " please read carefully and agree to the Terms of Service\n "
587
+ allowTelemetry :
588
+ title : Participate in the User Experience Improvement Program
581
589
plugins :
582
590
welcome :
583
591
title : Welcome to the Plugin System
@@ -592,6 +600,7 @@ plugins:
592
600
app :
593
601
unsaved : " (Unsaved)"
594
602
comingSoon : " Coming Soon...…"
603
+ draftUnsaved : ' Drafts cannot be saved automatically and require manual saving '
595
604
appMenu :
596
605
file :
597
606
title : File
@@ -609,10 +618,12 @@ appMenu:
609
618
openDataFolder :
610
619
description : Open the software data folder, which stores user-customized settings,
611
620
etc
612
- title : Software Data
621
+ title : Configuration Data
613
622
openProjectFolder :
614
623
title : Current Directory
615
624
description : Open the current editing project file's folder
625
+ openCacheFolder :
626
+ title : Cache Folder
616
627
export :
617
628
title : Export
618
629
items :
@@ -648,6 +659,8 @@ appMenu:
648
659
fullscreen : Fullscreen
649
660
cancelFullscreen : Exit Fullscreen
650
661
662
+ import :
663
+ title : Import
651
664
toolbar :
652
665
pinnedTools :
653
666
title : Pinned Tools
@@ -995,8 +1008,8 @@ keyBinds:
995
1008
generateNodeGraph :
996
1009
title : Grow Node in Free Mode
997
1010
description : " After pressing, a virtual growth position appears \n Press the \" \
998
- I J K L\" key while holding down the key to freely adjust the growth position
999
- \n After release, growth is complete \n Before using this feature, ensure that
1011
+ I J K L\" key while holding down the key to freely adjust the growth position\
1012
+ \ \ n After release, growth is complete \n Before using this feature, ensure that
1000
1013
a node has been selected\n "
1001
1014
windowOpacityAlphaIncrease :
1002
1015
title : Increase window opacity
@@ -1029,8 +1042,8 @@ effects:
1029
1042
title : Rectangle Glimmer Hint Effect
1030
1043
description : " When executing logical nodes, they will display a glimmer effect.\n "
1031
1044
RectangleNoteEffect :
1032
- description : " Highlights a rectangular area when searching or locating nodes\n
1033
- Will not display the highlight effect if disabled\n "
1045
+ description : " Highlights a rectangular area when searching or locating nodes\n \
1046
+ \ Will not display the highlight effect if disabled\n "
1034
1047
title : Rectangle Existance Hint Effect
1035
1048
RectangleRenderEffect :
1036
1049
description : " Used to display the alignment position of the entity snapping target
@@ -1146,8 +1159,8 @@ keyBindsGroup:
1146
1159
otherKeys :
1147
1160
title : Unclassified Shortcuts
1148
1161
description : " Unclassified shortcuts.\n If invalid shortcut items without translation
1149
- are found here, it may be due to old shortcuts remaining after version upgrades,\n
1150
- which can be manually cleaned up by deleting the corresponding items in the
1162
+ are found here, it may be due to old shortcuts remaining after version upgrades,\n \
1163
+ \ which can be manually cleaned up by deleting the corresponding items in the
1151
1164
keybinds.json file.\n "
1152
1165
camera :
1153
1166
title : Camera Control
@@ -1158,3 +1171,17 @@ keyBindsGroup:
1158
1171
section :
1159
1172
description : " Functions about Section Box.\n "
1160
1173
title : Section Box
1174
+ controlSettingsGroup :
1175
+ mouse :
1176
+ title : Mouse Settings
1177
+ touchpad :
1178
+ title : Touchpad Settings
1179
+ textNode :
1180
+ title : TextNode Settings
1181
+ gamepad :
1182
+ title : Gamepad Settings
1183
+ visualSettingsGroup :
1184
+ basic :
1185
+ title : Basic Settings
1186
+ background :
1187
+ title : Background Settings
0 commit comments