blob: 724bd4d01e1e442bbee0d561ae1167a2b837dde2 [file] [log] [blame]
Frank Wang7b654e52017-06-22 00:01:14 +08001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Frank Wang7b654e52017-06-22 00:01:14 +08003#
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 (zh_CN)
26tunnel=Tunnel (zh_CN)
27flow=Flow (zh_CN)
28port=Port (zh_CN)
Frank Wang7b654e52017-06-22 00:01:14 +080029
30# --- Elements (Plural)
31nodes=节点
32topologies=拓扑
Simon Hunt879ce452017-08-10 23:32:00 -070033topology_sccs=Topology SCCs (zh_CN)
Frank Wang7b654e52017-06-22 00:01:14 +080034networks=网络
35regions=区域
36devices=设备
37hosts=主机
38links=链路
Simon Hunt879ce452017-08-10 23:32:00 -070039intents=Intents (zh_CN)
40tunnels=Tunnels (zh_CN)
41flows=Flows (zh_CN)
42ports=Ports (zh_CN)
Frank Wang7b654e52017-06-22 00:01:14 +080043
44# --- Element IDs
Frank Wangcde9e2f2017-06-23 16:17:16 +080045node_id=节点 ID
46region_id=区域 ID
47device_id=设备 ID
48host_id=主机 ID
49link_id=链路 ID
Simon Hunt879ce452017-08-10 23:32:00 -070050intent_id=Intent ID (zh_CN)
51tunnel_id=Tunnel ID (zh_CN)
52flow_id=Flow ID (zh_CN)
53port_id=Port ID (zh_CN)
Frank Wang7b654e52017-06-22 00:01:14 +080054
55# --- Protocol terms
56protocol=协议
57ip=IP
58ip_address=IP 地址
59tcp_port=TCP 端口
60mac=MAC
61mac_address=MAC 地址
Jian Lif37e3602017-06-27 00:21:49 +090062uri=URI
Simon Hunt879ce452017-08-10 23:32:00 -070063vlan=VLAN (zh_CN)