This commit is contained in:
lincube
2026-02-28 04:51:00 +08:00
parent 2250071a91
commit 310c0f224f
5 changed files with 271 additions and 31 deletions

View File

@@ -58,6 +58,14 @@ public partial class MainWindow
BackToWindowsTextBlock.Text = L("button.back_to_windows", "Back to Windows");
WallpaperPreviewBackButtonTextBlock.Text = L("button.back_to_windows", "Back to Windows");
ToolTip.SetTip(BackToWindowsButton, L("tooltip.back_to_windows", "Back to Windows"));
OpenComponentLibraryTextBlock.Text = L("button.component_library", "组件库");
WallpaperPreviewComponentLibraryTextBlock.Text = L("button.component_library", "组件库");
ToolTip.SetTip(OpenComponentLibraryButton, L("tooltip.component_library", "组件库"));
ComponentLibraryTitleTextBlock.Text = L("component_library.title", "组件库");
ToolTip.SetTip(CloseComponentLibraryButton, L("common.close", "关闭"));
ComponentLibraryEmptyTextBlock.Text = L(
"component_library.empty",
"暂无组件,后续将在这里显示。");
SettingsTitleTextBlock.Text = L("settings.title", "Settings");
SettingsNavHeaderTextBlock.Text = L("settings.nav_header", "Settings");