ai-content-maker/.venv/Lib/site-packages/dateparser/data/date_translation_data/kok.py

158 lines
2.6 KiB
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

info = {
"name": "kok",
"date_order": "YMD",
"january": [
"जानेवारी"
],
"february": [
"फेब्रुवारी"
],
"march": [
"मार्च"
],
"april": [
"एप्रिल"
],
"may": [
"मे"
],
"june": [
"जून"
],
"july": [
"जुलै"
],
"august": [
"ओगस्ट"
],
"september": [
"सेप्टेंबर"
],
"october": [
"ओक्टोबर"
],
"november": [
"नोव्हेंबर"
],
"december": [
"डिसेंबर"
],
"monday": [
"सोम",
"सोमवार"
],
"tuesday": [
"मंगळ",
"मंगळार"
],
"wednesday": [
"बुध",
"बुधवार"
],
"thursday": [
"गुरु",
"गुरुवार"
],
"friday": [
"शुक्र",
"शुक्रवार"
],
"saturday": [
"शनि",
"शनिवार"
],
"sunday": [
"आदित्यवार",
"रवि"
],
"am": [
"मपू"
],
"pm": [
"मनं"
],
"year": [
"year"
],
"month": [
"month"
],
"week": [
"week"
],
"day": [
"day"
],
"hour": [
"hour"
],
"minute": [
"minute"
],
"second": [
"second"
],
"relative-type": {
"0 day ago": [
"today"
],
"0 hour ago": [
"this hour"
],
"0 minute ago": [
"this minute"
],
"0 month ago": [
"this month"
],
"0 second ago": [
"now"
],
"0 week ago": [
"this week"
],
"0 year ago": [
"this year"
],
"1 day ago": [
"yesterday"
],
"1 month ago": [
"last month"
],
"1 week ago": [
"last week"
],
"1 year ago": [
"last year"
],
"in 1 day": [
"tomorrow"
],
"in 1 month": [
"next month"
],
"in 1 week": [
"next week"
],
"in 1 year": [
"next year"
]
},
"locale_specific": {},
"skip": [
" ",
"'",
",",
"-",
".",
"/",
";",
"@",
"[",
"]",
"|",
""
]
}