Module:number list/data/koi

Hello, you have come here looking for the meaning of the word Module:number list/data/koi. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/koi, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/koi in singular and plural. Everything you need to know about the word Module:number list/data/koi you have here. The definition of the word Module:number list/data/koi will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/koi, 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 Komi-Permyak.

Number Cardinal Ordinal Fractional
1 ӧ́тік (ö́tik) ме́додзза (médodźza), пе́рвӧй (pérvöj)
2 кык (kyk) мӧд (möd), мӧді́к (mödík) джын (džyn)
3 куи́м (kuím) куимӧ́т (kuimö́t)
4 нёль (ńoľ) нёльӧ́т (ńoľö́t)
5 вит (vit) витӧ́т (vitö́t)
6 квать (kvať) кватьӧ́т (kvaťö́t)
7 сизи́м (śiźím) сизимьӧ́т (śiźimʹö́t)
8 кыкья́мыс (kykʹjámys) кыкьямысӧ́т (kykʹjamysö́t)
9 ӧ́кмыс (ö́kmys) ӧкмысӧ́т (ökmysö́t)
10 дас (das) дасӧ́т (dasö́t)

local export = {numbers = {}}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = "ӧ́тік",
	ordinal = { "ме́додзза", "пе́рвӧй" }
}

numbers = {
	cardinal = "кык",
	ordinal = { "мӧд", "мӧді́к" },
	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 = "дасӧ́т"
}

return export