diff --git a/NearDrop.xcodeproj/project.pbxproj b/NearDrop.xcodeproj/project.pbxproj index 6596416..bb08d90 100644 --- a/NearDrop.xcodeproj/project.pbxproj +++ b/NearDrop.xcodeproj/project.pbxproj @@ -174,6 +174,11 @@ A3930F0629EAB2D1008F891D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; AE37AC272ABB62E400F0FF91 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = hu; path = hu.lproj/Localizable.stringsdict; sourceTree = ""; }; AE37AC282ABB62E400F0FF91 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = ""; }; + B59C7B402AC5EC0600B2CC15 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/ShareViewController.strings; sourceTree = ""; }; + B59C7B412AC5EC0600B2CC15 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ko; path = ko.lproj/Localizable.stringsdict; sourceTree = ""; }; + B59C7B422AC5EC0600B2CC15 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; + B59C7B432AC5EC0600B2CC15 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ko; path = ko.lproj/Localizable.stringsdict; sourceTree = ""; }; + B59C7B442AC5EC0600B2CC15 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; B670906E2A6D234D00DB8273 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = th; path = th.lproj/Localizable.stringsdict; sourceTree = ""; }; B670906F2A6D237600DB8273 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Localizable.strings; sourceTree = ""; }; /* End PBXFileReference section */ @@ -412,6 +417,7 @@ hu, nl, "zh-Hans", + ko, ); mainGroup = 69DA9A0529E0BF5100A442DA; packageReferences = ( @@ -539,6 +545,7 @@ 691F53C82AC259630089FD92 /* ru */, 15C3ECC82AC269FB00FC5082 /* nl */, 1884486E2AC294C3003EC2A3 /* zh-Hans */, + B59C7B442AC5EC0600B2CC15 /* ko */, ); name = Localizable.strings; sourceTree = ""; @@ -550,6 +557,7 @@ 691F53CC2AC259A20089FD92 /* ru */, 15C3ECC72AC269FB00FC5082 /* nl */, 1884486D2AC294C3003EC2A3 /* zh-Hans */, + B59C7B432AC5EC0600B2CC15 /* ko */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -561,6 +569,7 @@ 691F53C42AC257A30089FD92 /* ru */, 15C3ECC62AC269FB00FC5082 /* nl */, 1884486A2AC294C3003EC2A3 /* zh-Hans */, + B59C7B402AC5EC0600B2CC15 /* ko */, ); name = ShareViewController.xib; sourceTree = ""; @@ -578,6 +587,7 @@ AE37AC282ABB62E400F0FF91 /* hu */, 15C3ECCA2AC269FB00FC5082 /* nl */, 1884486C2AC294C3003EC2A3 /* zh-Hans */, + B59C7B422AC5EC0600B2CC15 /* ko */, ); name = Localizable.strings; sourceTree = ""; @@ -595,6 +605,7 @@ AE37AC272ABB62E400F0FF91 /* hu */, 15C3ECC92AC269FB00FC5082 /* nl */, 1884486B2AC294C3003EC2A3 /* zh-Hans */, + B59C7B412AC5EC0600B2CC15 /* ko */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/NearDrop/ko.lproj/Localizable.strings b/NearDrop/ko.lproj/Localizable.strings new file mode 100644 index 0000000..43e1bbc Binary files /dev/null and b/NearDrop/ko.lproj/Localizable.strings differ diff --git a/NearDrop/ko.lproj/Localizable.stringsdict b/NearDrop/ko.lproj/Localizable.stringsdict new file mode 100644 index 0000000..9cdb8ff --- /dev/null +++ b/NearDrop/ko.lproj/Localizable.stringsdict @@ -0,0 +1,22 @@ + + + + + NFiles + + NSStringLocalizedFormatKey + %#@files@ + files + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d개의 파일 + other + %d개의 파일 + + + + diff --git a/ShareExtension/ko.lproj/Localizable.strings b/ShareExtension/ko.lproj/Localizable.strings new file mode 100644 index 0000000..b95dc66 Binary files /dev/null and b/ShareExtension/ko.lproj/Localizable.strings differ diff --git a/ShareExtension/ko.lproj/Localizable.stringsdict b/ShareExtension/ko.lproj/Localizable.stringsdict new file mode 100644 index 0000000..9cdb8ff --- /dev/null +++ b/ShareExtension/ko.lproj/Localizable.stringsdict @@ -0,0 +1,22 @@ + + + + + NFiles + + NSStringLocalizedFormatKey + %#@files@ + files + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d개의 파일 + other + %d개의 파일 + + + + diff --git a/ShareExtension/ko.lproj/ShareViewController.strings b/ShareExtension/ko.lproj/ShareViewController.strings new file mode 100644 index 0000000..d093050 --- /dev/null +++ b/ShareExtension/ko.lproj/ShareViewController.strings @@ -0,0 +1,12 @@ + +/* Class = "NSTextFieldCell"; title = "NearDrop"; ObjectID = "0xp-rC-2gr"; */ +"0xp-rC-2gr.title" = "NearDrop"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6Up-t3-mwm"; */ +"6Up-t3-mwm.title" = "취소"; + +/* Class = "NSTextFieldCell"; title = "Looking for devices..."; ObjectID = "NaJ-Wx-Pim"; */ +"NaJ-Wx-Pim.title" = "근처 기기 찾는 중..."; + +/* Class = "NSTextFieldCell"; title = "If you don't see your device, open \"Google Files\" app and tap \"Receive\" on the Nearby Share tab."; ObjectID = "vla-gF-eJo"; */ +"vla-gF-eJo.title" = "만약 기기가 보이지 않는다면, \"Files by Google\" 앱을 열고 우측 하단에 있는 \"Nearby Share\" 에서 \"받기\"를 누르세요.";