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
65 lines
1.4 KiB
PHP
65 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'alerts' => [
|
|
'title' => 'Alertas',
|
|
],
|
|
'alertlog' => [
|
|
'title' => 'Histórico de Alertas',
|
|
],
|
|
'alertlog-stats' => [
|
|
'title' => 'Estatísticas do Histórico de Alertas',
|
|
],
|
|
'availability-map' => [
|
|
'title' => 'Mapa de Disponibilidade',
|
|
],
|
|
'component-status' => [
|
|
'title' => 'Status do Componente',
|
|
],
|
|
'device-summary-horiz' => [
|
|
'title' => 'Resumo de Dispositivos Horizontal',
|
|
],
|
|
'device-summary-vert' => [
|
|
'title' => 'Resumo de Dispositivos Vertical',
|
|
],
|
|
'device-types' => [
|
|
'title' => 'Tipos de Dispositivos',
|
|
],
|
|
'eventlog' => [
|
|
'title' => 'Log de Eventos',
|
|
],
|
|
'generic-graph' => [
|
|
'title' => 'Gráfico',
|
|
],
|
|
'generic-image' => [
|
|
'title' => 'Imagens Externas',
|
|
],
|
|
'globe' => [
|
|
'title' => 'Mapa do Globo',
|
|
],
|
|
'graylog' => [
|
|
'title' => 'Graylog',
|
|
],
|
|
'notes' => [
|
|
'title' => 'Notas',
|
|
],
|
|
'server-stats' => [
|
|
'title' => 'Estatísticas do Servidor',
|
|
],
|
|
'syslog' => [
|
|
'title' => 'Syslog',
|
|
],
|
|
'top-devices' => [
|
|
'title' => 'Principais Dispositivos',
|
|
],
|
|
'top-errors' => [
|
|
'title' => 'Principais Erros',
|
|
],
|
|
'top-interfaces' => [
|
|
'title' => 'Principais Interfaces',
|
|
],
|
|
'worldmap' => [
|
|
'title' => 'Mapa Mundial',
|
|
],
|
|
];
|