Skip to content

Commit aff7b87

Browse files
committed
tr: 音高同步模式
1 parent 83f436d commit aff7b87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TuneLab/Resources/Translations/zh-CN.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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]

TuneLab/UI/Settings/SettingsWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)