Module:number list/data/cacr
Jump to navigation
Jump to search
- 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 Cabot Creole.
(edit)
| Number | Cardinal |
|---|---|
| 0 | si:rò: |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 100 | hųrèt |
| 1,000 | thawsų̀n |
| 1,000,000 (106) | mįyų̀n |
local export = {numbers = {}}
export.additional_number_types = {
{key = "formal", after = "cardinal"},
}
local numbers = export.numbers
numbers[0] = {
cardinal = "si:rò:",
}
local numbers = export.numbers
numbers[1] = {
human = "lu:tsì:k",
honhuman = "mų́n",
}
numbers[2] = {
human = "tekhì:",
honhuman = "thó:",
}
numbers[3] = {
human = "a:są̀",
honhuman = "thurí:",
}
numbers[4] = {
human = "ke:rì",
honhuman = "ho:rù",
}
numbers[5] = {
human = "quhìsk",
honhuman = "háy",
}
numbers[6] = {
human = "tshatarę́",
honhuman = "síks",
}
numbers[7] = {
human = "tshatàk",
honhuman = "semų̀n",
}
numbers[8] = {
human = "tekhų́",
honhuman = "é:t",
}
numbers[9] = {
human = "mąthų́",
honhuman = "ną́:y",
}
numbers[10] = {
human = "wa:tshą̀:",
honhuman = "thę́n",
}
numbers[100] = {
cardinal = "hųrèt",
}
numbers[1000] = {
cardinal = "thawsų̀n",
}
numbers[1000000] = {
cardinal = "mįyų̀n",
}
return export