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

63 lines
921 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
"name": "cs_CZ",
"day": {
"abbrev": [
"Ne",
"Po",
"Út",
"St",
"Čt",
"Pá",
"So"
],
"full": [
"Neděle",
"Pondělí",
"Úterý",
"Středa",
"Čtvrtek",
"Pátek",
"Sobota"
]
},
"month": {
"abbrev": [
"led",
"úno",
"bře",
"dub",
"kvě",
"čen",
"čec",
"srp",
"zář",
"říj",
"lis",
"pro"
],
"full": [
"leden",
"únor",
"březen",
"duben",
"květen",
"červen",
"červenec",
"srpen",
"září",
"říjen",
"listopad",
"prosinec"
]
},
"meridiem": [
"",
""
],
"date": "%-d.%-m.%Y",
"time24": "%H:%M:%S",
"dateTime": "%a %-d. %B %Y, %H:%M:%S %Z",
"time12": "%I:%M:%S",
"full": "%a %b %e %H:%M:%S %Z %Y"
}