All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
| Name | Current message text |
|---|---|
| h English (en) | <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"]; ReceivingImages [label="Receiving Images"]; ExecutingModel [label="Executing Model"]; End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2]; // Edges Begin -> Waiting [label="Enable Bluetooth"]; // [constraint=false]; Waiting -> TransferingWorklist [label="Mobile request"]; TransferingWorklist -> Waiting; // [constraint=false]; Waiting -> ReceivingImages [label="Mobile request"]; ReceivingImages -> Waiting; // [constraint=false]; ReceivingImages -> ExecutingModel [label="Last image of a test"]; ExecutingModel -> ReceivingImages; // [constraint=false]; Waiting -> End [label="Disable Bluetooth"]; // [constraint=false]; //{ rank=same; Begin Registered Processing WithResults Validated} //{ rank=same; Cancelled End} } </graphviz> </div> In any given time, the Bluetooth system can be in four different states if [[Bluetooth#Bluetooth_ON|Bluetooth is ON]]. |
| h Spanish (es) | <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="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]; //{ rank=same; Begin Registered Processing WithResults Validated} //{ rank=same; Cancelled End} } </graphviz> </div> En un momento dado, el sistema Bluetooth puede encontrarse en cuatro estados diferentes si el Bluetooth está activado. |