Module:number list/data/acy

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

Number Cardinal
1 exen
2 θnayn, xnayn
3 tlaxe
4 árpăca
5 xampse
6 sitte
7 sápăca
8 xmenje
9 tisca
10 caşra
20 ceşrín
30 tretín

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "exen",
}

numbers = {
	cardinal = {"θnayn", "xnayn"},
}

numbers = {
	cardinal = "tlaxe",
}

numbers = {
	cardinal = "árpăca",
}

numbers = {
	cardinal = "xampse",
}

numbers = {
	cardinal = "sitte",
}

numbers = {
	cardinal = "sápăca",
}

numbers = {
	cardinal = "xmenje",
}

numbers = {
	cardinal = "tisca",
}

numbers = {
	cardinal = "caşra",
}

numbers = {
	cardinal = "ceşrín",
}

numbers = {
	cardinal = "tretín",
}
return export