Module:number list/data/zen

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

Number Cardinal
1 yuʔn, näyyuʔn
2 šin, šinän
3 kaṛaḏ̣
4 akkuẓ
5 šämmuš
6 šuḏ̣iš
7 iššäh
8 ittäm
9 tuẓah
10 märäg

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = { "yuʔn" , "näyyuʔn" },
}

numbers = {
	cardinal = { "šin" , "šinän" },
}

numbers = {
	cardinal = "kaṛaḏ̣",
}

numbers = {
	cardinal = "akkuẓ",
}

numbers = {
	cardinal = "šämmuš",
}

numbers = {
	cardinal = "šuḏ̣iš",
}

numbers = {
	cardinal = "iššäh",
}

numbers = {
	cardinal = "ittäm",
}

numbers = {
	cardinal = "tuẓah",
}

numbers = {
	cardinal = "märäg",
}

return export