blob: 30fd81e7e66c8805dd848b6d01ee2576181ca08e [file] [log] [blame]
Yi Tsenga6597dd2017-06-23 09:02:46 -07001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Yi Tsenga6597dd2017-06-23 09:02:46 -07003#
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_TW)
26tunnel=Tunnel (zh_TW)
27flow=Flow (zh_TW)
28port=Port (zh_TW)
Yi Tsenga6597dd2017-06-23 09:02:46 -070029
30# --- Elements (Plural)
31nodes=節點
32topologies=拓撲
Simon Hunt879ce452017-08-10 23:32:00 -070033topology_sccs=Topology SCCs (zh_TW)
Yi Tsenga6597dd2017-06-23 09:02:46 -070034networks=網路
35regions=區域
36devices=設備
37hosts=主機
38links=連結
Simon Hunt879ce452017-08-10 23:32:00 -070039intents=Intents (zh_TW)
40tunnels=Tunnels (zh_TW)
41flows=Flows (zh_TW)
42ports=Ports (zh_TW)
Yi Tsenga6597dd2017-06-23 09:02:46 -070043
44# --- Element IDs
45node_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_TW)
51tunnel_id=Tunnel ID (zh_TW)
52flow_id=Flow ID (zh_TW)
53port_id=Port ID (zh_TW)
Yi Tsenga6597dd2017-06-23 09:02:46 -070054
55# --- Protocol terms
56protocol=協定
57ip=IP
58ip_address=IP 地址
59tcp_port=TCP 埠口
60mac=MAC
61mac_address=MAC 地址
62uri=URI
Simon Hunt879ce452017-08-10 23:32:00 -070063vlan=VLAN (zh_TW)