diff --git a/OngekiFumenEditor/Properties/Resources.Designer.cs b/OngekiFumenEditor/Properties/Resources.Designer.cs new file mode 100644 index 00000000..ba2d1eab --- /dev/null +++ b/OngekiFumenEditor/Properties/Resources.Designer.cs @@ -0,0 +1,5472 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace OngekiFumenEditor.Properties { + using System; + + + /// + /// 一个强类型的资源类,用于查找本地化的字符串等。 + /// + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 VS 项目。 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// 返回此类使用的缓存的 ResourceManager 实例。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OngekiFumenEditor.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// 查找类似 About 的本地化字符串。 + /// + public static string AboutWindow { + get { + return ResourceManager.GetString("AboutWindow", resourceCulture); + } + } + + /// + /// 查找类似 Audio File Generator 的本地化字符串。 + /// + public static string AcbGenerator { + get { + return ResourceManager.GetString("AcbGenerator", resourceCulture); + } + } + + /// + /// 查找类似 Actions 的本地化字符串。 + /// + public static string Action { + get { + return ResourceManager.GetString("Action", resourceCulture); + } + } + + /// + /// 查找类似 Add next object 的本地化字符串。 + /// + public static string AddConnectableNextObject { + get { + return ResourceManager.GetString("AddConnectableNextObject", resourceCulture); + } + } + + /// + /// 查找类似 Add curve control point 的本地化字符串。 + /// + public static string AddCurveControlPoint { + get { + return ResourceManager.GetString("AddCurveControlPoint", resourceCulture); + } + } + + /// + /// 查找类似 Add object 的本地化字符串。 + /// + public static string AddObject { + get { + return ResourceManager.GetString("AddObject", resourceCulture); + } + } + + /// + /// 查找类似 Automatically snap objects when pasted 的本地化字符串。 + /// + public static string AdjustPastedObjects { + get { + return ResourceManager.GetString("AdjustPastedObjects", resourceCulture); + } + } + + /// + /// 查找类似 Advice 的本地化字符串。 + /// + public static string Advice { + get { + return ResourceManager.GetString("Advice", resourceCulture); + } + } + + /// + /// 查找类似 Recalculate all object positions with audio delay applied 的本地化字符串。 + /// + public static string AllObjectApplyNewDelayAfterCalculated { + get { + return ResourceManager.GetString("AllObjectApplyNewDelayAfterCalculated", resourceCulture); + } + } + + /// + /// 查找类似 All supported filetypes 的本地化字符串。 + /// + public static string AllSupportFileFormat { + get { + return ResourceManager.GetString("AllSupportFileFormat", resourceCulture); + } + } + + /// + /// 查找类似 Application version 的本地化字符串。 + /// + public static string ApplicationVersion { + get { + return ResourceManager.GetString("ApplicationVersion", resourceCulture); + } + } + + /// + /// 查找类似 Apply audio adjust 的本地化字符串。 + /// + public static string ApplyAudioAdjust { + get { + return ResourceManager.GetString("ApplyAudioAdjust", resourceCulture); + } + } + + /// + /// 查找类似 Audio adjustment failed: 的本地化字符串。 + /// + public static string ApplyAudioAdjustFail { + get { + return ResourceManager.GetString("ApplyAudioAdjustFail", resourceCulture); + } + } + + /// + /// 查找类似 Audio adjusted succesfully 的本地化字符串。 + /// + public static string ApplyAudioAdjustSuccess { + get { + return ResourceManager.GetString("ApplyAudioAdjustSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Audio adjusted successfully. It is strongly recommend to save and reopen the current project. 的本地化字符串。 + /// + public static string ApplyAudioAdjustSuccessButSuggest { + get { + return ResourceManager.GetString("ApplyAudioAdjustSuccessButSuggest", resourceCulture); + } + } + + /// + /// 查找类似 Apply delay by seconds 的本地化字符串。 + /// + public static string ApplyOffsetBySecond { + get { + return ResourceManager.GetString("ApplyOffsetBySecond", resourceCulture); + } + } + + /// + /// 查找类似 Apply delay by TGrid 的本地化字符串。 + /// + public static string ApplyOffsetByTGrid { + get { + return ResourceManager.GetString("ApplyOffsetByTGrid", resourceCulture); + } + } + + /// + /// 查找类似 Restore suggested editor layout 的本地化字符串。 + /// + public static string ApplySuggestedEditorLayout { + get { + return ResourceManager.GetString("ApplySuggestedEditorLayout", resourceCulture); + } + } + + /// + /// 查找类似 Artist: 的本地化字符串。 + /// + public static string Artist { + get { + return ResourceManager.GetString("Artist", resourceCulture); + } + } + + /// + /// 查找类似 Assign keybinding 的本地化字符串。 + /// + public static string AssignKeybind { + get { + return ResourceManager.GetString("AssignKeybind", resourceCulture); + } + } + + /// + /// 查找类似 Please assign a keybinding for {0} 的本地化字符串。 + /// + public static string AssignKeyBinding { + get { + return ResourceManager.GetString("AssignKeyBinding", resourceCulture); + } + } + + /// + /// 查找类似 Audio duration: 的本地化字符串。 + /// + public static string AudioDuration { + get { + return ResourceManager.GetString("AudioDuration", resourceCulture); + } + } + + /// + /// 查找类似 Audio file: 的本地化字符串。 + /// + public static string AudioFile { + get { + return ResourceManager.GetString("AudioFile", resourceCulture); + } + } + + /// + /// 查找类似 The audio file is either not provided or does not exist 的本地化字符串。 + /// + public static string AudioFileNotFound { + get { + return ResourceManager.GetString("AudioFileNotFound", resourceCulture); + } + } + + /// + /// 查找类似 Audio file path: 的本地化字符串。 + /// + public static string AudioFilePath { + get { + return ResourceManager.GetString("AudioFilePath", resourceCulture); + } + } + + /// + /// 查找类似 Audio file source 的本地化字符串。 + /// + public static string AudioFileSource { + get { + return ResourceManager.GetString("AudioFileSource", resourceCulture); + } + } + + /// + /// 查找类似 Audio Option 的本地化字符串。 + /// + public static string AudioOption { + get { + return ResourceManager.GetString("AudioOption", resourceCulture); + } + } + + /// + /// 查找类似 Audio Player 的本地化字符串。 + /// + public static string AudioPlayerToolViewer { + get { + return ResourceManager.GetString("AudioPlayerToolViewer", resourceCulture); + } + } + + /// + /// 查找类似 Audio Time (TGrid) 的本地化字符串。 + /// + public static string AudioTGrid { + get { + return ResourceManager.GetString("AudioTGrid", resourceCulture); + } + } + + /// + /// 查找类似 Audio Time 的本地化字符串。 + /// + public static string AudioTime { + get { + return ResourceManager.GetString("AudioTime", resourceCulture); + } + } + + /// + /// 查找类似 Autosave 的本地化字符串。 + /// + public static string AutoSave { + get { + return ResourceManager.GetString("AutoSave", resourceCulture); + } + } + + /// + /// 查找类似 Autosave frequency: 的本地化字符串。 + /// + public static string AutoSaveInterval { + get { + return ResourceManager.GetString("AutoSaveInterval", resourceCulture); + } + } + + /// + /// 查找类似 Update input time when selected object changes 的本地化字符串。 + /// + public static string AutoUpdateCurrentObjectTime { + get { + return ResourceManager.GetString("AutoUpdateCurrentObjectTime", resourceCulture); + } + } + + /// + /// 查找类似 Background color: 的本地化字符串。 + /// + public static string BackgroundColor { + get { + return ResourceManager.GetString("BackgroundColor", resourceCulture); + } + } + + /// + /// 查找类似 Add {0} 的本地化字符串。 + /// + public static string BatchModeAddObject { + get { + return ResourceManager.GetString("BatchModeAddObject", resourceCulture); + } + } + + /// + /// 查找类似 Batch delete {0} 的本地化字符串。 + /// + public static string BatchModeDeleteRangeOfObjectType { + get { + return ResourceManager.GetString("BatchModeDeleteRangeOfObjectType", resourceCulture); + } + } + + /// + /// 查找类似 Toggle batch mode 的本地化字符串。 + /// + public static string BatchModeToggle { + get { + return ResourceManager.GetString("BatchModeToggle", resourceCulture); + } + } + + /// + /// 查找类似 Enable batch mode, which allows for placing objects with the mouse. 的本地化字符串。 + /// + public static string BatchModeToggleTipText { + get { + return ResourceManager.GetString("BatchModeToggleTipText", resourceCulture); + } + } + + /// + /// 查找类似 Batch toggle IsCritical 的本地化字符串。 + /// + public static string BatchSetIsCritical { + get { + return ResourceManager.GetString("BatchSetIsCritical", resourceCulture); + } + } + + /// + /// 查找类似 Batch switch flick direction 的本地化字符串。 + /// + public static string BatchSwitchFlickDirection { + get { + return ResourceManager.GetString("BatchSwitchFlickDirection", resourceCulture); + } + } + + /// + /// 查找类似 Subdivisions per beat 的本地化字符串。 + /// + public static string BeatSplit { + get { + return ResourceManager.GetString("BeatSplit", resourceCulture); + } + } + + /// + /// 查找类似 In preview mode, if the total number of Bells/Bullets exceeds 的本地化字符串。 + /// + public static string BellBulletCountOverLimit_Part1 { + get { + return ResourceManager.GetString("BellBulletCountOverLimit_Part1", resourceCulture); + } + } + + /// + /// 查找类似 process with multiple threads 的本地化字符串。 + /// + public static string BellBulletCountOverLimit_Part2 { + get { + return ResourceManager.GetString("BellBulletCountOverLimit_Part2", resourceCulture); + } + } + + /// + /// 查找类似 , 的本地化字符串。 + /// + public static string BellBulletCountOverLimit_Sep { + get { + return ResourceManager.GetString("BellBulletCountOverLimit_Sep", resourceCulture); + } + } + + /// + /// 查找类似 Large image dimensions (default 520x520): 的本地化字符串。 + /// + public static string BigJacketSize { + get { + return ResourceManager.GetString("BigJacketSize", resourceCulture); + } + } + + /// + /// 查找类似 Select boss card... 的本地化字符串。 + /// + public static string BossCardSelectorWindow { + get { + return ResourceManager.GetString("BossCardSelectorWindow", resourceCulture); + } + } + + /// + /// 查找类似 Boss HP: 的本地化字符串。 + /// + public static string BossHp { + get { + return ResourceManager.GetString("BossHp", resourceCulture); + } + } + + /// + /// 查找类似 Boss Level: 的本地化字符串。 + /// + public static string BossLevel { + get { + return ResourceManager.GetString("BossLevel", resourceCulture); + } + } + + /// + /// 查找类似 Boss Voice Index: 的本地化字符串。 + /// + public static string BossVoiceIdx { + get { + return ResourceManager.GetString("BossVoiceIdx", resourceCulture); + } + } + + /// + /// 查找类似 Branch 的本地化字符串。 + /// + public static string Branch { + get { + return ResourceManager.GetString("Branch", resourceCulture); + } + } + + /// + /// 查找类似 Browser 的本地化字符串。 + /// + public static string Browser { + get { + return ResourceManager.GetString("Browser", resourceCulture); + } + } + + /// + /// 查找类似 Brush along lane with copied object 的本地化字符串。 + /// + public static string BrushAlongLane { + get { + return ResourceManager.GetString("BrushAlongLane", resourceCulture); + } + } + + /// + /// 查找类似 Brush along the lane, creating an instance of the brush object at each TGrid subdivision positioned upon the lane 的本地化字符串。 + /// + public static string BrushAlongLaneTipText { + get { + return ResourceManager.GetString("BrushAlongLaneTipText", resourceCulture); + } + } + + /// + /// 查找类似 Define range... 的本地化字符串。 + /// + public static string BrushTGridRangeDialog { + get { + return ResourceManager.GetString("BrushTGridRangeDialog", resourceCulture); + } + } + + /// + /// 查找类似 Bell 的本地化字符串。 + /// + public static string BulletPaletteCreateBell { + get { + return ResourceManager.GetString("BulletPaletteCreateBell", resourceCulture); + } + } + + /// + /// 查找类似 Bullet 的本地化字符串。 + /// + public static string BulletPaletteCreateBullet { + get { + return ResourceManager.GetString("BulletPaletteCreateBullet", resourceCulture); + } + } + + /// + /// 查找类似 ID 的本地化字符串。 + /// + public static string BulletPaletteId { + get { + return ResourceManager.GetString("BulletPaletteId", resourceCulture); + } + } + + /// + /// 查找类似 Size 的本地化字符串。 + /// + public static string BulletSize { + get { + return ResourceManager.GetString("BulletSize", resourceCulture); + } + } + + /// + /// 查找类似 Speed 的本地化字符串。 + /// + public static string BulletSpeed { + get { + return ResourceManager.GetString("BulletSpeed", resourceCulture); + } + } + + /// + /// 查找类似 Shape 的本地化字符串。 + /// + public static string BulletType { + get { + return ResourceManager.GetString("BulletType", resourceCulture); + } + } + + /// + /// 查找类似 AcbGeneratorFuck.Generator.Generate() failed 的本地化字符串。 + /// + public static string CallAcbGeneratorFuckFail { + get { + return ResourceManager.GetString("CallAcbGeneratorFuckFail", resourceCulture); + } + } + + /// + /// 查找类似 GenerateSvgAsync() failed 的本地化字符串。 + /// + public static string CallGenerateSvgAsyncFail { + get { + return ResourceManager.GetString("CallGenerateSvgAsyncFail", resourceCulture); + } + } + + /// + /// 查找类似 Cancel 的本地化字符串。 + /// + public static string Cancel { + get { + return ResourceManager.GetString("Cancel", resourceCulture); + } + } + + /// + /// 查找类似 Unable to save the fumen. Project saving canceled. 的本地化字符串。 + /// + public static string CancelProjectSaveByFumenSaveFail { + get { + return ResourceManager.GetString("CancelProjectSaveByFumenSaveFail", resourceCulture); + } + } + + /// + /// 查找类似 Deselect all 的本地化字符串。 + /// + public static string CancelSelected { + get { + return ResourceManager.GetString("CancelSelected", resourceCulture); + } + } + + /// + /// 查找类似 Unable to create a new project: 的本地化字符串。 + /// + public static string CantCreateProject { + get { + return ResourceManager.GetString("CantCreateProject", resourceCulture); + } + } + + /// + /// 查找类似 Unable to fast open the fumen: 的本地化字符串。 + /// + public static string CantFastOpenFumen { + get { + return ResourceManager.GetString("CantFastOpenFumen", resourceCulture); + } + } + + /// + /// 查找类似 Unable to load the fumen: 的本地化字符串。 + /// + public static string CantLoadFumen { + get { + return ResourceManager.GetString("CantLoadFumen", resourceCulture); + } + } + + /// + /// 查找类似 Unable to load the project: 的本地化字符串。 + /// + public static string CantLoadProject { + get { + return ResourceManager.GetString("CantLoadProject", resourceCulture); + } + } + + /// + /// 查找类似 Unable to open {0} (audio file not found) 的本地化字符串。 + /// + public static string CantOpenByAudioFileNotFound { + get { + return ResourceManager.GetString("CantOpenByAudioFileNotFound", resourceCulture); + } + } + + /// + /// 查找类似 The original editor's vertical scaling ({0:F2}x) and the target editor's vertical scaling ({1:F2}x) are different. Unable to paste multiple objects. 的本地化字符串。 + /// + public static string CantPasteMoreObjectByScaleDifferent { + get { + return ResourceManager.GetString("CantPasteMoreObjectByScaleDifferent", resourceCulture); + } + } + + /// + /// 查找类似 Unable to place objects on any suitable {0} Lane 的本地化字符串。 + /// + public static string CantPlaceObjectsByNoSuiteLanes { + get { + return ResourceManager.GetString("CantPlaceObjectsByNoSuiteLanes", resourceCulture); + } + } + + /// + /// 查找类似 Unable to memorize the audio time of this object because it does not implement ITimelineObject: {0}. 的本地化字符串。 + /// + public static string CantRememberObjectByNotSupport { + get { + return ResourceManager.GetString("CantRememberObjectByNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 Unable to save the fumen project: 的本地化字符串。 + /// + public static string CantSaveFumenProject { + get { + return ResourceManager.GetString("CantSaveFumenProject", resourceCulture); + } + } + + /// + /// 查找类似 Unable to save the project file: 的本地化字符串。 + /// + public static string CantSaveProjectFile { + get { + return ResourceManager.GetString("CantSaveProjectFile", resourceCulture); + } + } + + /// + /// 查找类似 Unable to save the project completely: 的本地化字符串。 + /// + public static string CantSaveProjectTotally { + get { + return ResourceManager.GetString("CantSaveProjectTotally", resourceCulture); + } + } + + /// + /// 查找类似 Unable to save the script: 的本地化字符串。 + /// + public static string CantSaveScriptFile { + get { + return ResourceManager.GetString("CantSaveScriptFile", resourceCulture); + } + } + + /// + /// 查找类似 fumen file is in use or lacks write permissions 的本地化字符串。 + /// + public static string CantWriteFumenFileByIoError { + get { + return ResourceManager.GetString("CantWriteFumenFileByIoError", resourceCulture); + } + } + + /// + /// 查找类似 project file is in use or lacks write permissions 的本地化字符串。 + /// + public static string CantWriteProjectFileByIoError { + get { + return ResourceManager.GetString("CantWriteProjectFileByIoError", resourceCulture); + } + } + + /// + /// 查找类似 Boss Card: 的本地化字符串。 + /// + public static string Card { + get { + return ResourceManager.GetString("Card", resourceCulture); + } + } + + /// + /// 查找类似 Change 的本地化字符串。 + /// + public static string Change { + get { + return ResourceManager.GetString("Change", resourceCulture); + } + } + + /// + /// 查找类似 Change {0} axuiliary line color 的本地化字符串。 + /// + public static string ChangeAxuiliaryLineColor { + get { + return ResourceManager.GetString("ChangeAxuiliaryLineColor", resourceCulture); + } + } + + /// + /// 查找类似 Change... 的本地化字符串。 + /// + public static string ChangeColor { + get { + return ResourceManager.GetString("ChangeColor", resourceCulture); + } + } + + /// + /// 查找类似 After the last Soflan speed change, the speed should return to 1x normally, but now is {0}x. 的本地化字符串。 + /// + public static string CheckRuleSoflanProblem { + get { + return ResourceManager.GetString("CheckRuleSoflanProblem", resourceCulture); + } + } + + /// + /// 查找类似 Check script 的本地化字符串。 + /// + public static string CheckScript { + get { + return ResourceManager.GetString("CheckScript", resourceCulture); + } + } + + /// + /// 查找类似 Check Updates 的本地化字符串。 + /// + public static string CheckUpdates { + get { + return ResourceManager.GetString("CheckUpdates", resourceCulture); + } + } + + /// + /// 查找类似 Clear recent file history 的本地化字符串。 + /// + public static string CleanRecentFilesRecords { + get { + return ResourceManager.GetString("CleanRecentFilesRecords", resourceCulture); + } + } + + /// + /// 查找类似 Clear 的本地化字符串。 + /// + public static string Clear { + get { + return ResourceManager.GetString("Clear", resourceCulture); + } + } + + /// + /// 查找类似 Clear the copy list 的本地化字符串。 + /// + public static string ClearCopyList { + get { + return ResourceManager.GetString("ClearCopyList", resourceCulture); + } + } + + /// + /// 查找类似 Clear history 的本地化字符串。 + /// + public static string ClearHistory { + get { + return ResourceManager.GetString("ClearHistory", resourceCulture); + } + } + + /// + /// 查找类似 Relative paths are not allowed 的本地化字符串。 + /// + public static string CliArgumentNotAbsolutePath { + get { + return ResourceManager.GetString("CliArgumentNotAbsolutePath", resourceCulture); + } + } + + /// + /// 查找类似 Click to clone this palette 的本地化字符串。 + /// + public static string ClickToClonePalette { + get { + return ResourceManager.GetString("ClickToClonePalette", resourceCulture); + } + } + + /// + /// 查找类似 Command line error 的本地化字符串。 + /// + public static string CliInputErrorHeader { + get { + return ResourceManager.GetString("CliInputErrorHeader", resourceCulture); + } + } + + /// + /// 查找类似 Clone 的本地化字符串。 + /// + public static string ClonePallete { + get { + return ResourceManager.GetString("ClonePallete", resourceCulture); + } + } + + /// + /// 查找类似 Project setup wizard did not complete. Closing this editor. 的本地化字符串。 + /// + public static string CloseEditorByProjectSetupFail { + get { + return ResourceManager.GetString("CloseEditorByProjectSetupFail", resourceCulture); + } + } + + /// + /// 查找类似 Close Program 的本地化字符串。 + /// + public static string CloseProgram { + get { + return ResourceManager.GetString("CloseProgram", resourceCulture); + } + } + + /// + /// 查找类似 Combine lanes 的本地化字符串。 + /// + public static string CombineLane { + get { + return ResourceManager.GetString("CombineLane", resourceCulture); + } + } + + /// + /// 查找类似 Combine lanes 的本地化字符串。 + /// + public static string CombineLanes { + get { + return ResourceManager.GetString("CombineLanes", resourceCulture); + } + } + + /// + /// 查找类似 Confirm 的本地化字符串。 + /// + public static string Comfirm { + get { + return ResourceManager.GetString("Comfirm", resourceCulture); + } + } + + /// + /// 查找类似 Confirm close 的本地化字符串。 + /// + public static string ComfirmClose { + get { + return ResourceManager.GetString("ComfirmClose", resourceCulture); + } + } + + /// + /// 查找类似 Script complied successfully. Execute now? 的本地化字符串。 + /// + public static string ComfirmExecuteScript { + get { + return ResourceManager.GetString("ComfirmExecuteScript", resourceCulture); + } + } + + /// + /// 查找类似 Do you want to interpolate all lanes containing curves?\nThis may delete and regenerate already interpolated lanes without curves.\nSome partially overlapping Tap/Hold objects may change their reference lanes as a result. 的本地化字符串。 + /// + public static string ComfirmInterpolateMessage { + get { + return ResourceManager.GetString("ComfirmInterpolateMessage", resourceCulture); + } + } + + /// + /// 查找类似 Reset all keybindings to their default? 的本地化字符串。 + /// + public static string ComfirmResetAllKeybindingDefinitions { + get { + return ResourceManager.GetString("ComfirmResetAllKeybindingDefinitions", resourceCulture); + } + } + + /// + /// 查找类似 About 的本地化字符串。 + /// + public static string CommandAbout { + get { + return ResourceManager.GetString("CommandAbout", resourceCulture); + } + } + + /// + /// 查找类似 Automatically adjust the XGrid for all dockable objects 的本地化字符串。 + /// + public static string CommandAdjustDockablesHorizonPosition { + get { + return ResourceManager.GetString("CommandAdjustDockablesHorizonPosition", resourceCulture); + } + } + + /// + /// 查找类似 Adjust Audio Delay 的本地化字符串。 + /// + public static string CommandAudioAdjustWindow { + get { + return ResourceManager.GetString("CommandAudioAdjustWindow", resourceCulture); + } + } + + /// + /// 查找类似 Run garbage collector 的本地化字符串。 + /// + public static string CommandCallFullGC { + get { + return ResourceManager.GetString("CommandCallFullGC", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate all curved lanes 的本地化字符串。 + /// + public static string CommandInterpolateAll { + get { + return ResourceManager.GetString("CommandInterpolateAll", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate all curved lanes with XGrid limit 的本地化字符串。 + /// + public static string CommandInterpolateAllWithXGridLimit { + get { + return ResourceManager.GetString("CommandInterpolateAllWithXGridLimit", resourceCulture); + } + } + + /// + /// 查找类似 Project URL 的本地化字符串。 + /// + public static string CommandOpenProjectUrl { + get { + return ResourceManager.GetString("CommandOpenProjectUrl", resourceCulture); + } + } + + /// + /// 查找类似 Submit suggestions 的本地化字符串。 + /// + public static string CommandPostSuggest { + get { + return ResourceManager.GetString("CommandPostSuggest", resourceCulture); + } + } + + /// + /// 查找类似 Recent files... 的本地化字符串。 + /// + public static string CommandRecentFiles { + get { + return ResourceManager.GetString("CommandRecentFiles", resourceCulture); + } + } + + /// + /// 查找类似 Got problems? 的本地化字符串。 + /// + public static string CommandRequestIssueHelp { + get { + return ResourceManager.GetString("CommandRequestIssueHelp", resourceCulture); + } + } + + /// + /// 查找类似 Displaying all curve control points 的本地化字符串。 + /// + public static string CommandShowCurveControlAlways { + get { + return ResourceManager.GetString("CommandShowCurveControlAlways", resourceCulture); + } + } + + /// + /// 查找类似 If enabled, all curve control objects will be displayed at all times 的本地化字符串。 + /// + public static string CommandShowCurveControlAlwaysTipText { + get { + return ResourceManager.GetString("CommandShowCurveControlAlwaysTipText", resourceCulture); + } + } + + /// + /// 查找类似 Compilation failed: 的本地化字符串。 + /// + public static string CompileError { + get { + return ResourceManager.GetString("CompileError", resourceCulture); + } + } + + /// + /// 查找类似 Compilation successful 的本地化字符串。 + /// + public static string CompileSuccess { + get { + return ResourceManager.GetString("CompileSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Confirm 的本地化字符串。 + /// + public static string Confirm { + get { + return ResourceManager.GetString("Confirm", resourceCulture); + } + } + + /// + /// 查找类似 To control object time... 的本地化字符串。 + /// + public static string ControlTimeline { + get { + return ResourceManager.GetString("ControlTimeline", resourceCulture); + } + } + + /// + /// 查找类似 The audio file to be converted does not exist 的本地化字符串。 + /// + public static string ConvertAudioFileNotFound { + get { + return ResourceManager.GetString("ConvertAudioFileNotFound", resourceCulture); + } + } + + /// + /// 查找类似 Conversion failed: 的本地化字符串。 + /// + public static string ConvertFail { + get { + return ResourceManager.GetString("ConvertFail", resourceCulture); + } + } + + /// + /// 查找类似 Conversion successful 的本地化字符串。 + /// + public static string ConvertSuccess { + get { + return ResourceManager.GetString("ConvertSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Copied {0} objects 的本地化字符串。 + /// + public static string CopiedObjects { + get { + return ResourceManager.GetString("CopiedObjects", resourceCulture); + } + } + + /// + /// 查找类似 Copied {0} objects (brushable) 的本地化字符串。 + /// + public static string CopiedObjectsBrushAllowed { + get { + return ResourceManager.GetString("CopiedObjectsBrushAllowed", resourceCulture); + } + } + + /// + /// 查找类似 Copy 的本地化字符串。 + /// + public static string Copy { + get { + return ResourceManager.GetString("Copy", resourceCulture); + } + } + + /// + /// 查找类似 Copy and paste 的本地化字符串。 + /// + public static string CopyAndPaste { + get { + return ResourceManager.GetString("CopyAndPaste", resourceCulture); + } + } + + /// + /// 查找类似 Copy (copiable objects) 的本地化字符串。 + /// + public static string CopyCopiable { + get { + return ResourceManager.GetString("CopyCopiable", resourceCulture); + } + } + + /// + /// 查找类似 A singular object is required in the clipboard to use a brush 的本地化字符串。 + /// + public static string CopyOneObjectOnceBeforeUsingBrush { + get { + return ResourceManager.GetString("CopyOneObjectOnceBeforeUsingBrush", resourceCulture); + } + } + + /// + /// 查找类似 Copyright: 的本地化字符串。 + /// + public static string CopyRight { + get { + return ResourceManager.GetString("CopyRight", resourceCulture); + } + } + + /// + /// 查找类似 Cost to Unlock: 的本地化字符串。 + /// + public static string CostToUnlock { + get { + return ResourceManager.GetString("CostToUnlock", resourceCulture); + } + } + + /// + /// 查找类似 Crash dump file 的本地化字符串。 + /// + public static string CrashDumpFile { + get { + return ResourceManager.GetString("CrashDumpFile", resourceCulture); + } + } + + /// + /// 查找类似 Crash dump file output 的本地化字符串。 + /// + public static string CrashDumpFileOutput { + get { + return ResourceManager.GetString("CrashDumpFileOutput", resourceCulture); + } + } + + /// + /// 查找类似 Create 的本地化字符串。 + /// + public static string Create { + get { + return ResourceManager.GetString("Create", resourceCulture); + } + } + + /// + /// 查找类似 Create Project 的本地化字符串。 + /// + public static string CreateProject { + get { + return ResourceManager.GetString("CreateProject", resourceCulture); + } + } + + /// + /// 查找类似 Create a new project 的本地化字符串。 + /// + public static string CreateProjectTipText { + get { + return ResourceManager.GetString("CreateProjectTipText", resourceCulture); + } + } + + /// + /// 查找类似 Offset current time display 的本地化字符串。 + /// + public static string CurrentTimeOffset { + get { + return ResourceManager.GetString("CurrentTimeOffset", resourceCulture); + } + } + + /// + /// 查找类似 Current Version 的本地化字符串。 + /// + public static string CurrentVersion { + get { + return ResourceManager.GetString("CurrentVersion", resourceCulture); + } + } + + /// + /// 查找类似 Default Implementation 的本地化字符串。 + /// + public static string CurveInterpolaterFactoryDefaultImpl { + get { + return ResourceManager.GetString("CurveInterpolaterFactoryDefaultImpl", resourceCulture); + } + } + + /// + /// 查找类似 XGrid.Unit Limit (for Ongeki) 的本地化字符串。 + /// + public static string CurveInterpolaterFactoryXGridLimited { + get { + return ResourceManager.GetString("CurveInterpolaterFactoryXGridLimited", resourceCulture); + } + } + + /// + /// 查找类似 Interpolator 的本地化字符串。 + /// + public static string CurveInterpolatorFactoryLabel { + get { + return ResourceManager.GetString("CurveInterpolatorFactoryLabel", resourceCulture); + } + } + + /// + /// 查找类似 Precision 的本地化字符串。 + /// + public static string CurvePrecisionLabel { + get { + return ResourceManager.GetString("CurvePrecisionLabel", resourceCulture); + } + } + + /// + /// 查找类似 Delete 的本地化字符串。 + /// + public static string Delete { + get { + return ResourceManager.GetString("Delete", resourceCulture); + } + } + + /// + /// 查找类似 Delete objects 的本地化字符串。 + /// + public static string DeleteObjects { + get { + return ResourceManager.GetString("DeleteObjects", resourceCulture); + } + } + + /// + /// 查找类似 Delete selected bullet palettes 的本地化字符串。 + /// + public static string DeleteSelectedPalletes { + get { + return ResourceManager.GetString("DeleteSelectedPalletes", resourceCulture); + } + } + + /// + /// 查找类似 Delete {0} 的本地化字符串。 + /// + public static string DeleteSpecificObject { + get { + return ResourceManager.GetString("DeleteSpecificObject", resourceCulture); + } + } + + /// + /// 查找类似 Description 的本地化字符串。 + /// + public static string Description { + get { + return ResourceManager.GetString("Description", resourceCulture); + } + } + + /// + /// 查找类似 Parsing fumen file failed: 的本地化字符串。 + /// + public static string DeserializeFumenFileFail { + get { + return ResourceManager.GetString("DeserializeFumenFileFail", resourceCulture); + } + } + + /// + /// 查找类似 unsupported fumen format for import: 的本地化字符串。 + /// + public static string DeserializeFumenFileNotSupport { + get { + return ResourceManager.GetString("DeserializeFumenFileNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 Design Mode 的本地化字符串。 + /// + public static string DesignMode { + get { + return ResourceManager.GetString("DesignMode", resourceCulture); + } + } + + /// + /// 查找类似 Diff Level: 的本地化字符串。 + /// + public static string DiffLevel { + get { + return ResourceManager.GetString("DiffLevel", resourceCulture); + } + } + + /// + /// 查找类似 Disable 的本地化字符串。 + /// + public static string Disable { + get { + return ResourceManager.GetString("Disable", resourceCulture); + } + } + + /// + /// 查找类似 Unable to add objects beyond the audio/editor range 的本地化字符串。 + /// + public static string DisableAddObjectBeyondAudioDuration { + get { + return ResourceManager.GetString("DisableAddObjectBeyondAudioDuration", resourceCulture); + } + } + + /// + /// 查找类似 Unable to interpolate because there are no children 的本地化字符串。 + /// + public static string DisableInterpolateByNoConnectableChildren { + get { + return ResourceManager.GetString("DisableInterpolateByNoConnectableChildren", resourceCulture); + } + } + + /// + /// 查找类似 Unable to interpolate because there is an illegal path 的本地化字符串。 + /// + public static string DisableInterpolatePartByInvaild { + get { + return ResourceManager.GetString("DisableInterpolatePartByInvaild", resourceCulture); + } + } + + /// + /// 查找类似 Disable splash screen on program startup 的本地化字符串。 + /// + public static string DisableShowSplashScreenAfterBoot { + get { + return ResourceManager.GetString("DisableShowSplashScreenAfterBoot", resourceCulture); + } + } + + /// + /// 查找类似 Disable vertical alignment 的本地化字符串。 + /// + public static string DisableTGridMagneticDock { + get { + return ResourceManager.GetString("DisableTGridMagneticDock", resourceCulture); + } + } + + /// + /// 查找类似 Unable to use the brush tool because more than one object has been copied 的本地化字符串。 + /// + public static string DisableUseBrushByMoreObjects { + get { + return ResourceManager.GetString("DisableUseBrushByMoreObjects", resourceCulture); + } + } + + /// + /// 查找类似 Disable horizontal alignment 的本地化字符串。 + /// + public static string DisableXGridMagneticDock { + get { + return ResourceManager.GetString("DisableXGridMagneticDock", resourceCulture); + } + } + + /// + /// 查找类似 Time format 的本地化字符串。 + /// + public static string DisplayTimeFormat { + get { + return ResourceManager.GetString("DisplayTimeFormat", resourceCulture); + } + } + + /// + /// 查找类似 Drag objects 的本地化字符串。 + /// + public static string DragObjects { + get { + return ResourceManager.GetString("DragObjects", resourceCulture); + } + } + + /// + /// 查找类似 Drag to add a new Beam object 的本地化字符串。 + /// + public static string DragToCreateBeamNext { + get { + return ResourceManager.GetString("DragToCreateBeamNext", resourceCulture); + } + } + + /// + /// 查找类似 Drag to add a new Bell object from this palette 的本地化字符串。 + /// + public static string DragToCreateBell { + get { + return ResourceManager.GetString("DragToCreateBell", resourceCulture); + } + } + + /// + /// 查找类似 Drag to add a new Bullet object from this palette 的本地化字符串。 + /// + public static string DragToCreateBullet { + get { + return ResourceManager.GetString("DragToCreateBullet", resourceCulture); + } + } + + /// + /// 查找类似 Create curve point 的本地化字符串。 + /// + public static string DragToCreateCurveControlPoint { + get { + return ResourceManager.GetString("DragToCreateCurveControlPoint", resourceCulture); + } + } + + /// + /// 查找类似 Drag to add a new curve control point object 的本地化字符串。 + /// + public static string DragToCreateCurveControlPointTipText { + get { + return ResourceManager.GetString("DragToCreateCurveControlPointTipText", resourceCulture); + } + } + + /// + /// 查找类似 Create hold end 的本地化字符串。 + /// + public static string DragToCreateHoldEnd { + get { + return ResourceManager.GetString("DragToCreateHoldEnd", resourceCulture); + } + } + + /// + /// 查找类似 Drag to create a new hold end object 的本地化字符串。 + /// + public static string DragToCreateHoldEndTipText { + get { + return ResourceManager.GetString("DragToCreateHoldEndTipText", resourceCulture); + } + } + + /// + /// 查找类似 Create next node 的本地化字符串。 + /// + public static string DragToCreateNext { + get { + return ResourceManager.GetString("DragToCreateNext", resourceCulture); + } + } + + /// + /// 查找类似 Drag to create a new node connected to the end of this lane 的本地化字符串。 + /// + public static string DragToCreateNextToolTip { + get { + return ResourceManager.GetString("DragToCreateNextToolTip", resourceCulture); + } + } + + /// + /// 查找类似 Drag to add a new WallEnd object 的本地化字符串。 + /// + public static string DragToCreateWallEnd { + get { + return ResourceManager.GetString("DragToCreateWallEnd", resourceCulture); + } + } + + /// + /// 查找类似 Drag to add a new WallNext object 的本地化字符串。 + /// + public static string DragToCreateWallNext { + get { + return ResourceManager.GetString("DragToCreateWallNext", resourceCulture); + } + } + + /// + /// 查找类似 Split lane 的本地化字符串。 + /// + public static string DragToSplit { + get { + return ResourceManager.GetString("DragToSplit", resourceCulture); + } + } + + /// + /// 查找类似 Drag to split this lane at the designated time 的本地化字符串。 + /// + public static string DragToSplitTipText { + get { + return ResourceManager.GetString("DragToSplitTipText", resourceCulture); + } + } + + /// + /// 查找类似 Current .dmp file is stored at 的本地化字符串。 + /// + public static string DumpFileSaveTo { + get { + return ResourceManager.GetString("DumpFileSaveTo", resourceCulture); + } + } + + /// + /// 查找类似 Earlier 的本地化字符串。 + /// + public static string Earlier { + get { + return ResourceManager.GetString("Earlier", resourceCulture); + } + } + + /// + /// 查找类似 Jump to specified TGrid 的本地化字符串。 + /// + public static string EditorJumpToSpecifyTGrid { + get { + return ResourceManager.GetString("EditorJumpToSpecifyTGrid", resourceCulture); + } + } + + /// + /// 查找类似 Editor locked 的本地化字符串。 + /// + public static string EditorLock { + get { + return ResourceManager.GetString("EditorLock", resourceCulture); + } + } + + /// + /// 查找类似 Editor Mode 的本地化字符串。 + /// + public static string EditorModeSwitch { + get { + return ResourceManager.GetString("EditorModeSwitch", resourceCulture); + } + } + + /// + /// 查找类似 Mouse wheel scroll speed 的本地化字符串。 + /// + public static string EditorMouseWheelSpeed { + get { + return ResourceManager.GetString("EditorMouseWheelSpeed", resourceCulture); + } + } + + /// + /// 查找类似 (The larger the value, the greater the scrolling span) 的本地化字符串。 + /// + public static string EditorMouseWheelSpeed_Unit { + get { + return ResourceManager.GetString("EditorMouseWheelSpeed_Unit", resourceCulture); + } + } + + /// + /// 查找类似 Please switch the editor to Design Mode first. 的本地化字符串。 + /// + public static string EditorMustBeDesignMode { + get { + return ResourceManager.GetString("EditorMustBeDesignMode", resourceCulture); + } + } + + /// + /// 查找类似 Project Setup 的本地化字符串。 + /// + public static string EditorProjectSetupDialog { + get { + return ResourceManager.GetString("EditorProjectSetupDialog", resourceCulture); + } + } + + /// + /// 查找类似 Editor target 的本地化字符串。 + /// + public static string EditorTarget { + get { + return ResourceManager.GetString("EditorTarget", resourceCulture); + } + } + + /// + /// 查找类似 Editor unlock 的本地化字符串。 + /// + public static string EditorUnlock { + get { + return ResourceManager.GetString("EditorUnlock", resourceCulture); + } + } + + /// + /// 查找类似 Use Visual Studio to edit the script. 的本地化字符串。 + /// + public static string EditScriptByVisualStudio { + get { + return ResourceManager.GetString("EditScriptByVisualStudio", resourceCulture); + } + } + + /// + /// 查找类似 Enable 的本地化字符串。 + /// + public static string Enable { + get { + return ResourceManager.GetString("Enable", resourceCulture); + } + } + + /// + /// 查找类似 Enable autosave 的本地化字符串。 + /// + public static string EnableAutoSave { + get { + return ResourceManager.GetString("EnableAutoSave", resourceCulture); + } + } + + /// + /// 查找类似 Enable full memory dumps on crash 的本地化字符串。 + /// + public static string EnableDumpFullMemory { + get { + return ResourceManager.GetString("EnableDumpFullMemory", resourceCulture); + } + } + + /// + /// 查找类似 Enable horizontal scrolling 的本地化字符串。 + /// + public static string EnableHorizonScroll { + get { + return ResourceManager.GetString("EnableHorizonScroll", resourceCulture); + } + } + + /// + /// 查找类似 Display horizontal scroll bar 的本地化字符串。 + /// + public static string EnableHorizonScrollBarDisplay { + get { + return ResourceManager.GetString("EnableHorizonScrollBarDisplay", resourceCulture); + } + } + + /// + /// 查找类似 Enable metronome (only in Design Mode) 的本地化字符串。 + /// + public static string EnableLoopPlayTiming { + get { + return ResourceManager.GetString("EnableLoopPlayTiming", resourceCulture); + } + } + + /// + /// 查找类似 Allow multiple program instances to run 的本地化字符串。 + /// + public static string EnableMultiInstances { + get { + return ResourceManager.GetString("EnableMultiInstances", resourceCulture); + } + } + + /// + /// 查找类似 Enable display dialog for notifications 的本地化字符串。 + /// + public static string EnableNotifyUserByDialog { + get { + return ResourceManager.GetString("EnableNotifyUserByDialog", resourceCulture); + } + } + + /// + /// 查找类似 Allow placement of objects beyond the range of the audio 的本地化字符串。 + /// + public static string EnablePlaceObjectBeyondAudioDuration { + get { + return ResourceManager.GetString("EnablePlaceObjectBeyondAudioDuration", resourceCulture); + } + } + + /// + /// 查找类似 Draw the playfield (experimental) 的本地化字符串。 + /// + public static string EnablePlayFieldDrawing { + get { + return ResourceManager.GetString("EnablePlayFieldDrawing", resourceCulture); + } + } + + /// + /// 查找类似 Display the player's current position (defaults to the center if there is no AutoPlayFaderLane) 的本地化字符串。 + /// + public static string EnableShowPlayerLocation { + get { + return ResourceManager.GetString("EnableShowPlayerLocation", resourceCulture); + } + } + + /// + /// 查找类似 Enable program check updates 的本地化字符串。 + /// + public static string EnableUpdateCheck { + get { + return ResourceManager.GetString("EnableUpdateCheck", resourceCulture); + } + } + + /// + /// 查找类似 Enable display visualizer 的本地化字符串。 + /// + public static string EnableVisualizerDisplay { + get { + return ResourceManager.GetString("EnableVisualizerDisplay", resourceCulture); + } + } + + /// + /// 查找类似 Select... 的本地化字符串。 + /// + public static string EnumStructsSelectorWindow { + get { + return ResourceManager.GetString("EnumStructsSelectorWindow", resourceCulture); + } + } + + /// + /// 查找类似 Error 的本地化字符串。 + /// + public static string Error { + get { + return ResourceManager.GetString("Error", resourceCulture); + } + } + + /// + /// 查找类似 There is an object that cannot apply the new delay: 的本地化字符串。 + /// + public static string ErrorCantApplyNewAdjust { + get { + return ResourceManager.GetString("ErrorCantApplyNewAdjust", resourceCulture); + } + } + + /// + /// 查找类似 The provided file cannot be opened or processed by the editor 的本地化字符串。 + /// + public static string ErrorEditorNotSupport { + get { + return ResourceManager.GetString("ErrorEditorNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 The file provided through the parameters does not exist 的本地化字符串。 + /// + public static string ErrorFileByParamNotFound { + get { + return ResourceManager.GetString("ErrorFileByParamNotFound", resourceCulture); + } + } + + /// + /// 查找类似 The selected folder is empty. Please choose again 的本地化字符串。 + /// + public static string ErrorFolderIsEmpty { + get { + return ResourceManager.GetString("ErrorFolderIsEmpty", resourceCulture); + } + } + + /// + /// 查找类似 Cannot open this file because an error occurred during reading: 的本地化字符串。 + /// + public static string ErrorOpenRecentFile { + get { + return ResourceManager.GetString("ErrorOpenRecentFile", resourceCulture); + } + } + + /// + /// 查找类似 Please select the audio file to be processed first 的本地化字符串。 + /// + public static string ErrorProcessAudioNotFound { + get { + return ResourceManager.GetString("ErrorProcessAudioNotFound", resourceCulture); + } + } + + /// + /// 查找类似 Please select the fumen file to be processed first 的本地化字符串。 + /// + public static string ErrorProcessFumenFileNotSelect { + get { + return ResourceManager.GetString("ErrorProcessFumenFileNotSelect", resourceCulture); + } + } + + /// + /// 查找类似 No specified location for saving the new audio file 的本地化字符串。 + /// + public static string ErrorSaveAudioFileNotSelect { + get { + return ResourceManager.GetString("ErrorSaveAudioFileNotSelect", resourceCulture); + } + } + + /// + /// 查找类似 The selected folder is empty. Please choose again 的本地化字符串。 + /// + public static string ErrorSoundFolderIsEmptyFile { + get { + return ResourceManager.GetString("ErrorSoundFolderIsEmptyFile", resourceCulture); + } + } + + /// + /// 查找类似 Unable to load sounds because the sound folder does not exist 的本地化字符串。 + /// + public static string ErrorSoundFolderNotFound { + get { + return ResourceManager.GetString("ErrorSoundFolderNotFound", resourceCulture); + } + } + + /// + /// 查找类似 Arisu has eaten your editor 的本地化字符串。 + /// + public static string ExceptionTermWindowTitle { + get { + return ResourceManager.GetString("ExceptionTermWindowTitle", resourceCulture); + } + } + + /// + /// 查找类似 Execute 的本地化字符串。 + /// + public static string Execute { + get { + return ResourceManager.GetString("Execute", resourceCulture); + } + } + + /// + /// 查找类似 Fail 的本地化字符串。 + /// + public static string Fail { + get { + return ResourceManager.GetString("Fail", resourceCulture); + } + } + + /// + /// 查找类似 Failed, reason: 的本地化字符串。 + /// + public static string FailedAndReason { + get { + return ResourceManager.GetString("FailedAndReason", resourceCulture); + } + } + + /// + /// 查找类似 Quickly (in bulk) add lane children. 的本地化字符串。 + /// + public static string FastAddObjectsToLanes { + get { + return ResourceManager.GetString("FastAddObjectsToLanes", resourceCulture); + } + } + + /// + /// 查找类似 FastOpen 的本地化字符串。 + /// + public static string FastOpen { + get { + return ResourceManager.GetString("FastOpen", resourceCulture); + } + } + + /// + /// 查找类似 Fast Open 的本地化字符串。 + /// + public static string FastOpen2 { + get { + return ResourceManager.GetString("FastOpen2", resourceCulture); + } + } + + /// + /// 查找类似 Open an existing fumen file 的本地化字符串。 + /// + public static string FastOpen2TipText { + get { + return ResourceManager.GetString("FastOpen2TipText", resourceCulture); + } + } + + /// + /// 查找类似 Quickly open fumen 的本地化字符串。 + /// + public static string FastOpenFumen { + get { + return ResourceManager.GetString("FastOpenFumen", resourceCulture); + } + } + + /// + /// 查找类似 Quickly open ongeki fumen 的本地化字符串。 + /// + public static string FastOpenOgkrFumen { + get { + return ResourceManager.GetString("FastOpenOgkrFumen", resourceCulture); + } + } + + /// + /// 查找类似 Editor quickly select a lane 的本地化字符串。 + /// + public static string FastPickLane { + get { + return ResourceManager.GetString("FastPickLane", resourceCulture); + } + } + + /// + /// 查找类似 Quickly place {0} on the lane {1} 的本地化字符串。 + /// + public static string FastPlaceObjectToLane { + get { + return ResourceManager.GetString("FastPlaceObjectToLane", resourceCulture); + } + } + + /// + /// 查找类似 Editor quick play/pause. 的本地化字符串。 + /// + public static string FastPlayPause { + get { + return ResourceManager.GetString("FastPlayPause", resourceCulture); + } + } + + /// + /// 查找类似 File Association 的本地化字符串。 + /// + public static string FileAssociation { + get { + return ResourceManager.GetString("FileAssociation", resourceCulture); + } + } + + /// + /// 查找类似 Associate checked file types 的本地化字符串。 + /// + public static string FileAssociationRegister { + get { + return ResourceManager.GetString("FileAssociationRegister", resourceCulture); + } + } + + /// + /// 查找类似 File Association (Requires administrator privileges) 的本地化字符串。 + /// + public static string FileAssociationRequestAdmin { + get { + return ResourceManager.GetString("FileAssociationRequestAdmin", resourceCulture); + } + } + + /// + /// 查找类似 Unregister all associations 的本地化字符串。 + /// + public static string FileAssociationUnregister { + get { + return ResourceManager.GetString("FileAssociationUnregister", resourceCulture); + } + } + + /// + /// 查找类似 File Size 的本地化字符串。 + /// + public static string FileSize { + get { + return ResourceManager.GetString("FileSize", resourceCulture); + } + } + + /// + /// 查找类似 Filter 的本地化字符串。 + /// + public static string Filter { + get { + return ResourceManager.GetString("Filter", resourceCulture); + } + } + + /// + /// 查找类似 Finish Bonus: 的本地化字符串。 + /// + public static string FinishBouns { + get { + return ResourceManager.GetString("FinishBouns", resourceCulture); + } + } + + /// + /// 查找类似 First BPM: 的本地化字符串。 + /// + public static string FirstBpm { + get { + return ResourceManager.GetString("FirstBpm", resourceCulture); + } + } + + /// + /// 查找类似 Snap objects to grid 的本地化字符串。 + /// + public static string ForceMagneticDock { + get { + return ResourceManager.GetString("ForceMagneticDock", resourceCulture); + } + } + + /// + /// 查找类似 Force Tap/Hold objects to snap onto the lane 的本地化字符串。 + /// + public static string ForceTapHoldMagneticDockToLane { + get { + return ResourceManager.GetString("ForceTapHoldMagneticDockToLane", resourceCulture); + } + } + + /// + /// 查找类似 Snap to nearest XGrid unit 的本地化字符串。 + /// + public static string ForceXGridMagneticDock { + get { + return ResourceManager.GetString("ForceXGridMagneticDock", resourceCulture); + } + } + + /// + /// 查找类似 Bullet Palettes 的本地化字符串。 + /// + public static string FumenBulletPalleteListViewer { + get { + return ResourceManager.GetString("FumenBulletPalleteListViewer", resourceCulture); + } + } + + /// + /// 查找类似 Problems 的本地化字符串。 + /// + public static string FumenCheckerListViewer { + get { + return ResourceManager.GetString("FumenCheckerListViewer", resourceCulture); + } + } + + /// + /// 查找类似 Fumen contains format or content errors that cannot be ignored, preventing further generation. Please see the Problems panel to check and correct the fumen. 的本地化字符串。 + /// + public static string FumenContainUngenerateError { + get { + return ResourceManager.GetString("FumenContainUngenerateError", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Converter 的本地化字符串。 + /// + public static string FumenConverter { + get { + return ResourceManager.GetString("FumenConverter", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Converter 的本地化字符串。 + /// + public static string FumenConverterWindow { + get { + return ResourceManager.GetString("FumenConverterWindow", resourceCulture); + } + } + + /// + /// 查找类似 Render Control 的本地化字符串。 + /// + public static string FumenEditorRenderControlViewer { + get { + return ResourceManager.GetString("FumenEditorRenderControlViewer", resourceCulture); + } + } + + /// + /// 查找类似 Selection 的本地化字符串。 + /// + public static string FumenEditorSelectingObjectViewer { + get { + return ResourceManager.GetString("FumenEditorSelectingObjectViewer", resourceCulture); + } + } + + /// + /// 查找类似 This fumen file cannot be parsed 的本地化字符串。 + /// + public static string FumenFileDeserializeNotSupport { + get { + return ResourceManager.GetString("FumenFileDeserializeNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 Fumen file name (optional): 的本地化字符串。 + /// + public static string FumenFileName { + get { + return ResourceManager.GetString("FumenFileName", resourceCulture); + } + } + + /// + /// 查找类似 Please select the input fumen file path first 的本地化字符串。 + /// + public static string FumenFileNotSelect { + get { + return ResourceManager.GetString("FumenFileNotSelect", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Info 的本地化字符串。 + /// + public static string FumenInfo { + get { + return ResourceManager.GetString("FumenInfo", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Init Option 的本地化字符串。 + /// + public static string FumenInitOption { + get { + return ResourceManager.GetString("FumenInitOption", resourceCulture); + } + } + + /// + /// 查找类似 Failed to load fumen file 的本地化字符串。 + /// + public static string FumenLoadFailed { + get { + return ResourceManager.GetString("FumenLoadFailed", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Info 的本地化字符串。 + /// + public static string FumenMetaInfoBrowser { + get { + return ResourceManager.GetString("FumenMetaInfoBrowser", resourceCulture); + } + } + + /// + /// 查找类似 Object Property 的本地化字符串。 + /// + public static string FumenObjectPropertyBrowser { + get { + return ResourceManager.GetString("FumenObjectPropertyBrowser", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Project File 的本地化字符串。 + /// + public static string FumenProjectFile { + get { + return ResourceManager.GetString("FumenProjectFile", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Source 的本地化字符串。 + /// + public static string FumenSource { + get { + return ResourceManager.GetString("FumenSource", resourceCulture); + } + } + + /// + /// 查找类似 Time Signatures 的本地化字符串。 + /// + public static string FumenTimeSignatureListViewer { + get { + return ResourceManager.GetString("FumenTimeSignatureListViewer", resourceCulture); + } + } + + /// + /// 查找类似 Editor Settings 的本地化字符串。 + /// + public static string FumenVisualEditorSettings { + get { + return ResourceManager.GetString("FumenVisualEditorSettings", resourceCulture); + } + } + + /// + /// 查找类似 Game Version: 的本地化字符串。 + /// + public static string GameVersion { + get { + return ResourceManager.GetString("GameVersion", resourceCulture); + } + } + + /// + /// 查找类似 Generate 的本地化字符串。 + /// + public static string Generate { + get { + return ResourceManager.GetString("Generate", resourceCulture); + } + } + + /// + /// 查找类似 Failed to generate .ab file: 的本地化字符串。 + /// + public static string GenerateABFileFail { + get { + return ResourceManager.GetString("GenerateABFileFail", resourceCulture); + } + } + + /// + /// 查找类似 Failed to generate .dll file: 的本地化字符串。 + /// + public static string GenerateAssemblyFileFail { + get { + return ResourceManager.GetString("GenerateAssemblyFileFail", resourceCulture); + } + } + + /// + /// 查找类似 Failed to generate audio file: 的本地化字符串。 + /// + public static string GenerateAudioFileFail { + get { + return ResourceManager.GetString("GenerateAudioFileFail", resourceCulture); + } + } + + /// + /// 查找类似 Audio file generated succesfully. Open the output folder? 的本地化字符串。 + /// + public static string GenerateAudioSuccess { + get { + return ResourceManager.GetString("GenerateAudioSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Failed to generate jacket files: 的本地化字符串。 + /// + public static string GenerateJacketFileFail { + get { + return ResourceManager.GetString("GenerateJacketFileFail", resourceCulture); + } + } + + /// + /// 查找类似 Jacket files generated succesfully. Open the output folder? 的本地化字符串。 + /// + public static string GenerateJacketFileSuccess { + get { + return ResourceManager.GetString("GenerateJacketFileSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Generate lane objects 的本地化字符串。 + /// + public static string GenerateLaneObjects { + get { + return ResourceManager.GetString("GenerateLaneObjects", resourceCulture); + } + } + + /// + /// 查找类似 Generate Music.xml file 的本地化字符串。 + /// + public static string GenerateMusicXmlFile { + get { + return ResourceManager.GetString("GenerateMusicXmlFile", resourceCulture); + } + } + + /// + /// 查找类似 Generate script project file failed 的本地化字符串。 + /// + public static string GenerateScriptProjectFileFail { + get { + return ResourceManager.GetString("GenerateScriptProjectFileFail", resourceCulture); + } + } + + /// + /// 查找类似 Generate Preview SVG 的本地化字符串。 + /// + public static string GenerateSvg { + get { + return ResourceManager.GetString("GenerateSvg", resourceCulture); + } + } + + /// + /// 查找类似 Fumen .svg file generated successfully 的本地化字符串。 + /// + public static string GenerateSvgSuccess { + get { + return ResourceManager.GetString("GenerateSvgSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Successfully generated .svg file. Open the file now? 的本地化字符串。 + /// + public static string GenerateSvgSuccessAndAskIfOpen { + get { + return ResourceManager.GetString("GenerateSvgSuccessAndAskIfOpen", resourceCulture); + } + } + + /// + /// 查找类似 Genre: 的本地化字符串。 + /// + public static string Genre { + get { + return ResourceManager.GetString("Genre", resourceCulture); + } + } + + /// + /// 查找类似 Assign this TGrid to the currently selected object 的本地化字符串。 + /// + public static string GiveTGridToSelectedObject { + get { + return ResourceManager.GetString("GiveTGridToSelectedObject", resourceCulture); + } + } + + /// + /// 查找类似 Compatibility mode (use OpenGL 3.3 full compatibility. Try this if the program displays strange visuals, artifacts or crashes) 的本地化字符串。 + /// + public static string GraphicsCompatability { + get { + return ResourceManager.GetString("GraphicsCompatability", resourceCulture); + } + } + + /// + /// 查找类似 Output OpenGL logs in the UI thread (more impact on performance, but throwing exceptions will provide precise stack information) 的本地化字符串。 + /// + public static string GraphicsLogSynchronous { + get { + return ResourceManager.GetString("GraphicsLogSynchronous", resourceCulture); + } + } + + /// + /// 查找类似 Graphics Render 的本地化字符串。 + /// + public static string GraphicsRender { + get { + return ResourceManager.GetString("GraphicsRender", resourceCulture); + } + } + + /// + /// 查找类似 Half an hour ago 的本地化字符串。 + /// + public static string HalfHourAgo { + get { + return ResourceManager.GetString("HalfHourAgo", resourceCulture); + } + } + + /// + /// 查找类似 Program Updatable! 的本地化字符串。 + /// + public static string HasNewVersion { + get { + return ResourceManager.GetString("HasNewVersion", resourceCulture); + } + } + + /// + /// 查找类似 Fumen Header Info 的本地化字符串。 + /// + public static string HeaderConstMismatch { + get { + return ResourceManager.GetString("HeaderConstMismatch", resourceCulture); + } + } + + /// + /// 查找类似 XRESOLUTION({0}) parameter does not match XGrid.ResX({1}) 的本地化字符串。 + /// + public static string HeaderConstMismatch2 { + get { + return ResourceManager.GetString("HeaderConstMismatch2", resourceCulture); + } + } + + /// + /// 查找类似 TRESOLUTION({0}) parameter does not match TGrid.ResT({1}) 的本地化字符串。 + /// + public static string HeaderConstMismatch3 { + get { + return ResourceManager.GetString("HeaderConstMismatch3", resourceCulture); + } + } + + /// + /// 查找类似 Fumen creator/designer is empty 的本地化字符串。 + /// + public static string HeaderConstMismatch4 { + get { + return ResourceManager.GetString("HeaderConstMismatch4", resourceCulture); + } + } + + /// + /// 查找类似 Image file: 的本地化字符串。 + /// + public static string ImageFile { + get { + return ResourceManager.GetString("ImageFile", resourceCulture); + } + } + + /// + /// 查找类似 Inner exception message: 的本地化字符串。 + /// + public static string InnerExceptionMessage { + get { + return ResourceManager.GetString("InnerExceptionMessage", resourceCulture); + } + } + + /// + /// 查找类似 The image file to be generated does not exist 的本地化字符串。 + /// + public static string InputPictureFileNotFound { + get { + return ResourceManager.GetString("InputPictureFileNotFound", resourceCulture); + } + } + + /// + /// 查找类似 Interpolation completed, a total of {0} lanes were interpolated, generating {1} new lanes , corresponding to the recalculation of {2} affected Tap/Hold and other objects 的本地化字符串。 + /// + public static string InterpolateComplete { + get { + return ResourceManager.GetString("InterpolateComplete", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate curve 的本地化字符串。 + /// + public static string InterpolateCurve { + get { + return ResourceManager.GetString("InterpolateCurve", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate new DurationSoflan objects 的本地化字符串。 + /// + public static string InterpolateDurationSoflan { + get { + return ResourceManager.GetString("InterpolateDurationSoflan", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate the entire lane 的本地化字符串。 + /// + public static string InterpolateLane { + get { + return ResourceManager.GetString("InterpolateLane", resourceCulture); + } + } + + /// + /// 查找类似 Click to interpolate the curves of this lane into straight line segments 的本地化字符串。 + /// + public static string InterpolateLaneTipText { + get { + return ResourceManager.GetString("InterpolateLaneTipText", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate selected region of lane 的本地化字符串。 + /// + public static string InterpolatePart { + get { + return ResourceManager.GetString("InterpolatePart", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate selected region of lane 的本地化字符串。 + /// + public static string InterpolatePartCurve { + get { + return ResourceManager.GetString("InterpolatePartCurve", resourceCulture); + } + } + + /// + /// 查找类似 Click to interpolate the curves of selected part of the lane into straight line segments 的本地化字符串。 + /// + public static string InterpolatePartTipText { + get { + return ResourceManager.GetString("InterpolatePartTipText", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate new KeyframeSoflan objects 的本地化字符串。 + /// + public static string InterpolateToCreateKeyframeSoflans { + get { + return ResourceManager.GetString("InterpolateToCreateKeyframeSoflans", resourceCulture); + } + } + + /// + /// 查找类似 Interpolate new KeyframeSoflan objects 的本地化字符串。 + /// + public static string InterpolateToCreateKeyframeSoflansTipText { + get { + return ResourceManager.GetString("InterpolateToCreateKeyframeSoflansTipText", resourceCulture); + } + } + + /// + /// 查找类似 Invalid Brightness: {0} is not in range [-3, 3] 的本地化字符串。 + /// + public static string InvalidBrightness { + get { + return ResourceManager.GetString("InvalidBrightness", resourceCulture); + } + } + + /// + /// 查找类似 Invalid ColorId: {0} 的本地化字符串。 + /// + public static string InvalidColorId { + get { + return ResourceManager.GetString("InvalidColorId", resourceCulture); + } + } + + /// + /// 查找类似 Segment of lane is illegal 的本地化字符串。 + /// + public static string InvalidConnectablePath { + get { + return ResourceManager.GetString("InvalidConnectablePath", resourceCulture); + } + } + + /// + /// 查找类似 Jacket Generator 的本地化字符串。 + /// + public static string JacketGenerator { + get { + return ResourceManager.GetString("JacketGenerator", resourceCulture); + } + } + + /// + /// 查找类似 Align judgement line with meter when scrolling 的本地化字符串。 + /// + public static string JudgeLineAlignBeat { + get { + return ResourceManager.GetString("JudgeLineAlignBeat", resourceCulture); + } + } + + /// + /// 查找类似 Judgment line offset 的本地化字符串。 + /// + public static string JudgeLineOffsetY { + get { + return ResourceManager.GetString("JudgeLineOffsetY", resourceCulture); + } + } + + /// + /// 查找类似 Just now 的本地化字符串。 + /// + public static string JustBefore { + get { + return ResourceManager.GetString("JustBefore", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Clipboard 的本地化字符串。 + /// + public static string kbd_batch_ModeClipboard { + get { + return ResourceManager.GetString("kbd_batch_ModeClipboard", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Select Dockable 的本地化字符串。 + /// + public static string kbd_batch_ModeFilterDockableObjects { + get { + return ResourceManager.GetString("kbd_batch_ModeFilterDockableObjects", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Select Floating 的本地化字符串。 + /// + public static string kbd_batch_ModeFilterFloatingObjects { + get { + return ResourceManager.GetString("kbd_batch_ModeFilterFloatingObjects", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Select Lanes 的本地化字符串。 + /// + public static string kbd_batch_ModeFilterLanes { + get { + return ResourceManager.GetString("kbd_batch_ModeFilterLanes", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Flick 的本地化字符串。 + /// + public static string kbd_batch_ModeFlick { + get { + return ResourceManager.GetString("kbd_batch_ModeFlick", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Hold 的本地化字符串。 + /// + public static string kbd_batch_ModeHold { + get { + return ResourceManager.GetString("kbd_batch_ModeHold", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Lane Block 的本地化字符串。 + /// + public static string kbd_batch_ModeLaneBlock { + get { + return ResourceManager.GetString("kbd_batch_ModeLaneBlock", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Lane Center 的本地化字符串。 + /// + public static string kbd_batch_ModeLaneCenter { + get { + return ResourceManager.GetString("kbd_batch_ModeLaneCenter", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Lane Colorful 的本地化字符串。 + /// + public static string kbd_batch_ModeLaneColorful { + get { + return ResourceManager.GetString("kbd_batch_ModeLaneColorful", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Lane Left 的本地化字符串。 + /// + public static string kbd_batch_ModeLaneLeft { + get { + return ResourceManager.GetString("kbd_batch_ModeLaneLeft", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Lane Right 的本地化字符串。 + /// + public static string kbd_batch_ModeLaneRight { + get { + return ResourceManager.GetString("kbd_batch_ModeLaneRight", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Bell 的本地化字符串。 + /// + public static string kbd_batch_ModeNormalBell { + get { + return ResourceManager.GetString("kbd_batch_ModeNormalBell", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Tap 的本地化字符串。 + /// + public static string kbd_batch_ModeTap { + get { + return ResourceManager.GetString("kbd_batch_ModeTap", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Wall Left 的本地化字符串。 + /// + public static string kbd_batch_ModeWallLeft { + get { + return ResourceManager.GetString("kbd_batch_ModeWallLeft", resourceCulture); + } + } + + /// + /// 查找类似 Batch: Wall Right 的本地化字符串。 + /// + public static string kbd_batch_ModeWallRight { + get { + return ResourceManager.GetString("kbd_batch_ModeWallRight", resourceCulture); + } + } + + /// + /// 查找类似 Clear selection 的本地化字符串。 + /// + public static string kbd_editor_CancelSelectingObjects { + get { + return ResourceManager.GetString("kbd_editor_CancelSelectingObjects", resourceCulture); + } + } + + /// + /// 查找类似 Copy selection to clipboard 的本地化字符串。 + /// + public static string kbd_editor_CopySelectedObjects { + get { + return ResourceManager.GetString("kbd_editor_CopySelectedObjects", resourceCulture); + } + } + + /// + /// 查找类似 Delete selected objects 的本地化字符串。 + /// + public static string kbd_editor_DeleteSelectingObjects { + get { + return ResourceManager.GetString("kbd_editor_DeleteSelectingObjects", resourceCulture); + } + } + + /// + /// 查找类似 Add new node to selected lanes 的本地化字符串。 + /// + public static string kbd_editor_FastAddConnectableChild { + get { + return ResourceManager.GetString("kbd_editor_FastAddConnectableChild", resourceCulture); + } + } + + /// + /// 查找类似 Dock object to Center Lane 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceDockableObjectToCenter { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceDockableObjectToCenter", resourceCulture); + } + } + + /// + /// 查找类似 Dock object to Left Lane 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceDockableObjectToLeft { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceDockableObjectToLeft", resourceCulture); + } + } + + /// + /// 查找类似 Dock object to Right Lane 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceDockableObjectToRight { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceDockableObjectToRight", resourceCulture); + } + } + + /// + /// 查找类似 Dock object to Wall Left 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceDockableObjectToWallLeft { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceDockableObjectToWallLeft", resourceCulture); + } + } + + /// + /// 查找类似 Dock object to Wall Right 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceDockableObjectToWallRight { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceDockableObjectToWallRight", resourceCulture); + } + } + + /// + /// 查找类似 Place new Hold at cursor 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceNewHold { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceNewHold", resourceCulture); + } + } + + /// + /// 查找类似 Place new Tap at cursor 的本地化字符串。 + /// + public static string kbd_editor_FastPlaceNewTap { + get { + return ResourceManager.GetString("kbd_editor_FastPlaceNewTap", resourceCulture); + } + } + + /// + /// 查找类似 Set object critical 的本地化字符串。 + /// + public static string kbd_editor_FastSetObjectIsCritical { + get { + return ResourceManager.GetString("kbd_editor_FastSetObjectIsCritical", resourceCulture); + } + } + + /// + /// 查找类似 Switch directions of selected flicks 的本地化字符串。 + /// + public static string kbd_editor_FastSwitchFlickDirection { + get { + return ResourceManager.GetString("kbd_editor_FastSwitchFlickDirection", resourceCulture); + } + } + + /// + /// 查找类似 Toggle display mode 的本地化字符串。 + /// + public static string kbd_editor_HideOrShow { + get { + return ResourceManager.GetString("kbd_editor_HideOrShow", resourceCulture); + } + } + + /// + /// 查找类似 Paste clipboard contents at cursor 的本地化字符串。 + /// + public static string kbd_editor_PasteCopiesObjects { + get { + return ResourceManager.GetString("kbd_editor_PasteCopiesObjects", resourceCulture); + } + } + + /// + /// 查找类似 Scroll a page down 的本地化字符串。 + /// + public static string kbd_editor_ScrollPageDown { + get { + return ResourceManager.GetString("kbd_editor_ScrollPageDown", resourceCulture); + } + } + + /// + /// 查找类似 Scroll a page up 的本地化字符串。 + /// + public static string kbd_editor_ScrollPageUp { + get { + return ResourceManager.GetString("kbd_editor_ScrollPageUp", resourceCulture); + } + } + + /// + /// 查找类似 Select all objects 的本地化字符串。 + /// + public static string kbd_editor_SelectAllObjects { + get { + return ResourceManager.GetString("kbd_editor_SelectAllObjects", resourceCulture); + } + } + + /// + /// 查找类似 Conflicts with keybinding {0} 的本地化字符串。 + /// + public static string KeyBindingConflictDetect { + get { + return ResourceManager.GetString("KeyBindingConflictDetect", resourceCulture); + } + } + + /// + /// 查找类似 KeyMap 的本地化字符串。 + /// + public static string KeyMap { + get { + return ResourceManager.GetString("KeyMap", resourceCulture); + } + } + + /// + /// 查找类似 Keywords sorting: 的本地化字符串。 + /// + public static string KeywordSortFilter { + get { + return ResourceManager.GetString("KeywordSortFilter", resourceCulture); + } + } + + /// + /// 查找类似 This lane contains an illegal segment 的本地化字符串。 + /// + public static string LaneContainInvalidPath { + get { + return ResourceManager.GetString("LaneContainInvalidPath", resourceCulture); + } + } + + /// + /// 查找类似 Languages: 的本地化字符串。 + /// + public static string Languages { + get { + return ResourceManager.GetString("Languages", resourceCulture); + } + } + + /// + /// 查找类似 Limit the number of undo actions saved in the editor 的本地化字符串。 + /// + public static string LimitUndoCount { + get { + return ResourceManager.GetString("LimitUndoCount", resourceCulture); + } + } + + /// + /// 查找类似 Load from current editor: 的本地化字符串。 + /// + public static string LoadFromCurrentEditor { + get { + return ResourceManager.GetString("LoadFromCurrentEditor", resourceCulture); + } + } + + /// + /// 查找类似 Load from file: 的本地化字符串。 + /// + public static string LoadFromFile { + get { + return ResourceManager.GetString("LoadFromFile", resourceCulture); + } + } + + /// + /// 查找类似 Load fumen 的本地化字符串。 + /// + public static string LoadFumen { + get { + return ResourceManager.GetString("LoadFumen", resourceCulture); + } + } + + /// + /// 查找类似 Failed to load layout file 的本地化字符串。 + /// + public static string LoadLayoutFailed { + get { + return ResourceManager.GetString("LoadLayoutFailed", resourceCulture); + } + } + + /// + /// 查找类似 Load exist Music.xml file 的本地化字符串。 + /// + public static string LoadMusicXmlFile { + get { + return ResourceManager.GetString("LoadMusicXmlFile", resourceCulture); + } + } + + /// + /// 查找类似 Project and fumen loaded successfully 的本地化字符串。 + /// + public static string LoadProjectFileAndFumenFile { + get { + return ResourceManager.GetString("LoadProjectFileAndFumenFile", resourceCulture); + } + } + + /// + /// 查找类似 Current log files are stored at: 的本地化字符串。 + /// + public static string LogFileSaveTo { + get { + return ResourceManager.GetString("LogFileSaveTo", resourceCulture); + } + } + + /// + /// 查找类似 Logger 的本地化字符串。 + /// + public static string Logger { + get { + return ResourceManager.GetString("Logger", resourceCulture); + } + } + + /// + /// 查找类似 Log folder 的本地化字符串。 + /// + public static string LoggerFolder { + get { + return ResourceManager.GetString("LoggerFolder", resourceCulture); + } + } + + /// + /// 查找类似 Assist (_A) 的本地化字符串。 + /// + public static string MenuAssist { + get { + return ResourceManager.GetString("MenuAssist", resourceCulture); + } + } + + /// + /// 查找类似 Help (_H) 的本地化字符串。 + /// + public static string MenuHelp { + get { + return ResourceManager.GetString("MenuHelp", resourceCulture); + } + } + + /// + /// 查找类似 Mirror lane _colors 的本地化字符串。 + /// + public static string MenuMirrorSelectionLaneColors { + get { + return ResourceManager.GetString("MenuMirrorSelectionLaneColors", resourceCulture); + } + } + + /// + /// 查找类似 Mirror _horizontally over selection center 的本地化字符串。 + /// + public static string MenuMirrorSelectionXGrid { + get { + return ResourceManager.GetString("MenuMirrorSelectionXGrid", resourceCulture); + } + } + + /// + /// 查找类似 Mirror horizontally over _field center 的本地化字符串。 + /// + public static string MenuMirrorSelectionXGridZero { + get { + return ResourceManager.GetString("MenuMirrorSelectionXGridZero", resourceCulture); + } + } + + /// + /// 查找类似 Ongeki (_O) 的本地化字符串。 + /// + public static string MenuOngeki { + get { + return ResourceManager.GetString("MenuOngeki", resourceCulture); + } + } + + /// + /// 查找类似 Option generation... 的本地化字符串。 + /// + public static string MenuOptionGenerateTool { + get { + return ResourceManager.GetString("MenuOptionGenerateTool", resourceCulture); + } + } + + /// + /// 查找类似 Select... 的本地化字符串。 + /// + public static string MenuSelecting { + get { + return ResourceManager.GetString("MenuSelecting", resourceCulture); + } + } + + /// + /// 查找类似 Mirror lane colors 的本地化字符串。 + /// + public static string MirrorSelectionLaneColors { + get { + return ResourceManager.GetString("MirrorSelectionLaneColors", resourceCulture); + } + } + + /// + /// 查找类似 Mirror horizontally over selection center 的本地化字符串。 + /// + public static string MirrorSelectionXGrid { + get { + return ResourceManager.GetString("MirrorSelectionXGrid", resourceCulture); + } + } + + /// + /// 查找类似 Mirror horizontally over field center 的本地化字符串。 + /// + public static string MirrorSelectionXGridZero { + get { + return ResourceManager.GetString("MirrorSelectionXGridZero", resourceCulture); + } + } + + /// + /// 查找类似 Missing EnemySet(Boss) object. It is recommended to place one to designate the timing of the boss's appearance 的本地化字符串。 + /// + public static string MissingBossEnemySet { + get { + return ResourceManager.GetString("MissingBossEnemySet", resourceCulture); + } + } + + /// + /// 查找类似 Hold (Oid:{0}) object is missing the HoldEnd object 的本地化字符串。 + /// + public static string MissingEndObject { + get { + return ResourceManager.GetString("MissingEndObject", resourceCulture); + } + } + + /// + /// 查找类似 The {0} object is missing a reference to a Lane object 的本地化字符串。 + /// + public static string MissingRefObject { + get { + return ResourceManager.GetString("MissingRefObject", resourceCulture); + } + } + + /// + /// 查找类似 The {0} object references a Lane object (laneId:{1}), which does not exist in the fumen. 的本地化字符串。 + /// + public static string MissingRefObject2 { + get { + return ResourceManager.GetString("MissingRefObject2", resourceCulture); + } + } + + /// + /// 查找类似 Music 的本地化字符串。 + /// + public static string Music { + get { + return ResourceManager.GetString("Music", resourceCulture); + } + } + + /// + /// 查找类似 MusicId({0}) is illegal 的本地化字符串。 + /// + public static string MusicIDInvaild { + get { + return ResourceManager.GetString("MusicIDInvaild", resourceCulture); + } + } + + /// + /// 查找类似 Music.xml file 的本地化字符串。 + /// + public static string MusicXmlFileFormat { + get { + return ResourceManager.GetString("MusicXmlFileFormat", resourceCulture); + } + } + + /// + /// 查找类似 Music.xml Generator 的本地化字符串。 + /// + public static string MusicXmlWindow { + get { + return ResourceManager.GetString("MusicXmlWindow", resourceCulture); + } + } + + /// + /// 查找类似 Switch to the current editor first 的本地化字符串。 + /// + public static string MustMakeEditorActive { + get { + return ResourceManager.GetString("MustMakeEditorActive", resourceCulture); + } + } + + /// + /// 查找类似 Need to select a Tap/Hold object only 的本地化字符串。 + /// + public static string MustSelectOneTapOrHold { + get { + return ResourceManager.GetString("MustSelectOneTapOrHold", resourceCulture); + } + } + + /// + /// 查找类似 Name 的本地化字符串。 + /// + public static string Name { + get { + return ResourceManager.GetString("Name", resourceCulture); + } + } + + /// + /// 查找类似 Changing {0} 的本地化字符串。 + /// + public static string NamedColorChangeTitle { + get { + return ResourceManager.GetString("NamedColorChangeTitle", resourceCulture); + } + } + + /// + /// 查找类似 Add new palette 的本地化字符串。 + /// + public static string NewBulletPallete { + get { + return ResourceManager.GetString("NewBulletPallete", resourceCulture); + } + } + + /// + /// 查找类似 Standardization of the ongeki fumen had completed.\nDo you want to open the output folder immediately 的本地化字符串。 + /// + public static string NewFumenFileSaveDone { + get { + return ResourceManager.GetString("NewFumenFileSaveDone", resourceCulture); + } + } + + /// + /// 查找类似 New fumen file output save path 的本地化字符串。 + /// + public static string NewFumenFileSavePath { + get { + return ResourceManager.GetString("NewFumenFileSavePath", resourceCulture); + } + } + + /// + /// 查找类似 New Version 的本地化字符串。 + /// + public static string NewVersion { + get { + return ResourceManager.GetString("NewVersion", resourceCulture); + } + } + + /// + /// 查找类似 <No editor> 的本地化字符串。 + /// + public static string NoEditorTarget { + get { + return ResourceManager.GetString("NoEditorTarget", resourceCulture); + } + } + + /// + /// 查找类似 No flicks to switch in selection 的本地化字符串。 + /// + public static string NoFlickCouldBeSwitched { + get { + return ResourceManager.GetString("NoFlickCouldBeSwitched", resourceCulture); + } + } + + /// + /// 查找类似 No fumen input 的本地化字符串。 + /// + public static string NoFumenInput { + get { + return ResourceManager.GetString("NoFumenInput", resourceCulture); + } + } + + /// + /// 查找类似 x 的本地化字符串。 + /// + public static string NoLimit { + get { + return ResourceManager.GetString("NoLimit", resourceCulture); + } + } + + /// + /// 查找类似 No suitable objects for which to toggle IsCritical 的本地化字符串。 + /// + public static string NoObjectCouldBeSetIsCritical { + get { + return ResourceManager.GetString("NoObjectCouldBeSetIsCritical", resourceCulture); + } + } + + /// + /// 查找类似 The curve lane has not been interpolated yet 的本地化字符串。 + /// + public static string NotInterpolatedCurve { + get { + return ResourceManager.GetString("NotInterpolatedCurve", resourceCulture); + } + } + + /// + /// 查找类似 (Don't show) 的本地化字符串。 + /// + public static string NotShow { + get { + return ResourceManager.GetString("NotShow", resourceCulture); + } + } + + /// + /// 查找类似 Do not show this window again 的本地化字符串。 + /// + public static string NotShowAnymore { + get { + return ResourceManager.GetString("NotShowAnymore", resourceCulture); + } + } + + /// + /// 查找类似 {0} is not supported in batch mode. 的本地化字符串。 + /// + public static string NotSupportInBatchMode { + get { + return ResourceManager.GetString("NotSupportInBatchMode", resourceCulture); + } + } + + /// + /// 查找类似 Batch paste brush object 的本地化字符串。 + /// + public static string ObjectBatchBrush { + get { + return ResourceManager.GetString("ObjectBatchBrush", resourceCulture); + } + } + + /// + /// 查找类似 ID 的本地化字符串。 + /// + public static string ObjectId { + get { + return ResourceManager.GetString("ObjectId", resourceCulture); + } + } + + /// + /// 查找类似 Changing this value will alter the reference lane of this object 的本地化字符串。 + /// + public static string ObjectLaneGroupId { + get { + return ResourceManager.GetString("ObjectLaneGroupId", resourceCulture); + } + } + + /// + /// 查找类似 The copied object cannot be used within batch mode 的本地化字符串。 + /// + public static string ObjectNotSupportedInBatchMode { + get { + return ResourceManager.GetString("ObjectNotSupportedInBatchMode", resourceCulture); + } + } + + /// + /// 查找类似 Multiple ITimelineObject objects of the same type ({0}) overlap 的本地化字符串。 + /// + public static string ObjectOverlap { + get { + return ResourceManager.GetString("ObjectOverlap", resourceCulture); + } + } + + /// + /// 查找类似 Multiple objects of the same type ({0}) overlap 的本地化字符串。 + /// + public static string ObjectOverlap2 { + get { + return ResourceManager.GetString("ObjectOverlap2", resourceCulture); + } + } + + /// + /// 查找类似 Changing this value will alter the reference bullet palette of this object 的本地化字符串。 + /// + public static string ObjectPalleteStrId { + get { + return ResourceManager.GetString("ObjectPalleteStrId", resourceCulture); + } + } + + /// + /// 查找类似 Object Properties 的本地化字符串。 + /// + public static string ObjectProperty { + get { + return ResourceManager.GetString("ObjectProperty", resourceCulture); + } + } + + /// + /// 查找类似 Object property ({0}) has been changed 的本地化字符串。 + /// + public static string ObjectPropertyChanged { + get { + return ResourceManager.GetString("ObjectPropertyChanged", resourceCulture); + } + } + + /// + /// 查找类似 Represents a user-defined label, typically used for script differentiation 的本地化字符串。 + /// + public static string ObjectTag { + get { + return ResourceManager.GetString("ObjectTag", resourceCulture); + } + } + + /// + /// 查找类似 Object TGrid 的本地化字符串。 + /// + public static string ObjectTGrid { + get { + return ResourceManager.GetString("ObjectTGrid", resourceCulture); + } + } + + /// + /// 查找类似 Object Time 的本地化字符串。 + /// + public static string ObjectTime { + get { + return ResourceManager.GetString("ObjectTime", resourceCulture); + } + } + + /// + /// 查找类似 Object {0} does not align with the meter/time lines. 的本地化字符串。 + /// + public static string ObjectTimelineNotAligned { + get { + return ResourceManager.GetString("ObjectTimelineNotAligned", resourceCulture); + } + } + + /// + /// 查找类似 Object XGrid 的本地化字符串。 + /// + public static string ObjectXGrid { + get { + return ResourceManager.GetString("ObjectXGrid", resourceCulture); + } + } + + /// + /// 查找类似 Offset Option 的本地化字符串。 + /// + public static string OffsetOption { + get { + return ResourceManager.GetString("OffsetOption", resourceCulture); + } + } + + /// + /// 查找类似 Ongeki Fumen List Browser 的本地化字符串。 + /// + public static string OgkiFumenListBrowser { + get { + return ResourceManager.GetString("OgkiFumenListBrowser", resourceCulture); + } + } + + /// + /// 查找类似 Ongeki Fumen 的本地化字符串。 + /// + public static string OngekiFumen { + get { + return ResourceManager.GetString("OngekiFumen", resourceCulture); + } + } + + /// + /// 查找类似 Standardized Ongeki Fumen 的本地化字符串。 + /// + public static string OngekiFumenStandardized { + get { + return ResourceManager.GetString("OngekiFumenStandardized", resourceCulture); + } + } + + /// + /// 查找类似 Open the editor first 的本地化字符串。 + /// + public static string OpenEditorBeforeUsing { + get { + return ResourceManager.GetString("OpenEditorBeforeUsing", resourceCulture); + } + } + + /// + /// 查找类似 Open Project 的本地化字符串。 + /// + public static string OpenProject { + get { + return ResourceManager.GetString("OpenProject", resourceCulture); + } + } + + /// + /// 查找类似 Create an existing project 的本地化字符串。 + /// + public static string OpenProjectTipText { + get { + return ResourceManager.GetString("OpenProjectTipText", resourceCulture); + } + } + + /// + /// 查找类似 Option 的本地化字符串。 + /// + public static string Option { + get { + return ResourceManager.GetString("Option", resourceCulture); + } + } + + /// + /// 查找类似 Fumen file (optional): 的本地化字符串。 + /// + public static string OptionalFumenFile { + get { + return ResourceManager.GetString("OptionalFumenFile", resourceCulture); + } + } + + /// + /// 查找类似 Other 的本地化字符串。 + /// + public static string Other { + get { + return ResourceManager.GetString("Other", resourceCulture); + } + } + + /// + /// 查找类似 Output 的本地化字符串。 + /// + public static string Output { + get { + return ResourceManager.GetString("Output", resourceCulture); + } + } + + /// + /// 查找类似 Output folder: 的本地化字符串。 + /// + public static string OutputFolder { + get { + return ResourceManager.GetString("OutputFolder", resourceCulture); + } + } + + /// + /// 查找类似 Output folder is empty 的本地化字符串。 + /// + public static string OutputFolderIsEmpty { + get { + return ResourceManager.GetString("OutputFolderIsEmpty", resourceCulture); + } + } + + /// + /// 查找类似 Fumen output path is not set 的本地化字符串。 + /// + public static string OutputFumenFileNotSelect { + get { + return ResourceManager.GetString("OutputFumenFileNotSelect", resourceCulture); + } + } + + /// + /// 查找类似 The given fumen output path is not supported 的本地化字符串。 + /// + public static string OutputFumenNotSupport { + get { + return ResourceManager.GetString("OutputFumenNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 Cannot standardize for the selected output format 的本地化字符串。 + /// + public static string OutputFumenStandardizeFormatNotSupported { + get { + return ResourceManager.GetString("OutputFumenStandardizeFormatNotSupported", resourceCulture); + } + } + + /// + /// 查找类似 Output OpenGL logs (may affect performance, and errors will be thrown as exceptions) 的本地化字符串。 + /// + public static string OutputGraphicsLog { + get { + return ResourceManager.GetString("OutputGraphicsLog", resourceCulture); + } + } + + /// + /// 查找类似 Output method 的本地化字符串。 + /// + public static string OutputMethod { + get { + return ResourceManager.GetString("OutputMethod", resourceCulture); + } + } + + /// + /// 查找类似 Paste directly 的本地化字符串。 + /// + public static string PasteDirectly { + get { + return ResourceManager.GetString("PasteDirectly", resourceCulture); + } + } + + /// + /// 查找类似 Paste horizontally mirrored across the entire scope 的本地化字符串。 + /// + public static string PasteForHorizonMirror { + get { + return ResourceManager.GetString("PasteForHorizonMirror", resourceCulture); + } + } + + /// + /// 查找类似 Paste vertically mirrored across the entire scope 的本地化字符串。 + /// + public static string PasteForVerticalMirror { + get { + return ResourceManager.GetString("PasteForVerticalMirror", resourceCulture); + } + } + + /// + /// 查找类似 Paste horizontally mirrored over field center 的本地化字符串。 + /// + public static string PasteForZeroXGridMirror { + get { + return ResourceManager.GetString("PasteForZeroXGridMirror", resourceCulture); + } + } + + /// + /// 查找类似 Paste objects to mouse location 的本地化字符串。 + /// + public static string PasteToMouse { + get { + return ResourceManager.GetString("PasteToMouse", resourceCulture); + } + } + + /// + /// 查找类似 Pause the audio/editor playback first 的本地化字符串。 + /// + public static string PauseAudioAndFumen { + get { + return ResourceManager.GetString("PauseAudioAndFumen", resourceCulture); + } + } + + /// + /// 查找类似 Playfield foreground color: 的本地化字符串。 + /// + public static string PlayFieldForegroundColor { + get { + return ResourceManager.GetString("PlayFieldForegroundColor", resourceCulture); + } + } + + /// + /// 查找类似 Unable to use this editor while an external editor is open 的本地化字符串。 + /// + public static string PreventUsingInternalEditor { + get { + return ResourceManager.GetString("PreventUsingInternalEditor", resourceCulture); + } + } + + /// + /// 查找类似 Preview Mode 的本地化字符串。 + /// + public static string PreviewMode { + get { + return ResourceManager.GetString("PreviewMode", resourceCulture); + } + } + + /// + /// 查找类似 Preview time (msec): 的本地化字符串。 + /// + public static string PreviewTime { + get { + return ResourceManager.GetString("PreviewTime", resourceCulture); + } + } + + /// + /// 查找类似 Problem 的本地化字符串。 + /// + public static string Problem { + get { + return ResourceManager.GetString("Problem", resourceCulture); + } + } + + /// + /// 查找类似 Process 的本地化字符串。 + /// + public static string Process { + get { + return ResourceManager.GetString("Process", resourceCulture); + } + } + + /// + /// 查找类似 Upgrade the priority of this application process 的本地化字符串。 + /// + public static string ProcessProriotyUpgrade { + get { + return ResourceManager.GetString("ProcessProriotyUpgrade", resourceCulture); + } + } + + /// + /// 查找类似 Generate ACB audio files 的本地化字符串。 + /// + public static string ProgramCommandAcb { + get { + return ResourceManager.GetString("ProgramCommandAcb", resourceCulture); + } + } + + /// + /// 查找类似 Convert a chart to a different format 的本地化字符串。 + /// + public static string ProgramCommandConvert { + get { + return ResourceManager.GetString("ProgramCommandConvert", resourceCulture); + } + } + + /// + /// 查找类似 Generate a preview image for a chart 的本地化字符串。 + /// + public static string ProgramCommandDescriptionSvg { + get { + return ResourceManager.GetString("ProgramCommandDescriptionSvg", resourceCulture); + } + } + + /// + /// 查找类似 Generate & update jacket asset files 的本地化字符串。 + /// + public static string ProgramCommandJacket { + get { + return ResourceManager.GetString("ProgramCommandJacket", resourceCulture); + } + } + + /// + /// 查找类似 Program error 的本地化字符串。 + /// + public static string ProgramError { + get { + return ResourceManager.GetString("ProgramError", resourceCulture); + } + } + + /// + /// 查找类似 Show log output 的本地化字符串。 + /// + public static string ProgramOptionDescriptionVerbose { + get { + return ResourceManager.GetString("ProgramOptionDescriptionVerbose", resourceCulture); + } + } + + /// + /// 查找类似 absolute path of the file to read 的本地化字符串。 + /// + public static string ProgramOptionInputFile { + get { + return ResourceManager.GetString("ProgramOptionInputFile", resourceCulture); + } + } + + /// + /// 查找类似 absolute path of the file to read (*.wav, *.mp3, *.hca) 的本地化字符串。 + /// + public static string ProgramOptionInputFileAudio { + get { + return ResourceManager.GetString("ProgramOptionInputFileAudio", resourceCulture); + } + } + + /// + /// 查找类似 absolute path of the file to read (*.png) 的本地化字符串。 + /// + public static string ProgramOptionInputFileJacket { + get { + return ResourceManager.GetString("ProgramOptionInputFileJacket", resourceCulture); + } + } + + /// + /// 查找类似 absolute path of the file to read (*.nyageki) 的本地化字符串。 + /// + public static string ProgramOptionInputFileNyageki { + get { + return ResourceManager.GetString("ProgramOptionInputFileNyageki", resourceCulture); + } + } + + /// + /// 查找类似 height (in px) of the generated jacket file 的本地化字符串。 + /// + public static string ProgramOptionJacketOutputHeight { + get { + return ResourceManager.GetString("ProgramOptionJacketOutputHeight", resourceCulture); + } + } + + /// + /// 查找类似 height (in px) of the small generated jacket file 的本地化字符串。 + /// + public static string ProgramOptionJacketOutputHeightSmall { + get { + return ResourceManager.GetString("ProgramOptionJacketOutputHeightSmall", resourceCulture); + } + } + + /// + /// 查找类似 width (in px) of the generated jacket file 的本地化字符串。 + /// + public static string ProgramOptionJacketOutputWidth { + get { + return ResourceManager.GetString("ProgramOptionJacketOutputWidth", resourceCulture); + } + } + + /// + /// 查找类似 width (in px) of the small generated jacket file 的本地化字符串。 + /// + public static string ProgramOptionJacketOutputWidthSmall { + get { + return ResourceManager.GetString("ProgramOptionJacketOutputWidthSmall", resourceCulture); + } + } + + /// + /// 查找类似 music ID to use for option generation (0000-9999) 的本地化字符串。 + /// + public static string ProgramOptionMusicId { + get { + return ResourceManager.GetString("ProgramOptionMusicId", resourceCulture); + } + } + + /// + /// 查找类似 absolute path to the file to output to 的本地化字符串。 + /// + public static string ProgramOptionOutputFile { + get { + return ResourceManager.GetString("ProgramOptionOutputFile", resourceCulture); + } + } + + /// + /// 查找类似 absolute path to the directory that will store generated files 的本地化字符串。 + /// + public static string ProgramOptionOutputFolder { + get { + return ResourceManager.GetString("ProgramOptionOutputFolder", resourceCulture); + } + } + + /// + /// 查找类似 absolute path to the directory that will store generated files (may contain assets.bytes) 的本地化字符串。 + /// + public static string ProgramOptionOutputFolderAsset { + get { + return ResourceManager.GetString("ProgramOptionOutputFolderAsset", resourceCulture); + } + } + + /// + /// 查找类似 the time in audio that the preview should play from (msec) 的本地化字符串。 + /// + public static string ProgramOptionPreviewBegin { + get { + return ResourceManager.GetString("ProgramOptionPreviewBegin", resourceCulture); + } + } + + /// + /// 查找类似 the time in audio that the preview should end at (msec) 的本地化字符串。 + /// + public static string ProgramOptionPreviewEnd { + get { + return ResourceManager.GetString("ProgramOptionPreviewEnd", resourceCulture); + } + } + + /// + /// 查找类似 standardize the fumen output (only for .ogkr) 的本地化字符串。 + /// + public static string ProgramOptionStandardizeFumen { + get { + return ResourceManager.GetString("ProgramOptionStandardizeFumen", resourceCulture); + } + } + + /// + /// 查找类似 maximum X grid bounds 的本地化字符串。 + /// + public static string ProgramOptionSvgMaxXGrid { + get { + return ResourceManager.GetString("ProgramOptionSvgMaxXGrid", resourceCulture); + } + } + + /// + /// 查找类似 output file as png 的本地化字符串。 + /// + public static string ProgramOptionSvgRenderAsPng { + get { + return ResourceManager.GetString("ProgramOptionSvgRenderAsPng", resourceCulture); + } + } + + /// + /// 查找类似 change behavior for soflans 的本地化字符串。 + /// + public static string ProgramOptionSvgSoflanMode { + get { + return ResourceManager.GetString("ProgramOptionSvgSoflanMode", resourceCulture); + } + } + + /// + /// 查找类似 vertical scale of the output image 的本地化字符串。 + /// + public static string ProgramOptionSvgVerticalScale { + get { + return ResourceManager.GetString("ProgramOptionSvgVerticalScale", resourceCulture); + } + } + + /// + /// 查找类似 view width of the output image 的本地化字符串。 + /// + public static string ProgramOptionSvgViewWidth { + get { + return ResourceManager.GetString("ProgramOptionSvgViewWidth", resourceCulture); + } + } + + /// + /// 查找类似 threshold for soflans to be weighted 的本地化字符串。 + /// + public static string ProgramOptionSvgWeightedSoflanOffset { + get { + return ResourceManager.GetString("ProgramOptionSvgWeightedSoflanOffset", resourceCulture); + } + } + + /// + /// 查找类似 rate of change for weighted soflans 的本地化字符串。 + /// + public static string ProgramOptionSvgWeightedSoflanSlope { + get { + return ResourceManager.GetString("ProgramOptionSvgWeightedSoflanSlope", resourceCulture); + } + } + + /// + /// 查找类似 minimum vertical compression for weigthed soflans 的本地化字符串。 + /// + public static string ProgramOptionSvgWeightedSoflanStress { + get { + return ResourceManager.GetString("ProgramOptionSvgWeightedSoflanStress", resourceCulture); + } + } + + /// + /// 查找类似 Close the application and update? 的本地化字符串。 + /// + public static string ProgramReadyToUpdate { + get { + return ResourceManager.GetString("ProgramReadyToUpdate", resourceCulture); + } + } + + /// + /// 查找类似 The program has captured an unhandled exception. Logs and dump files have been stored in the corresponding folder in the program directory. You can send them to the developers for further analysis 的本地化字符串。 + /// + public static string ProgramThrowAndDump { + get { + return ResourceManager.GetString("ProgramThrowAndDump", resourceCulture); + } + } + + /// + /// 查找类似 Program Updates 的本地化字符串。 + /// + public static string ProgramUpdates { + get { + return ResourceManager.GetString("ProgramUpdates", resourceCulture); + } + } + + /// + /// 查找类似 Property batch assignment: 的本地化字符串。 + /// + public static string PropertyBatchSet { + get { + return ResourceManager.GetString("PropertyBatchSet", resourceCulture); + } + } + + /// + /// 查找类似 Random Range 的本地化字符串。 + /// + public static string RandomOffsetRange { + get { + return ResourceManager.GetString("RandomOffsetRange", resourceCulture); + } + } + + /// + /// 查找类似 Recaculate successfully 的本地化字符串。 + /// + public static string RecaculatedSuccess { + get { + return ResourceManager.GetString("RecaculatedSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Recaculate editor scroll height 的本地化字符串。 + /// + public static string RecalculateTotalHeight { + get { + return ResourceManager.GetString("RecalculateTotalHeight", resourceCulture); + } + } + + /// + /// 查找类似 Open the most recently used file 的本地化字符串。 + /// + public static string RecentFiles { + get { + return ResourceManager.GetString("RecentFiles", resourceCulture); + } + } + + /// + /// 查找类似 Record ID 的本地化字符串。 + /// + public static string RecordId { + get { + return ResourceManager.GetString("RecordId", resourceCulture); + } + } + + /// + /// 查找类似 Recovery to audio time 的本地化字符串。 + /// + public static string RecoveryAudioTime { + get { + return ResourceManager.GetString("RecoveryAudioTime", resourceCulture); + } + } + + /// + /// 查找类似 Restored {0} objects to audio time 的本地化字符串。 + /// + public static string RecoveryObjectsSuccess { + get { + return ResourceManager.GetString("RecoveryObjectsSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Recovery objects to audio time 的本地化字符串。 + /// + public static string RecoveryObjectToAudioTime { + get { + return ResourceManager.GetString("RecoveryObjectToAudioTime", resourceCulture); + } + } + + /// + /// 查找类似 Refresh 的本地化字符串。 + /// + public static string Refresh { + get { + return ResourceManager.GetString("Refresh", resourceCulture); + } + } + + /// + /// 查找类似 Register fail 的本地化字符串。 + /// + public static string RegisterFail { + get { + return ResourceManager.GetString("RegisterFail", resourceCulture); + } + } + + /// + /// 查找类似 Register at least one file type 的本地化字符串。 + /// + public static string RegisterOneFileTypeAtLeast { + get { + return ResourceManager.GetString("RegisterOneFileTypeAtLeast", resourceCulture); + } + } + + /// + /// 查找类似 Register success 的本地化字符串。 + /// + public static string RegisterSuccess { + get { + return ResourceManager.GetString("RegisterSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Release Time 的本地化字符串。 + /// + public static string ReleaseTime { + get { + return ResourceManager.GetString("ReleaseTime", resourceCulture); + } + } + + /// + /// 查找类似 Sound files reload 的本地化字符串。 + /// + public static string ReloadSoundFile { + get { + return ResourceManager.GetString("ReloadSoundFile", resourceCulture); + } + } + + /// + /// 查找类似 Remember audio time 的本地化字符串。 + /// + public static string RememberAudioTime { + get { + return ResourceManager.GetString("RememberAudioTime", resourceCulture); + } + } + + /// + /// 查找类似 Memorized audio time for {0} objects 的本地化字符串。 + /// + public static string RememberObjects { + get { + return ResourceManager.GetString("RememberObjects", resourceCulture); + } + } + + /// + /// 查找类似 Memorize/Restore editor time. 的本地化字符串。 + /// + public static string RememberRecoveryEditorTime { + get { + return ResourceManager.GetString("RememberRecoveryEditorTime", resourceCulture); + } + } + + /// + /// 查找类似 Jump to last operation location when undoing 的本地化字符串。 + /// + public static string RememberUndoPlace { + get { + return ResourceManager.GetString("RememberUndoPlace", resourceCulture); + } + } + + /// + /// 查找类似 Render 的本地化字符串。 + /// + public static string Render { + get { + return ResourceManager.GetString("Render", resourceCulture); + } + } + + /// + /// 查找类似 Render Order 的本地化字符串。 + /// + public static string RenderOrder { + get { + return ResourceManager.GetString("RenderOrder", resourceCulture); + } + } + + /// + /// 查找类似 Insufficient permissions. Please run as administrator 的本地化字符串。 + /// + public static string RequestAdminPermission { + get { + return ResourceManager.GetString("RequestAdminPermission", resourceCulture); + } + } + + /// + /// 查找类似 Restart the program is required 的本地化字符串。 + /// + public static string RequestRestartProgram { + get { + return ResourceManager.GetString("RequestRestartProgram", resourceCulture); + } + } + + /// + /// 查找类似 Resample 的本地化字符串。 + /// + public static string Resample { + get { + return ResourceManager.GetString("Resample", resourceCulture); + } + } + + /// + /// 查找类似 Your fumen and project files are temporarily saved at: 的本地化字符串。 + /// + public static string RescueFolderPathSaveTo { + get { + return ResourceManager.GetString("RescueFolderPathSaveTo", resourceCulture); + } + } + + /// + /// 查找类似 Reset 的本地化字符串。 + /// + public static string Reset { + get { + return ResourceManager.GetString("Reset", resourceCulture); + } + } + + /// + /// 查找类似 Reset all keybindings 的本地化字符串。 + /// + public static string ResetAllKeybindings { + get { + return ResourceManager.GetString("ResetAllKeybindings", resourceCulture); + } + } + + /// + /// 查找类似 Do you want to reset all settings for the application? 的本地化字符串。 + /// + public static string ResetAllSettingComfirm { + get { + return ResourceManager.GetString("ResetAllSettingComfirm", resourceCulture); + } + } + + /// + /// 查找类似 Reset All Settings 的本地化字符串。 + /// + public static string ResetAllSettings { + get { + return ResourceManager.GetString("ResetAllSettings", resourceCulture); + } + } + + /// + /// 查找类似 Reset operation completed 的本地化字符串。 + /// + public static string ResetCompleted { + get { + return ResourceManager.GetString("ResetCompleted", resourceCulture); + } + } + + /// + /// 查找类似 Reset default 的本地化字符串。 + /// + public static string ResetDefault { + get { + return ResourceManager.GetString("ResetDefault", resourceCulture); + } + } + + /// + /// 查找类似 Invert selection of all objects 的本地化字符串。 + /// + public static string ReverseSelectAllObjects { + get { + return ResourceManager.GetString("ReverseSelectAllObjects", resourceCulture); + } + } + + /// + /// 查找类似 RuleName 的本地化字符串。 + /// + public static string RuleName { + get { + return ResourceManager.GetString("RuleName", resourceCulture); + } + } + + /// + /// 查找类似 Run script 的本地化字符串。 + /// + public static string RunScript { + get { + return ResourceManager.GetString("RunScript", resourceCulture); + } + } + + /// + /// 查找类似 Sample rate (Hz) 的本地化字符串。 + /// + public static string SampleRates { + get { + return ResourceManager.GetString("SampleRates", resourceCulture); + } + } + + /// + /// 查找类似 Save 的本地化字符串。 + /// + public static string Save { + get { + return ResourceManager.GetString("Save", resourceCulture); + } + } + + /// + /// 查找类似 Record up to 的本地化字符串。 + /// + public static string SaveMaxCount_Part1 { + get { + return ResourceManager.GetString("SaveMaxCount_Part1", resourceCulture); + } + } + + /// + /// 查找类似 undo operations 的本地化字符串。 + /// + public static string SaveMaxCount_Part2 { + get { + return ResourceManager.GetString("SaveMaxCount_Part2", resourceCulture); + } + } + + /// + /// 查找类似 Save Music.xml file 的本地化字符串。 + /// + public static string SaveMusicXmlFile { + get { + return ResourceManager.GetString("SaveMusicXmlFile", resourceCulture); + } + } + + /// + /// 查找类似 Save new audio file path 的本地化字符串。 + /// + public static string SaveNewAudioFile { + get { + return ResourceManager.GetString("SaveNewAudioFile", resourceCulture); + } + } + + /// + /// 查找类似 Save new project file path 的本地化字符串。 + /// + public static string SaveNewProjectFile { + get { + return ResourceManager.GetString("SaveNewProjectFile", resourceCulture); + } + } + + /// + /// 查找类似 Project and fumen saved successfully 的本地化字符串。 + /// + public static string SaveProjectFileAndFumenFile { + get { + return ResourceManager.GetString("SaveProjectFileAndFumenFile", resourceCulture); + } + } + + /// + /// 查找类似 Save to file: 的本地化字符串。 + /// + public static string SaveToFile { + get { + return ResourceManager.GetString("SaveToFile", resourceCulture); + } + } + + /// + /// 查找类似 Second 的本地化字符串。 + /// + public static string Second { + get { + return ResourceManager.GetString("Second", resourceCulture); + } + } + + /// + /// 查找类似 Select all objects 的本地化字符串。 + /// + public static string SelectAllObjects { + get { + return ResourceManager.GetString("SelectAllObjects", resourceCulture); + } + } + + /// + /// 查找类似 Select audio file 的本地化字符串。 + /// + public static string SelectAudioFile { + get { + return ResourceManager.GetString("SelectAudioFile", resourceCulture); + } + } + + /// + /// 查找类似 Select audio file manually 的本地化字符串。 + /// + public static string SelectAudioFileManually { + get { + return ResourceManager.GetString("SelectAudioFileManually", resourceCulture); + } + } + + /// + /// 查找类似 Select Diff: 的本地化字符串。 + /// + public static string SelectDiff { + get { + return ResourceManager.GetString("SelectDiff", resourceCulture); + } + } + + /// + /// 查找类似 Select file 的本地化字符串。 + /// + public static string SelectFile { + get { + return ResourceManager.GetString("SelectFile", resourceCulture); + } + } + + /// + /// 查找类似 Select game root folder 的本地化字符串。 + /// + public static string SelectGameRootFolder { + get { + return ResourceManager.GetString("SelectGameRootFolder", resourceCulture); + } + } + + /// + /// 查找类似 Select image 的本地化字符串。 + /// + public static string SelectImage { + get { + return ResourceManager.GetString("SelectImage", resourceCulture); + } + } + + /// + /// 查找类似 Select Music.xml file 的本地化字符串。 + /// + public static string SelectMusicXmlFile { + get { + return ResourceManager.GetString("SelectMusicXmlFile", resourceCulture); + } + } + + /// + /// 查找类似 Select output folder 的本地化字符串。 + /// + public static string SelectOutputFolder { + get { + return ResourceManager.GetString("SelectOutputFolder", resourceCulture); + } + } + + /// + /// 查找类似 Select game root folder (package folder) 的本地化字符串。 + /// + public static string SelectPackageFolder { + get { + return ResourceManager.GetString("SelectPackageFolder", resourceCulture); + } + } + + /// + /// 查找类似 Select .svg file 的本地化字符串。 + /// + public static string SelectSvgFile { + get { + return ResourceManager.GetString("SelectSvgFile", resourceCulture); + } + } + + /// + /// 查找类似 Not supported to save in this file format: 的本地化字符串。 + /// + public static string SerializeFileNotSupport { + get { + return ResourceManager.GetString("SerializeFileNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 There is a new update! New version: {0}({1}) 的本地化字符串。 + /// + public static string SettingHasNewVersion { + get { + return ResourceManager.GetString("SettingHasNewVersion", resourceCulture); + } + } + + /// + /// 查找类似 Setup 的本地化字符串。 + /// + public static string Setup { + get { + return ResourceManager.GetString("Setup", resourceCulture); + } + } + + /// + /// 查找类似 Severity 的本地化字符串。 + /// + public static string Severity { + get { + return ResourceManager.GetString("Severity", resourceCulture); + } + } + + /// + /// 查找类似 Offset 的本地化字符串。 + /// + public static string ShootOffset { + get { + return ResourceManager.GetString("ShootOffset", resourceCulture); + } + } + + /// + /// 查找类似 Source 的本地化字符串。 + /// + public static string ShootSource { + get { + return ResourceManager.GetString("ShootSource", resourceCulture); + } + } + + /// + /// 查找类似 Target 的本地化字符串。 + /// + public static string ShootTarget { + get { + return ResourceManager.GetString("ShootTarget", resourceCulture); + } + } + + /// + /// 查找类似 It's first time that the editor is opened. Should loaded the recommended tools layout? 的本地化字符串。 + /// + public static string ShouldLoadSuggestLayout { + get { + return ResourceManager.GetString("ShouldLoadSuggestLayout", resourceCulture); + } + } + + /// + /// 查找类似 Always display curve control points: 的本地化字符串。 + /// + public static string ShowCurveControlAlways { + get { + return ResourceManager.GetString("ShowCurveControlAlways", resourceCulture); + } + } + + /// + /// 查找类似 Show FPS 的本地化字符串。 + /// + public static string ShowFPS { + get { + return ResourceManager.GetString("ShowFPS", resourceCulture); + } + } + + /// + /// 查找类似 Updater 的本地化字符串。 + /// + public static string ShowNewVersionTitle { + get { + return ResourceManager.GetString("ShowNewVersionTitle", resourceCulture); + } + } + + /// + /// 查找类似 Show unassigned keybindings only 的本地化字符串。 + /// + public static string ShowNotAssignKeybindingOnly { + get { + return ResourceManager.GetString("ShowNotAssignKeybindingOnly", resourceCulture); + } + } + + /// + /// 查找类似 Display the placement place of objects 的本地化字符串。 + /// + public static string ShowObjectPlaceLine { + get { + return ResourceManager.GetString("ShowObjectPlaceLine", resourceCulture); + } + } + + /// + /// 查找类似 Display the meter lines 的本地化字符串。 + /// + public static string ShowTimingLine { + get { + return ResourceManager.GetString("ShowTimingLine", resourceCulture); + } + } + + /// + /// 查找类似 Thumbnail image dimensions (default 220x220): 的本地化字符串。 + /// + public static string SmallJacketSize { + get { + return ResourceManager.GetString("SmallJacketSize", resourceCulture); + } + } + + /// + /// 查找类似 Detected conflicting Soflan duration: {0} and {1} 的本地化字符串。 + /// + public static string SoflanConflict { + get { + return ResourceManager.GetString("SoflanConflict", resourceCulture); + } + } + + /// + /// 查找类似 Sort Order: 的本地化字符串。 + /// + public static string SortOrder { + get { + return ResourceManager.GetString("SortOrder", resourceCulture); + } + } + + /// + /// 查找类似 Sound 的本地化字符串。 + /// + public static string Sound { + get { + return ResourceManager.GetString("Sound", resourceCulture); + } + } + + /// + /// 查找类似 Sound folder path: 的本地化字符串。 + /// + public static string SoundFolderPath { + get { + return ResourceManager.GetString("SoundFolderPath", resourceCulture); + } + } + + /// + /// 查找类似 Sound effects reloaded successfully 的本地化字符串。 + /// + public static string SoundLoaded { + get { + return ResourceManager.GetString("SoundLoaded", resourceCulture); + } + } + + /// + /// 查找类似 Sound switches 的本地化字符串。 + /// + public static string SoundSwitchControl { + get { + return ResourceManager.GetString("SoundSwitchControl", resourceCulture); + } + } + + /// + /// 查找类似 Speed 的本地化字符串。 + /// + public static string Speed { + get { + return ResourceManager.GetString("Speed", resourceCulture); + } + } + + /// + /// 查找类似 Split lane 的本地化字符串。 + /// + public static string SplitLane { + get { + return ResourceManager.GetString("SplitLane", resourceCulture); + } + } + + /// + /// 查找类似 Stage: 的本地化字符串。 + /// + public static string Stage { + get { + return ResourceManager.GetString("Stage", resourceCulture); + } + } + + /// + /// 查找类似 Generate standard ongeki fumen 的本地化字符串。 + /// + public static string StandardizeFormat { + get { + return ResourceManager.GetString("StandardizeFormat", resourceCulture); + } + } + + /// + /// 查找类似 Start 的本地化字符串。 + /// + public static string Start { + get { + return ResourceManager.GetString("Start", resourceCulture); + } + } + + /// + /// 查找类似 Abort external editor editing 的本地化字符串。 + /// + public static string StopUsingExtendEditor { + get { + return ResourceManager.GetString("StopUsingExtendEditor", resourceCulture); + } + } + + /// + /// 查找类似 Success 的本地化字符串。 + /// + public static string Success { + get { + return ResourceManager.GetString("Success", resourceCulture); + } + } + + /// + /// 查找类似 Suggest 的本地化字符串。 + /// + public static string Suggest { + get { + return ResourceManager.GetString("Suggest", resourceCulture); + } + } + + /// + /// 查找类似 Invalid/unsupported SVG content 的本地化字符串。 + /// + public static string SvgContentNotSupport { + get { + return ResourceManager.GetString("SvgContentNotSupport", resourceCulture); + } + } + + /// + /// 查找类似 Generate lanes from SVG 的本地化字符串。 + /// + public static string SvgGenerateLane { + get { + return ResourceManager.GetString("SvgGenerateLane", resourceCulture); + } + } + + /// + /// 查找类似 Switches 的本地化字符串。 + /// + public static string SwitchControl { + get { + return ResourceManager.GetString("SwitchControl", resourceCulture); + } + } + + /// + /// 查找类似 Manually synchronize content 的本地化字符串。 + /// + public static string SyncScriptContentManually { + get { + return ResourceManager.GetString("SyncScriptContentManually", resourceCulture); + } + } + + /// + /// 查找类似 Audio 的本地化字符串。 + /// + public static string TabAudio { + get { + return ResourceManager.GetString("TabAudio", resourceCulture); + } + } + + /// + /// 查找类似 Document 的本地化字符串。 + /// + public static string TabDocument { + get { + return ResourceManager.GetString("TabDocument", resourceCulture); + } + } + + /// + /// 查找类似 Editor 的本地化字符串。 + /// + public static string TabEditor { + get { + return ResourceManager.GetString("TabEditor", resourceCulture); + } + } + + /// + /// 查找类似 Environment 的本地化字符串。 + /// + public static string TabEnviorment { + get { + return ResourceManager.GetString("TabEnviorment", resourceCulture); + } + } + + /// + /// 查找类似 Logger 的本地化字符串。 + /// + public static string TabLogger { + get { + return ResourceManager.GetString("TabLogger", resourceCulture); + } + } + + /// + /// 查找类似 Program 的本地化字符串。 + /// + public static string TabProgram { + get { + return ResourceManager.GetString("TabProgram", resourceCulture); + } + } + + /// + /// 查找类似 Sound 的本地化字符串。 + /// + public static string TabSound { + get { + return ResourceManager.GetString("TabSound", resourceCulture); + } + } + + /// + /// 查找类似 Throw an error and see 的本地化字符串。 + /// + public static string TestDump { + get { + return ResourceManager.GetString("TestDump", resourceCulture); + } + } + + /// + /// 查找类似 Time Calculator 的本地化字符串。 + /// + public static string TGridCalculatorToolViewer { + get { + return ResourceManager.GetString("TGridCalculatorToolViewer", resourceCulture); + } + } + + /// + /// 查找类似 An error occurred during conversion: 的本地化字符串。 + /// + public static string ThrowExceptionWhenConvert { + get { + return ResourceManager.GetString("ThrowExceptionWhenConvert", resourceCulture); + } + } + + /// + /// 查找类似 Time Signature 的本地化字符串。 + /// + public static string TimeSignature { + get { + return ResourceManager.GetString("TimeSignature", resourceCulture); + } + } + + /// + /// 查找类似 min/times 的本地化字符串。 + /// + public static string TimesPerMin { + get { + return ResourceManager.GetString("TimesPerMin", resourceCulture); + } + } + + /// + /// 查找类似 Title: 的本地化字符串。 + /// + public static string Title { + get { + return ResourceManager.GetString("Title", resourceCulture); + } + } + + /// + /// 查找类似 For copied objects... 的本地化字符串。 + /// + public static string ToCopiedObjects { + get { + return ResourceManager.GetString("ToCopiedObjects", resourceCulture); + } + } + + /// + /// 查找类似 Today 的本地化字符串。 + /// + public static string Today { + get { + return ResourceManager.GetString("Today", resourceCulture); + } + } + + /// + /// 查找类似 To paste... 的本地化字符串。 + /// + public static string ToPaste { + get { + return ResourceManager.GetString("ToPaste", resourceCulture); + } + } + + /// + /// 查找类似 For _selected objects... 的本地化字符串。 + /// + public static string ToSelectedObjects { + get { + return ResourceManager.GetString("ToSelectedObjects", resourceCulture); + } + } + + /// + /// 查找类似 Getting Started Tutorial 的本地化字符串。 + /// + public static string Tutorial { + get { + return ResourceManager.GetString("Tutorial", resourceCulture); + } + } + + /// + /// 查找类似 Tutorial and document 的本地化字符串。 + /// + public static string TutorialAndDocument { + get { + return ResourceManager.GetString("TutorialAndDocument", resourceCulture); + } + } + + /// + /// 查找类似 Learn about fumen and how to use the editor in the tutorial 的本地化字符串。 + /// + public static string TutorialTipText { + get { + return ResourceManager.GetString("TutorialTipText", resourceCulture); + } + } + + /// + /// 查找类似 Uncheck the option ShowOriginColor first before generating lanes 的本地化字符串。 + /// + public static string UncheckShowOriginColor { + get { + return ResourceManager.GetString("UncheckShowOriginColor", resourceCulture); + } + } + + /// + /// 查找类似 Restored {0} objects to audio time after undoing... 的本地化字符串。 + /// + public static string UndoRecoveryObjectsSuccess { + get { + return ResourceManager.GetString("UndoRecoveryObjectsSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Undo/Redo (requires restart) 的本地化字符串。 + /// + public static string UndoRedo { + get { + return ResourceManager.GetString("UndoRedo", resourceCulture); + } + } + + /// + /// 查找类似 Unregister fail 的本地化字符串。 + /// + public static string UnregisterFail { + get { + return ResourceManager.GetString("UnregisterFail", resourceCulture); + } + } + + /// + /// 查找类似 Unregister success 的本地化字符串。 + /// + public static string UnregisterSuccess { + get { + return ResourceManager.GetString("UnregisterSuccess", resourceCulture); + } + } + + /// + /// 查找类似 Update the assets.bytes file (if it exists) 的本地化字符串。 + /// + public static string UpdateAssetBytesFile { + get { + return ResourceManager.GetString("UpdateAssetBytesFile", resourceCulture); + } + } + + /// + /// 查找类似 Update HoldEnd positions 的本地化字符串。 + /// + public static string UpdateHoldEndPosition { + get { + return ResourceManager.GetString("UpdateHoldEndPosition", resourceCulture); + } + } + + /// + /// 查找类似 Confirm program restart. Any unsaved data will be lost. 的本地化字符串。 + /// + public static string UpdateProgramReady { + get { + return ResourceManager.GetString("UpdateProgramReady", resourceCulture); + } + } + + /// + /// 查找类似 Check updates for branch master(stable) only 的本地化字符串。 + /// + public static string UpdaterCheckMasterBranchOnly { + get { + return ResourceManager.GetString("UpdaterCheckMasterBranchOnly", resourceCulture); + } + } + + /// + /// 查找类似 Start Update 的本地化字符串。 + /// + public static string UpdateStart { + get { + return ResourceManager.GetString("UpdateStart", resourceCulture); + } + } + + /// + /// 查找类似 Automatically update the horizontal position for docked objects 的本地化字符串。 + /// + public static string UpdateXGridForDockedObjects { + get { + return ResourceManager.GetString("UpdateXGridForDockedObjects", resourceCulture); + } + } + + /// + /// 查找类似 User Interaction 的本地化字符串。 + /// + public static string UserInteraction { + get { + return ResourceManager.GetString("UserInteraction", resourceCulture); + } + } + + /// + /// 查找类似 Unable to load script template file: 的本地化字符串。 + /// + public static string UseTemplateScriptFileFail { + get { + return ResourceManager.GetString("UseTemplateScriptFileFail", resourceCulture); + } + } + + /// + /// 查找类似 Currently using external editor... 的本地化字符串。 + /// + public static string UsingExtendScriptEditor { + get { + return ResourceManager.GetString("UsingExtendScriptEditor", resourceCulture); + } + } + + /// + /// 查找类似 Vertical scale 的本地化字符串。 + /// + public static string VerticalDisplayScale { + get { + return ResourceManager.GetString("VerticalDisplayScale", resourceCulture); + } + } + + /// + /// 查找类似 Lane colors 的本地化字符串。 + /// + public static string VisualEditorLaneColorSettings { + get { + return ResourceManager.GetString("VisualEditorLaneColorSettings", resourceCulture); + } + } + + /// + /// 查找类似 Visualizer 的本地化字符串。 + /// + public static string Visualizer { + get { + return ResourceManager.GetString("Visualizer", resourceCulture); + } + } + + /// + /// 查找类似 Visualizer horizon scale 的本地化字符串。 + /// + public static string VisualizerHorizonScale { + get { + return ResourceManager.GetString("VisualizerHorizonScale", resourceCulture); + } + } + + /// + /// 查找类似 Visualizer Render Options 的本地化字符串。 + /// + public static string VisualizerRenderOption { + get { + return ResourceManager.GetString("VisualizerRenderOption", resourceCulture); + } + } + + /// + /// 查找类似 Visualizer Special Options 的本地化字符串。 + /// + public static string VisualizerSpecialOption { + get { + return ResourceManager.GetString("VisualizerSpecialOption", resourceCulture); + } + } + + /// + /// 查找类似 Visualizer vertical scale 的本地化字符串。 + /// + public static string VisualizerVerticalScale { + get { + return ResourceManager.GetString("VisualizerVerticalScale", resourceCulture); + } + } + + /// + /// 查找类似 Waiting for the audio/sound initialization to complete first 的本地化字符串。 + /// + public static string WaitForAudioAndFumenLoaded { + get { + return ResourceManager.GetString("WaitForAudioAndFumenLoaded", resourceCulture); + } + } + + /// + /// 查找类似 Walls on different sides (id:{0}) and (id:{1}) horizontally intersect, collide, or overlap 的本地化字符串。 + /// + public static string WallConflict { + get { + return ResourceManager.GetString("WallConflict", resourceCulture); + } + } + + /// + /// 查找类似 Wall (id:{0}) has a timing conflict with another wall (id:{1}) in the same direction 的本地化字符串。 + /// + public static string WallConflict2 { + get { + return ResourceManager.GetString("WallConflict2", resourceCulture); + } + } + + /// + /// 查找类似 Wall (id:{0}) Next/End object's TGrid ({1}) should not be lower than the former ({2}) 的本地化字符串。 + /// + public static string WallConflict3 { + get { + return ResourceManager.GetString("WallConflict3", resourceCulture); + } + } + + /// + /// 查找类似 Warning 的本地化字符串。 + /// + public static string Warning { + get { + return ResourceManager.GetString("Warning", resourceCulture); + } + } + + /// + /// 查找类似 Some sound files failed to load. Please check the logs for details. 的本地化字符串。 + /// + public static string WarnSomeSoundsNotLoad { + get { + return ResourceManager.GetString("WarnSomeSoundsNotLoad", resourceCulture); + } + } + + /// + /// 查找类似 Within one month 的本地化字符串。 + /// + public static string WithinOneMonth { + get { + return ResourceManager.GetString("WithinOneMonth", resourceCulture); + } + } + + /// + /// 查找类似 Within one week 的本地化字符串。 + /// + public static string WithinOneWeek { + get { + return ResourceManager.GetString("WithinOneWeek", resourceCulture); + } + } + + /// + /// 查找类似 {0} object seems not to be placed on the correct lane (id:{1}) 的本地化字符串。 + /// + public static string WrongLocation { + get { + return ResourceManager.GetString("WrongLocation", resourceCulture); + } + } + + /// + /// 查找类似 Wrong position 的本地化字符串。 + /// + public static string WrongLocation2 { + get { + return ResourceManager.GetString("WrongLocation2", resourceCulture); + } + } + + /// + /// 查找类似 Display XGrid range 的本地化字符串。 + /// + public static string XGridDisplayMaxUnit { + get { + return ResourceManager.GetString("XGridDisplayMaxUnit", resourceCulture); + } + } + + /// + /// 查找类似 XGrid unit spacing 的本地化字符串。 + /// + public static string XGridUnitSpace { + get { + return ResourceManager.GetString("XGridUnitSpace", resourceCulture); + } + } + + /// + /// 查找类似 Horizontal offset 的本地化字符串。 + /// + public static string XOffset { + get { + return ResourceManager.GetString("XOffset", resourceCulture); + } + } + } +} diff --git a/OngekiFumenEditor/Properties/Resources.resx b/OngekiFumenEditor/Properties/Resources.resx index 7f2aadcf..32aafab5 100644 --- a/OngekiFumenEditor/Properties/Resources.resx +++ b/OngekiFumenEditor/Properties/Resources.resx @@ -1737,7 +1737,7 @@ About - + Set object critical diff --git a/OngekiFumenEditor/Properties/Resources.zh-Hans.resx b/OngekiFumenEditor/Properties/Resources.zh-Hans.resx index 3b63c687..6c224e0b 100644 --- a/OngekiFumenEditor/Properties/Resources.zh-Hans.resx +++ b/OngekiFumenEditor/Properties/Resources.zh-Hans.resx @@ -244,10 +244,10 @@ 根据当前节奏线,在轨道上批量生成已经复制的单个物件,非法线段无法使用 - 切换笔刷模式 + 切换批量模式 - 如果开启笔刷模式,避免大部分物件拖拉操作 + 如果开启批量模式,避免大部分物件拖拉操作 子弹大小 @@ -1021,7 +1021,7 @@ 不再显示此窗口 - 笔刷模式下不支持{0} + 批量模式下不支持{0} 批量粘贴刷子