This module contains data on various types of numbers in Mogholi.
Number | Cardinal |
---|---|
1 | نكه |
2 | قیار |
3 | غربان |
4 | دربان |
5 | تابون |
6 | آثون |
7 | دالان |
8 | ثالان |
9 | تاسان |
10 | آربان |
local export = {numbers = {}}
export.numbers = {
cardinal = "نكه",
}
export.numbers = {
cardinal = "قیار",
}
export.numbers = {
cardinal = "غربان",
}
export.numbers = {
cardinal = "دربان",
}
export.numbers = {
cardinal = "تابون",
}
export.numbers = {
cardinal = "آثون",
}
export.numbers = {
cardinal = "دالان",
}
export.numbers = {
cardinal = "ثالان",
}
export.numbers = {
cardinal = "تاسان",
}
export.numbers = {
cardinal = "آربان",
}
return export