Module:number list/data/mai

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

Number Numeral Cardinal Ordinal
0
1 एक (ēk) पहिल (pahil), प्रथम (pratham)
2 दू () दोसर (dōsar)
3 तीन (tīn)
4 चारि (cārɨ)
5 पाँच (pā̃c)
6 छऒ (chao)
7 सात (sāt)
8 आठ (āṭh)
9 नऒ (nao)
10 १० दस (das)
11 ११ एगारह (ēgārah)
12 १२ बारह (bārah)
13 १३ तेरह (tērah)
14 १४ चौदह (caudah)
15 १५ पन्द्रह (pandrah)
16 १६ सोड़ह (sōṛah )
19 १९ उनैस (unais)
60 ६० साठि (sāṭhɨ)
70 ७० सत्तरि (sattarɨ)

local export = {numbers = {}}

export.numeral_config = {
	zero_codepoint = 0x966, -- ०, DEVANAGARI DIGIT ZERO
	Indic_separator = ",",
       
}

local numbers = export.numbers
numbers = {
}

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 = {"सत्तरि"},
}
return export