|
3 | 3 | // |
4 | 4 | // This file is part of TeemIp. |
5 | 5 | // |
6 | | -// TeemIp is free software; you can redistribute it and/or modify |
| 6 | +// TeemIp is free software; you can redistribute it and/or modify |
7 | 7 | // it under the terms of the GNU Affero General Public License as published by |
8 | 8 | // the Free Software Foundation, either version 3 of the License, or |
9 | 9 | // (at your option) any later version. |
|
31 | 31 | // |
32 | 32 |
|
33 | 33 | Dict::Add('DE DE', 'German', 'Deutsch', array( |
34 | | - 'Class:IPDiscovery' => 'IP Discovery Application', |
| 34 | + 'Class:IPDiscovery' => 'IP-Entdeckung Anwendung', |
35 | 35 | 'Class:IPDiscovery+' => '', |
36 | 36 | 'Class:IPDiscovery/Name' => '%1$s', |
37 | 37 | 'Class:IPDiscovery/Attribute:ping_enabled' => 'Ping enabled', |
38 | 38 | 'Class:IPDiscovery/Attribute:ping_enabled+' => '', |
39 | | - 'Class:IPDiscovery/Attribute:ping_enabled/Value:yes' => 'Yes', |
40 | | - 'Class:IPDiscovery/Attribute:ping_enabled/Value:no' => 'No', |
41 | | - 'Class:IPDiscovery/Attribute:ping_timeout' => 'Ping timeout', |
| 39 | + 'Class:IPDiscovery/Attribute:ping_enabled/Value:yes' => 'Ja', |
| 40 | + 'Class:IPDiscovery/Attribute:ping_enabled/Value:no' => 'Nein', |
| 41 | + 'Class:IPDiscovery/Attribute:ping_timeout' => 'Ping Timeout-Zeit', |
42 | 42 | 'Class:IPDiscovery/Attribute:ping_timeout+' => '', |
43 | | - 'Class:IPDiscovery/Attribute:iplookup_enabled' => 'IP lookup enabled', |
44 | | - 'Class:IPDiscovery/Attribute:iplookup_enabled/Value:yes' => 'Yes', |
45 | | - 'Class:IPDiscovery/Attribute:iplookup_enabled/Value:no' => 'No', |
46 | | - 'Class:IPDiscovery/Attribute:dns1' => 'DNS server #1', |
| 43 | + 'Class:IPDiscovery/Attribute:iplookup_enabled' => 'IP-Auflösung ermöglicht', |
| 44 | + 'Class:IPDiscovery/Attribute:iplookup_enabled/Value:yes' => 'Ja', |
| 45 | + 'Class:IPDiscovery/Attribute:iplookup_enabled/Value:no' => 'Nein', |
| 46 | + 'Class:IPDiscovery/Attribute:dns1' => 'DNS-Server #1', |
47 | 47 | 'Class:IPDiscovery/Attribute:dns1+' => '', |
48 | | - 'Class:IPDiscovery/Attribute:dns2' => 'DNS server #2', |
| 48 | + 'Class:IPDiscovery/Attribute:dns2' => 'DNS-Server #2', |
49 | 49 | 'Class:IPDiscovery/Attribute:dns2+' => '', |
50 | | - 'Class:IPDiscovery/Attribute:scan_enabled' => 'Scan enabled', |
| 50 | + 'Class:IPDiscovery/Attribute:scan_enabled' => 'Scan ermöglicht', |
51 | 51 | 'Class:IPDiscovery/Attribute:scan_enabled+' => '', |
52 | | - 'Class:IPDiscovery/Attribute:scan_enabled/Value:yes' => 'Yes', |
53 | | - 'Class:IPDiscovery/Attribute:scan_enabled/Value:no' => 'No', |
54 | | - 'Class:IPDiscovery/Attribute:port_number' => 'Port number', |
| 52 | + 'Class:IPDiscovery/Attribute:scan_enabled/Value:yes' => 'Ja', |
| 53 | + 'Class:IPDiscovery/Attribute:scan_enabled/Value:no' => 'Nein', |
| 54 | + 'Class:IPDiscovery/Attribute:port_number' => 'Portnummer', |
55 | 55 | 'Class:IPDiscovery/Attribute:port_number+' => '', |
56 | | - 'Class:IPDiscovery/Attribute:protocol' => 'Protocol', |
| 56 | + 'Class:IPDiscovery/Attribute:protocol' => 'Protokoll', |
57 | 57 | 'Class:IPDiscovery/Attribute:protocol+' => '', |
58 | 58 | 'Class:IPDiscovery/Attribute:protocol/Value:udp' => 'UDP', |
59 | 59 | 'Class:IPDiscovery/Attribute:protocol/Value:tcp' => 'TCP', |
60 | | - 'Class:IPDiscovery/Attribute:protocol/Value:both' => 'Both', |
61 | | - 'Class:IPDiscovery/Attribute:scan_timeout' => 'Scan timeout', |
| 60 | + 'Class:IPDiscovery/Attribute:protocol/Value:both' => 'Beide', |
| 61 | + 'Class:IPDiscovery/Attribute:scan_timeout' => 'Scan Timeout-Zeit', |
62 | 62 | 'Class:IPDiscovery/Attribute:scan_timeout+' => '', |
63 | | - 'Class:IPDiscovery/Attribute:ipv4subnets_list' => 'Managed IPv4 subnets', |
| 63 | + 'Class:IPDiscovery/Attribute:ipv4subnets_list' => 'Verwaltete IPv4 Subnetz', |
64 | 64 | 'Class:IPDiscovery/Attribute:ipv4subnets_list+' => '', |
65 | | - 'Class:IPDiscovery:baseinfo' => 'General Information', |
66 | | - 'Class:IPDiscovery:pinginfo' => 'Ping Function', |
67 | | - 'Class:IPDiscovery:iplookupinfo' => 'IP lookup Function', |
68 | | - 'Class:IPDiscovery:scaninfo' => 'Scan Function', |
| 65 | + 'Class:IPDiscovery:baseinfo' => 'Allgemeine Hinweise', |
| 66 | + 'Class:IPDiscovery:pinginfo' => 'Ping-Funktion', |
| 67 | + 'Class:IPDiscovery:iplookupinfo' => 'IP-Auflösung-Funktion', |
| 68 | + 'Class:IPDiscovery:scaninfo' => 'Scan-Funktion', |
69 | 69 | )); |
70 | 70 |
|
71 | 71 | // |
72 | 72 | // Class: IPSubnet |
73 | 73 | // |
74 | 74 |
|
75 | 75 | Dict::Add('DE DE', 'German', 'Deutsch', array( |
76 | | - 'Class:IPSubnet/Attribute:ipdiscovery_id' => 'IP Discovery application', |
| 76 | + 'Class:IPSubnet/Attribute:ipdiscovery_id' => 'IP-Entdeckung Anwendung', |
77 | 77 | 'Class:IPSubnet/Attribute:ipdiscovery_id+' => '', |
78 | | - 'Class:IPSubnet/Attribute:ipdiscovery_name' => 'IP Discovery Application', |
79 | | - 'Class:IPSubnet/Attribute:ipdiscovery_name+' => '', |
80 | | - 'Class:IPSubnet/Attribute:last_discovery_date' => 'Last discovery date', |
81 | | - 'Class:IPSubnet/Attribute:last_discovery_date+' => 'Date when the subnet has been discovered last', |
82 | | - 'Class:IPSubnet/Attribute:ipdiscovery_ping_enabled' => 'IP discovery ping enabled', |
| 78 | + 'Class:IPAddress/Attribute:ipdiscovery_name' => 'IP-Entdeckung Anwendung Name', |
| 79 | + 'Class:IPAddress/Attribute:ipdiscovery_name+' => '', |
| 80 | + 'Class:IPSubnet/Attribute:last_discovery_date' => 'Datum der letzten Entdeckung', |
| 81 | + 'Class:IPSubnet/Attribute:last_discovery_date+' => 'Datum, an dem das Subnetz zuletzt entdeckt wurde', |
| 82 | + 'Class:IPSubnet/Attribute:ipdiscovery_ping_enabled' => 'IP-Entdeckung Ping ermöglicht', |
83 | 83 | 'Class:IPSubnet/Attribute:ipdiscovery_ping_enabled+' => '', |
84 | | - 'Class:IPSubnet/Attribute:ipdiscovery_iplookup_enabled' => 'IP discovery IP lookup enabled', |
| 84 | + 'Class:IPSubnet/Attribute:ipdiscovery_iplookup_enabled' => 'IP-Entdeckung IP-Auflösung ermöglicht', |
85 | 85 | 'Class:IPSubnet/Attribute:ipdiscovery_iplookup_enabled+' => '', |
86 | | - 'Class:IPSubnet/Attribute:ipdiscovery_scan_enabled' => 'IP discovery scan enabled', |
| 86 | + 'Class:IPSubnet/Attribute:ipdiscovery_scan_enabled' => 'IP-Entdeckung Scan ermöglicht', |
87 | 87 | 'Class:IPSubnet/Attribute:ipdiscovery_scan_enabled+' => '', |
88 | | - 'Class:IPSubnet/Attribute:ping_enabled' => 'Ping enabled for subnet', |
| 88 | + 'Class:IPSubnet/Attribute:ping_enabled' => 'Ping ermöglicht für der Subnetz', |
89 | 89 | 'Class:IPSubnet/Attribute:ping_enabled+' => '', |
90 | | - 'Class:IPSubnet/Attribute:ping_enabled/Value:yes' => 'Yes', |
91 | | - 'Class:IPSubnet/Attribute:ping_enabled/Value:no' => 'No', |
92 | | - 'Class:IPSubnet/Attribute:iplookup_enabled' => 'IP lookup enabled for subnet', |
| 90 | + 'Class:IPSubnet/Attribute:ping_enabled/Value:yes' => 'Ja', |
| 91 | + 'Class:IPSubnet/Attribute:ping_enabled/Value:no' => 'Nein', |
| 92 | + 'Class:IPSubnet/Attribute:iplookup_enabled' => 'IP-Auflösung ermöglicht für der Subnetz', |
93 | 93 | 'Class:IPSubnet/Attribute:iplookup_enabled+' => '', |
94 | | - 'Class:IPSubnet/Attribute:iplookup_enabled/Value:yes' => 'Yes', |
95 | | - 'Class:IPSubnet/Attribute:iplookup_enabled/Value:no' => 'No', |
96 | | - 'Class:IPSubnet/Attribute:scan_enabled' => 'Scan enabled for subnet', |
| 94 | + 'Class:IPSubnet/Attribute:iplookup_enabled/Value:yes' => 'Ja', |
| 95 | + 'Class:IPSubnet/Attribute:iplookup_enabled/Value:no' => 'Nein', |
| 96 | + 'Class:IPSubnet/Attribute:scan_enabled' => 'Scan ermöglicht für der Subnetz', |
97 | 97 | 'Class:IPSubnet/Attribute:scan_enabled+' => '', |
98 | | - 'Class:IPSubnet/Attribute:scan_enabled/Value:yes' => 'Yes', |
99 | | - 'Class:IPSubnet/Attribute:scan_enabled/Value:no' => 'No', |
100 | | - 'Class:IPSubnet/Attribute:ping_duration' => 'Ping duration', |
101 | | - 'Class:IPSubnet/Attribute:ping_duration+' => 'Time it took for the last discovery to ping the subnet', |
102 | | - 'Class:IPSubnet/Attribute:iplookup_duration' => 'IP lookup duration', |
103 | | - 'Class:IPSubnet/Attribute:iplookup_duration+' => 'Time it took for the last discovery to IP lookup the subnet', |
104 | | - 'Class:IPSubnet/Attribute:scan_duration' => 'Scan duration', |
105 | | - 'Class:IPSubnet/Attribute:scan_duration+' => 'Time it took for the last discovery to scan the subnet', |
106 | | - 'Class:IPSubnet:discoveryinfo' => 'Discovery Information', |
| 98 | + 'Class:IPSubnet/Attribute:scan_enabled/Value:yes' => 'Ja', |
| 99 | + 'Class:IPSubnet/Attribute:scan_enabled/Value:no' => 'Nein', |
| 100 | + 'Class:IPSubnet/Attribute:ping_duration' => 'Dauer der IP-Ping', |
| 101 | + 'Class:IPSubnet/Attribute:ping_duration+' => 'Zeit, die benötigt wurde, um alle IPs im Subnetz zu "pingen"', |
| 102 | + 'Class:IPSubnet/Attribute:iplookup_duration' => 'Dauer der IP-Auflösung', |
| 103 | + 'Class:IPSubnet/Attribute:iplookup_duration+' => 'Zeit, die benötigt wurde, um eine IP-Auflösung für alle IPs im Subnetz durchzuführen', |
| 104 | + 'Class:IPSubnet/Attribute:scan_duration' => 'Dauer der IP-Scan', |
| 105 | + 'Class:IPSubnet/Attribute:scan_duration+' => 'Zeit, die benötigt wurde, um alle IP-Adressen im Subnetz zu scan', |
| 106 | + 'Class:IPSubnet:discoveryinfo' => 'Entdeckung informationen', |
107 | 107 | )); |
108 | 108 |
|
109 | 109 | // |
110 | 110 | // Class: IPAddress |
111 | 111 | // |
112 | 112 |
|
113 | 113 | Dict::Add('DE DE', 'German', 'Deutsch', array( |
114 | | - 'Class:IPAddress/Attribute:last_discovery_date' => 'Last discovery date', |
115 | | - 'Class:IPAddress/Attribute:last_discovery_date+' => 'Date when the IP has been discovered last', |
116 | | - 'Class:IPAddress/Attribute:responds_to_ping' => 'Responds to ping', |
| 114 | + 'Class:IPAddress/Attribute:last_discovery_date' => 'Datum der letzten Entdeckung', |
| 115 | + 'Class:IPAddress/Attribute:last_discovery_date+' => 'Datum, an dem die Adresse zuletzt entdeckt wurde', |
| 116 | + 'Class:IPAddress/Attribute:responds_to_ping' => 'Antwortet auf Ping', |
117 | 117 | 'Class:IPAddress/Attribute:responds_to_ping+' => '', |
118 | | - 'Class:IPAddress/Attribute:responds_to_ping/Value:yes' => 'Yes', |
119 | | - 'Class:IPAddress/Attribute:responds_to_ping/Value:no' => 'No', |
| 118 | + 'Class:IPAddress/Attribute:responds_to_ping/Value:yes' => 'Ja', |
| 119 | + 'Class:IPAddress/Attribute:responds_to_ping/Value:no' => 'Nein', |
120 | 120 | 'Class:IPAddress/Attribute:responds_to_ping/Value:na' => 'N/A', |
121 | | - 'Class:IPAddress/Attribute:responds_to_iplookup' => 'Responds to IP lookup', |
| 121 | + 'Class:IPAddress/Attribute:responds_to_iplookup' => 'Antwortet auf IP-Auflösung', |
122 | 122 | 'Class:IPAddress/Attribute:responds_to_iplookup+' => '', |
123 | | - 'Class:IPAddress/Attribute:responds_to_iplookup/Value:yes' => 'Yes', |
124 | | - 'Class:IPAddress/Attribute:responds_to_iplookup/Value:no' => 'No', |
125 | | - 'Class:IPAddress/Attribute:responds_to_iplookup/Value:no' => 'N/A', |
126 | | - 'Class:IPAddress/Attribute:fqdn_from_iplookup' => 'FQDN from IP lookup', |
| 123 | + 'Class:IPAddress/Attribute:responds_to_iplookup/Value:yes' => 'Ja', |
| 124 | + 'Class:IPAddress/Attribute:responds_to_iplookup/Value:no' => 'Nein', |
| 125 | + 'Class:IPAddress/Attribute:responds_to_iplookup/Value:na' => 'N/A', |
| 126 | + 'Class:IPAddress/Attribute:fqdn_from_iplookup' => 'FQDN von IP-Auflösung', |
127 | 127 | 'Class:IPAddress/Attribute:fqdn_from_iplookup+' => '', |
128 | | - 'Class:IPAddress/Attribute:responds_to_scan' => 'Responds to scan', |
| 128 | + 'Class:IPAddress/Attribute:responds_to_scan' => 'Antwortet auf Scan', |
129 | 129 | 'Class:IPAddress/Attribute:responds_to_scan+' => '', |
130 | | - 'Class:IPAddress/Attribute:responds_to_scan/Value:yes' => 'Yes', |
131 | | - 'Class:IPAddress/Attribute:responds_to_scan/Value:no' => 'No', |
| 130 | + 'Class:IPAddress/Attribute:responds_to_scan/Value:yes' => 'Ja', |
| 131 | + 'Class:IPAddress/Attribute:responds_to_scan/Value:no' => 'Nein', |
132 | 132 | 'Class:IPAddress/Attribute:responds_to_scan/Value:na' => 'N/A', |
133 | | - 'Class:IPAddress:discoveryinfo' => 'Discovery Information', |
| 133 | + 'Class:IPAddress:discoveryinfo' => 'Entdeckung Informationen', |
134 | 134 | )); |
135 | 135 |
|
136 | 136 | // |
137 | 137 | // Application Menu |
138 | 138 | // |
139 | 139 |
|
140 | 140 | Dict::Add('DE DE', 'German', 'Deutsch', array( |
141 | | - 'Menu:IPDiscovery' => 'IP Discovery', |
142 | | - 'Menu:IPDiscoveryApplication' => 'IP Discovery Applications', |
143 | | - 'Menu:IPDiscoveryApplication+' => 'All IP Discovery Applications', |
144 | | - 'Menu:IPDiscovery:IPv4Statistics' => 'IPv4 Statistics', |
145 | | - 'Menu:IPDiscovery:IPv6Statistics' => 'IPv6 Statistics', |
146 | | - 'Menu:IPDiscovery:IPv4Status' => 'IPv4 Addresses by status', |
147 | | - 'Menu:IPDiscovery:IPv4Ping' => 'IPv4 Addresses that ping', |
148 | | - 'Menu:IPDiscovery:IPv4Scan' => 'IPv4 Addresses that answer to scan', |
149 | | - 'Menu:IPDiscovery:IPv4Lookup' => 'IPv4 Addresses with DNS entry', |
150 | | - 'Menu:IPDiscovery:IPv6Status' => 'IPv6 Addresses by status', |
151 | | - 'Menu:IPDiscovery:IPv6Ping' => 'IPv6 Addresses that ping', |
152 | | - 'Menu:IPDiscovery:IPv6Scan' => 'IPv6 Addresses that answer to scan', |
153 | | - 'Menu:IPDiscovery:IPv6Lookup' => 'IPv6 Address with DNS entry', |
154 | | - 'Menu:IPDiscovery:IPv4DiscoveredSubnets' => 'IPv4 subnets linked to an IP discovery application', |
155 | | - 'Menu:IPDiscovery:IPv6DiscoveredSubnets' => 'IPv6 subnets linked to an IP discovery application', |
156 | | - |
157 | | - 'UI:IPDiscovery:Action:New:UUIDCollision' => 'UUIDs must be unique across TeemIp!', |
158 | | - 'UI:IPDiscovery:Action:New:ScanWithNoPort' => 'A port number must be specified when the Scan function is enabled!' |
| 141 | + 'Menu:IPDiscovery' => 'IP-Entdeckung', |
| 142 | + 'Menu:IPDiscoveryApplication' => 'IP-Entdeckung Anwendungen', |
| 143 | + 'Menu:IPDiscoveryApplication+' => 'Alle IP-Entdeckung Anwendungen', |
| 144 | + 'Menu:IPDiscovery:IPv4Statistics' => 'IPv4 Statistiken', |
| 145 | + 'Menu:IPDiscovery:IPv6Statistics' => 'IPv6 Statistiken', |
| 146 | + 'Menu:IPDiscovery:IPv4Status' => 'IPv4 Addressen bei Zustand', |
| 147 | + 'Menu:IPDiscovery:IPv4Ping' => 'IPv4 Addressen mit ein Ping', |
| 148 | + 'Menu:IPDiscovery:IPv4Scan' => 'IPv4 Addressen mit einer Antwort auf der Scan', |
| 149 | + 'Menu:IPDiscovery:IPv4Lookup' => 'IPv4 Addressen mit DNS-Eintrag', |
| 150 | + 'Menu:IPDiscovery:IPv6Status' => 'IPv6 Addressen bei Zustand', |
| 151 | + 'Menu:IPDiscovery:IPv6Ping' => 'IPv6 Addressen mit ein Ping', |
| 152 | + 'Menu:IPDiscovery:IPv6Scan' => 'IPv6 Addressen mit einer Antwort auf der Scan', |
| 153 | + 'Menu:IPDiscovery:IPv6Lookup' => 'IPv6 Address mit DNS-Eintrag', |
| 154 | + 'Menu:IPDiscovery:IPv4DiscoveredSubnets' => 'IPv4 Subnetz verknüpft an eine IP-Entdeckung Anwendung', |
| 155 | + 'Menu:IPDiscovery:IPv6DiscoveredSubnets' => 'IPv6 Subnetz verknüpft an eine IP-Entdeckung Anwendung', |
| 156 | + |
| 157 | + 'UI:IPDiscovery:Action:New:UUIDCollision' => 'UUIDs muss über TeemIp eindeutig sein!', |
| 158 | + 'UI:IPDiscovery:Action:New:ScanWithNoPort' => 'Ein Portnummer musst angegeben sein wenn der Scan-Funktion ermöglicht ist!' |
159 | 159 | )); |
0 commit comments