diff --git a/Qwilight/Assets/Language.json b/Qwilight/Assets/Language.json index cc3fd5e..a000b13 100644 --- a/Qwilight/Assets/Language.json +++ b/Qwilight/Assets/Language.json @@ -1823,6 +1823,14 @@ "ko-KR": "아주 어려움", "en-US": "Insane" }, + "LevelingInputAudioContents": { + "ko-KR": "완성된 배경음에 키음을 추가로 덧붙힙니다.", + "en-US": "An additional keysound is added to the completed background sound." + }, + "LevelingInputAudioText": { + "ko-KR": "키음 덧붙히기 활성화", + "en-US": "Enable keysound appending" + }, "LevelInputContents": { "ko-KR": "난이도 테이블의 주소를 입력하세요", "en-US": "Please enter the address of the difficulty table." @@ -2527,6 +2535,10 @@ "ko-KR": "CORSAIR® CUE™ 비활성화", "en-US": "Disable CORSAIR® CUE™" }, + "NotLevelingInputAudioText": { + "ko-KR": "키음 덧붙히기 비활성화", + "en-US": "Disable keysound appending" + }, "NotLoggedInContents": { "ko-KR": "{0}님 감사합니다.", "en-US": "Thank you, {0}." @@ -2603,10 +2615,6 @@ "ko-KR": "중복 키음 방지 비활성화", "en-US": "Disable duplicate key tone protection" }, - "NotStressInputAudioText": { - "ko-KR": "키음 덧붙히기 비활성화", - "en-US": "Disable keysound appending" - }, "NotSupportedFileContents": { "ko-KR": "지원하지 않는 파일입니다.", "en-US": "This file is not supported." @@ -3243,14 +3251,6 @@ "ko-KR": "강제 중단", "en-US": "Forced stop" }, - "StressInputAudioContents": { - "ko-KR": "완성된 배경음에 키음을 추가로 덧붙힙니다.", - "en-US": "An additional keysound is added to the completed background sound." - }, - "StressInputAudioText": { - "ko-KR": "키음 덧붙히기 활성화", - "en-US": "Enable keysound appending" - }, "SymmetricModeContents": { "ko-KR": "노트를 반전시킵니다. (미러)", "en-US": "Mirror mode" diff --git a/Qwilight/System/LanguageSystem/LanguageSystem.g.cs b/Qwilight/System/LanguageSystem/LanguageSystem.g.cs index 8a54af2..313f5b3 100644 --- a/Qwilight/System/LanguageSystem/LanguageSystem.g.cs +++ b/Qwilight/System/LanguageSystem/LanguageSystem.g.cs @@ -458,6 +458,8 @@ public string Level3Contents { get; set; } public string Level4Contents { get; set; } public string Level5Contents { get; set; } + public string LevelingInputAudioContents { get; set; } + public string LevelingInputAudioText { get; set; } public string LevelInputContents { get; set; } public string LevelItem { get; set; } public string LevelSystemText { get; set; } @@ -634,6 +636,7 @@ public string NotIsFailModeText { get; set; } public string NotIsXwindowText { get; set; } public string NotK70Text { get; set; } + public string NotLevelingInputAudioText { get; set; } public string NotLoggedInContents { get; set; } public string NotLoggedInLambda { get; set; } public string NotLoggedInSituationContents { get; set; } @@ -653,7 +656,6 @@ public string NotSFXText { get; set; } public string NotStillDrawing { get; set; } public string NotStopLastEqualAudioText { get; set; } - public string NotLevelingInputAudioText { get; set; } public string NotSupportedFileContents { get; set; } public string NotTubeText { get; set; } public string NotUbuntuSituationContents { get; set; } @@ -813,8 +815,6 @@ public string StopSavingAsBundleContents { get; set; } public string StopSavingBundleContents { get; set; } public string StopSiteNetText { get; set; } - public string LevelingInputAudioContents { get; set; } - public string LevelingInputAudioText { get; set; } public string SymmetricModeContents { get; set; } public string TestHitPointsModeContents { get; set; } public string TestHitPointsModeWarning { get; set; } diff --git a/Qwilight/View/ConfigureWindow/AudioConfigureWindow.xaml b/Qwilight/View/ConfigureWindow/AudioConfigureWindow.xaml index 0e05b1c..e91c676 100644 --- a/Qwilight/View/ConfigureWindow/AudioConfigureWindow.xaml +++ b/Qwilight/View/ConfigureWindow/AudioConfigureWindow.xaml @@ -70,8 +70,8 @@ -