From 86b1d63d224c7de22906bc8a773235b88b26bdbe Mon Sep 17 00:00:00 2001 From: MikiraSora Date: Tue, 1 Oct 2024 16:16:04 +0800 Subject: [PATCH] add I18n --- .../FumenVisualEditorGlobalSettingView.xaml | 2 +- .../Views/AudioPlayerToolViewerView.xaml | 2 +- .../Properties/Resources.Designer.cs | 25 +++++++++++++------ .../Properties/Resources.ja.resx | 3 +++ OngekiFumenEditor/Properties/Resources.resx | 3 +++ .../Properties/Resources.zh-Hans.resx | 3 +++ 6 files changed, 28 insertions(+), 10 deletions(-) diff --git a/OngekiFumenEditor/Kernel/SettingPages/FumenVisualEditor/Views/FumenVisualEditorGlobalSettingView.xaml b/OngekiFumenEditor/Kernel/SettingPages/FumenVisualEditor/Views/FumenVisualEditorGlobalSettingView.xaml index 747e2f3f..c7c35176 100644 --- a/OngekiFumenEditor/Kernel/SettingPages/FumenVisualEditor/Views/FumenVisualEditorGlobalSettingView.xaml +++ b/OngekiFumenEditor/Kernel/SettingPages/FumenVisualEditor/Views/FumenVisualEditorGlobalSettingView.xaml @@ -108,7 +108,7 @@ Width="50" Margin="5,0" Text="{Binding Setting.LimitFPS}" /> - + - + - /// 查找类似 Batch switch flick direction 的本地化字符串。 + /// 查找类似 Batch set property IsCritical 的本地化字符串。 /// - public static string BatchSwitchFlickDirection { + public static string BatchSetIsCritical { get { - return ResourceManager.GetString("BatchSwitchFlickDirection", resourceCulture); + return ResourceManager.GetString("BatchSetIsCritical", resourceCulture); } } /// - /// 查找类似 Batch set property IsCritical 的本地化字符串。 + /// 查找类似 Batch switch flick direction 的本地化字符串。 /// - public static string BatchSetIsCritical { + public static string BatchSwitchFlickDirection { get { - return ResourceManager.GetString("BatchSetIsCritical", resourceCulture); + return ResourceManager.GetString("BatchSwitchFlickDirection", resourceCulture); } } @@ -2741,9 +2741,9 @@ public static string NoEditorTarget { return ResourceManager.GetString("NoEditorTarget", resourceCulture); } } - + /// - /// 查找类似 No flick could be switched 的本地化字符串。 + /// 查找类似 No flicks to switch in selection 的本地化字符串。 /// public static string NoFlickCouldBeSwitched { get { @@ -2760,6 +2760,15 @@ public static string NoFumenInput { } } + /// + /// 查找类似 (No Limit) 的本地化字符串。 + /// + public static string NoLimit { + get { + return ResourceManager.GetString("NoLimit", resourceCulture); + } + } + /// /// 查找类似 No suitable objects to setting property IsCritical 的本地化字符串。 /// diff --git a/OngekiFumenEditor/Properties/Resources.ja.resx b/OngekiFumenEditor/Properties/Resources.ja.resx index 7d89a5d2..22b48a6f 100644 --- a/OngekiFumenEditor/Properties/Resources.ja.resx +++ b/OngekiFumenEditor/Properties/Resources.ja.resx @@ -1545,4 +1545,7 @@ このアプリケーションのすべての構成オプションをリセットしますか? + + (無制限) + \ No newline at end of file diff --git a/OngekiFumenEditor/Properties/Resources.resx b/OngekiFumenEditor/Properties/Resources.resx index e43a48ad..ded50edd 100644 --- a/OngekiFumenEditor/Properties/Resources.resx +++ b/OngekiFumenEditor/Properties/Resources.resx @@ -1554,4 +1554,7 @@ Do you want to reset all settings for application? + + (No Limit) + \ No newline at end of file diff --git a/OngekiFumenEditor/Properties/Resources.zh-Hans.resx b/OngekiFumenEditor/Properties/Resources.zh-Hans.resx index 4fd010b6..5a674199 100644 --- a/OngekiFumenEditor/Properties/Resources.zh-Hans.resx +++ b/OngekiFumenEditor/Properties/Resources.zh-Hans.resx @@ -1554,4 +1554,7 @@ 是否重置本应用所有配置选项? + + (无限制) + \ No newline at end of file