Module:number list/data/os

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

Number Cardinal
1 иу (iw)
2 дыууӕ (dywwæ)
3 ӕртӕ (ærtæ)
4 цыппар (cyppar)
5 фондз (fonʒ)
6 ӕхсӕз (æxsæz)
7 авд (avd)
8 аст (ast)
9 фараст (farast)
10 дӕс (dæs)
100 сӕдӕ (sædæ)
1,000 ӕрзӕ (ærzæ)

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {cardinal = "иу"}
numbers = {cardinal = "дыууӕ"}
numbers = {cardinal = "ӕртӕ"}
numbers = {cardinal = "цыппар"}
numbers = {cardinal = "фондз"}
numbers = {cardinal = "ӕхсӕз"}
numbers = {cardinal = "авд"}
numbers = {cardinal = "аст"}
numbers = {cardinal = "фараст"}
numbers = {cardinal = "дӕс"}
numbers = {cardinal = "сӕдӕ"}
numbers = {cardinal = "ӕрзӕ"}

return export