Module:number list/data/sah

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

Number Cardinal Ordinal Adverbial
0 ноль (nol)
1 биир (biir) биирис (biiris)
2 икки (ikki) иккис (ikkis)
3 үс (üs) үһүс (ühüs)
4 түөрт (tüört) төрдүс (tördüs)
5 биэс (bies) бэһис (behis)
6 алта (alta) алтыс (altıs)
7 сэттэ (sette) сэттис (settis)
8 аҕыс (ağıs) ахсыс (aqsıs) аҕыста (ağısta)
9 тоҕус (toğus) тохсус (toqsus)
10 уон (uon) онус (onus)
11 уон биир (uon biir)
12 уон икки (uon ikki)
13 уон үс (uon üs)
14 уон түөрт (uon tüört)
15 уон биэс (uon bies)
16 уон алта (uon alta)
17 уон сэттэ (uon sette)
18 уон аҕыс (uon ağıs)
19 уон тоҕус (uon toğus)
20 сүүрбэ (süürbe) сүүрбэһис (süürbehis)
21 сүүрбэ биир (süürbe biir)
30 отут (otut)
40 түөрт уон (tüört uon)
50 биэс уон (bies uon)
60 алта уон (alta uon)
70 сэттэ уон (sette uon)
80 аҕыс уон (ağıs uon)
90 тоҕус уон (toğus uon)
100 сүүс (süüs)
1,000 түмэн (tümen), тыһыынча (tıhıınca)

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "ноль",
}
numbers = {
	cardinal = "биир",
	ordinal = "биирис",
}
numbers = {
	cardinal = "икки",
	ordinal = "иккис",
}
numbers = {
	cardinal = "үс",
	ordinal = "үһүс",
}
numbers = {
	cardinal = "түөрт",
	ordinal = "төрдүс",
}
numbers = {
	cardinal = "биэс",
	ordinal = "бэһис",
}
numbers = {
	cardinal = "алта",
	ordinal = "алтыс",
}
numbers = {
	cardinal = "сэттэ",
	ordinal = "сэттис",
}
numbers = {
	cardinal = "аҕыс",
	ordinal = "ахсыс",
	adverbial = "аҕыста",
}
numbers = {
	cardinal = "тоҕус",
	ordinal = "тохсус",
}
numbers = {
	cardinal = "уон",
	ordinal = "онус",
}
numbers = {
	cardinal = "уон биир",
}
numbers = {
	cardinal = "уон икки",
}
numbers = {
	cardinal = "уон үс",
}
numbers = {
	cardinal = "уон түөрт",
}
numbers = {
	cardinal = "уон биэс",
}
numbers = {
	cardinal = "уон алта",
}
numbers = {
	cardinal = "уон сэттэ",
}
numbers = {
	cardinal = "уон аҕыс",
}
numbers = {
	cardinal = "уон тоҕус",
}
numbers = {
	cardinal = "сүүрбэ",
	ordinal = "сүүрбэһис",
}
numbers = {
	cardinal = "сүүрбэ биир",
}
numbers = {
	cardinal = "отут",
}
numbers = {
	cardinal = "түөрт уон",
}
numbers = {
	cardinal = "биэс уон",
}
numbers = {
	cardinal = "алта уон",
}
numbers = {
	cardinal = "сэттэ уон",
}
numbers = {
	cardinal = "аҕыс уон",
}
numbers = {
	cardinal = "тоҕус уон",
}
numbers = {
	cardinal = "сүүс",
}
numbers = {
	cardinal = { "түмэн", "тыһыынча" },
}

return export