generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations health-monitoring.json (Portuguese, Brazilian)
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"descriptor": { | ||
"name": "", | ||
"description": "", | ||
"name": "Monitoramento da integridade do sistema", | ||
"description": "Informações sobre o seu NAS", | ||
"settings": { | ||
"title": "", | ||
"title": "Monitoramento da integridade do sistema", | ||
"fahrenheit": { | ||
"label": "" | ||
"label": "Fahrenheit" | ||
} | ||
} | ||
}, | ||
"cpu": { | ||
"label": "CPU", | ||
"load": "", | ||
"minute": "" | ||
"load": "Carga Média", | ||
"minute": "{{minute}} minuto" | ||
}, | ||
"memory": { | ||
"label": "", | ||
"totalMem": "", | ||
"available": "" | ||
"label": "Memória", | ||
"totalMem": "Memória total: {{total}}GB", | ||
"available": "Disponível: {{available}}GB - {{percentage}}%" | ||
}, | ||
"fileSystem": { | ||
"label": "", | ||
"available": "" | ||
"label": "Sistema de arquivos", | ||
"available": "Disponível: {{available}} - {{percentage}}%" | ||
}, | ||
"info": { | ||
"uptime": "", | ||
"updates": "", | ||
"reboot": "" | ||
"uptime": "Tempo de Atividade", | ||
"updates": "Atualizações", | ||
"reboot": "Reiniciar" | ||
}, | ||
"errors": { | ||
"general": { | ||
"title": "", | ||
"text": "" | ||
"title": "Não foi possível encontrar seu NAS", | ||
"text": "Ocorreu um problema na conexão com seu NAS. Verifique sua(s) configuração(ões)/integração(ões)." | ||
} | ||
} | ||
} |