Module:number list/data/rif

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

Number Cardinal
0 ziru
1 ijjen, waḥid
2 sen, tnayn
3 třata
4 arbɛa
5 xemsa
6 setta
7 sebɛa
8 tmenya
9 tesɛa
10 ɛecra
11 ḥiṭac
12 tenɛac
20 ɛicrin
30 tratin
40 arbɛin
50 xemsin
60 settin
70 sebɛin
80 tmanin
90 tesεin
100 mya
200 mitayn
1,000 ařf, ṭawez
2,000 ařfayn

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = { "ziru"},
}

numbers = {
	cardinal = { "ijjen", "waḥid"},
}

numbers = {
	cardinal = { "sen", "tnayn"},
}

numbers = {
	cardinal = "třata",
}

numbers = {
	cardinal = "arbɛa",
}

numbers = {
	cardinal = "xemsa",
}

numbers = {
	cardinal = "setta",
}

numbers = {
	cardinal = "sebɛa",
}

numbers = {
	cardinal = "tmenya",
}

numbers = {
	cardinal = "tesɛa",
}

numbers = {
	cardinal = "ɛecra",
}

numbers = {
	cardinal = "ḥiṭac",
}

numbers = {
	cardinal = "tenɛac",
}

numbers = {
	cardinal = "ɛicrin",
}

numbers = {
	cardinal = "tratin",
}

numbers = {
	cardinal = "arbɛin",
}

numbers = {
	cardinal = "xemsin",
}

numbers = {
	cardinal = "settin",
}

numbers = {
	cardinal = "sebɛin",
}

numbers = {
	cardinal = "tmanin",
}

numbers = {
	cardinal = "tesεin",
}

numbers = {
	cardinal = "mya",
}

numbers = {
	cardinal = "mitayn",
}

numbers = {
	cardinal = { "ařf", "ṭawez"},
}

numbers = {
	cardinal = "ařfayn",
}

return export