Files
librenms-librenms/resources/lang/uk/wireless.php
p4k8 210529cff3 Ukrainian language support (#10328)
* first pass of uk translation

* Update commands.php

* Update commands.php

* Update wireless.php
2019-06-20 16:05:12 -05:00

111 lines
3.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
/*
|--------------------------------------------------------------------------
| Wireless Sensors Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used to translate names and units of wireless sensors
|
*/
'ap-count' => [
'short' => 'AP',
'long' => 'Кількість точок доступу',
'unit' => '',
],
'clients' => [
'short' => 'Споживачі',
'long' => 'Кількість споживачів',
'unit' => '',
],
'capacity' => [
'short' => 'Ємність',
'long' => 'Ємність',
'unit' => '%',
],
'ccq' => [
'short' => 'CCQ',
'long' => "Якість з'єднання споживача",
'unit' => '%',
],
'errors' => [
'short' => 'Помилки',
'long' => 'Кількість помилок',
'unit' => '',
],
'error-ratio' => [
'short' => 'Відсоток помилок',
'long' => 'Відсоток помилкових бітів/пакетів',
'unit' => '%',
],
'error-rate' => [
'short' => 'BER',
'long' => 'Частота бітових помилок',
'unit' => 'bps',
],
'frequency' => [
'short' => 'Частота',
'long' => 'Частота',
'unit' => 'MHz',
],
'distance' => [
'short' => 'Відстань',
'long' => 'Відстань',
'unit' => 'km',
],
'mse' => [
'short' => 'MSE',
'long' => 'Середньоквадратична помилка',
'unit' => 'dB',
],
'noise-floor' => [
'short' => 'Рівень шуму',
'long' => 'Рівень шуму',
'unit' => 'dBm/Hz',
],
'power' => [
'short' => 'Сила сигналу',
'long' => 'TX/RX Сила сигналу',
'unit' => 'dBm',
],
'quality' => [
'short' => 'Якість',
'long' => 'Якість',
'unit' => '%',
],
'rate' => [
'short' => 'Швидкість передачі даних',
'long' => 'Швидкість передачі даних TX/RX',
'unit' => 'bps',
],
'rssi' => [
'short' => 'RSSI',
'long' => 'Індикатор потужності отриманого сигналу',
'unit' => 'dBm',
],
'snr' => [
'short' => 'SNR',
'long' => 'Співвідношення сигнал/шум',
'unit' => 'dB',
],
'ssr' => [
'short' => 'SSR',
'long' => 'Коефіцієнт потужності сигналу',
'unit' => 'dB',
],
'utilization' => [
'short' => 'Використання',
'long' => 'Використання',
'unit' => '%',
],
'xpi' => [
'short' => 'XPI',
'long' => 'Крос-поляризаційні завади',
'unit' => 'dB',
],
];