Advertisement
Gustavo_Inzunza

laramis

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