From c0cba45c41790b7cf0ba8bda250f219e65921e4e Mon Sep 17 00:00:00 2001 From: "k.stepaniuk" Date: Tue, 7 Apr 2020 09:35:42 +0200 Subject: [PATCH] Adding Korean translations Signed-off-by: k.stepaniuk --- .../Controls/Wifi/Translations.Designer.cs | 2 +- .../OobeWifi/Controls/Wifi/Translations.ko-KR.resx | 147 +++++++++++++++++++++ .../OobeWifi/Controls/Wifi/Translations.pl-PL.resx | 2 +- Oobe/OobeWifi/OobeWifi.csproj | 3 + 4 files changed, 152 insertions(+), 2 deletions(-) create mode 100644 Oobe/OobeWifi/Controls/Wifi/Translations.ko-KR.resx diff --git a/Oobe/OobeWifi/Controls/Wifi/Translations.Designer.cs b/Oobe/OobeWifi/Controls/Wifi/Translations.Designer.cs index fff8d09..bd57318 100644 --- a/Oobe/OobeWifi/Controls/Wifi/Translations.Designer.cs +++ b/Oobe/OobeWifi/Controls/Wifi/Translations.Designer.cs @@ -124,7 +124,7 @@ namespace OobeWifi.Controls.Wifi { } /// - /// Looks up a localized string similar to Scanning.... + /// Looks up a localized string similar to 스캐닝.... /// public static string WIFI_SCANNING { get { diff --git a/Oobe/OobeWifi/Controls/Wifi/Translations.ko-KR.resx b/Oobe/OobeWifi/Controls/Wifi/Translations.ko-KR.resx new file mode 100644 index 0000000..81c26c0 --- /dev/null +++ b/Oobe/OobeWifi/Controls/Wifi/Translations.ko-KR.resx @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 새로운 걸 더하다... + + + 취소 + + + 연결에 실패. + + + 암호를 입력 + + + 가입하려면 비밀번호를 입력하십시오 + + + 잘못된 비밀번호 + + + 확인 + + + 스캐닝... + + + 연결 가능한 네트워크를 보려면 Wi-Fi를 켜세요. + + \ No newline at end of file diff --git a/Oobe/OobeWifi/Controls/Wifi/Translations.pl-PL.resx b/Oobe/OobeWifi/Controls/Wifi/Translations.pl-PL.resx index 27c7247..2695e43 100644 --- a/Oobe/OobeWifi/Controls/Wifi/Translations.pl-PL.resx +++ b/Oobe/OobeWifi/Controls/Wifi/Translations.pl-PL.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Dodaj nową,,, + Dodaj nową... ANULUJ diff --git a/Oobe/OobeWifi/OobeWifi.csproj b/Oobe/OobeWifi/OobeWifi.csproj index e7153bd..d10fe75 100644 --- a/Oobe/OobeWifi/OobeWifi.csproj +++ b/Oobe/OobeWifi/OobeWifi.csproj @@ -25,6 +25,9 @@ + + PublicResXFileCodeGenerator + PublicResXFileCodeGenerator -- 2.7.4