Module:number list/data/tuw-pro

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

Number Cardinal Ordinal Distributive
1 *emün *emütel
2 *ʒȫr *ʒȫtel
3 *ilan *ilagī *ilatal
4 *dügün
5 *tuńga
6 *ńöŋün
7 *nadan
8 *ʒapkun
9 *xüjegün
10 *ʒuban
20 *xorin
30 *gutïn
100 *taŋgu

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*emün",
	distributive = "*emütel"
}

numbers = {
	cardinal = "*ʒȫr",
	distributive = "*ʒȫtel"
}

numbers = {
	cardinal = "*ilan",
	ordinal = "*ilagī", 
	distributive = "*ilatal"
}

numbers = {
	cardinal = "*dügün",
}

numbers = {
	cardinal = "*tuńga",
}

numbers = {
	cardinal = "*ńöŋün",
}

numbers = {
	cardinal = "*nadan",
}

numbers = {
	cardinal = "*ʒapkun",
}

numbers = {
	cardinal = "*xüjegün",
}

numbers = {
	cardinal = "*ʒuban",
}

numbers = {
	cardinal = "*xorin",
}

numbers = {
	cardinal = "*gutïn",
}

numbers = {
	cardinal = "*taŋgu",
}

return export