mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
170 lines
4.0 KiB
PHP
170 lines
4.0 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Sesnors Language Lines
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
| The following language lines are used to translate names and units of sensors
|
||
|
|
|
||
|
*/
|
||
|
|
||
|
'airflow' => [
|
||
|
'short' => '气流',
|
||
|
'long' => '气流',
|
||
|
'unit' => 'cfm',
|
||
|
'unit_long' => '每分钟标准立方呎',
|
||
|
],
|
||
|
'ber' => [
|
||
|
'short' => 'BER',
|
||
|
'long' => '位错误率',
|
||
|
'unit' => '',
|
||
|
'unit_long' => '',
|
||
|
],
|
||
|
'charge' => [
|
||
|
'short' => '电量',
|
||
|
'long' => '电量百分比',
|
||
|
'unit' => '%',
|
||
|
'unit_long' => '百分比',
|
||
|
],
|
||
|
'chromatic_dispersion' => [
|
||
|
'short' => '色散',
|
||
|
'long' => '色散',
|
||
|
'unit' => 'ps/nm/km',
|
||
|
'unit_long' => 'Picoseconds per Nanometer per Kilometer',
|
||
|
],
|
||
|
'cooling' => [
|
||
|
'short' => 'Cooling',
|
||
|
'long' => '',
|
||
|
'unit' => 'W',
|
||
|
'unit_long' => '瓦特',
|
||
|
],
|
||
|
'count' => [
|
||
|
'short' => 'Count',
|
||
|
'long' => 'Count',
|
||
|
'unit' => '',
|
||
|
'unit_long' => '',
|
||
|
],
|
||
|
'current' => [
|
||
|
'short' => '电流',
|
||
|
'long' => '电流',
|
||
|
'unit' => 'A',
|
||
|
'unit_long' => '安培',
|
||
|
],
|
||
|
'dbm' => [
|
||
|
'short' => 'dBm',
|
||
|
'long' => 'dBm',
|
||
|
'unit' => 'dBm',
|
||
|
'unit_long' => '毫瓦分贝',
|
||
|
],
|
||
|
'delay' => [
|
||
|
'short' => '延迟',
|
||
|
'long' => '延迟',
|
||
|
'unit' => 's',
|
||
|
'unit_long' => '秒',
|
||
|
],
|
||
|
'eer' => [
|
||
|
'short' => 'EER',
|
||
|
'long' => '能效比',
|
||
|
'unit' => '',
|
||
|
'unit_long' => '',
|
||
|
],
|
||
|
'fanspeed' => [
|
||
|
'short' => '风扇转速',
|
||
|
'long' => '风扇转速',
|
||
|
'unit' => 'RPM',
|
||
|
'unit_long' => '每分钟旋转次数',
|
||
|
],
|
||
|
'frequency' => [
|
||
|
'short' => '频率',
|
||
|
'long' => '频率',
|
||
|
'unit' => 'Hz',
|
||
|
'unit_long' => '赫兹',
|
||
|
],
|
||
|
'humidity' => [
|
||
|
'short' => '湿度',
|
||
|
'long' => '湿度百分比',
|
||
|
'unit' => '%',
|
||
|
'unit_long' => '百分比',
|
||
|
],
|
||
|
'load' => [
|
||
|
'short' => '负载',
|
||
|
'long' => '负载百分比',
|
||
|
'unit' => '%',
|
||
|
'unit_long' => '百分比',
|
||
|
],
|
||
|
'power' => [
|
||
|
'short' => '电力',
|
||
|
'long' => '电力',
|
||
|
'unit' => 'W',
|
||
|
'unit_long' => '瓦特',
|
||
|
],
|
||
|
'power_consumed' => [
|
||
|
'short' => '消耗功率',
|
||
|
'long' => '消耗功率',
|
||
|
'unit' => 'kWh',
|
||
|
'unit_long' => '千瓦小时',
|
||
|
],
|
||
|
'power_factor' => [
|
||
|
'short' => '功率因子',
|
||
|
'long' => '功率因子',
|
||
|
'unit' => '',
|
||
|
'unit_long' => '',
|
||
|
],
|
||
|
'pressure' => [
|
||
|
'short' => '压力',
|
||
|
'long' => '压力',
|
||
|
'unit' => 'kPa',
|
||
|
'unit_long' => '千帕',
|
||
|
],
|
||
|
'quality_factor' => [
|
||
|
'short' => '品质因子',
|
||
|
'long' => '品质因子',
|
||
|
'unit' => '',
|
||
|
'unit_long' => '',
|
||
|
],
|
||
|
'runtime' => [
|
||
|
'short' => 'Runtime',
|
||
|
'long' => 'Runtime',
|
||
|
'unit' => '分',
|
||
|
'unit_long' => '分钟',
|
||
|
],
|
||
|
'signal' => [
|
||
|
'short' => '讯号',
|
||
|
'long' => '讯号',
|
||
|
'unit' => 'dBm',
|
||
|
'unit_long' => '毫瓦分贝',
|
||
|
],
|
||
|
'snr' => [
|
||
|
'short' => 'SNR',
|
||
|
'long' => '讯号噪声比',
|
||
|
'unit' => 'dB',
|
||
|
'unit_long' => '分贝',
|
||
|
],
|
||
|
'state' => [
|
||
|
'short' => '状态',
|
||
|
'long' => '状态',
|
||
|
'unit' => '',
|
||
|
],
|
||
|
'temperature' => [
|
||
|
'short' => '温度',
|
||
|
'long' => '温度',
|
||
|
'unit' => '°C',
|
||
|
'unit_long' => '° 摄氏',
|
||
|
],
|
||
|
'voltage' => [
|
||
|
'short' => '电压',
|
||
|
'long' => '电压',
|
||
|
'unit' => 'V',
|
||
|
'unit_long' => '伏特',
|
||
|
],
|
||
|
'waterflow' => [
|
||
|
'short' => '水流',
|
||
|
'long' => '水流',
|
||
|
'unit' => 'l/m',
|
||
|
'unit_long' => '升每分钟',
|
||
|
],
|
||
|
];
|