Module:number list/data/shn

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

Number Numeral Cardinal
0 သူၼ် (sǔun)
1 ၼိုင်ႈ (nūeng)
2 သွင် (sǎung)
3 သၢမ် (sǎam)
4 သီႇ (sìi)
5 ႁႃႈ (hāa)
6 ႁူၵ်း (húuk)
7 ၸဵတ်း (tsáet)
8 ပႅတ်ႇ (pèt)
9 ၵဝ်ႈ (kāo)
10 ႑႐ သိပ်း (síp)
11 ႑႑ သိပ်းဢဵတ်း (síp ʼáet)
12 ႑႒ သိပ်းသွင် (síp sǎung)
13 ႑႓ သိပ်းသၢမ် (síp sǎam)
14 ႑႔ သိပ်းသီႇ (síp sìi)
15 ႑႕ သိပ်းႁႃႈ (síp hāa)
16 ႑႖ သိပ်းႁူၵ်း (síp húuk)
17 ႑႗ သိပ်းၸဵတ်း (síp tsáet)
18 ႑႘ သိပ်းပႅတ်ႇ (síp pèt)
19 ႑႙ သိပ်းၵဝ်ႈ (síp kāo)
20 ႒႐ သၢဝ်း (sáao)
30 ႓႐ သၢမ်သိပ်း (sǎam síp)
40 ႔႐ သီႇသိပ်း (sìi síp)
50 ႕႐ ႁႃႈသိပ်း (hāa síp)
60 ႖႐ ႁူၵ်းသိပ်း (húuk síp)
70 ႗႐ ၸဵတ်းသိပ်း (tsáet síp)
80 ႘႐ ပႅတ်ႇသိပ်း (pèt síp)
90 ႙႐ ၵဝ်ႈသိပ်း (kāo síp)
100 ႑႐႐ လွႆႉ (lâ̰ui), ပၢၵ်ႇ (pàak)

local export = {numbers = {}}

local numbers = export.numbers

export.numeral_config = {
	zero_codepoint = 0x1090, -- ႐, MYANMAR SHAN DIGIT ZERO
}

numbers = {
	cardinal = "သူၼ်",
}
numbers = {
	cardinal = "ၼိုင်ႈ",
}
numbers = {
	cardinal = "သွင်",
}
numbers = {
	cardinal = "သၢမ်",
}
numbers = {
	cardinal = "သီႇ",
}
numbers = {
	cardinal = "ႁႃႈ",
}
numbers = {
	cardinal = "ႁူၵ်း",
}
numbers = {
	cardinal = "ၸဵတ်း",
}
numbers = {
	cardinal = "ပႅတ်ႇ",
}
numbers = {
	cardinal = "ၵဝ်ႈ",
}
numbers = {
	cardinal = "သိပ်း",
}
numbers = {
	cardinal = "သိပ်းဢဵတ်း",
}
numbers = {
	cardinal = "သိပ်းသွင်",
}
numbers = {
	cardinal = "သိပ်းသၢမ်",
}
numbers = {
	cardinal = "သိပ်းသီႇ",
}
numbers = {
	cardinal = "သိပ်းႁႃႈ",
}
numbers = {
	cardinal = "သိပ်းႁူၵ်း",
}
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