Advertisement
rogerin

Untitled

Sep 16th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. dica1: [
  2. {
  3. text: "Lavagem ciclo normal",
  4. image: Math.floor(Math.random() * 10)
  5. },
  6. {
  7. text: "Lavagem ciclo normal
  8. Lavagem suave ou centrifugação",
  9. image: Math.floor(Math.random() * 10)
  10. },
  11. {
  12. text: "Lavagem ciclo normal
  13. Lavagem suave ou centrifugação
  14. Processo mais delicado",
  15. image: Math.floor(Math.random() * 10)
  16. },
  17. {
  18. text: "Número máximo da temperatura",
  19. image: Math.floor(Math.random() * 10)
  20. },
  21. {
  22. text: "Lavar a mão",
  23. image: Math.floor(Math.random() * 10)
  24. },
  25. {
  26. text: "Não lavar",
  27. image: Math.floor(Math.random() * 10)
  28. }
  29.  
  30. ],
  31. dica2: [
  32. {
  33. text: "Permitido o uso",
  34. image: Math.floor(Math.random() * 10)
  35. },
  36. {
  37. text: "Proibido o uso de Alvejante a cloro",
  38. image: Math.floor(Math.random() * 10)
  39. },
  40. {
  41. text: "Pode usar s/ cloro",
  42. image: Math.floor(Math.random() * 10)
  43. },
  44. {
  45. text: "Permitido o uso com cloro",
  46. image: Math.floor(Math.random() * 10)
  47. }
  48. ],
  49. dica3: [
  50. {
  51. text: "Ciclo normal",
  52. image: Math.floor(Math.random() * 10)
  53. },
  54. {
  55. text: "Ciclo médio",
  56. image: Math.floor(Math.random() * 10)
  57. },
  58. {
  59. text: "Ciclo delicado",
  60. image: Math.floor(Math.random() * 10)
  61. },
  62. {
  63. text: "Não usar secadora",
  64. image: Math.floor(Math.random() * 10)
  65. },
  66. {
  67. text: "Sem calor",
  68. image: Math.floor(Math.random() * 10)
  69. },
  70. {
  71. text: "Temperatura baixa até 50",
  72. image: Math.floor(Math.random() * 10)
  73. },
  74. {
  75. text: "Temperatura média até 70",
  76. image: Math.floor(Math.random() * 10)
  77. },
  78. {
  79. text: "Temperatura máx",
  80. image: Math.floor(Math.random() * 10)
  81. },
  82.  
  83. ],
  84. dica4: [
  85. {
  86. text: "Secar verticalmente",
  87. image: Math.floor(Math.random() * 10)
  88. },
  89. {
  90. text: "Secar verticalmente sem torcer",
  91. image: Math.floor(Math.random() * 10)
  92. },
  93. {
  94. text: "Secar na horizontal s/ torcer",
  95. image: Math.floor(Math.random() * 10)
  96. },
  97. {
  98. text: "Secar na sombra",
  99. image: Math.floor(Math.random() * 10)
  100. },
  101. {
  102. text: "Não torcer",
  103. image: Math.floor(Math.random() * 10)
  104. }
  105. ],
  106. dica5: [
  107. {
  108. text: "Temperatura máx. 110",
  109. image: Math.floor(Math.random() * 10)
  110. },
  111. {
  112. text: "Temperatura máx. 150 ",
  113. image: Math.floor(Math.random() * 10)
  114. },
  115. {
  116. text: "Temperatura máx. de 200",
  117. image: Math.floor(Math.random() * 10)
  118. },
  119. {
  120. text: "Não passar",
  121. image: Math.floor(Math.random() * 10)
  122. },
  123. {
  124. text: "Não vaporizar",
  125. image: Math.floor(Math.random() * 10)
  126. }
  127. ],
  128. dica6: [
  129. {
  130. text: "Limpar a seco",
  131. image: Math.floor(Math.random() * 10)
  132. },
  133. {
  134. text: "Limpar com solvente",
  135. image: Math.floor(Math.random() * 10)
  136. },
  137. {
  138. text: "Limpar com tetracloretileno ou hidrocar",
  139. image: Math.floor(Math.random() * 10)
  140. },
  141. {
  142. text: "Limpar com hidrocar boneto",
  143. image: Math.floor(Math.random() * 10)
  144. },
  145. {
  146. text: "Limpeza úmida",
  147. image: Math.floor(Math.random() * 10)
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement