blob: 3a3f6df4a266365ac8b093a9db663ca5f9f5ce63 [file] [log] [blame]
Elisa Rojas0c7651e2017-07-02 01:25:32 +02001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Elisa Rojas0c7651e2017-07-02 01:25:32 +02003#
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=Nodo
19topology=Topología
20network=Red
21region=Región
22device=Dispositivo
23host=Host
24link=Enlace
Simon Hunt879ce452017-08-10 23:32:00 -070025intent=Intent (es)
26tunnel=Tunnel (es)
27flow=Flow (es)
28port=Port (es)
Elisa Rojas0c7651e2017-07-02 01:25:32 +020029
30# --- Elements (Plural)
31nodes=Nodos
32topologies=Topologías
Simon Hunt879ce452017-08-10 23:32:00 -070033topology_sccs=Topology SCCs (es)
Elisa Rojas0c7651e2017-07-02 01:25:32 +020034networks=Redes
35regions=Regiones
36devices=Dispositivos
37hosts=Hosts
38links=Enlaces
Simon Hunt879ce452017-08-10 23:32:00 -070039intents=Intents (es)
40tunnels=Tunnels (es)
41flows=Flows (es)
42ports=Ports (es)
Elisa Rojas0c7651e2017-07-02 01:25:32 +020043
44# --- Element IDs
45node_id=ID del Nodo
46region_id=ID de la Región
47device_id=ID del Dispositivo
48host_id=ID del Host
49link_id=ID del Enlace
Simon Hunt879ce452017-08-10 23:32:00 -070050intent_id=Intent ID (es)
51tunnel_id=Tunnel ID (es)
52flow_id=Flow ID (es)
53port_id=Port ID (es)
Elisa Rojas0c7651e2017-07-02 01:25:32 +020054
55# --- Protocol terms
56protocol=Protocolo
57ip=IP
58ip_address=Dirección IP
59tcp_port=Puerto TCP
60mac=MAC
61mac_address=Dirección MAC
62uri=URI
Simon Hunt879ce452017-08-10 23:32:00 -070063vlan=VLAN (es)