blob: 5cf41eb9d0bd3373d4830cfb6097cb826da2101f [file] [log] [blame]
Andrea Campanella3bf5ca92017-06-21 13:52:40 +02001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Andrea Campanella3bf5ca92017-06-21 13:52:40 +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=Topologia
20network=Rete
21region=Regione
22device=Dispositivo
23host=Host
24link=Collegamento
Simon Hunt879ce452017-08-10 23:32:00 -070025intent=Intent (it)
26tunnel=Tunnel (it)
27flow=Flow (it)
28port=Port (it)
Andrea Campanella3bf5ca92017-06-21 13:52:40 +020029
30# --- Elements (Plural)
31nodes=Nodi
32topologies=Topologie
Simon Hunt879ce452017-08-10 23:32:00 -070033topology_sccs=Topology SCCs (it)
Andrea Campanella3bf5ca92017-06-21 13:52:40 +020034networks=Reti
35regions=Regioni
36devices=Dispositivi
37hosts=Hosts
38links=Collegamenti
Simon Hunt879ce452017-08-10 23:32:00 -070039intents=Intents (it)
40tunnels=Tunnels (it)
41flows=Flows (it)
42ports=Ports (it)
Andrea Campanella3bf5ca92017-06-21 13:52:40 +020043
44# --- Element IDs
45node_id=ID del Nodo
46region_id=ID della Regione
47device_id=ID del Dispositivo
48host_id=ID dell'Host
49link_id=ID del collegamento
Simon Hunt879ce452017-08-10 23:32:00 -070050intent_id=Intent ID (it)
51tunnel_id=Tunnel ID (it)
52flow_id=Flow ID (it)
53port_id=Port ID (it)
Andrea Campanella3bf5ca92017-06-21 13:52:40 +020054
55# --- Protocol terms
56protocol=Protocollo
57ip=IP
58ip_address=Indirizzo IP
59tcp_port=Porta TCP
60mac=MAC
61mac_address=Indirizzo MAC
62uri=URI
Simon Hunt879ce452017-08-10 23:32:00 -070063vlan=VLAN (it)