Translations:Bluetooth/10/es: Difference between revisions

From ARIS
Jump to navigation Jump to search
Merce (talk | contribs)
Created page with "==Estados== <div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='svg' caption='ARIS Bluetooth states'> digraph StatesDiagram { node [shape=rectangle style=rounded fontsize="9pt"]; edge [fontsize="7pt"]; //----- Main graph // Nodes Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2]; Waiting [label="Waiting"]; TransferingWorklist [label="Transfering Worklist"]; ReceivingI..."
 
Blanca (talk | contribs)
No edit summary
Line 8: Line 8:
     // Nodes
     // Nodes
     Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
     Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
     Waiting [label="Waiting"];
     Waiting [label="Esperando"];
     TransferingWorklist [label="Transfering Worklist"];
     TransferingWorklist [label="Transfiriendo Lista de Trabajo"];
     ReceivingImages [label="Receiving Images"];
     ReceivingImages [label="REcibiendo Imagenes"];
     ExecutingModel [label="Executing Model"];
     ExecutingModel [label="Ejecutando Modelo"];
     End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
     End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
     // Edges
     // Edges
     Begin -> Waiting [label="Enable Bluetooth"]; // [constraint=false];
     Begin -> Waiting [label="Activar Bluetooth"]; // [constraint=false];
     Waiting -> TransferingWorklist  [label="Mobile request"];
     Waiting -> TransferingWorklist  [label="Petición Móbil"];
     TransferingWorklist -> Waiting; //  [constraint=false];
     TransferingWorklist -> Waiting; //  [constraint=false];
     Waiting -> ReceivingImages  [label="Mobile request"];
     Waiting -> ReceivingImages  [label="Petición Móbil"];
     ReceivingImages -> Waiting; //  [constraint=false];
     ReceivingImages -> Waiting; //  [constraint=false];
     ReceivingImages -> ExecutingModel  [label="Last image of a test"];
     ReceivingImages -> ExecutingModel  [label="Última Imagen del Test"];
     ExecutingModel -> ReceivingImages; //  [constraint=false];
     ExecutingModel -> ReceivingImages; //  [constraint=false];
     Waiting -> End [label="Disable Bluetooth"]; // [constraint=false];
     Waiting -> End [label="Desactivar Bluetooth"]; // [constraint=false];

Revision as of 19:29, 31 January 2024

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 (Bluetooth)
==States==

Estados[edit]

<graphviz border='frame' format='svg' caption='ARIS Bluetooth states'> digraph StatesDiagram {

 node [shape=rectangle style=rounded fontsize="9pt"];
 edge [fontsize="7pt"];
 //----- Main graph
   // Nodes
   Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
   Waiting [label="Esperando"];
   TransferingWorklist [label="Transfiriendo Lista de Trabajo"];
   ReceivingImages [label="REcibiendo Imagenes"];
   ExecutingModel [label="Ejecutando Modelo"];
   End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
   // Edges
   Begin -> Waiting [label="Activar Bluetooth"]; // [constraint=false];
   Waiting -> TransferingWorklist  [label="Petición Móbil"];
   TransferingWorklist -> Waiting; //  [constraint=false];
   Waiting -> ReceivingImages  [label="Petición Móbil"];
   ReceivingImages -> Waiting; //  [constraint=false];
   ReceivingImages -> ExecutingModel  [label="Última Imagen del Test"];
   ExecutingModel -> ReceivingImages; //  [constraint=false];
   Waiting -> End [label="Desactivar Bluetooth"]; // [constraint=false];