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

214 lines
3.8 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": "kl",
"date_order": "YMD",
"january": [
"jan",
"januari"
],
"february": [
"feb",
"februari"
],
"march": [
"mar",
"martsi"
],
"april": [
"apr",
"aprili"
],
"may": [
"maj",
"maji"
],
"june": [
"jun",
"juni"
],
"july": [
"jul",
"juli"
],
"august": [
"aug",
"augustusi"
],
"september": [
"sep",
"septemberi"
],
"october": [
"okt",
"oktoberi"
],
"november": [
"nov",
"novemberi"
],
"december": [
"dec",
"decemberi"
],
"monday": [
"ata",
"ataasinngorneq"
],
"tuesday": [
"mar",
"marlunngorneq"
],
"wednesday": [
"pin",
"pingasunngorneq"
],
"thursday": [
"sis",
"sisamanngorneq"
],
"friday": [
"tal",
"tallimanngorneq"
],
"saturday": [
"arf",
"arfininngorneq"
],
"sunday": [
"sab",
"sabaat"
],
"am": [
"am"
],
"pm": [
"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"
]
},
"relative-type-regex": {
"\\1 day ago": [
"for (\\d+[.,]?\\d*) ulloq unnuarlu siden"
],
"\\1 hour ago": [
"for (\\d+[.,]?\\d*) nalunaaquttap-akunnera siden"
],
"\\1 minute ago": [
"for (\\d+[.,]?\\d*) minutsi siden"
],
"\\1 month ago": [
"for (\\d+[.,]?\\d*) qaammat siden"
],
"\\1 second ago": [
"for (\\d+[.,]?\\d*) sekundi siden"
],
"\\1 week ago": [
"for (\\d+[.,]?\\d*) sapaatip-akunnera siden"
],
"\\1 year ago": [
"for (\\d+[.,]?\\d*) ukioq siden"
],
"in \\1 day": [
"om (\\d+[.,]?\\d*) ulloq unnuarlu"
],
"in \\1 hour": [
"om (\\d+[.,]?\\d*) nalunaaquttap-akunnera"
],
"in \\1 minute": [
"om (\\d+[.,]?\\d*) minutsi"
],
"in \\1 month": [
"om (\\d+[.,]?\\d*) qaammat"
],
"in \\1 second": [
"om (\\d+[.,]?\\d*) sekundi"
],
"in \\1 week": [
"om (\\d+[.,]?\\d*) sapaatip-akunnera"
],
"in \\1 year": [
"om (\\d+[.,]?\\d*) ukioq"
]
},
"locale_specific": {},
"skip": [
" ",
"'",
",",
"-",
".",
"/",
";",
"@",
"[",
"]",
"|",
""
]
}