Module:number list/data/mhj

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

Number Cardinal
1 نكه
2 قیار
3 غربان
4 دربان
5 تابون
6 آثون
7 دالان
8 ثالان
9 تاسان
10 آربان

local export = {numbers = {}}

export.numbers = {
	cardinal = "نكه",
}

export.numbers = {
	cardinal = "قیار",
}

export.numbers = {
	cardinal = "غربان",
}

export.numbers = {
	cardinal = "دربان",
}

export.numbers = {
	cardinal = "تابون",
}

export.numbers = {
	cardinal = "آثون",
}

export.numbers = {
	cardinal = "دالان",
}

export.numbers = {
	cardinal = "ثالان",
}

export.numbers = {
	cardinal = "تاسان",
}

export.numbers = {
	cardinal = "آربان",
}

return export