mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added Portuguese - Brasil language * Update auth.php * Add files via upload * Update auth.php * Update passwords.php * Update passwords.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update pt-BR.json * Update widgets.php * Update widgets.php * Update validation.php
37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'slas' => [
|
|
'types' => [
|
|
'dhcp' => 'DHCP',
|
|
'dlsw' => 'DLSW',
|
|
'dns' => 'DNS',
|
|
'DnsQuery' => 'Consulta DNS',
|
|
'echo' => 'ICMP Ping',
|
|
'ethernetJitter' => 'Jitter Ethernet',
|
|
'ethernetPing' => 'Ping Ethernet',
|
|
'fileIO' => 'Arquivo I/O',
|
|
'ftp' => 'FTP',
|
|
'http' => 'HTTP',
|
|
'HttpGet' => 'HTTP Get',
|
|
'HttpGetMetadata' => 'HTTP Get Metadata',
|
|
'IcmpEcho' => 'Echo ICMP',
|
|
'icmpjitter' => 'Jitter ICMP',
|
|
'IcmpTimeStamp' => 'Timestamp ICMP',
|
|
'jitter' => 'Jitter',
|
|
'lspGroup' => 'Grupo LSP',
|
|
'lspPing' => 'Ping LSP',
|
|
'lspPingPseudowire' => 'Ping Pseudowire LSP',
|
|
'lspTrace' => 'Rastreamento LSP',
|
|
'NtpQuery' => 'Consulta NTP',
|
|
'pathEcho' => 'Ping ICMP de Caminho',
|
|
'rtp' => 'RTP',
|
|
'script' => 'Script',
|
|
'tcpConnect' => 'Conexão TCP',
|
|
'udpEcho' => 'Ping UDP',
|
|
'UdpTimestamp' => 'Timestamp UDP',
|
|
'voip' => 'VoIP',
|
|
],
|
|
],
|
|
];
|