diff --git a/Source/Installer/Product.wxs b/Source/Installer/Product.wxs index 51572c84..530b301c 100644 --- a/Source/Installer/Product.wxs +++ b/Source/Installer/Product.wxs @@ -1,6 +1,6 @@  - + + + + + @@ -145,6 +151,7 @@ + diff --git a/Source/Monitorian.Core/Models/LanguageService.cs b/Source/Monitorian.Core/Models/LanguageService.cs index b27905d7..2b3e1b43 100644 --- a/Source/Monitorian.Core/Models/LanguageService.cs +++ b/Source/Monitorian.Core/Models/LanguageService.cs @@ -14,6 +14,7 @@ public class LanguageService { { "/en", "en-US" }, { "/ja", "ja-JP" }, + { "/ko", "ko-KR" }, { "/pl", "pl-PL" }, { "/ru", "ru-RU" }, { "/zh", "zh-Hans" }, diff --git a/Source/Monitorian.Core/Monitorian.Core.csproj b/Source/Monitorian.Core/Monitorian.Core.csproj index 2e15db98..9d9aae99 100644 --- a/Source/Monitorian.Core/Monitorian.Core.csproj +++ b/Source/Monitorian.Core/Monitorian.Core.csproj @@ -154,6 +154,10 @@ Resources.resx Designer + + Resources.resx + Designer + Resources.resx Designer diff --git a/Source/Monitorian.Core/Properties/AssemblyInfo.cs b/Source/Monitorian.Core/Properties/AssemblyInfo.cs index 4ab09eaf..cc33cba4 100644 --- a/Source/Monitorian.Core/Properties/AssemblyInfo.cs +++ b/Source/Monitorian.Core/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.15.0.0")] -[assembly: AssemblyFileVersion("2.15.0.0")] +[assembly: AssemblyVersion("2.16.0.0")] +[assembly: AssemblyFileVersion("2.16.0.0")] [assembly: NeutralResourcesLanguage("en-US")] // For unit test diff --git a/Source/Monitorian.Core/Properties/Resources.ko-KR.resx b/Source/Monitorian.Core/Properties/Resources.ko-KR.resx new file mode 100644 index 00000000..74d77ca6 --- /dev/null +++ b/Source/Monitorian.Core/Properties/Resources.ko-KR.resx @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 조정 가능한 범위 변경 + + + 닫기 + + + 작업 로그 복사 + + + 작업 로그를 데스크톱에 저장하시겠습니까? + + + 동시에 이동을 활성화합니다 + + + 작업 로그 만들기 + + + Probe into monitors + + + 예상치 못한 문제가 발생했습니다. 예외 로그를 데스크톱에 저장하시겠습니까? + + + 프로브 로그를 데스크톱에 저장하시겠습니까? + + + 모니터를 다시 검색합니다 + + + 조정된 밝기를 표시합니다 + + + https://github.com/emoacht/Monitorian + + + 로그인 시 시작합니다. + + + 모니터를 제어할 수 없습니다. + + + DDC/CI가 반복적으로 실패했습니다. + + + DDC/CI가 지원되지 않거나 사용할 수 없습니다. + + + 큰 버튼 사용 + + \ No newline at end of file diff --git a/Source/Monitorian/Properties/AssemblyInfo.cs b/Source/Monitorian/Properties/AssemblyInfo.cs index 9e8561e9..4a10fad9 100644 --- a/Source/Monitorian/Properties/AssemblyInfo.cs +++ b/Source/Monitorian/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.15.0.0")] -[assembly: AssemblyFileVersion("2.15.0.0")] +[assembly: AssemblyVersion("2.16.0.0")] +[assembly: AssemblyFileVersion("2.16.0.0")] [assembly: Guid("a4cc5362-9b08-465b-ad64-5cfabc72a4c7")] [assembly: NeutralResourcesLanguage("en-US")]