blob: 11902780e4e55f45056679b0559563d95afca648 [file] [log] [blame]
Jian Li33a29fc2017-06-21 23:13:48 +09001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Jian Li33a29fc2017-06-21 23:13:48 +09003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16#
17# --- Elements (Singular)
18node=노드
19topology=토폴로지
20network=네트워크
21region=리젼
22device=장치
23host=호스트
24link=링크
Simon Hunt879ce452017-08-10 23:32:00 -070025intent=Intent (ko)
26tunnel=Tunnel (ko)
27flow=Flow (ko)
28port=Port (ko)
Jian Li33a29fc2017-06-21 23:13:48 +090029
30# --- Elements (Plural)
Jian Li38e60eb2017-06-23 23:58:18 +090031nodes=노드
Jian Li33a29fc2017-06-21 23:13:48 +090032topologies=토폴로지
Simon Hunt879ce452017-08-10 23:32:00 -070033topology_sccs=Topology SCCs (ko)
Jian Li33a29fc2017-06-21 23:13:48 +090034networks=네트워크
35regions=리젼
36devices=장치
37hosts=호스트
38links=링크
Simon Hunt879ce452017-08-10 23:32:00 -070039intents=Intents (ko)
40tunnels=Tunnels (ko)
41flows=Flows (ko)
42ports=Ports (ko)
Jian Li33a29fc2017-06-21 23:13:48 +090043
44# --- Element IDs
Jian Li38e60eb2017-06-23 23:58:18 +090045node_id=노드 아이디
Jian Li33a29fc2017-06-21 23:13:48 +090046region_id=리젼 아이디
47device_id=장치 아이디
48host_id=호스트 아이디
49link_id=링크 아이디
Simon Hunt879ce452017-08-10 23:32:00 -070050intent_id=Intent ID (ko)
51tunnel_id=Tunnel ID (ko)
52flow_id=Flow ID (ko)
53port_id=Port ID (ko)
Jian Li33a29fc2017-06-21 23:13:48 +090054
55# --- Protocol terms
56protocol=프로토콜
57ip=아이피
58ip_address=아이피 주소
59tcp_port=TCP 포트 번호
60mac=MAC
61mac_address=MAC 주소
62uri=URI
Simon Hunt879ce452017-08-10 23:32:00 -070063vlan=VLAN (ko)