1
0
Fork 0
arangodb/js/node/node_modules/timezone/ca_ES.js

63 lines
873 B
JavaScript

module.exports = {
"name": "ca_ES",
"day": {
"abbrev": [
"dg",
"dl",
"dt",
"dc",
"dj",
"dv",
"ds"
],
"full": [
"diumenge",
"dilluns",
"dimarts",
"dimecres",
"dijous",
"divendres",
"dissabte"
]
},
"month": {
"abbrev": [
"gen",
"feb",
"mar",
"abr",
"mai",
"jun",
"jul",
"ago",
"set",
"oct",
"nov",
"des"
],
"full": [
"gener",
"febrer",
"març",
"abril",
"maig",
"juny",
"juliol",
"agost",
"setembre",
"octubre",
"novembre",
"desembre"
]
},
"meridiem": [
"",
""
],
"date": "%d/%m/%y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T %Z",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}