Advertisement
Gustavo_Inzunza

glboas

Nov 2nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.59 KB | None | 0 0
  1. {
  2.     "URL": "{{Request::root()}}",
  3.     "traduccionCalendario": {
  4.         "days": ["S", "L", "M", "M", "J", "V", "S"],
  5.         "months": ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
  6.         "monthsShort": ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
  7.         "today": "Today",
  8.         "now": "Now",
  9.         "am": "AM",
  10.         "pm": "PM"
  11.     },
  12.     "recursos": {
  13.         "1": "MEDICO",
  14.         "2": "SALA",
  15.         "3": "MEDICO/SALA",
  16.         "4":"SALA/MEDICO"
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement