2020-06-05 08:18:39 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Sensors Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are used to translate names and units of sensors
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2022-05-01 22:57:23 +02:00
|
|
|
'title' => 'Sensori',
|
2020-06-05 08:18:39 +02:00
|
|
|
'airflow' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Flusso di aria',
|
|
|
|
'long' => 'Flusso di aria',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => 'cfm',
|
|
|
|
'unit_long' => 'Cubic Feet per Minute',
|
|
|
|
],
|
|
|
|
'ber' => [
|
|
|
|
'short' => 'BER',
|
|
|
|
'long' => 'Bit Error Rate',
|
|
|
|
'unit' => '',
|
|
|
|
'unit_long' => '',
|
|
|
|
],
|
|
|
|
'charge' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Carica',
|
2020-06-05 08:18:39 +02:00
|
|
|
'long' => 'Charge Percent',
|
|
|
|
'unit' => '%',
|
|
|
|
'unit_long' => 'Percent',
|
|
|
|
],
|
|
|
|
'chromatic_dispersion' => [
|
|
|
|
'short' => 'Chromatic Dispersion',
|
|
|
|
'long' => 'Chromatic Dispersion',
|
|
|
|
'unit' => 'ps/nm/km',
|
|
|
|
'unit_long' => 'Picoseconds per Nanometer per Kilometer',
|
|
|
|
],
|
|
|
|
'cooling' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Raffreddamento',
|
2020-06-05 08:18:39 +02:00
|
|
|
'long' => '',
|
|
|
|
'unit' => 'W',
|
|
|
|
'unit_long' => 'Watts',
|
|
|
|
],
|
|
|
|
'count' => [
|
|
|
|
'short' => 'Count',
|
|
|
|
'long' => 'Count',
|
|
|
|
'unit' => '',
|
|
|
|
'unit_long' => '',
|
|
|
|
],
|
|
|
|
'current' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Corrente',
|
2020-06-05 08:18:39 +02:00
|
|
|
'long' => 'Current',
|
|
|
|
'unit' => 'A',
|
|
|
|
'unit_long' => 'Amperes',
|
|
|
|
],
|
|
|
|
'dbm' => [
|
|
|
|
'short' => 'dBm',
|
|
|
|
'long' => 'dBm',
|
|
|
|
'unit' => 'dBm',
|
|
|
|
'unit_long' => 'Decibel-Milliwatts',
|
|
|
|
],
|
|
|
|
'delay' => [
|
|
|
|
'short' => 'Delay',
|
|
|
|
'long' => 'Delay',
|
|
|
|
'unit' => 's',
|
|
|
|
'unit_long' => 'Seconds',
|
|
|
|
],
|
|
|
|
'eer' => [
|
|
|
|
'short' => 'EER',
|
|
|
|
'long' => 'Energy Efficient Ratio',
|
|
|
|
'unit' => '',
|
|
|
|
'unit_long' => '',
|
|
|
|
],
|
|
|
|
'fanspeed' => [
|
|
|
|
'short' => 'Fanspeed',
|
|
|
|
'long' => 'Fan Speed',
|
|
|
|
'unit' => 'RPM',
|
|
|
|
'unit_long' => 'Rotations per Minute',
|
|
|
|
],
|
|
|
|
'frequency' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Frequenza',
|
|
|
|
'long' => 'Frequenza',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => 'Hz',
|
|
|
|
'unit_long' => 'Hertz',
|
|
|
|
],
|
|
|
|
'humidity' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Umidità',
|
|
|
|
'long' => 'Percentuale umidità',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => '%',
|
|
|
|
'unit_long' => 'Percent',
|
|
|
|
],
|
|
|
|
'load' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Carico',
|
|
|
|
'long' => 'Percentuale di carico',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => '%',
|
|
|
|
'unit_long' => 'Percent',
|
|
|
|
],
|
2022-04-04 12:38:13 +02:00
|
|
|
'loss' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Percentuale',
|
2022-04-04 12:38:13 +02:00
|
|
|
'long' => 'Loss Percentage',
|
|
|
|
'unit' => '%',
|
|
|
|
'unit_long' => 'percentage',
|
|
|
|
],
|
2020-06-05 08:18:39 +02:00
|
|
|
'power' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Potenza',
|
|
|
|
'long' => 'Potenza',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => 'W',
|
|
|
|
'unit_long' => 'Watts',
|
|
|
|
],
|
|
|
|
'power_consumed' => [
|
|
|
|
'short' => 'Power Consumed',
|
|
|
|
'long' => 'Power Consumed',
|
|
|
|
'unit' => 'kWh',
|
|
|
|
'unit_long' => 'Killowatt-Hours',
|
|
|
|
],
|
|
|
|
'power_factor' => [
|
|
|
|
'short' => 'Power Factor',
|
|
|
|
'long' => 'Power Factor',
|
|
|
|
'unit' => '',
|
|
|
|
'unit_long' => '',
|
|
|
|
],
|
|
|
|
'pressure' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Pressione',
|
|
|
|
'long' => 'Pressione',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => 'kPa',
|
|
|
|
'unit_long' => 'Kilopascals',
|
|
|
|
],
|
|
|
|
'quality_factor' => [
|
|
|
|
'short' => 'Quality Factor',
|
|
|
|
'long' => 'Quality Factor',
|
|
|
|
'unit' => '',
|
|
|
|
'unit_long' => '',
|
|
|
|
],
|
|
|
|
'runtime' => [
|
|
|
|
'short' => 'Runtime',
|
|
|
|
'long' => 'Runtime',
|
|
|
|
'unit' => 'Min',
|
|
|
|
'unit_long' => 'Minutes',
|
|
|
|
],
|
|
|
|
'signal' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Segnale',
|
|
|
|
'long' => 'Segnale',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => 'dBm',
|
|
|
|
'unit_long' => 'Decibal-Milliwatts',
|
|
|
|
],
|
2022-04-04 12:38:13 +02:00
|
|
|
'tv_signal' => [
|
|
|
|
'short' => 'Signal',
|
|
|
|
'long' => 'TV signal',
|
|
|
|
'unit' => 'dBmV',
|
|
|
|
'unit_long' => 'Decibel-Millivolts',
|
|
|
|
],
|
|
|
|
'bitrate' => [
|
|
|
|
'short' => 'Bitrate',
|
|
|
|
'long' => 'Bitrate',
|
|
|
|
'unit' => 'bps',
|
|
|
|
'unit_long' => 'bits per second',
|
|
|
|
],
|
2020-06-05 08:18:39 +02:00
|
|
|
'snr' => [
|
|
|
|
'short' => 'SNR',
|
|
|
|
'long' => 'Signal to Noise Ratio',
|
|
|
|
'unit' => 'dB',
|
|
|
|
'unit_long' => 'Decibels',
|
|
|
|
],
|
|
|
|
'state' => [
|
|
|
|
'short' => 'State',
|
|
|
|
'long' => 'State',
|
|
|
|
'unit' => '',
|
|
|
|
],
|
|
|
|
'temperature' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Temperatura',
|
|
|
|
'long' => 'Temperatura',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => '°C',
|
|
|
|
'unit_long' => '° Celsius',
|
|
|
|
],
|
|
|
|
'voltage' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Voltaggio',
|
|
|
|
'long' => 'voltaggio',
|
2020-06-05 08:18:39 +02:00
|
|
|
'unit' => 'V',
|
|
|
|
'unit_long' => 'Volts',
|
|
|
|
],
|
|
|
|
'waterflow' => [
|
|
|
|
'short' => 'Waterflow',
|
|
|
|
'long' => 'Water Flow',
|
|
|
|
'unit' => 'l/m',
|
|
|
|
'unit_long' => 'Liters Per Minute',
|
|
|
|
],
|
2022-04-04 12:38:13 +02:00
|
|
|
'percent' => [
|
2022-05-01 22:57:23 +02:00
|
|
|
'short' => 'Percentuale',
|
|
|
|
'long' => 'Percentuale',
|
2022-04-04 12:38:13 +02:00
|
|
|
'unit' => '%',
|
2022-05-01 22:57:23 +02:00
|
|
|
'unit_long' => 'Percentuale',
|
2022-04-04 12:38:13 +02:00
|
|
|
],
|
2020-06-05 08:18:39 +02:00
|
|
|
];
|