From 5509574391cc21e3fb5231be134c58d620cb65ff Mon Sep 17 00:00:00 2001
From: VenusGirl <53147200+VenusGirl@users.noreply.github.com>
Date: Sun, 11 Apr 2021 14:00:37 +0900
Subject: [PATCH 1/5] Resources.ko-KR.resx (for Korean)
Resources.ko-KR.resx (for Korean)
---
.../Properties/Resources.ko-KR.resx | 176 ++++++++++++++++++
1 file changed, 176 insertions(+)
create mode 100644 Source/Monitorian.Core/Properties/Resources.ko-KR.resx
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..3ad5b665
--- /dev/null
+++ b/Source/Monitorian.Core/Properties/Resources.ko-KR.resx
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
From 49da4f29ecc0926dde5a7ee7a3c67a3f6e0ecdd4 Mon Sep 17 00:00:00 2001
From: emoacht
Date: Sun, 11 Apr 2021 16:34:34 +0900
Subject: [PATCH 2/5] Remove entries not translated
---
Source/Monitorian.Core/Properties/Resources.ko-KR.resx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/Source/Monitorian.Core/Properties/Resources.ko-KR.resx b/Source/Monitorian.Core/Properties/Resources.ko-KR.resx
index 3ad5b665..74d77ca6 100644
--- a/Source/Monitorian.Core/Properties/Resources.ko-KR.resx
+++ b/Source/Monitorian.Core/Properties/Resources.ko-KR.resx
@@ -53,6 +53,7 @@
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
+
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
@@ -131,9 +132,6 @@
동시에 이동을 활성화합니다
-
- 라이센스
-
작업 로그 만들기
@@ -152,9 +150,6 @@
조정된 밝기를 표시합니다
-
- 사이트
-
https://github.com/emoacht/Monitorian
From 32bf535b5e6465a38218cb90ea8db7f7d6f0446a Mon Sep 17 00:00:00 2001
From: emoacht
Date: Sun, 11 Apr 2021 16:36:59 +0900
Subject: [PATCH 3/5] Add ko-KR language resources to project file
---
Source/Monitorian.Core/Models/LanguageService.cs | 1 +
Source/Monitorian.Core/Monitorian.Core.csproj | 4 ++++
2 files changed, 5 insertions(+)
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
From 226d62aa0598f606114a735683587f527603c8f0 Mon Sep 17 00:00:00 2001
From: emoacht
Date: Sun, 11 Apr 2021 16:41:45 +0900
Subject: [PATCH 4/5] Add ko-KR to installer source file
---
Source/Installer/Product.wxs | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Source/Installer/Product.wxs b/Source/Installer/Product.wxs
index 51572c84..90e8caaa 100644
--- a/Source/Installer/Product.wxs
+++ b/Source/Installer/Product.wxs
@@ -88,6 +88,12 @@
+
+
+
+
+
@@ -145,6 +151,7 @@
+
From 36cf9316cbb6af3b9a97f64fdcb38f7274790af5 Mon Sep 17 00:00:00 2001
From: emoacht
Date: Sun, 11 Apr 2021 16:44:27 +0900
Subject: [PATCH 5/5] Increment minor version
---
Source/Installer/Product.wxs | 2 +-
Source/Monitorian.Core/Properties/AssemblyInfo.cs | 4 ++--
Source/Monitorian/Properties/AssemblyInfo.cs | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Source/Installer/Product.wxs b/Source/Installer/Product.wxs
index 90e8caaa..530b301c 100644
--- a/Source/Installer/Product.wxs
+++ b/Source/Installer/Product.wxs
@@ -1,6 +1,6 @@
-