Skip to content

Commit

Permalink
New translations health-monitoring.json (Portuguese, Brazilian)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Mar 3, 2024
1 parent 04116be commit d126bbe
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions public/locales/pt/modules/health-monitoring.json
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)."
}
}
}

0 comments on commit d126bbe

Please sign in to comment.