Files
homarr/public/locales/pt/modules/dashdot.json
Larvey 39c89c3f6d Added dashName variable to locales
In preparation for the dashName variable addition
2023-04-25 13:37:49 -04:00

119 lines
2.8 KiB
JSON

{
"descriptor": {
"name": "Dash.",
"description": "",
"settings": {
"title": "Definições para o Dash. widget",
"dashName": {
"label": "Dash. Nome"
},
"url": {
"label": "URL do Dash."
},
"usePercentages": {
"label": "Exibir porcentagens"
},
"columns": {
"label": "Exibir Colunas"
},
"graphHeight": {
"label": "Altura dos gráficos"
},
"graphsOrder": {
"label": "Gráficos (Ordem)",
"storage": {
"label": "Armazenamento",
"enabled": {
"label": "Exibir o widget"
},
"span": {
"label": "Extensão da Coluna"
},
"compactView": {
"label": "Mostrar como texto (compacto)"
},
"multiView": {
"label": "Exibir como multi-drive-view"
}
},
"network": {
"label": "Rede",
"enabled": {
"label": "Exibir o widget"
},
"span": {
"label": "Extensão da Coluna"
},
"compactView": {
"label": "Mostrar como texto (compacto)"
}
},
"cpu": {
"label": "CPU",
"enabled": {
"label": "Exibir o widget"
},
"span": {
"label": "Extensão da Coluna"
},
"multiView": {
"label": "Exibir como multi-drive-view"
}
},
"ram": {
"label": "RAM",
"enabled": {
"label": "Exibir o widget"
},
"span": {
"label": "Extensão da Coluna"
}
},
"gpu": {
"label": "GPU",
"enabled": {
"label": "Exibir o widget"
},
"span": {
"label": "Extensão da Coluna"
}
}
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "Nenhum serviço Dash. encontrado. Por favor, adicione um ao seu painel Homarr ou defina uma URL para o Dash. nas opções do módulo",
"noInformation": "Não é possível obter informações do Dash. Você está executando a versão mais recente?",
"protocolDowngrade": {
"title": "Downgrade de protocolo detectado",
"text": ""
}
},
"graphs": {
"storage": {
"title": "Armazenamento",
"label": "Armazenamento:"
},
"network": {
"title": "Rede",
"label": "Rede:",
"metrics": {
"download": "Para baixo",
"upload": "Para cima"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": "RAM"
},
"gpu": {
"title": "GPU"
}
}
}
}