Pergi ke kandungan

Modul:number list/data/dtp

Daripada Wikikamus

This module contains data on various types of numbers in Kadazandusun.

Number Kardinal Ordinal Pengganda
0 aiso kaaiso
1 iso koiso
2 duo koduo
3 tolu kotolu
4 apat kaapat
5 limo kolimo
6 onom koonom
7 turu koturu
8 walu kowalu
9 siam kosiam
10 hopod kohopod
11 hopod om iso kohopod om iso
12 hopod om duo kohopod om duo
13 hopod om tolu kohopod om tolu
14 hopod om apat kohopod om apat
15 hopod om limo kohopod om limo
16 hopod om onom kohopod om onom
17 hopod om turu kohopod om turu
18 hopod om walu kohopod om walu
19 hopod om siam kohopod om siam
20 duo nohopod koduo nohopod
21 duo nohopod om iso koduo nohopod om iso
22 duo nohopod om duo koduo nohopod om duo
23 duo nohopod om tolu koduo nohopod om tolu
24 duo nohopod om apat koduo nohopod om apat
25 twenty-five twenty-fifth
26 twenty-six twenty-sixth
27 twenty-seven twenty-seventh
28 twenty-eight twenty-eighth
29 twenty-nine twenty-ninth
30 tolu nohopod kotolu nohopod
31 tolu nohopod om iso kotolu nohopod om iso
32 tolu nohopod om duo kotolu nohopod om duo
33 thirty-three thirty-third
34 thirty-four thirty-fourth
35 thirty-five thirty-fifth
36 thirty-six thirty-sixth
37 thirty-seven thirty-seventh
38 thirty-eight thirty-eighth
39 thirty-nine thirty-ninth
40 apat nohopod kaapat nohopod
41 apat nohopod om iso kaapat nohopod om iso
42 apat nohopod om duo kaapat nohopod om duo
43 forty-three forty-third
44 forty-four forty-fourth
45 forty-five forty-fifth
46 apat nohopod om onom kaapat nohopod om onom
47 forty-seven forty-seventh
48 forty-eight forty-eighth
49 forty-nine forty-ninth
50 limo nohopod kolimo nohopod
51 limo nohopod om iso kolimo nohopod om iso
52 fifty-two fifty-second
53 fifty-three fifty-third
54 fifty-four fifty-fourth
55 fifty-five fifty-fifth
56 fifty-six fifty-sixth
57 fifty-seven fifty-seventh
58 fifty-eight fifty-eighth
59 fifty-nine fifty-ninth
60 sixty sixtieth sixtyfold
61 sixty-one sixty-first
62 sixty-two sixty-second
63 sixty-three sixty-third
64 sixty-four sixty-fourth
65 sixty-five sixty-fifth
66 sixty-six sixty-sixth
67 sixty-seven sixty-seventh
68 sixty-eight sixty-eighth
69 sixty-nine sixty-ninth
70 seventy seventieth seventyfold
71 seventy-one seventy-first
72 seventy-two seventy-second
73 seventy-three seventy-third
74 seventy-four seventy-fourth
75 seventy-five seventy-fifth
76 seventy-six seventy-sixth
77 seventy-seven seventy-seventh
78 seventy-eight seventy-eighth
79 seventy-nine seventy-ninth
80 walu nohopod kowalu nohopod
81 walu nohopod om iso kowalu nohopod om iso
82 eighty-two eighty-second
83 eighty-three eighty-third
84 eighty-four eighty-fourth
85 eighty-five eighty-fifth
86 eighty-six eighty-sixth
87 eighty-seven eighty-seventh
88 eighty-eight eighty-eighth
89 eighty-nine eighty-ninth
90 siam nohopod kosiam nohopod
91 siam nohopod om iso kosiam nohopod om iso
92 ninety-two ninety-second
93 ninety-three ninety-third
94 ninety-four ninety-fourth
95 ninety-five ninety-fifth
96 ninety-six ninety-sixth
97 ninety-seven ninety-seventh
98 ninety-eight ninety-eighth
99 ninety-nine ninety-ninth
100 hatus kahatus
101 one hundred and one, one hundred one one hundred and first, one hundred first
200 duo nahatus koduo nahatus
300 tolu nahatus kotolu nahatus
400 apat nahatus kaapat nahatus
500 limo nahatus kolimo nahatus
600 onom nahatus koonom nahatus
700 turu nahatus turu nahatus
800 walu nahatus walu nahatus
900 siam nahatus siam nahatus
1,000 soribu kosoribu
1,000,000 (106) soriong kosoriong
1,000,000,000 (109) billion, milliard billionth, milliardth billionfold
local export = {numbers = {}}

local numbers = export.numbers

numbers[0] = {
	cardinal = "aiso",
	ordinal = "kaaiso",
}

numbers[1] = {
	cardinal = "iso",
	ordinal = "koiso",
}

numbers[2] = {
	cardinal = "duo",
	ordinal = "koduo",
}

numbers[3] = {
	cardinal = "tolu",
	ordinal = "kotolu",
}

numbers[4] = {
	cardinal = "apat",
	ordinal = "kaapat",
}

numbers[5] = {
	cardinal = "limo",
	ordinal = "kolimo",
}

numbers[6] = {
	cardinal = "onom",
	ordinal = "koonom",
}

numbers[7] = {
	cardinal = "turu",
	ordinal = "koturu",
}

numbers[8] = {
	cardinal = "walu",
	ordinal = "kowalu",
}

numbers[9] = {
	cardinal = "siam",
	ordinal = "kosiam",
}

numbers[10] = {
	cardinal = "hopod",
	ordinal = "kohopod",
}

numbers[11] = {
	cardinal = "hopod om iso",
	ordinal = "kohopod om iso",
}

numbers[12] = {
	cardinal = "hopod om duo",
	ordinal = "kohopod om duo",
}

numbers[13] = {
	cardinal = "hopod om tolu",
	ordinal = "kohopod om tolu",
}

numbers[14] = {
	cardinal = "hopod om apat",
	ordinal = "kohopod om apat",
}

numbers[15] = {
	cardinal = "hopod om limo",
	ordinal = "kohopod om limo",
}

numbers[16] = {
	cardinal = "hopod om onom",
	ordinal = "kohopod om onom",
}

numbers[17] = {
	cardinal = "hopod om turu",
	ordinal = "kohopod om turu",
}

numbers[18] = {
	cardinal = "hopod om walu",
	ordinal = "kohopod om walu",
}

numbers[19] = {
	cardinal = "hopod om siam",
	ordinal = "kohopod om siam",
}

numbers[20] = {
	cardinal = "duo nohopod",
	ordinal = "koduo nohopod",
}

numbers[21] = {
	cardinal = "duo nohopod om iso",
	ordinal = "koduo nohopod om iso",
}

numbers[22] = {
	cardinal = "duo nohopod om duo",
	ordinal = "koduo nohopod om duo",
}

numbers[23] = {
	cardinal = "duo nohopod om tolu",
	ordinal = "koduo nohopod om tolu",
}

numbers[24] = {
	cardinal = "duo nohopod om apat",
	ordinal = "koduo nohopod om apat",
}

numbers[25] = {
	cardinal = "twenty-five",
	ordinal = "twenty-fifth",
}

numbers[26] = {
	cardinal = "twenty-six",
	ordinal = "twenty-sixth",
}

numbers[27] = {
	cardinal = "twenty-seven",
	ordinal = "twenty-seventh",
}

numbers[28] = {
	cardinal = "twenty-eight",
	ordinal = "twenty-eighth",
}

numbers[29] = {
	cardinal = "twenty-nine",
	ordinal = "twenty-ninth",
}


numbers[30] = {
	cardinal = "tolu nohopod",
	ordinal = "kotolu nohopod",
}

numbers[31] = {
	cardinal = "tolu nohopod om iso",
	ordinal = "kotolu nohopod om iso",
}

numbers[32] = {
	cardinal = "tolu nohopod om duo",
	ordinal = "kotolu nohopod om duo",
}

numbers[33] = {
	cardinal = "thirty-three",
	ordinal = "thirty-third",
}

numbers[34] = {
	cardinal = "thirty-four",
	ordinal = "thirty-fourth",
}

numbers[35] = {
	cardinal = "thirty-five",
	ordinal = "thirty-fifth",
}

numbers[36] = {
	cardinal = "thirty-six",
	ordinal = "thirty-sixth",
}

numbers[37] = {
	cardinal = "thirty-seven",
	ordinal = "thirty-seventh",
}

numbers[38] = {
	cardinal = "thirty-eight",
	ordinal = "thirty-eighth",
}

numbers[39] = {
	cardinal = "thirty-nine",
	ordinal = "thirty-ninth",
}

numbers[40] = {
	cardinal = "apat nohopod",
	ordinal = "kaapat nohopod",
}

numbers[41] = {
	cardinal = "apat nohopod om iso",
	ordinal = "kaapat nohopod om iso",
}

numbers[42] = {
	cardinal = "apat nohopod om duo",
	ordinal = "kaapat nohopod om duo",
}

numbers[43] = {
	cardinal = "forty-three",
	ordinal = "forty-third",
}

numbers[44] = {
	cardinal = "forty-four",
	ordinal = "forty-fourth",
}

numbers[45] = {
	cardinal = "forty-five",
	ordinal = "forty-fifth",
}

numbers[46] = {
	cardinal = "apat nohopod om onom",
	ordinal = "kaapat nohopod om onom",
}

numbers[47] = {
	cardinal = "forty-seven",
	ordinal = "forty-seventh",
}

numbers[48] = {
	cardinal = "forty-eight",
	ordinal = "forty-eighth",
}

numbers[49] = {
	cardinal = "forty-nine",
	ordinal = "forty-ninth",
}

numbers[50] = {
	cardinal = "limo nohopod",
	ordinal = "kolimo nohopod",
}

numbers[51] = {
	cardinal = "limo nohopod om iso",
	ordinal = "kolimo nohopod om iso",
}

numbers[52] = {
	cardinal = "fifty-two",
	ordinal = "fifty-second",
}

numbers[53] = {
	cardinal = "fifty-three",
	ordinal = "fifty-third",
}

numbers[54] = {
	cardinal = "fifty-four",
	ordinal = "fifty-fourth",
}

numbers[55] = {
	cardinal = "fifty-five",
	ordinal = "fifty-fifth",
}

numbers[56] = {
	cardinal = "fifty-six",
	ordinal = "fifty-sixth",
}

numbers[57] = {
	cardinal = "fifty-seven",
	ordinal = "fifty-seventh",
}

numbers[58] = {
	cardinal = "fifty-eight",
	ordinal = "fifty-eighth",
}

numbers[59] = {
	cardinal = "fifty-nine",
	ordinal = "fifty-ninth",
}

numbers[60] = {
	cardinal = "sixty",
	ordinal = "sixtieth",
	multiplier = "sixtyfold",
}

numbers[61] = {
	cardinal = "sixty-one",
	ordinal = "sixty-first",
}

numbers[62] = {
	cardinal = "sixty-two",
	ordinal = "sixty-second",
}

numbers[63] = {
	cardinal = "sixty-three",
	ordinal = "sixty-third",
}

numbers[64] = {
	cardinal = "sixty-four",
	ordinal = "sixty-fourth",
}

numbers[65] = {
	cardinal = "sixty-five",
	ordinal = "sixty-fifth",
}

numbers[66] = {
	cardinal = "sixty-six",
	ordinal = "sixty-sixth",
}

numbers[67] = {
	cardinal = "sixty-seven",
	ordinal = "sixty-seventh",
}

numbers[68] = {
	cardinal = "sixty-eight",
	ordinal = "sixty-eighth",
}

numbers[69] = {
	cardinal = "sixty-nine",
	ordinal = "sixty-ninth",
}

numbers[70] = {
	cardinal = "seventy",
	ordinal = "seventieth",
	multiplier = "seventyfold",
}

numbers[71] = {
	cardinal = "seventy-one",
	ordinal = "seventy-first",
}

numbers[72] = {
	cardinal = "seventy-two",
	ordinal = "seventy-second",
}

numbers[73] = {
	cardinal = "seventy-three",
	ordinal = "seventy-third",
}

numbers[74] = {
	cardinal = "seventy-four",
	ordinal = "seventy-fourth",
}

numbers[75] = {
	cardinal = "seventy-five",
	ordinal = "seventy-fifth",
}

numbers[76] = {
	cardinal = "seventy-six",
	ordinal = "seventy-sixth",
}

numbers[77] = {
	cardinal = "seventy-seven",
	ordinal = "seventy-seventh",
}

numbers[78] = {
	cardinal = "seventy-eight",
	ordinal = "seventy-eighth",
}

numbers[79] = {
	cardinal = "seventy-nine",
	ordinal = "seventy-ninth",
}

numbers[80] = {
	cardinal = "walu nohopod",
	ordinal = "kowalu nohopod",
}

numbers[81] = {
	cardinal = "walu nohopod om iso",
	ordinal = "kowalu nohopod om iso",
}

numbers[82] = {
	cardinal = "eighty-two",
	ordinal = "eighty-second",
}

numbers[83] = {
	cardinal = "eighty-three",
	ordinal = "eighty-third",
}

numbers[84] = {
	cardinal = "eighty-four",
	ordinal = "eighty-fourth",
}

numbers[85] = {
	cardinal = "eighty-five",
	ordinal = "eighty-fifth",
}

numbers[86] = {
	cardinal = "eighty-six",
	ordinal = "eighty-sixth",
}

numbers[87] = {
	cardinal = "eighty-seven",
	ordinal = "eighty-seventh",
}

numbers[88] = {
	cardinal = "eighty-eight",
	ordinal = "eighty-eighth",
}

numbers[89] = {
	cardinal = "eighty-nine",
	ordinal = "eighty-ninth",
}

numbers[90] = {
	cardinal = "siam nohopod",
	ordinal = "kosiam nohopod",
}

numbers[91] = {
	cardinal = "siam nohopod om iso",
	ordinal = "kosiam nohopod om iso",
}

numbers[92] = {
	cardinal = "ninety-two",
	ordinal = "ninety-second",
}

numbers[93] = {
	cardinal = "ninety-three",
	ordinal = "ninety-third",
}

numbers[94] = {
	cardinal = "ninety-four",
	ordinal = "ninety-fourth",
}

numbers[95] = {
	cardinal = "ninety-five",
	ordinal = "ninety-fifth",
}

numbers[96] = {
	cardinal = "ninety-six",
	ordinal = "ninety-sixth",
}

numbers[97] = {
	cardinal = "ninety-seven",
	ordinal = "ninety-seventh",
}

numbers[98] = {
	cardinal = "ninety-eight",
	ordinal = "ninety-eighth",
}

numbers[99] = {
	cardinal = "ninety-nine",
	ordinal = "ninety-ninth",
}

numbers[100] = {
	cardinal = "hatus",
	ordinal = "kahatus",
}

numbers[101] = {
	cardinal = {"one hundred and one", "one hundred one"},
	ordinal = {"one hundred and first", "one hundred first"},
}
numbers[200] = {
	cardinal = "duo nahatus",
	ordinal = "koduo nahatus",
}

numbers[300] = {
	cardinal = "tolu nahatus",
	ordinal = "kotolu nahatus",
}

numbers[400] = {
	cardinal = "apat nahatus",
	ordinal = "kaapat nahatus",
}

numbers[500] = {
	cardinal = "limo nahatus",
	ordinal = "kolimo nahatus",
}

numbers[600] = {
	cardinal = "onom nahatus",
	ordinal = "koonom nahatus",
}

numbers[700] = {
	cardinal = "turu nahatus",
	ordinal = "turu nahatus",
}

numbers[800] = {
	cardinal = "walu nahatus",
	ordinal = "walu nahatus",
}

numbers[900] = {
	cardinal = "siam nahatus",
	ordinal = "siam nahatus",
}

numbers[1000] = {
	cardinal = "soribu",
	ordinal = "kosoribu",
}

numbers[1000000] = {
	cardinal = "soriong",
	ordinal = "kosoriong",
}

numbers[1000000000] = {
	cardinal = {"billion", "milliard"},
	ordinal = {"billionth", "milliardth"},
	multiplier = "billionfold",
}

return export