Module:number list/data/bxd

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

Number Cardinal Ordinal
1 ta³¹ nam³¹pat⁵⁵ ta³¹
2 i̠³⁵ nam³¹pat⁵⁵ i³⁵
3 sam⁵⁵ nam³¹pat⁵⁵ sam⁵⁵
4 məi³¹ nam³¹pat⁵⁵ məi³¹
5 ŋa³¹ nam³¹pat⁵⁵ ŋa³¹
6 kʰjauʔ⁵⁵ nam³¹pat⁵⁵ kʰjauʔ⁵⁵
7 nɔ̠t⁵⁵ nam³¹pat⁵⁵ nɔ̠t⁵⁵
8 ʃɛʔ⁵⁵ nam³¹pat⁵⁵ ʃɛʔ⁵⁵
9 kau³¹ nam³¹pat⁵⁵ kau³¹
10 tʰai⁵⁵ nam³¹pat⁵⁵ tə̆.tʰai⁵⁵
11 tə̆.tʰai⁵⁵ ta³¹
20 i̠³¹ tʰai⁵¹ nam³¹pat⁵⁵ i̠³¹ tʰai⁵¹
100 ja⁵⁵
1,000 tsʰɛn³⁵
10,000 van³⁵

local export = {numbers = {}}

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	cardinal = "ta³¹",
	ordinal = "] '''ta³¹'''",
}

numbers = {
	cardinal = "i̠³⁵",
	ordinal = "] '''i³⁵'''",
}

numbers = {
	cardinal = "sam⁵⁵",
	ordinal = "] '''sam⁵⁵'''",
}

numbers = {
	cardinal = "məi³¹",
	ordinal = "] '''məi³¹'''",
}

numbers = {
	cardinal = "ŋa³¹",
	ordinal = "] '''ŋa³¹'''",
}

numbers = {
	cardinal = "kʰjauʔ⁵⁵",
	ordinal = "] '''kʰjauʔ⁵⁵'''",
}

numbers = {
	cardinal = "nɔ̠t⁵⁵",
	ordinal = "] '''nɔ̠t⁵⁵'''",
}

numbers = {
	cardinal = "ʃɛʔ⁵⁵",
	ordinal = "] '''ʃɛʔ⁵⁵'''",
}

numbers = {
	cardinal = "kau³¹",
	ordinal = "] '''kau³¹'''",
}

numbers = {
	cardinal = "tʰai⁵⁵",
	ordinal = "] '''tə̆.tʰai⁵⁵'''",
}

numbers = {
	cardinal = "tə̆.tʰai⁵⁵ ta³¹",
}

numbers ={
	cardinal= "i̠³¹ tʰai⁵¹",
	ordinal = "] '''i̠³¹ tʰai⁵¹'''",
}

numbers ={
	cardinal= "ja⁵⁵",
}

numbers={
	cardinal= "tsʰɛn³⁵"
}

numbers={
	cardinal= "van³⁵"
}

return export