มอดูล:number list/data/kfa
- The following documentation is generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains data on various types of numbers in Kodava.
(edit)
จำนวน | เชิงการนับ |
---|---|
1 | ಒಂದು (โอ็ํทุ) |
2 | ದಂಡು (ทํฑุ) |
3 | ಮೂಂದು (มูํทุ) |
4 | ನಾಲು (นาลุ) |
5 | ಅಂಜಿ (อํชิ) |
6 | ಆರು (อารุ) |
7 | ಆಳು (อาฬุ) |
8 | ಅಟ್ಟು (อฏฺฏุ) |
9 | ಒಇಂಬದು (โอ็อิํพทุ) |
10 | ಪತ್ತು (ปตฺตุ) |
local export = {numbers = {}}
export.numbers[1] = {cardinal = "ಒಂದು"}
export.numbers[2] = {cardinal = "ದಂಡು"}
export.numbers[3] = {cardinal = "ಮೂಂದು"}
export.numbers[4] = {cardinal = "ನಾಲು"}
export.numbers[5] = {cardinal = "ಅಂಜಿ"}
export.numbers[6] = {cardinal = "ಆರು"}
export.numbers[7] = {cardinal = "ಆಳು"}
export.numbers[8] = {cardinal = "ಅಟ್ಟು"}
export.numbers[9] = {cardinal = "ಒಇಂಬದು"}
export.numbers[10] = {cardinal = "ಪತ್ತು"}
return export