From 5cf0ea248c7aca6e8f672a025bf870298e4ff137 Mon Sep 17 00:00:00 2001 From: Pierfrancesco Passerini Date: Fri, 5 Jun 2020 08:18:39 +0200 Subject: [PATCH] Add files via upload --- resources/lang/it/sensors.php | 169 ++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 resources/lang/it/sensors.php diff --git a/resources/lang/it/sensors.php b/resources/lang/it/sensors.php new file mode 100644 index 0000000000..985a772abc --- /dev/null +++ b/resources/lang/it/sensors.php @@ -0,0 +1,169 @@ + [ + 'short' => 'Airflow', + 'long' => 'Airflow', + 'unit' => 'cfm', + 'unit_long' => 'Cubic Feet per Minute', + ], + 'ber' => [ + 'short' => 'BER', + 'long' => 'Bit Error Rate', + 'unit' => '', + 'unit_long' => '', + ], + 'charge' => [ + 'short' => 'Charge', + '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' => [ + 'short' => 'Cooling', + 'long' => '', + 'unit' => 'W', + 'unit_long' => 'Watts', + ], + 'count' => [ + 'short' => 'Count', + 'long' => 'Count', + 'unit' => '', + 'unit_long' => '', + ], + 'current' => [ + 'short' => 'Current', + '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' => [ + 'short' => 'Frequency', + 'long' => 'Frequency', + 'unit' => 'Hz', + 'unit_long' => 'Hertz', + ], + 'humidity' => [ + 'short' => 'Humidity', + 'long' => 'Humidity Percent', + 'unit' => '%', + 'unit_long' => 'Percent', + ], + 'load' => [ + 'short' => 'Load', + 'long' => 'Load Percent', + 'unit' => '%', + 'unit_long' => 'Percent', + ], + 'power' => [ + 'short' => 'Power', + 'long' => 'Power', + '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' => [ + 'short' => 'Pressure', + 'long' => 'Pressure', + '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' => [ + 'short' => 'Signal', + 'long' => 'Signal', + 'unit' => 'dBm', + 'unit_long' => 'Decibal-Milliwatts', + ], + 'snr' => [ + 'short' => 'SNR', + 'long' => 'Signal to Noise Ratio', + 'unit' => 'dB', + 'unit_long' => 'Decibels', + ], + 'state' => [ + 'short' => 'State', + 'long' => 'State', + 'unit' => '', + ], + 'temperature' => [ + 'short' => 'Temperature', + 'long' => 'Temperature', + 'unit' => '°C', + 'unit_long' => '° Celsius', + ], + 'voltage' => [ + 'short' => 'Voltage', + 'long' => 'voltage', + 'unit' => 'V', + 'unit_long' => 'Volts', + ], + 'waterflow' => [ + 'short' => 'Waterflow', + 'long' => 'Water Flow', + 'unit' => 'l/m', + 'unit_long' => 'Liters Per Minute', + ], +];