Module:number list/data/nru

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

Number Cardinal
1 ddee
2 ni
3 so
4 ru
5 ngua
6 kheuq
7 shi
8 honq
9 ggu
10 cei
20 nizee
100 xie
1,000 du
10,000 mae

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "ddee",
}

numbers = {
	cardinal = "ni",
}

numbers = {
	cardinal = "so",
}

numbers = {
	cardinal = "ru",
}

numbers = {
	cardinal = "ngua",
}

numbers = {
	cardinal = "kheuq",
}

numbers = {
	cardinal = "shi",
}

numbers = {
	cardinal = "honq",
}

numbers = {
	cardinal = "ggu",
}

numbers = {
	cardinal = "cei",
}

numbers = {
	cardinal = "nizee",
}

numbers = {
	cardinal = "xie",
}

numbers = {
	cardinal = "du",
}

numbers = {
	cardinal = "mae",
}

return export