Translations:Data analysis/2/pt: Difference between revisions

From ARIS
Jump to navigation Jump to search
Jamba (talk | contribs)
Created page with "<div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='svg'> digraph FunctionalitiesDiagram { node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"]; //----- Gráfico de análise de dados // Nodes Análise de Dados [rótulo="Análise de Dados"]; Indicadores Globais [label="Indicadores Globais" shape=tab URL="#Indicadores_Globais" ]; TestsPerLaboratoryArea [label="Testes por área de laboratório" shape=tab URL="#Testes_por_área_d..."
 
Alberto (talk | contribs)
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 3: Line 3:
digraph FunctionalitiesDiagram {
digraph FunctionalitiesDiagram {
node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"];
node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"];
//----- Gráfico de análise de dados
//----- Data Analysis graph
// Nodes
    // Nodes
Análise de Dados [rótulo="Análise de Dados"];
    DataAnalysis [label="Análise de Dados"];
Indicadores Globais [label="Indicadores Globais" shape=tab URL="#Indicadores_Globais" ];
    GlobalIndicators [label="Indicadores Globais" shape=tab URL="#Indicadores_globais" ];
TestsPerLaboratoryArea [label="Testes por área de laboratório" shape=tab URL="#Testes_por_área_de_laboratório"];
    TestsPerLaboratoryArea [label="Testes por área de laboratório" shape=tab URL="#Testes_por_área_laboratorial"];
TestsPerKind [label="Testes por tipo" shape=tab URL="#Tests_per_kind"];
    TestsPerKind [label="Testes por tipo" shape=tab URL="#Testes_por_tipo"];
TestsPerGender [label="Testes por gênero" shape=tab URL="#Tests_per_gender"];
    TestsPerResult [label="Testes por resultado" shape=tab URL="#Testes_por_resultado"];
// Edges
    TestsPerGender [label="Testes por gênero" shape=tab URL="#Testes_por_gênero"];
Análise de Dados -> Indicadores Globais;
    // Edges
Análise de Dados -> TestsPerLaboratoryArea;
    DataAnalysis -> GlobalIndicators;
Análise de Dados -> TestesPorTipo;
    DataAnalysis -> TestsPerLaboratoryArea;
Análise de Dados -> TestsPerGender;
    DataAnalysis -> TestsPerKind;
    DataAnalysis -> TestsPerResult;
    DataAnalysis -> TestsPerGender;
}
}
</graphviz>
</graphviz>
</div>
</div>

Latest revision as of 11:39, 27 February 2026

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Data analysis)
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg'>
digraph FunctionalitiesDiagram {
  node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"];
  //----- Data Analysis graph
   // Nodes
   DataAnalysis [label="Data Analysis"];
   GlobalIndicators [label="Global Indicators" shape=tab URL="#Global_indicators" ];
   TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];
   TestsPerKind [label="Tests Per Kind" shape=tab URL="#Tests_per_kind"];
   TestsPerResult [label="Tests Per Result" shape=tab URL="#Tests_per_result"];
   TestsPerGender [label="Tests Per Gender" shape=tab URL="#Tests_per_gender"];
   // Edges
   DataAnalysis -> GlobalIndicators;
   DataAnalysis -> TestsPerLaboratoryArea;
   DataAnalysis -> TestsPerKind;
   DataAnalysis -> TestsPerResult;
   DataAnalysis -> TestsPerGender;
}
</graphviz>
</div>