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

63 lines
889 B
JavaScript

module.exports = {
"name": "fr_CH",
"day": {
"abbrev": [
"dim",
"lun",
"mar",
"mer",
"jeu",
"ven",
"sam"
],
"full": [
"dimanche",
"lundi",
"mardi",
"mercredi",
"jeudi",
"vendredi",
"samedi"
]
},
"month": {
"abbrev": [
"jan",
"fév",
"mar",
"avr",
"mai",
"jun",
"jui",
"aoû",
"sep",
"oct",
"nov",
"déc"
],
"full": [
"janvier",
"février",
"mars",
"avril",
"mai",
"juin",
"juillet",
"août",
"septembre",
"octobre",
"novembre",
"décembre"
]
},
"meridiem": [
"",
""
],
"date": "%d. %m. %y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T %Z",
"time12": "",
"full": "%A %-e %B %Y, %H:%M:%S (UTC%z)"
}