Difference between revisions of "System Evaluation Visual Triage en Español"

From FreekiWiki
Jump to navigation Jump to search
(add newlines)
(sync with english)
Line 1: Line 1:
 +
__NOTOC__
 
==BLUE Chart==
 
==BLUE Chart==
 
<div style="border: 10px solid BLUE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<div style="border: 10px solid BLUE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
Line 18: Line 19:
  
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?",
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?",
                   label="¿Se encuentra la\n''MOTHERBOARD''\nAHI?"]
+
                   label="¿Se encuentra la\n''la tarjeta madre''\nAHI?"]
 
   slot          [label="Does it have a\nSLOT based processor\n(instead of a\nsocket based processor)?",
 
   slot          [label="Does it have a\nSLOT based processor\n(instead of a\nsocket based processor)?",
                   label="¿Tiene esto un\nSLOT based procesador\n(en lugar de un\nsocket based procesador)?"]
+
                   label="¿Tiene el sistema un\nun procesador\ntipo tarjeta (en lugar de un\nprocesador\ntipo base)?"]
 
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)",
 
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)",
 
                   label="¿Faltan\nPARTES \nDEL \nARMAZÓN?\n(es decir, de la parte \nlateral o frontal)"]
 
                   label="¿Faltan\nPARTES \nDEL \nARMAZÓN?\n(es decir, de la parte \nlateral o frontal)"]
   memory        [label="Can you see\nany DDR slots?",
+
   memory        [label="Can you see\nany DDR slots?\n(single notch near the middle)",
                   label="¿Puede usted ver\nalgunos DDR slots?"]
+
                   label="¿Puede usted ver\nalgunas ranuras de DDR?\n(una sola ranura en el centro)"]
 
   blowncaps    [label="Can you see \nany BLOWN CAPS?",
 
   blowncaps    [label="Can you see \nany BLOWN CAPS?",
                   label="¿Puede usted ver\nalguna BLOWN CAPS?"]
+
                  label="¿Puede usted ver\nalgun transistor quemado o defectuoso?"]
 +
 
 +
  sataports    [label="Can you see \nany SATA PORTS?",
 +
                   label="¿Puede usted ver\nalguna SATA PORTS?"]
 +
 
 
   pull_mobo1    [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing",
 
   pull_mobo1    [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing",
                   label="DESMONTE LA ''MOTHERBOARD''\ny llévela a\n''Advanced Testing''",
+
                   label="DESMONTE LA ''TARJETA MADRE''\ny llévela a\n''Advanced Testing''",
 
                   shape="box"]
 
                   shape="box"]
   pull_mobo2    [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS",
+
   pull_mobo2    [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS",  
                   label="Vamos a reciclar\neste sistema\nporque tiene\n''BLOWN CAPS''",
+
                   label="Vamos a reciclar\neste sistema\nporque tiene\n''UN TRANSISTOR DEFECTUOSO''",
 
                   shape="box"]
 
                   shape="box"]
  
   keep          [label="KEEP IT\n(for now anyway)",
+
   keep          [label="KEEP IT\n(for now anyway)",  
 
                   label="CONSERVELA\n(por el momento)",
 
                   label="CONSERVELA\n(por el momento)",
 
                   shape="box", style="bold"]
 
                   shape="box", style="bold"]
 
   recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)",
 
   recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)",
                   label="Vamos a reciclarla.\nEn la etiqueta engomada ''RECYCLE'' \ncircule el motivo\npor cual se recicla)",
+
                   label="Vamos a reciclarla.\nEn la etiqueta ''RECYCLE'' \ncircule el motivo\npor cual se recicla)",
 
                   shape="box", style="bold"]
 
                   shape="box", style="bold"]
 +
 +
  not_done      [label="You're not done yet!",
 +
                  label="No esta terminado todavia!"]
 +
  
 
   go_back      [label="Go back to\nthe main chart",
 
   go_back      [label="Go back to\nthe main chart",
Line 63: Line 72:
  
 
   blowncaps    -> missingparts [taillabel="NO"]
 
   blowncaps    -> missingparts [taillabel="NO"]
   blowncaps    -> pull_mobo1 [taillabel="YES", taillabel="SÍ"]
+
   blowncaps   -> sataports [taillabel="YES", taillabel="SÍ"]
 +
 
 +
  sataports    -> pull_mobo2 [taillabel="NO"]
 +
  sataports   -> pull_mobo1 [taillabel="YES", taillabel="SÍ"]
  
 
   slot -> recycle [taillabel="YES", taillabel="SÍ"]
 
   slot -> recycle [taillabel="YES", taillabel="SÍ"]
Line 71: Line 83:
 
   missingparts -> keep [taillabel="NO"]
 
   missingparts -> keep [taillabel="NO"]
  
   keep -> go_back
+
   keep -> not_done
   recycle -> go_back
+
 
 +
 
 +
   recycle -> not_done
 +
  not_done -> go_back
  
 
   }
 
   }

Revision as of 17:34, 26 April 2011