Module:number list/data/dtp

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

Number Cardinal Ordinal
1 iso koiso
2 duo koduo
3 tolu kotolu
4 apat kaapat
5 limo kolimo
6 onom koonom
7 turu koturu
8 walu kawalu
9 siam kosiam
10 hopod kohopod
11 hopod om iso kohopod om iso

local export = {numbers = {}}

local numbers = export.numbers
    
numbers = {
	cardinal = "iso",
	ordinal = "koiso",
}
numbers = {
	cardinal = "duo",
	ordinal = "koduo",
}
numbers = {
	cardinal = "tolu",
	ordinal = "kotolu",
}
numbers = {
	cardinal = "apat",
	ordinal = "kaapat",
}
numbers = {
	cardinal = "limo",
	ordinal = "kolimo",
}
numbers = {
	cardinal = "onom",
	ordinal = "koonom",
}
numbers = {
	cardinal = "turu",
	ordinal = "koturu",
}
numbers = {
	cardinal = "walu",
	ordinal = "kawalu",
}
numbers = {
	cardinal = "siam",
	ordinal = "kosiam",
}
numbers = {
	cardinal = "hopod",
	ordinal = "kohopod",
}
numbers = {
	cardinal = "hopod om iso",
	ordinal = "kohopod om iso",
}

return export