ca-gregorian.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. {
  2. "main": {
  3. "ca": {
  4. "dates": {
  5. "calendars": {
  6. "gregorian": {
  7. "months": {
  8. "format": {
  9. "abbreviated": {
  10. "1": "gen.",
  11. "2": "febr.",
  12. "3": "març",
  13. "4": "abr.",
  14. "5": "maig",
  15. "6": "juny",
  16. "7": "jul.",
  17. "8": "ag.",
  18. "9": "set.",
  19. "10": "oct.",
  20. "11": "nov.",
  21. "12": "des."
  22. },
  23. "narrow": {
  24. "1": "GN",
  25. "2": "FB",
  26. "3": "MÇ",
  27. "4": "AB",
  28. "5": "MG",
  29. "6": "JN",
  30. "7": "JL",
  31. "8": "AG",
  32. "9": "ST",
  33. "10": "OC",
  34. "11": "NV",
  35. "12": "DS"
  36. },
  37. "wide": {
  38. "1": "gener",
  39. "2": "febrer",
  40. "3": "març",
  41. "4": "abril",
  42. "5": "maig",
  43. "6": "juny",
  44. "7": "juliol",
  45. "8": "agost",
  46. "9": "setembre",
  47. "10": "octubre",
  48. "11": "novembre",
  49. "12": "desembre"
  50. }
  51. },
  52. "stand-alone": {
  53. "abbreviated": {
  54. "1": "gen.",
  55. "2": "febr.",
  56. "3": "març",
  57. "4": "abr.",
  58. "5": "maig",
  59. "6": "juny",
  60. "7": "jul.",
  61. "8": "ag.",
  62. "9": "set.",
  63. "10": "oct.",
  64. "11": "nov.",
  65. "12": "des."
  66. },
  67. "narrow": {
  68. "1": "GN",
  69. "2": "FB",
  70. "3": "MÇ",
  71. "4": "AB",
  72. "5": "MG",
  73. "6": "JN",
  74. "7": "JL",
  75. "8": "AG",
  76. "9": "ST",
  77. "10": "OC",
  78. "11": "NV",
  79. "12": "DS"
  80. },
  81. "wide": {
  82. "1": "gener",
  83. "2": "febrer",
  84. "3": "març",
  85. "4": "abril",
  86. "5": "maig",
  87. "6": "juny",
  88. "7": "juliol",
  89. "8": "agost",
  90. "9": "setembre",
  91. "10": "octubre",
  92. "11": "novembre",
  93. "12": "desembre"
  94. }
  95. }
  96. },
  97. "days": {
  98. "format": {
  99. "abbreviated": {
  100. "sun": "dg.",
  101. "mon": "dl.",
  102. "tue": "dt.",
  103. "wed": "dc.",
  104. "thu": "dj.",
  105. "fri": "dv.",
  106. "sat": "ds."
  107. },
  108. "narrow": {
  109. "sun": "dg",
  110. "mon": "dl",
  111. "tue": "dt",
  112. "wed": "dc",
  113. "thu": "dj",
  114. "fri": "dv",
  115. "sat": "ds"
  116. },
  117. "short": {
  118. "sun": "dg.",
  119. "mon": "dl.",
  120. "tue": "dt.",
  121. "wed": "dc.",
  122. "thu": "dj.",
  123. "fri": "dv.",
  124. "sat": "ds."
  125. },
  126. "wide": {
  127. "sun": "diumenge",
  128. "mon": "dilluns",
  129. "tue": "dimarts",
  130. "wed": "dimecres",
  131. "thu": "dijous",
  132. "fri": "divendres",
  133. "sat": "dissabte"
  134. }
  135. },
  136. "stand-alone": {
  137. "abbreviated": {
  138. "sun": "dg.",
  139. "mon": "dl.",
  140. "tue": "dt.",
  141. "wed": "dc.",
  142. "thu": "dj.",
  143. "fri": "dv.",
  144. "sat": "ds."
  145. },
  146. "narrow": {
  147. "sun": "dg",
  148. "mon": "dl",
  149. "tue": "dt",
  150. "wed": "dc",
  151. "thu": "dj",
  152. "fri": "dv",
  153. "sat": "ds"
  154. },
  155. "short": {
  156. "sun": "dg.",
  157. "mon": "dl.",
  158. "tue": "dt.",
  159. "wed": "dc.",
  160. "thu": "dj.",
  161. "fri": "dv.",
  162. "sat": "ds."
  163. },
  164. "wide": {
  165. "sun": "diumenge",
  166. "mon": "dilluns",
  167. "tue": "dimarts",
  168. "wed": "dimecres",
  169. "thu": "dijous",
  170. "fri": "divendres",
  171. "sat": "dissabte"
  172. }
  173. }
  174. },
  175. "dayPeriods": {
  176. "format": {
  177. "abbreviated": {
  178. "am": "a. m.",
  179. "pm": "p. m."
  180. },
  181. "narrow": {
  182. "am": "a.m.",
  183. "pm": "p.m."
  184. },
  185. "wide": {
  186. "am": "a. m.",
  187. "pm": "p. m."
  188. }
  189. },
  190. "stand-alone": {
  191. "abbreviated": {
  192. "am": "a. m.",
  193. "pm": "p. m."
  194. },
  195. "narrow": {
  196. "am": "a.m.",
  197. "pm": "p.m."
  198. },
  199. "wide": {
  200. "am": "a. m.",
  201. "pm": "p. m."
  202. }
  203. }
  204. },
  205. "eras": {
  206. "eraNames": {
  207. "0": "abans de Crist",
  208. "1": "després de Crist"
  209. },
  210. "eraAbbr": {
  211. "0": "aC",
  212. "1": "dC"
  213. },
  214. "eraNarrow": {
  215. "0": "aC",
  216. "1": "dC"
  217. }
  218. },
  219. "dateFormats": {
  220. "full": "EEEE, d MMMM 'de' y",
  221. "long": "d MMMM 'de' y",
  222. "medium": "d MMM y",
  223. "short": "d/M/yy"
  224. },
  225. "timeFormats": {
  226. "full": "H:mm:ss zzzz",
  227. "long": "H:mm:ss z",
  228. "medium": "H:mm:ss",
  229. "short": "H:mm"
  230. },
  231. "dateTimeFormats": {
  232. "full": "{1} 'a les' {0}",
  233. "long": "{1}, {0}",
  234. "medium": "{1} , {0}",
  235. "short": "{1} {0}",
  236. "availableFormats": {
  237. "E": "ccc",
  238. "EHm": "E H:mm",
  239. "EHms": "E H:mm:ss",
  240. "Ed": "E d",
  241. "Ehm": "E h:mm a",
  242. "Ehms": "E h:mm:ss a",
  243. "Gy": "y G",
  244. "GyMMM": "LLL y G",
  245. "GyMMMEd": "E, d MMM, y G",
  246. "GyMMMM": "LLLL 'de' y G",
  247. "GyMMMd": "d MMM y G",
  248. "H": "H",
  249. "Hm": "HH:mm",
  250. "Hms": "HH:mm:ss",
  251. "M": "L",
  252. "MEd": "E d/M",
  253. "MMM": "LLL",
  254. "MMMEd": "E d MMM",
  255. "MMMMEd": "E d MMMM",
  256. "MMMMd": "d MMMM",
  257. "MMMd": "d MMM",
  258. "Md": "d/M",
  259. "d": "d",
  260. "h": "h a",
  261. "hm": "h:mm a",
  262. "hms": "h:mm:ss a",
  263. "ms": "mm:ss",
  264. "y": "y",
  265. "yM": "M/y",
  266. "yMEd": "E, d/M/y",
  267. "yMMM": "LLL 'de' y",
  268. "yMMMEd": "E, d MMM, y",
  269. "yMMMM": "LLLL 'de' y",
  270. "yMMMd": "d MMM y",
  271. "yMd": "d/M/y",
  272. "yQQQ": "QQQ y",
  273. "yQQQQ": "QQQQ y"
  274. }
  275. }
  276. }
  277. }
  278. }
  279. }
  280. }
  281. }