File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212"Piano Key Samples" = " 钢琴音采样"
1313"Auto Save Interval (second)" = " 自动保存间隔(秒)"
1414"Parameter Boundary Extension (tick)" = " 参数边界扩展(tick)"
15+ "Pitch Sync Mode" = " 音高同步模式"
1516"Track Hue Change Rate (degree/second)" = " 轨道色相变化速率(度/秒)"
1617
1718[FunctionBar ]
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public SettingsWindow()
224224 panel . AddDock ( checkBox , Dock . Right ) ;
225225 }
226226 {
227- var name = new TextBlock ( ) { Text = "Pitch Sync Mode: " , VerticalAlignment = Avalonia . Layout . VerticalAlignment . Center } ;
227+ var name = new TextBlock ( ) { Text = "Pitch Sync Mode" . Tr ( this ) + " : ", VerticalAlignment = Avalonia . Layout . VerticalAlignment . Center } ;
228228 panel . AddDock ( name ) ;
229229 }
230230 listView . Content . Children . Add ( panel ) ;
You can’t perform that action at this time.
0 commit comments