Files
librenms-librenms/lang/pt-BR/modules.php
fabriciotm c071768fe7 Support to Brazilian Portuguese (#16209)
* 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
2024-07-17 01:20:35 -05:00

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',
],
],
];