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

63 lines
897 B
JavaScript

module.exports = {
"name": "it_CH",
"day": {
"abbrev": [
"dom",
"lun",
"mar",
"mer",
"gio",
"ven",
"sab"
],
"full": [
"domenica",
"lunedì",
"martedì",
"mercoledì",
"giovedì",
"venerdì",
"sabato"
]
},
"month": {
"abbrev": [
"gen",
"feb",
"mar",
"apr",
"mag",
"giu",
"lug",
"ago",
"set",
"ott",
"nov",
"dic"
],
"full": [
"gennaio",
"febbraio",
"marzo",
"aprile",
"maggio",
"giugno",
"luglio",
"agosto",
"settembre",
"ottobre",
"novembre",
"dicembre"
]
},
"meridiem": [
"",
""
],
"date": "%d. %m. %y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T %Z",
"time12": "",
"full": "%a %e %b %Y, %H.%M.%S, %Z"
}