Files
librenms-librenms/resources/lang/uk/modules.php
p4k8 3d0e095eb7 Ukrainian translation update (#13933)
* Ukrainian translation update

* whitespace fixes

Co-authored-by: Tony Murray <murraytony@gmail.com>
2022-04-20 21:23:25 -05:00

37 lines
1.2 KiB
PHP

<?php
return [
'slas' => [
'types' => [
'dhcp' => 'DHCP',
'dlsw' => 'DLSW',
'dns' => 'DNS',
'DnsQuery' => 'Запит DNS',
'echo' => 'ICMP Ping',
'ethernetJitter' => 'Джитер Ethernet',
'ethernetPing' => 'Ethernet Ping',
'fileIO' => 'File I/O',
'ftp' => 'FTP',
'http' => 'HTTP',
'HttpGet' => 'HTTP Get',
'HttpGetMetadata' => 'Метадані HTTP Get',
'IcmpEcho' => 'ICMP Echo',
'icmpjitter' => 'Джитер ICMP',
'IcmpTimeStamp' => 'Часова мітка ICMP',
'jitter' => 'Джитер',
'lspGroup' => 'Група LSP',
'lspPing' => 'LSP Ping',
'lspPingPseudowire' => 'LSP Pseudowire Ping"',
'lspTrace' => 'LSP Trace',
'NtpQuery' => 'Запит NTP',
'pathEcho' => 'Path ICMP Ping',
'rtp' => 'RTP',
'script' => 'Скрипт',
'tcpConnect' => 'TCP Connect',
'udpEcho' => 'UDP Ping',
'UdpTimestamp' => 'Часова мітка UDP',
'voip' => 'VoIP',
],
],
];