Module:number list/data/kca-nor

Hello, you have come here looking for the meaning of the word Module:number list/data/kca-nor. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/kca-nor, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/kca-nor in singular and plural. Everything you need to know about the word Module:number list/data/kca-nor you have here. The definition of the word Module:number list/data/kca-nor will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/kca-nor, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module contains data on various types of numbers in Northern Khanty.

Number Cardinal Ordinal
1 и (i), ит (it) оԓәӈмит (ołəṇmit)
2 кӑт (kăt), кӑтн (kătn), кӑтән (kătən) кимәт (kimət)
3 хөԓәм (høłəm), хутум (hutum) хөԓмит (høłmit)
4 њӑԓ (njăł), нят (njat) њӑԓмит (njăłmit)
5 вэт (wet) вэтмит (wetmit)
6 хөт (høt) хөтмит (høtmit)
7 ԓапәт (łapət), тапыт (tapyt) ԓапәтмит (łapətmit)
8 нивәԓ (niwəł), нигыт (nigyt) нивәԓмит (niwəłmit)
9 йӑртйаӈ (jărtjaṇ), яръяӈ (jar”jaṇ) йӑртйаӈмит (jărtjaṇmit)
10 йаӈ (jaṇ) йаӈмит (jaṇmit)
11 ихущйаӈ (ihusjjaṇ), ихосъяӈ (ihos”jaṇ)
12 кӑтхущйаӈ (kăthusjjaṇ)
13 хөԓәмхущйаӈ (høłəmhusjjaṇ)
14 њӑԓхущйаӈ (njăłhusjjaṇ)
15 вэтхущйаӈ (wethusjjaṇ)
16 хөтхущйаӈ (høthusjjaṇ)
17 ԓапәтхущйаӈ (łapəthusjjaṇ)
18 нивәԓхөс (niwəłhøs)
19 йӑрхөс (jărhøs)
20 хөс (høs)
30 хөԓәм йаӈ (høłəm jaṇ)
40 њӑԓ йаӈ (njăł jaṇ)
50 вэт йаӈ (wet jaṇ)
60 хөт йаӈ (høt jaṇ)
70 ԓапәт йаӈ (łapət jaṇ)
80 нивәԓ йаӈ (niwəł jaṇ)
90 йăртйаӈ сот (jărtjaṇ sot)
100 сот (sot)
300 хөԓәмсот (høłəmsot)
400 њӑԓ сот (njăł sot), нят сот (njat sot)
500 вэтсот (wetsot)
900 йӑрсот (jărsot)
1,000 щурәс (sjurəs), сёрас (sjoras)

local export = {numbers = {}}

local numbers = export.numbers

--[[-- Delete any number types that don't apply.
numbers = {
	numeral = "",
	cardinal = "",
	ordinal = "",
	adverbial = "",
	multiplier = "",
	distributive = "",
	collective = "",
	fractional = "",
}]]

numbers = {
	cardinal = {"и","ит"},
	ordinal = "оԓәӈмит",
}

numbers = {
	cardinal = { "кӑт","кӑтн","кӑтән" },
	ordinal = "кимәт",
}

numbers = {
	cardinal = { "хөԓәм", "хутум" },
	ordinal = "хөԓмит",
}

numbers = {
	cardinal = { "њӑԓ", "нят" },
	ordinal = "њӑԓмит",
}

numbers = {
	cardinal = "вэт",
	ordinal = "вэтмит",
}

numbers = {
	cardinal = "хөт",
	ordinal = "хөтмит",
}

numbers = {
	cardinal = { "ԓапәт", "тапыт" },
	ordinal = "ԓапәтмит",
}

numbers = {
	cardinal = { "нивәԓ", "нигыт" },
	ordinal = "нивәԓмит",
}

numbers = {
	cardinal = { "йӑртйаӈ", "яръяӈ" },
	ordinal = "йӑртйаӈмит",
}

numbers = {
	cardinal = "йаӈ",
	ordinal = "йаӈмит",
}

numbers = {
	cardinal = { "ихущйаӈ", "ихосъяӈ" },
}

numbers = {
	cardinal = "кӑтхущйаӈ",
}

numbers = {
	cardinal = "хөԓәмхущйаӈ",
}

numbers = {
	cardinal = "њӑԓхущйаӈ",
}

numbers = {
	cardinal = "вэтхущйаӈ",
}

numbers = {
	cardinal = "хөтхущйаӈ",
}

numbers = {
	cardinal = "ԓапәтхущйаӈ",
}

numbers = {
	cardinal = "нивәԓхөс",
}

numbers = {
	cardinal = "йӑрхөс",
}

numbers = {
	cardinal = "хөс",
}

numbers = {
	cardinal = "хөԓәм йаӈ",
}

numbers = {
	cardinal = "њӑԓ йаӈ",
}

numbers = {
	cardinal = "вэт йаӈ",
}

numbers = {
	cardinal = "хөт йаӈ",
}

numbers = {
	cardinal = "ԓапәт йаӈ",
}

numbers = {
	cardinal = "нивәԓ йаӈ",
}

numbers = {
	cardinal = "йăртйаӈ сот",
}

numbers = {
	cardinal = "сот",
}

numbers = {
	cardinal = "хөԓәмсот",
}

numbers = {
	cardinal = { "њӑԓ сот", "нят сот" }
}

numbers = {
	cardinal = "вэтсот",
}

numbers = {
	cardinal = "йӑрсот",
}

numbers = {
	cardinal = { "щурәс", "сёрас" },
}

return export