Add initial zh_CN localization support

Change-Id: Ib284e3c974d37116a24254e7ecfac7ff42cfe203
diff --git a/web/gui/src/main/resources/org/onosproject/ui/lion/core/common/Network_zh_CN.properties b/web/gui/src/main/resources/org/onosproject/ui/lion/core/common/Network_zh_CN.properties
new file mode 100644
index 0000000..3650ce3
--- /dev/null
+++ b/web/gui/src/main/resources/org/onosproject/ui/lion/core/common/Network_zh_CN.properties
@@ -0,0 +1,49 @@
+#
+# Copyright 2017-present Open Networking Laboratory
+#
+# 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.
+#
+#
+# --- Elements (Singular)
+node=节点
+topology=拓扑
+network=网络
+region=区域
+device=设备
+host=主机
+link=链路
+
+# --- Elements (Plural)
+nodes=节点
+topologies=拓扑
+networks=网络
+regions=区域
+devices=设备
+hosts=主机
+links=链路
+
+# --- Element IDs
+node_id=节点 标示号
+region_id=区域 标识号
+device_id=设备 标识号
+host_id=主机 标识号
+link_id=链路 标识号
+
+# --- Protocol terms
+protocol=协议
+ip=IP
+ip_address=IP 地址
+tcp_port=TCP 端口
+mac=MAC
+mac_address=MAC 地址
+uri=URI
\ No newline at end of file