cardinals.d.ts 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. export type PluralCategory = "zero" | "one" | "two" | "few" | "many" | "other";
  2. export const af: (n: number | string) => "one" | "other";
  3. export const ak: (n: number | string) => "one" | "other";
  4. export const am: (n: number | string) => "one" | "other";
  5. export const an: (n: number | string) => "one" | "other";
  6. export const ar: (n: number | string) => "zero" | "one" | "two" | "few" | "many" | "other";
  7. export const ars: (n: number | string) => "zero" | "one" | "two" | "few" | "many" | "other";
  8. export const as: (n: number | string) => "one" | "other";
  9. export const asa: (n: number | string) => "one" | "other";
  10. export const ast: (n: number | string) => "one" | "other";
  11. export const az: (n: number | string) => "one" | "other";
  12. export const bal: (n: number | string) => "one" | "other";
  13. export const be: (n: number | string) => "one" | "few" | "many" | "other";
  14. export const bem: (n: number | string) => "one" | "other";
  15. export const bez: (n: number | string) => "one" | "other";
  16. export const bg: (n: number | string) => "one" | "other";
  17. export const bho: (n: number | string) => "one" | "other";
  18. export const bm: (n: number | string) => "other";
  19. export const bn: (n: number | string) => "one" | "other";
  20. export const bo: (n: number | string) => "other";
  21. export const br: (n: number | string) => "one" | "two" | "few" | "many" | "other";
  22. export const brx: (n: number | string) => "one" | "other";
  23. export const bs: (n: number | string) => "one" | "few" | "other";
  24. export const ca: (n: number | string) => "one" | "many" | "other";
  25. export const ce: (n: number | string) => "one" | "other";
  26. export const ceb: (n: number | string) => "one" | "other";
  27. export const cgg: (n: number | string) => "one" | "other";
  28. export const chr: (n: number | string) => "one" | "other";
  29. export const ckb: (n: number | string) => "one" | "other";
  30. export const cs: (n: number | string) => "one" | "few" | "many" | "other";
  31. export const cy: (n: number | string) => "zero" | "one" | "two" | "few" | "many" | "other";
  32. export const da: (n: number | string) => "one" | "other";
  33. export const de: (n: number | string) => "one" | "other";
  34. export const doi: (n: number | string) => "one" | "other";
  35. export const dsb: (n: number | string) => "one" | "two" | "few" | "other";
  36. export const dv: (n: number | string) => "one" | "other";
  37. export const dz: (n: number | string) => "other";
  38. export const ee: (n: number | string) => "one" | "other";
  39. export const el: (n: number | string) => "one" | "other";
  40. export const en: (n: number | string) => "one" | "other";
  41. export const eo: (n: number | string) => "one" | "other";
  42. export const es: (n: number | string) => "one" | "many" | "other";
  43. export const et: (n: number | string) => "one" | "other";
  44. export const eu: (n: number | string) => "one" | "other";
  45. export const fa: (n: number | string) => "one" | "other";
  46. export const ff: (n: number | string) => "one" | "other";
  47. export const fi: (n: number | string) => "one" | "other";
  48. export const fil: (n: number | string) => "one" | "other";
  49. export const fo: (n: number | string) => "one" | "other";
  50. export const fr: (n: number | string) => "one" | "many" | "other";
  51. export const fur: (n: number | string) => "one" | "other";
  52. export const fy: (n: number | string) => "one" | "other";
  53. export const ga: (n: number | string) => "one" | "two" | "few" | "many" | "other";
  54. export const gd: (n: number | string) => "one" | "two" | "few" | "other";
  55. export const gl: (n: number | string) => "one" | "other";
  56. export const gsw: (n: number | string) => "one" | "other";
  57. export const gu: (n: number | string) => "one" | "other";
  58. export const guw: (n: number | string) => "one" | "other";
  59. export const gv: (n: number | string) => "one" | "two" | "few" | "many" | "other";
  60. export const ha: (n: number | string) => "one" | "other";
  61. export const haw: (n: number | string) => "one" | "other";
  62. export const he: (n: number | string) => "one" | "two" | "other";
  63. export const hi: (n: number | string) => "one" | "other";
  64. export const hnj: (n: number | string) => "other";
  65. export const hr: (n: number | string) => "one" | "few" | "other";
  66. export const hsb: (n: number | string) => "one" | "two" | "few" | "other";
  67. export const hu: (n: number | string) => "one" | "other";
  68. export const hy: (n: number | string) => "one" | "other";
  69. export const ia: (n: number | string) => "one" | "other";
  70. export const id: (n: number | string) => "other";
  71. export const ig: (n: number | string) => "other";
  72. export const ii: (n: number | string) => "other";
  73. export const io: (n: number | string) => "one" | "other";
  74. export const is: (n: number | string) => "one" | "other";
  75. export const it: (n: number | string) => "one" | "many" | "other";
  76. export const iu: (n: number | string) => "one" | "two" | "other";
  77. export const ja: (n: number | string) => "other";
  78. export const jbo: (n: number | string) => "other";
  79. export const jgo: (n: number | string) => "one" | "other";
  80. export const jmc: (n: number | string) => "one" | "other";
  81. export const jv: (n: number | string) => "other";
  82. export const jw: (n: number | string) => "other";
  83. export const ka: (n: number | string) => "one" | "other";
  84. export const kab: (n: number | string) => "one" | "other";
  85. export const kaj: (n: number | string) => "one" | "other";
  86. export const kcg: (n: number | string) => "one" | "other";
  87. export const kde: (n: number | string) => "other";
  88. export const kea: (n: number | string) => "other";
  89. export const kk: (n: number | string) => "one" | "other";
  90. export const kkj: (n: number | string) => "one" | "other";
  91. export const kl: (n: number | string) => "one" | "other";
  92. export const km: (n: number | string) => "other";
  93. export const kn: (n: number | string) => "one" | "other";
  94. export const ko: (n: number | string) => "other";
  95. export const ks: (n: number | string) => "one" | "other";
  96. export const ksb: (n: number | string) => "one" | "other";
  97. export const ksh: (n: number | string) => "zero" | "one" | "other";
  98. export const ku: (n: number | string) => "one" | "other";
  99. export const kw: (n: number | string) => "zero" | "one" | "two" | "few" | "many" | "other";
  100. export const ky: (n: number | string) => "one" | "other";
  101. export const lag: (n: number | string) => "zero" | "one" | "other";
  102. export const lb: (n: number | string) => "one" | "other";
  103. export const lg: (n: number | string) => "one" | "other";
  104. export const lij: (n: number | string) => "one" | "other";
  105. export const lkt: (n: number | string) => "other";
  106. export const ln: (n: number | string) => "one" | "other";
  107. export const lo: (n: number | string) => "other";
  108. export const lt: (n: number | string) => "one" | "few" | "many" | "other";
  109. export const lv: (n: number | string) => "zero" | "one" | "other";
  110. export const mas: (n: number | string) => "one" | "other";
  111. export const mg: (n: number | string) => "one" | "other";
  112. export const mgo: (n: number | string) => "one" | "other";
  113. export const mk: (n: number | string) => "one" | "other";
  114. export const ml: (n: number | string) => "one" | "other";
  115. export const mn: (n: number | string) => "one" | "other";
  116. export const mo: (n: number | string) => "one" | "few" | "other";
  117. export const mr: (n: number | string) => "one" | "other";
  118. export const ms: (n: number | string) => "other";
  119. export const mt: (n: number | string) => "one" | "two" | "few" | "many" | "other";
  120. export const my: (n: number | string) => "other";
  121. export const nah: (n: number | string) => "one" | "other";
  122. export const naq: (n: number | string) => "one" | "two" | "other";
  123. export const nb: (n: number | string) => "one" | "other";
  124. export const nd: (n: number | string) => "one" | "other";
  125. export const ne: (n: number | string) => "one" | "other";
  126. export const nl: (n: number | string) => "one" | "other";
  127. export const nn: (n: number | string) => "one" | "other";
  128. export const nnh: (n: number | string) => "one" | "other";
  129. export const no: (n: number | string) => "one" | "other";
  130. export const nqo: (n: number | string) => "other";
  131. export const nr: (n: number | string) => "one" | "other";
  132. export const nso: (n: number | string) => "one" | "other";
  133. export const ny: (n: number | string) => "one" | "other";
  134. export const nyn: (n: number | string) => "one" | "other";
  135. export const om: (n: number | string) => "one" | "other";
  136. export const or: (n: number | string) => "one" | "other";
  137. export const os: (n: number | string) => "one" | "other";
  138. export const osa: (n: number | string) => "other";
  139. export const pa: (n: number | string) => "one" | "other";
  140. export const pap: (n: number | string) => "one" | "other";
  141. export const pcm: (n: number | string) => "one" | "other";
  142. export const pl: (n: number | string) => "one" | "few" | "many" | "other";
  143. export const prg: (n: number | string) => "zero" | "one" | "other";
  144. export const ps: (n: number | string) => "one" | "other";
  145. export const pt: (n: number | string) => "one" | "many" | "other";
  146. export const pt_PT: (n: number | string) => "one" | "many" | "other";
  147. export const rm: (n: number | string) => "one" | "other";
  148. export const ro: (n: number | string) => "one" | "few" | "other";
  149. export const rof: (n: number | string) => "one" | "other";
  150. export const ru: (n: number | string) => "one" | "few" | "many" | "other";
  151. export const rwk: (n: number | string) => "one" | "other";
  152. export const sah: (n: number | string) => "other";
  153. export const saq: (n: number | string) => "one" | "other";
  154. export const sat: (n: number | string) => "one" | "two" | "other";
  155. export const sc: (n: number | string) => "one" | "other";
  156. export const scn: (n: number | string) => "one" | "other";
  157. export const sd: (n: number | string) => "one" | "other";
  158. export const sdh: (n: number | string) => "one" | "other";
  159. export const se: (n: number | string) => "one" | "two" | "other";
  160. export const seh: (n: number | string) => "one" | "other";
  161. export const ses: (n: number | string) => "other";
  162. export const sg: (n: number | string) => "other";
  163. export const sh: (n: number | string) => "one" | "few" | "other";
  164. export const shi: (n: number | string) => "one" | "few" | "other";
  165. export const si: (n: number | string) => "one" | "other";
  166. export const sk: (n: number | string) => "one" | "few" | "many" | "other";
  167. export const sl: (n: number | string) => "one" | "two" | "few" | "other";
  168. export const sma: (n: number | string) => "one" | "two" | "other";
  169. export const smi: (n: number | string) => "one" | "two" | "other";
  170. export const smj: (n: number | string) => "one" | "two" | "other";
  171. export const smn: (n: number | string) => "one" | "two" | "other";
  172. export const sms: (n: number | string) => "one" | "two" | "other";
  173. export const sn: (n: number | string) => "one" | "other";
  174. export const so: (n: number | string) => "one" | "other";
  175. export const sq: (n: number | string) => "one" | "other";
  176. export const sr: (n: number | string) => "one" | "few" | "other";
  177. export const ss: (n: number | string) => "one" | "other";
  178. export const ssy: (n: number | string) => "one" | "other";
  179. export const st: (n: number | string) => "one" | "other";
  180. export const su: (n: number | string) => "other";
  181. export const sv: (n: number | string) => "one" | "other";
  182. export const sw: (n: number | string) => "one" | "other";
  183. export const syr: (n: number | string) => "one" | "other";
  184. export const ta: (n: number | string) => "one" | "other";
  185. export const te: (n: number | string) => "one" | "other";
  186. export const teo: (n: number | string) => "one" | "other";
  187. export const th: (n: number | string) => "other";
  188. export const ti: (n: number | string) => "one" | "other";
  189. export const tig: (n: number | string) => "one" | "other";
  190. export const tk: (n: number | string) => "one" | "other";
  191. export const tl: (n: number | string) => "one" | "other";
  192. export const tn: (n: number | string) => "one" | "other";
  193. export const to: (n: number | string) => "other";
  194. export const tpi: (n: number | string) => "other";
  195. export const tr: (n: number | string) => "one" | "other";
  196. export const ts: (n: number | string) => "one" | "other";
  197. export const tzm: (n: number | string) => "one" | "other";
  198. export const ug: (n: number | string) => "one" | "other";
  199. export const uk: (n: number | string) => "one" | "few" | "many" | "other";
  200. export const und: (n: number | string) => "other";
  201. export const ur: (n: number | string) => "one" | "other";
  202. export const uz: (n: number | string) => "one" | "other";
  203. export const ve: (n: number | string) => "one" | "other";
  204. export const vec: (n: number | string) => "one" | "many" | "other";
  205. export const vi: (n: number | string) => "other";
  206. export const vo: (n: number | string) => "one" | "other";
  207. export const vun: (n: number | string) => "one" | "other";
  208. export const wa: (n: number | string) => "one" | "other";
  209. export const wae: (n: number | string) => "one" | "other";
  210. export const wo: (n: number | string) => "other";
  211. export const xh: (n: number | string) => "one" | "other";
  212. export const xog: (n: number | string) => "one" | "other";
  213. export const yi: (n: number | string) => "one" | "other";
  214. export const yo: (n: number | string) => "other";
  215. export const yue: (n: number | string) => "other";
  216. export const zh: (n: number | string) => "other";
  217. export const zu: (n: number | string) => "one" | "other";