ca.json 1013 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "ca",
  3. "options": {
  4. "months": [
  5. "Gener",
  6. "Febrer",
  7. "Març",
  8. "Abril",
  9. "Maig",
  10. "Juny",
  11. "Juliol",
  12. "Agost",
  13. "Setembre",
  14. "Octubre",
  15. "Novembre",
  16. "Desembre"
  17. ],
  18. "shortMonths": [
  19. "Gen.",
  20. "Febr.",
  21. "Març",
  22. "Abr.",
  23. "Maig",
  24. "Juny",
  25. "Jul.",
  26. "Ag.",
  27. "Set.",
  28. "Oct.",
  29. "Nov.",
  30. "Des."
  31. ],
  32. "days": [
  33. "Diumenge",
  34. "Dilluns",
  35. "Dimarts",
  36. "Dimecres",
  37. "Dijous",
  38. "Divendres",
  39. "Dissabte"
  40. ],
  41. "shortDays": ["Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds"],
  42. "toolbar": {
  43. "exportToSVG": "Descarregar SVG",
  44. "exportToPNG": "Descarregar PNG",
  45. "exportToCSV": "Descarregar CSV",
  46. "menu": "Menú",
  47. "selection": "Seleccionar",
  48. "selectionZoom": "Seleccionar Zoom",
  49. "zoomIn": "Augmentar",
  50. "zoomOut": "Disminuir",
  51. "pan": "Navegació",
  52. "reset": "Reiniciar Zoom"
  53. }
  54. }
  55. }