Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
(add label_es for the version in Spanish( unfinish)) |
m (adding labe_es to easy translation in Spanish) |
||
Line 6: | Line 6: | ||
start [label="START HERE", shape="box", style="bold" | start [label="START HERE", shape="box", style="bold" | ||
label_es="INICIAR AQUI", shape="box", style="bold"] | label_es="INICIAR AQUI", shape="box", style="bold"] | ||
− | short [label="Is it between\n2.5 and 2.75 inches\nlong?"] | + | |
− | long [label="Is it 5.25 inches long?"] | + | short [label="Is it between\n2.5 and 2.75 inches\nlong?" |
− | mid [label="Is it 4.25 inches long?"] | + | lavel_es="¿Tiene esto\nentre\n2.5 y2.75 pulgadas\nde largo?"] |
− | multinotch [label="Does it have exactly ONE notch?"] | + | |
− | endnotch [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"] | + | long [label="Is it 5.25 inches long?" |
− | closenotch [label="Does it have TWO notches\nclose together near the center?"] | + | label_es="¿Tiene esto 5.25 pulgadas\nde largo?"] |
− | endnotchholes [label="Does it have exactly ONE notch,\nAND\nTWO holes on the outside\nAND exactly ONE notch on the outside?\n(see example in\nWHAT KIND OF MEMORY IS THIS?)"] | + | |
+ | mid [label="Is it 4.25 inches long?" | ||
+ | label_es="¿Tiene esto 4.25 pulgadas\nde largo?"] | ||
+ | |||
+ | multinotch [label="Does it have exactly ONE notch?" | ||
+ | label_es="¿Tiene esto solamente\nuna ranura?"] | ||
+ | |||
+ | endnotch [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?" | ||
+ | label_es="¿Tiene esto DOS ranuras,\nUNA cerca del centro\ny\nUNA cerca de un extremo?"] | ||
+ | |||
+ | closenotch [label="Does it have TWO notches\nclose together near the center?" | ||
+ | label_es="¿Tiene esto DOS ranuras\njuntas y al centro?"] | ||
+ | |||
+ | endnotchholes [label="Does it have exactly ONE notch,\nAND\nTWO holes on the outside\nAND exactly ONE notch on the outside?\n(see example in\nWHAT KIND OF MEMORY IS THIS?)" | ||
+ | label_es="¿Tiene esto solo una ranura,\ny\nDOS agujeros en ella a los extremos\ny solo UNA ranura al extremo?\n(revisar ejemplo en\n¿QUE TIPO DE MEMORIA ES ESTA?"] | ||
+ | |||
ddr [label="DDR", shape="box", style="bold"] | ddr [label="DDR", shape="box", style="bold"] | ||
sdram [label="SDRAM", shape="box", style="bold"] | sdram [label="SDRAM", shape="box", style="bold"] | ||
Line 22: | Line 37: | ||
start -> short | start -> short | ||
− | short -> long [ | + | short -> long [taillabel="NO"] |
− | short -> sodimm [label="YES"] | + | short -> sodimm [label="YES" , label_es="SI"] |
− | long -> multinotch [label="YES"] | + | long -> multinotch [label="YES" , label_es="SI"] |
− | long -> mid [ | + | long -> mid [taillabel="NO"] |
− | mid -> endnotchholes [label="YES"] | + | mid -> endnotchholes [label="YES" , label_es"SI"] |
− | mid -> misc [ | + | mid -> misc [taillabel="NO"] |
− | endnotchholes -> simm [label="YES"] | + | endnotchholes -> simm [label="YES" , label_es"SI"] |
− | endnotchholes -> misc [ | + | endnotchholes -> misc [taillabel="NO"] |
− | multinotch -> ddr [label="YES"] | + | multinotch -> ddr [label="YES" , label_es="SI"] |
− | multinotch -> endnotch [ | + | multinotch -> endnotch [taillabel="NO"] |
− | endnotch -> sdram [label="YES"] | + | endnotch -> sdram [label="YES" , label_es"SI"] |
− | endnotch -> closenotch [ | + | endnotch -> closenotch [taillabel="NO"] |
− | closenotch -> rambus [label="YES"] | + | closenotch -> rambus [label="YES" , label_es="SI"] |
− | closenotch -> misc [ | + | closenotch -> misc [taillabel="NO"] |
} | } |