Update ko localization support - enum

Change-Id: Id6a9d77d1526bef2963d9251106951ddcae843ed
diff --git a/web/gui/src/main/resources/org/onosproject/ui/lion/core/enums/DeviceEnums_ko.properties b/web/gui/src/main/resources/org/onosproject/ui/lion/core/enums/DeviceEnums_ko.properties
new file mode 100644
index 0000000..2fc44ea
--- /dev/null
+++ b/web/gui/src/main/resources/org/onosproject/ui/lion/core/enums/DeviceEnums_ko.properties
@@ -0,0 +1,34 @@
+#
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# display names for Device.Type constants
+switch=스위치
+router=라우터
+roadm=ROADM
+otn=광 전송망
+roadm_otn=ROADM 광 전송망
+firewall=방화벽
+balancer=부하분산장치
+ips=침입 방지 시스템
+ids=침입 탐지 시스템
+controller=컨트롤러
+virtual=가상
+fiber_switch=광 스위치
+microwave=극초단파 장비
+olt=광선로 종단장치
+onu=광통신망 유닛
+optical_amplifier=광 증폭기
+other=기타
diff --git a/web/gui/src/main/resources/org/onosproject/ui/lion/core/enums/LinkEnums_ko.properties b/web/gui/src/main/resources/org/onosproject/ui/lion/core/enums/LinkEnums_ko.properties
new file mode 100644
index 0000000..59f24c7
--- /dev/null
+++ b/web/gui/src/main/resources/org/onosproject/ui/lion/core/enums/LinkEnums_ko.properties
@@ -0,0 +1,27 @@
+#
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# display names for Link.Type constants
+direct=직접적
+indirect=간접적
+edge=엣지(말단)
+tunnel=터널
+optical=광
+virtual=가상
+
+# display names for Link.State constants
+active=활성
+inactive=비활성