Janno Schouwenburg 0a8f24c5b1 Cisco enhanced cellular (#12463)
* Cisco enhanced cellular support

* Extra sensors, camelcasing and bugfixes

* Doc update

* German translation

* French translation

* Style fixes

* Style changes

* Style changes

* Style changes

* Style changes

* Style changes

* Added test data

* New test data --variant

* New test data --variant ir1101

* Made the new wireless sensors generic

* Added test data for ios variant ir809

* Fix includes/discovery/sensors/count/cisco.inc.php, thanks PipoCanaja

* Moved cellular operating band from Wireless sensors to count sensor

* test data

* test data

* test data

* test data

* Moved ICCID/IMSI/IMEI to inventory

* test data and style fix

* Cellular state sensors now have a group

Co-authored-by: Maikel de Boer <mdb@tampnet.com>
2021-03-02 06:37:30 -06:00

120 lines
2.7 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Wireless Sensors Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used to translate names and units of wireless sensors
|
*/
'ap-count' => [
'short' => 'APs',
'long' => 'AP Anzahl',
'unit' => '',
],
'clients' => [
'short' => 'Clienten',
'long' => 'Client Anzahl',
'unit' => '',
],
'capacity' => [
'short' => 'Kapazität',
'long' => 'Kapazität',
'unit' => '%',
],
'ccq' => [
'short' => 'CCQ',
'long' => 'Client Verbindungsqualität',
'unit' => '%',
],
'errors' => [
'short' => 'Fehler',
'long' => 'Fehleranzahl',
'unit' => '',
],
'error-ratio' => [
'short' => 'Fehlerrate',
'long' => 'Bit/Packet Fehlerrate',
'unit' => '%',
],
'error-rate' => [
'short' => 'BER',
'long' => 'Bitfehlerrate',
'unit' => 'bps',
],
'frequency' => [
'short' => 'Frequenz',
'long' => 'Frequenz',
'unit' => 'MHz',
],
'distance' => [
'short' => 'Distanz',
'long' => 'Distanz',
'unit' => 'km',
],
'mse' => [
'short' => 'MSE',
'long' => 'mittlere quadratische Abweichung',
'unit' => 'dB',
],
'noise-floor' => [
'short' => 'Grundrauschen',
'long' => 'Grundrauschen',
'unit' => 'dBm',
],
'power' => [
'short' => 'Signalstärke',
'long' => 'TX/RX Signalstärke',
'unit' => 'dBm',
],
'quality' => [
'short' => 'Qualität',
'long' => 'Qualität',
'unit' => '%',
],
'rate' => [
'short' => 'Rate',
'long' => 'TX/RX Rate',
'unit' => 'bps',
],
'rssi' => [
'short' => 'RSSI',
'long' => 'Empfangsfeldstärke',
'unit' => 'dBm',
],
'snr' => [
'short' => 'SNR',
'long' => 'Signal-zu-Rausch Verhältnis',
'unit' => 'dB',
],
'ssr' => [
'short' => 'SSR',
'long' => 'Signalstärke Rate',
'unit' => 'dB',
],
'utilization' => [
'short' => 'Nutzrate',
'long' => 'Nutzungsrate',
'unit' => '%',
],
'xpi' => [
'short' => 'XPI',
'long' => 'Kreuzpolarisation Interferenz',
'unit' => 'dB',
],
'cell' => [
'short' => 'Zell',
'long' => 'Zell',
'unit' => '',
],
'channel' => [
'short' => 'Kanall',
'long' => 'Kanall',
'unit' => '',
],
];