Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/ml.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ml.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ml{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u200C\u200D]"} |
michael@0 | 14 | Ellipsis{ |
michael@0 | 15 | final{"{0}…"} |
michael@0 | 16 | initial{"…{0}"} |
michael@0 | 17 | medial{"{0}…{1}"} |
michael@0 | 18 | word-final{"{0} …"} |
michael@0 | 19 | word-initial{"… {0}"} |
michael@0 | 20 | word-medial{"{0} … {1}"} |
michael@0 | 21 | } |
michael@0 | 22 | ExemplarCharacters{ |
michael@0 | 23 | "[\u200C\u200D ഃ അ ആ ഇ ഈ ഉ ഊ ഋ ൠ ഌ ൡ എ ഏ ഐ ഒ ഓ ഔ ക ൿ ഖ ഗ ഘ ങ ച ഛ ജ ഝ ഞ ട ഠ ഡ " |
michael@0 | 24 | "ഢ ണ ൺ ത ഥ ദ ധ ന ൻ പ ഫ ബ ഭ മ ം യ ര ർ ല ൽ വ ശ ഷ സ ഹ ള ൾ ഴ റ ാ ി ീ \u0D41 " |
michael@0 | 25 | "\u0D42 \u0D43 െ േ ൈ ൊ ോ ൗ ൌ \u0D4D]" |
michael@0 | 26 | } |
michael@0 | 27 | ExemplarCharactersIndex{ |
michael@0 | 28 | "[അ ആ ഇ ഈ ഉ ഊ ഋ എ ഏ ഐ ഒ ഓ ഔ ക ഖ ഗ ഘ ങ ച ഛ ജ ഝ ഞ ട ഠ ഡ ഢ ണ ത ഥ ദ ധ ന പ ഫ ബ ഭ മ" |
michael@0 | 29 | " യ ര ല വ ശ ഷ സ ഹ ള ഴ റ]" |
michael@0 | 30 | } |
michael@0 | 31 | LocaleScript{ |
michael@0 | 32 | "Mlym", |
michael@0 | 33 | } |
michael@0 | 34 | MoreInformation{"?"} |
michael@0 | 35 | NumberElements{ |
michael@0 | 36 | default{"latn"} |
michael@0 | 37 | latn{ |
michael@0 | 38 | miscPatterns{ |
michael@0 | 39 | atLeast{"{0}+"} |
michael@0 | 40 | range{"{0}-{1}"} |
michael@0 | 41 | } |
michael@0 | 42 | patterns{ |
michael@0 | 43 | currencyFormat{"#,##,##0.00¤"} |
michael@0 | 44 | decimalFormat{"#,##,##0.###"} |
michael@0 | 45 | percentFormat{"#,##,##0%"} |
michael@0 | 46 | scientificFormat{"#E0"} |
michael@0 | 47 | } |
michael@0 | 48 | patternsLong{ |
michael@0 | 49 | decimalFormat{ |
michael@0 | 50 | 1000{ |
michael@0 | 51 | one{"0 ആയിരം"} |
michael@0 | 52 | other{"0 ആയിരം"} |
michael@0 | 53 | } |
michael@0 | 54 | 10000{ |
michael@0 | 55 | one{"00 ആയിരം"} |
michael@0 | 56 | other{"00 ആയിരം"} |
michael@0 | 57 | } |
michael@0 | 58 | 100000{ |
michael@0 | 59 | one{"000 ആയിരം"} |
michael@0 | 60 | other{"000 ആയിരം"} |
michael@0 | 61 | } |
michael@0 | 62 | 1000000{ |
michael@0 | 63 | one{"0 ദശലക്ഷം"} |
michael@0 | 64 | other{"0 ദശലക്ഷം"} |
michael@0 | 65 | } |
michael@0 | 66 | 10000000{ |
michael@0 | 67 | one{"00 ദശലക്ഷം"} |
michael@0 | 68 | other{"00 ദശലക്ഷം"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000{ |
michael@0 | 71 | one{"000 ദശലക്ഷം"} |
michael@0 | 72 | other{"000 ദശലക്ഷം"} |
michael@0 | 73 | } |
michael@0 | 74 | 1000000000{ |
michael@0 | 75 | one{"0 ലക്ഷം കോടി"} |
michael@0 | 76 | other{"0 ലക്ഷം കോടി"} |
michael@0 | 77 | } |
michael@0 | 78 | 10000000000{ |
michael@0 | 79 | one{"00 ലക്ഷം കോടി"} |
michael@0 | 80 | other{"00 ലക്ഷം കോടി"} |
michael@0 | 81 | } |
michael@0 | 82 | 100000000000{ |
michael@0 | 83 | one{"000 ലക്ഷം കോടി"} |
michael@0 | 84 | other{"000 ലക്ഷം കോടി"} |
michael@0 | 85 | } |
michael@0 | 86 | 1000000000000{ |
michael@0 | 87 | one{"0 ട്രില്യൺ"} |
michael@0 | 88 | other{"0 ട്രില്യൺ"} |
michael@0 | 89 | } |
michael@0 | 90 | 10000000000000{ |
michael@0 | 91 | one{"00 ട്രില്യൺ"} |
michael@0 | 92 | other{"00 ട്രില്യൺ"} |
michael@0 | 93 | } |
michael@0 | 94 | 100000000000000{ |
michael@0 | 95 | one{"000 ട്രില്യൺ"} |
michael@0 | 96 | other{"000 ട്രില്യൺ"} |
michael@0 | 97 | } |
michael@0 | 98 | } |
michael@0 | 99 | } |
michael@0 | 100 | patternsShort{ |
michael@0 | 101 | decimalFormat{ |
michael@0 | 102 | 1000{ |
michael@0 | 103 | one{"0K"} |
michael@0 | 104 | other{"0K"} |
michael@0 | 105 | } |
michael@0 | 106 | 10000{ |
michael@0 | 107 | one{"00K"} |
michael@0 | 108 | other{"00K"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000{ |
michael@0 | 111 | one{"000K"} |
michael@0 | 112 | other{"000K"} |
michael@0 | 113 | } |
michael@0 | 114 | 1000000{ |
michael@0 | 115 | one{"0M"} |
michael@0 | 116 | other{"0M"} |
michael@0 | 117 | } |
michael@0 | 118 | 10000000{ |
michael@0 | 119 | one{"00M"} |
michael@0 | 120 | other{"00M"} |
michael@0 | 121 | } |
michael@0 | 122 | 100000000{ |
michael@0 | 123 | one{"000M"} |
michael@0 | 124 | other{"000M"} |
michael@0 | 125 | } |
michael@0 | 126 | 1000000000{ |
michael@0 | 127 | one{"0B"} |
michael@0 | 128 | other{"0B"} |
michael@0 | 129 | } |
michael@0 | 130 | 10000000000{ |
michael@0 | 131 | one{"00B"} |
michael@0 | 132 | other{"00B"} |
michael@0 | 133 | } |
michael@0 | 134 | 100000000000{ |
michael@0 | 135 | one{"000B"} |
michael@0 | 136 | other{"000B"} |
michael@0 | 137 | } |
michael@0 | 138 | 1000000000000{ |
michael@0 | 139 | one{"0T"} |
michael@0 | 140 | other{"0T"} |
michael@0 | 141 | } |
michael@0 | 142 | 10000000000000{ |
michael@0 | 143 | one{"00T"} |
michael@0 | 144 | other{"00T"} |
michael@0 | 145 | } |
michael@0 | 146 | 100000000000000{ |
michael@0 | 147 | one{"000T"} |
michael@0 | 148 | other{"000T"} |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | } |
michael@0 | 152 | symbols{ |
michael@0 | 153 | decimal{"."} |
michael@0 | 154 | exponential{"E"} |
michael@0 | 155 | group{","} |
michael@0 | 156 | infinity{"∞"} |
michael@0 | 157 | list{";"} |
michael@0 | 158 | minusSign{"-"} |
michael@0 | 159 | nan{"NaN"} |
michael@0 | 160 | perMille{"‰"} |
michael@0 | 161 | percentSign{"%"} |
michael@0 | 162 | plusSign{"+"} |
michael@0 | 163 | superscriptingExponent{"×"} |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | mlym{ |
michael@0 | 167 | symbols{ |
michael@0 | 168 | decimal{"."} |
michael@0 | 169 | exponential{"E"} |
michael@0 | 170 | group{","} |
michael@0 | 171 | infinity{"∞"} |
michael@0 | 172 | list{";"} |
michael@0 | 173 | minusSign{"-"} |
michael@0 | 174 | nan{"സംഖ്യയല്ല"} |
michael@0 | 175 | perMille{"‰"} |
michael@0 | 176 | percentSign{"%"} |
michael@0 | 177 | plusSign{"+"} |
michael@0 | 178 | } |
michael@0 | 179 | } |
michael@0 | 180 | native{"mlym"} |
michael@0 | 181 | } |
michael@0 | 182 | Version{"2.0.92.87"} |
michael@0 | 183 | calendar{ |
michael@0 | 184 | generic{ |
michael@0 | 185 | DateTimePatterns{ |
michael@0 | 186 | "h:mm:ss a zzzz", |
michael@0 | 187 | "h:mm:ss a z", |
michael@0 | 188 | "h:mm:ss a", |
michael@0 | 189 | "h:mm a", |
michael@0 | 190 | "G y, MMMM d, EEEE", |
michael@0 | 191 | "G y, MMMM d", |
michael@0 | 192 | "G y, MMM d", |
michael@0 | 193 | "dd/MM/y GGGGG", |
michael@0 | 194 | "{1} {0}", |
michael@0 | 195 | "{1} {0}", |
michael@0 | 196 | "{1} {0}", |
michael@0 | 197 | "{1} {0}", |
michael@0 | 198 | "{1} {0}", |
michael@0 | 199 | } |
michael@0 | 200 | availableFormats{ |
michael@0 | 201 | Ed{"d E"} |
michael@0 | 202 | Gy{"G y"} |
michael@0 | 203 | GyMMM{"G y MMM"} |
michael@0 | 204 | GyMMMEd{"G y MMM d, E"} |
michael@0 | 205 | GyMMMd{"G y MMM d"} |
michael@0 | 206 | H{"HH"} |
michael@0 | 207 | Hm{"HH:mm"} |
michael@0 | 208 | Hms{"HH:mm:ss"} |
michael@0 | 209 | M{"L"} |
michael@0 | 210 | MEd{"M/d, E"} |
michael@0 | 211 | MMM{"LLL"} |
michael@0 | 212 | MMMEd{"MMM d, E"} |
michael@0 | 213 | MMMMEd{"MMMM d, E"} |
michael@0 | 214 | MMMMd{"MMMM d"} |
michael@0 | 215 | MMMd{"MMM d"} |
michael@0 | 216 | MMdd{"dd-MM"} |
michael@0 | 217 | Md{"d/M"} |
michael@0 | 218 | d{"d"} |
michael@0 | 219 | h{"h a"} |
michael@0 | 220 | hm{"h:mm a"} |
michael@0 | 221 | hms{"h:mm:ss a"} |
michael@0 | 222 | ms{"mm:ss"} |
michael@0 | 223 | y{"G y"} |
michael@0 | 224 | yyyy{"G y"} |
michael@0 | 225 | yyyyM{"M-y G"} |
michael@0 | 226 | yyyyMEd{"d-M-y G, E"} |
michael@0 | 227 | yyyyMM{"MM-y G"} |
michael@0 | 228 | yyyyMMM{"G y MMM"} |
michael@0 | 229 | yyyyMMMEd{"G y MMM d, E"} |
michael@0 | 230 | yyyyMMMM{"G y MMMM"} |
michael@0 | 231 | yyyyMMMd{"G y MMM d"} |
michael@0 | 232 | yyyyMd{"d/M/y G"} |
michael@0 | 233 | yyyyQQQ{"G y QQQ"} |
michael@0 | 234 | yyyyQQQQ{"G y QQQQ"} |
michael@0 | 235 | } |
michael@0 | 236 | intervalFormats{ |
michael@0 | 237 | H{ |
michael@0 | 238 | H{"HH–HH"} |
michael@0 | 239 | } |
michael@0 | 240 | Hm{ |
michael@0 | 241 | H{"HH:mm–HH:mm"} |
michael@0 | 242 | m{"HH:mm–HH:mm"} |
michael@0 | 243 | } |
michael@0 | 244 | Hmv{ |
michael@0 | 245 | H{"HH:mm–HH:mm v"} |
michael@0 | 246 | m{"HH:mm–HH:mm v"} |
michael@0 | 247 | } |
michael@0 | 248 | Hv{ |
michael@0 | 249 | H{"HH–HH v"} |
michael@0 | 250 | } |
michael@0 | 251 | M{ |
michael@0 | 252 | M{"M-M"} |
michael@0 | 253 | } |
michael@0 | 254 | MEd{ |
michael@0 | 255 | M{"d/M, E - d/M, E"} |
michael@0 | 256 | d{"d/M, E - d/M, E"} |
michael@0 | 257 | } |
michael@0 | 258 | MMM{ |
michael@0 | 259 | M{"MMM-MMM"} |
michael@0 | 260 | } |
michael@0 | 261 | MMMEd{ |
michael@0 | 262 | M{"MMM d, E - MMM d, E"} |
michael@0 | 263 | d{"MMM d, E - MMM d, E"} |
michael@0 | 264 | } |
michael@0 | 265 | MMMM{ |
michael@0 | 266 | M{"LLLL-LLLL"} |
michael@0 | 267 | } |
michael@0 | 268 | MMMd{ |
michael@0 | 269 | M{"MMM d - MMM d"} |
michael@0 | 270 | d{"MMM d-d"} |
michael@0 | 271 | } |
michael@0 | 272 | Md{ |
michael@0 | 273 | M{"d/M - d/M"} |
michael@0 | 274 | d{"d/M - d/M"} |
michael@0 | 275 | } |
michael@0 | 276 | d{ |
michael@0 | 277 | d{"d-d"} |
michael@0 | 278 | } |
michael@0 | 279 | fallback{"{0} - {1}"} |
michael@0 | 280 | h{ |
michael@0 | 281 | a{"h a – h a"} |
michael@0 | 282 | h{"h–h a"} |
michael@0 | 283 | } |
michael@0 | 284 | hm{ |
michael@0 | 285 | a{"h:mm a – h:mm a"} |
michael@0 | 286 | h{"h:mm–h:mm a"} |
michael@0 | 287 | m{"h:mm–h:mm a"} |
michael@0 | 288 | } |
michael@0 | 289 | hmv{ |
michael@0 | 290 | a{"h:mm a – h:mm a v"} |
michael@0 | 291 | h{"h:mm–h:mm a v"} |
michael@0 | 292 | m{"h:mm–h:mm a v"} |
michael@0 | 293 | } |
michael@0 | 294 | hv{ |
michael@0 | 295 | a{"h a – h a v"} |
michael@0 | 296 | h{"h–h a v"} |
michael@0 | 297 | } |
michael@0 | 298 | y{ |
michael@0 | 299 | y{"G y-y"} |
michael@0 | 300 | } |
michael@0 | 301 | yM{ |
michael@0 | 302 | M{"M/y – M/y G"} |
michael@0 | 303 | y{"M/y – M/y G"} |
michael@0 | 304 | } |
michael@0 | 305 | yMEd{ |
michael@0 | 306 | M{"d/M/y, E - d/M/y, E"} |
michael@0 | 307 | d{"d/M/y, E - d/M/y, E"} |
michael@0 | 308 | y{"d/M/y, E - d/M/y, E"} |
michael@0 | 309 | } |
michael@0 | 310 | yMMM{ |
michael@0 | 311 | M{"G y MMM-MMM"} |
michael@0 | 312 | y{"G y MMM - y MMM"} |
michael@0 | 313 | } |
michael@0 | 314 | yMMMEd{ |
michael@0 | 315 | M{"G y MMM d, E - MMM d, E"} |
michael@0 | 316 | d{"G y, MMM d, E - d, E"} |
michael@0 | 317 | y{"G y MMM d, E - y MMM d, E"} |
michael@0 | 318 | } |
michael@0 | 319 | yMMMM{ |
michael@0 | 320 | M{"G y MMMM-MMMM"} |
michael@0 | 321 | y{"G y MMMM - y MMMM"} |
michael@0 | 322 | } |
michael@0 | 323 | yMMMd{ |
michael@0 | 324 | M{"G y MMM d - MMM d"} |
michael@0 | 325 | d{"G y MMM d-d"} |
michael@0 | 326 | y{"G y MMM d - y MMM d"} |
michael@0 | 327 | } |
michael@0 | 328 | yMd{ |
michael@0 | 329 | M{"d/M/y – d/M/y G"} |
michael@0 | 330 | d{"d/M/y – d/M/y G"} |
michael@0 | 331 | y{"d/M/y – d/M/y G"} |
michael@0 | 332 | } |
michael@0 | 333 | } |
michael@0 | 334 | } |
michael@0 | 335 | gregorian{ |
michael@0 | 336 | AmPmMarkers{ |
michael@0 | 337 | "AM", |
michael@0 | 338 | "PM", |
michael@0 | 339 | } |
michael@0 | 340 | AmPmMarkersNarrow{ |
michael@0 | 341 | "AM", |
michael@0 | 342 | "PM", |
michael@0 | 343 | } |
michael@0 | 344 | DateTimePatterns{ |
michael@0 | 345 | "h:mm:ss a zzzz", |
michael@0 | 346 | "h:mm:ss a z", |
michael@0 | 347 | "h:mm:ss a", |
michael@0 | 348 | "h:mm a", |
michael@0 | 349 | "y, MMMM d, EEEE", |
michael@0 | 350 | "y, MMMM d", |
michael@0 | 351 | "y, MMM d", |
michael@0 | 352 | "dd/MM/yy", |
michael@0 | 353 | "{1} {0}", |
michael@0 | 354 | "{1} {0}", |
michael@0 | 355 | "{1} {0}", |
michael@0 | 356 | "{1} {0}", |
michael@0 | 357 | "{1} {0}", |
michael@0 | 358 | } |
michael@0 | 359 | appendItems{ |
michael@0 | 360 | Timezone{"{0} {1}"} |
michael@0 | 361 | } |
michael@0 | 362 | availableFormats{ |
michael@0 | 363 | EHm{"E HH:mm"} |
michael@0 | 364 | EHms{"E HH:mm:ss"} |
michael@0 | 365 | Ed{"d E"} |
michael@0 | 366 | Ehm{"E h:mm a"} |
michael@0 | 367 | Ehms{"E h:mm:ss a"} |
michael@0 | 368 | Gy{"G y"} |
michael@0 | 369 | GyMMM{"G y MMM"} |
michael@0 | 370 | GyMMMEd{"G y MMM d, E"} |
michael@0 | 371 | GyMMMd{"G y MMM d"} |
michael@0 | 372 | H{"HH"} |
michael@0 | 373 | Hm{"HH:mm"} |
michael@0 | 374 | Hms{"HH:mm:ss"} |
michael@0 | 375 | M{"L"} |
michael@0 | 376 | MEd{"M/d, E"} |
michael@0 | 377 | MMM{"LLL"} |
michael@0 | 378 | MMMEd{"MMM d, E"} |
michael@0 | 379 | MMMMEd{"MMMM d, E"} |
michael@0 | 380 | MMMMd{"MMMM d"} |
michael@0 | 381 | MMMd{"MMM d"} |
michael@0 | 382 | MMdd{"dd-MM"} |
michael@0 | 383 | Md{"d/M"} |
michael@0 | 384 | d{"d"} |
michael@0 | 385 | h{"h a"} |
michael@0 | 386 | hm{"h:mm a"} |
michael@0 | 387 | hms{"h:mm:ss a"} |
michael@0 | 388 | ms{"mm:ss"} |
michael@0 | 389 | y{"y"} |
michael@0 | 390 | yM{"M-y"} |
michael@0 | 391 | yMEd{"d-M-y, E"} |
michael@0 | 392 | yMM{"MM-y"} |
michael@0 | 393 | yMMM{"y MMM"} |
michael@0 | 394 | yMMMEd{"y MMM d, E"} |
michael@0 | 395 | yMMMM{"y MMMM"} |
michael@0 | 396 | yMMMd{"y MMM d"} |
michael@0 | 397 | yMd{"d/M/y"} |
michael@0 | 398 | yQQQ{"y QQQ"} |
michael@0 | 399 | yQQQQ{"y QQQQ"} |
michael@0 | 400 | } |
michael@0 | 401 | dayNames{ |
michael@0 | 402 | format{ |
michael@0 | 403 | abbreviated{ |
michael@0 | 404 | "ഞായർ", |
michael@0 | 405 | "തിങ്കൾ", |
michael@0 | 406 | "ചൊവ്വ", |
michael@0 | 407 | "ബുധൻ", |
michael@0 | 408 | "വ്യാഴം", |
michael@0 | 409 | "വെള്ളി", |
michael@0 | 410 | "ശനി", |
michael@0 | 411 | } |
michael@0 | 412 | short{ |
michael@0 | 413 | "ഞാ", |
michael@0 | 414 | "തി", |
michael@0 | 415 | "ചൊ", |
michael@0 | 416 | "ബു", |
michael@0 | 417 | "വ്യാ", |
michael@0 | 418 | "വെ", |
michael@0 | 419 | "ശ", |
michael@0 | 420 | } |
michael@0 | 421 | wide{ |
michael@0 | 422 | "ഞായറാഴ്ച", |
michael@0 | 423 | "തിങ്കളാഴ്ച", |
michael@0 | 424 | "ചൊവ്വാഴ്ച", |
michael@0 | 425 | "ബുധനാഴ്ച", |
michael@0 | 426 | "വ്യാഴാഴ്ച", |
michael@0 | 427 | "വെള്ളിയാഴ്ച", |
michael@0 | 428 | "ശനിയാഴ്ച", |
michael@0 | 429 | } |
michael@0 | 430 | } |
michael@0 | 431 | stand-alone{ |
michael@0 | 432 | abbreviated{ |
michael@0 | 433 | "ഞായർ", |
michael@0 | 434 | "തിങ്കൾ", |
michael@0 | 435 | "ചൊവ്വ", |
michael@0 | 436 | "ബുധൻ", |
michael@0 | 437 | "വ്യാഴം", |
michael@0 | 438 | "വെള്ളി", |
michael@0 | 439 | "ശനി", |
michael@0 | 440 | } |
michael@0 | 441 | narrow{ |
michael@0 | 442 | "ഞാ", |
michael@0 | 443 | "തി", |
michael@0 | 444 | "ചൊ", |
michael@0 | 445 | "ബു", |
michael@0 | 446 | "വ്യാ", |
michael@0 | 447 | "വെ", |
michael@0 | 448 | "ശ", |
michael@0 | 449 | } |
michael@0 | 450 | short{ |
michael@0 | 451 | "ഞാ", |
michael@0 | 452 | "തി", |
michael@0 | 453 | "ചൊ", |
michael@0 | 454 | "ബു", |
michael@0 | 455 | "വ്യാ", |
michael@0 | 456 | "വെ", |
michael@0 | 457 | "ശ", |
michael@0 | 458 | } |
michael@0 | 459 | wide{ |
michael@0 | 460 | "ഞായറാഴ്ച", |
michael@0 | 461 | "തിങ്കളാഴ്ച", |
michael@0 | 462 | "ചൊവ്വാഴ്ച", |
michael@0 | 463 | "ബുധനാഴ്ച", |
michael@0 | 464 | "വ്യാഴാഴ്ച", |
michael@0 | 465 | "വെള്ളിയാഴ്ച", |
michael@0 | 466 | "ശനിയാഴ്ച", |
michael@0 | 467 | } |
michael@0 | 468 | } |
michael@0 | 469 | } |
michael@0 | 470 | eras{ |
michael@0 | 471 | abbreviated{ |
michael@0 | 472 | "ക്രി.മൂ", |
michael@0 | 473 | "എഡി", |
michael@0 | 474 | } |
michael@0 | 475 | wide{ |
michael@0 | 476 | "ക്രിസ്തുവിനു് മുമ്പ്", |
michael@0 | 477 | "ക്രിസ്തുവിന് പിൻപ്", |
michael@0 | 478 | } |
michael@0 | 479 | } |
michael@0 | 480 | intervalFormats{ |
michael@0 | 481 | H{ |
michael@0 | 482 | H{"HH–HH"} |
michael@0 | 483 | } |
michael@0 | 484 | Hm{ |
michael@0 | 485 | H{"HH:mm–HH:mm"} |
michael@0 | 486 | m{"HH:mm–HH:mm"} |
michael@0 | 487 | } |
michael@0 | 488 | Hmv{ |
michael@0 | 489 | H{"HH:mm–HH:mm v"} |
michael@0 | 490 | m{"HH:mm–HH:mm v"} |
michael@0 | 491 | } |
michael@0 | 492 | Hv{ |
michael@0 | 493 | H{"HH–HH v"} |
michael@0 | 494 | } |
michael@0 | 495 | M{ |
michael@0 | 496 | M{"MM–MM"} |
michael@0 | 497 | } |
michael@0 | 498 | MEd{ |
michael@0 | 499 | M{"d/M, E - d/M, E"} |
michael@0 | 500 | d{"d/M, E - d/M, E"} |
michael@0 | 501 | } |
michael@0 | 502 | MMM{ |
michael@0 | 503 | M{"MMM-MMM"} |
michael@0 | 504 | } |
michael@0 | 505 | MMMEd{ |
michael@0 | 506 | M{"MMM d, E - MMM d, E"} |
michael@0 | 507 | d{"MMM d, E - MMM d, E"} |
michael@0 | 508 | } |
michael@0 | 509 | MMMM{ |
michael@0 | 510 | M{"LLLL-LLLL"} |
michael@0 | 511 | } |
michael@0 | 512 | MMMd{ |
michael@0 | 513 | M{"MMM d - MMM d"} |
michael@0 | 514 | d{"MMM d-d"} |
michael@0 | 515 | } |
michael@0 | 516 | Md{ |
michael@0 | 517 | M{"d/M - d/M"} |
michael@0 | 518 | d{"d/M - d/M"} |
michael@0 | 519 | } |
michael@0 | 520 | d{ |
michael@0 | 521 | d{"d-d"} |
michael@0 | 522 | } |
michael@0 | 523 | fallback{"{0} - {1}"} |
michael@0 | 524 | h{ |
michael@0 | 525 | a{"h a – h a"} |
michael@0 | 526 | h{"h–h a"} |
michael@0 | 527 | } |
michael@0 | 528 | hm{ |
michael@0 | 529 | a{"h:mm a – h:mm a"} |
michael@0 | 530 | h{"h:mm–h:mm a"} |
michael@0 | 531 | m{"h:mm–h:mm a"} |
michael@0 | 532 | } |
michael@0 | 533 | hmv{ |
michael@0 | 534 | a{"h:mm a – h:mm a v"} |
michael@0 | 535 | h{"h:mm–h:mm a v"} |
michael@0 | 536 | m{"h:mm–h:mm a v"} |
michael@0 | 537 | } |
michael@0 | 538 | hv{ |
michael@0 | 539 | a{"h a – h a v"} |
michael@0 | 540 | h{"h–h a v"} |
michael@0 | 541 | } |
michael@0 | 542 | y{ |
michael@0 | 543 | y{"y-y"} |
michael@0 | 544 | } |
michael@0 | 545 | yM{ |
michael@0 | 546 | M{"M/y – M/y"} |
michael@0 | 547 | y{"M/y – M/y"} |
michael@0 | 548 | } |
michael@0 | 549 | yMEd{ |
michael@0 | 550 | M{"d/M/y, E - d/M/y, E"} |
michael@0 | 551 | d{"d/M/y, E - d/M/y, E"} |
michael@0 | 552 | y{"d/M/y, E - d/M/y, E"} |
michael@0 | 553 | } |
michael@0 | 554 | yMMM{ |
michael@0 | 555 | M{"y MMM-MMM"} |
michael@0 | 556 | y{"y MMM - y MMM"} |
michael@0 | 557 | } |
michael@0 | 558 | yMMMEd{ |
michael@0 | 559 | M{"y MMM d, E - MMM d, E"} |
michael@0 | 560 | d{"y MMM d, E – MMM d, E"} |
michael@0 | 561 | y{"y MMM d, E - y MMM d, E"} |
michael@0 | 562 | } |
michael@0 | 563 | yMMMM{ |
michael@0 | 564 | M{"y MMMM–MMMM"} |
michael@0 | 565 | y{"y MMMM – y MMMM"} |
michael@0 | 566 | } |
michael@0 | 567 | yMMMd{ |
michael@0 | 568 | M{"y MMM d - MMM d"} |
michael@0 | 569 | d{"y MMM d-d"} |
michael@0 | 570 | y{"y MMM d - y MMM d"} |
michael@0 | 571 | } |
michael@0 | 572 | yMd{ |
michael@0 | 573 | M{"d/M/y – d/M/y"} |
michael@0 | 574 | d{"d/M/y – d/M/y"} |
michael@0 | 575 | y{"d/M/y – d/M/y"} |
michael@0 | 576 | } |
michael@0 | 577 | } |
michael@0 | 578 | monthNames{ |
michael@0 | 579 | format{ |
michael@0 | 580 | abbreviated{ |
michael@0 | 581 | "ജനു", |
michael@0 | 582 | "ഫെബ്രു", |
michael@0 | 583 | "മാർ", |
michael@0 | 584 | "ഏപ്രി", |
michael@0 | 585 | "മേയ്", |
michael@0 | 586 | "ജൂൺ", |
michael@0 | 587 | "ജൂലൈ", |
michael@0 | 588 | "ഓഗ", |
michael@0 | 589 | "സെപ്റ്റം", |
michael@0 | 590 | "ഒക്ടോ", |
michael@0 | 591 | "നവം", |
michael@0 | 592 | "ഡിസം", |
michael@0 | 593 | } |
michael@0 | 594 | wide{ |
michael@0 | 595 | "ജനുവരി", |
michael@0 | 596 | "ഫെബ്രുവരി", |
michael@0 | 597 | "മാർച്ച്", |
michael@0 | 598 | "ഏപ്രിൽ", |
michael@0 | 599 | "മേയ്", |
michael@0 | 600 | "ജൂൺ", |
michael@0 | 601 | "ജൂലൈ", |
michael@0 | 602 | "ആഗസ്റ്റ്", |
michael@0 | 603 | "സെപ്റ്റംബർ", |
michael@0 | 604 | "ഒക്ടോബർ", |
michael@0 | 605 | "നവംബർ", |
michael@0 | 606 | "ഡിസംബർ", |
michael@0 | 607 | } |
michael@0 | 608 | } |
michael@0 | 609 | stand-alone{ |
michael@0 | 610 | abbreviated{ |
michael@0 | 611 | "ജനു", |
michael@0 | 612 | "ഫെബ്രു", |
michael@0 | 613 | "മാർ", |
michael@0 | 614 | "ഏപ്രി", |
michael@0 | 615 | "മേയ്", |
michael@0 | 616 | "ജൂൺ", |
michael@0 | 617 | "ജൂലൈ", |
michael@0 | 618 | "ഓഗ", |
michael@0 | 619 | "സെപ്റ്റം", |
michael@0 | 620 | "ഒക്ടോ", |
michael@0 | 621 | "നവം", |
michael@0 | 622 | "ഡിസം", |
michael@0 | 623 | } |
michael@0 | 624 | narrow{ |
michael@0 | 625 | "ജ", |
michael@0 | 626 | "ഫെ", |
michael@0 | 627 | "മാ", |
michael@0 | 628 | "ഏ", |
michael@0 | 629 | "മേ", |
michael@0 | 630 | "ജൂ", |
michael@0 | 631 | "ജൂ", |
michael@0 | 632 | "ഓ", |
michael@0 | 633 | "സെ", |
michael@0 | 634 | "ഒ", |
michael@0 | 635 | "ന", |
michael@0 | 636 | "ഡി", |
michael@0 | 637 | } |
michael@0 | 638 | wide{ |
michael@0 | 639 | "ജനുവരി", |
michael@0 | 640 | "ഫെബ്രുവരി", |
michael@0 | 641 | "മാർച്ച്", |
michael@0 | 642 | "ഏപ്രിൽ", |
michael@0 | 643 | "മേയ്", |
michael@0 | 644 | "ജൂൺ", |
michael@0 | 645 | "ജൂലൈ", |
michael@0 | 646 | "ആഗസ്റ്റ്", |
michael@0 | 647 | "സെപ്റ്റംബർ", |
michael@0 | 648 | "ഒക്ടോബർ", |
michael@0 | 649 | "നവംബർ", |
michael@0 | 650 | "ഡിസംബർ", |
michael@0 | 651 | } |
michael@0 | 652 | } |
michael@0 | 653 | } |
michael@0 | 654 | quarters{ |
michael@0 | 655 | format{ |
michael@0 | 656 | abbreviated{ |
michael@0 | 657 | "ഒന്നാം പാദം", |
michael@0 | 658 | "രണ്ടാം പാദം", |
michael@0 | 659 | "മൂന്നാം പാദം", |
michael@0 | 660 | "നാലാം പാദം", |
michael@0 | 661 | } |
michael@0 | 662 | narrow{ |
michael@0 | 663 | "1", |
michael@0 | 664 | "2", |
michael@0 | 665 | "3", |
michael@0 | 666 | "4", |
michael@0 | 667 | } |
michael@0 | 668 | wide{ |
michael@0 | 669 | "ഒന്നാം പാദം", |
michael@0 | 670 | "രണ്ടാം പാദം", |
michael@0 | 671 | "മൂന്നാം പാദം", |
michael@0 | 672 | "നാലാം പാദം", |
michael@0 | 673 | } |
michael@0 | 674 | } |
michael@0 | 675 | stand-alone{ |
michael@0 | 676 | abbreviated{ |
michael@0 | 677 | "ഒന്നാം പാദം", |
michael@0 | 678 | "രണ്ടാം പാദം", |
michael@0 | 679 | "മൂന്നാം പാദം", |
michael@0 | 680 | "നാലാം പാദം", |
michael@0 | 681 | } |
michael@0 | 682 | narrow{ |
michael@0 | 683 | "1", |
michael@0 | 684 | "2", |
michael@0 | 685 | "3", |
michael@0 | 686 | "4", |
michael@0 | 687 | } |
michael@0 | 688 | wide{ |
michael@0 | 689 | "ഒന്നാം പാദം", |
michael@0 | 690 | "രണ്ടാം പാദം", |
michael@0 | 691 | "മൂന്നാം പാദം", |
michael@0 | 692 | "നാലാം പാദം", |
michael@0 | 693 | } |
michael@0 | 694 | } |
michael@0 | 695 | } |
michael@0 | 696 | } |
michael@0 | 697 | indian{ |
michael@0 | 698 | eras{ |
michael@0 | 699 | abbreviated{ |
michael@0 | 700 | "ശക", |
michael@0 | 701 | } |
michael@0 | 702 | } |
michael@0 | 703 | monthNames{ |
michael@0 | 704 | format{ |
michael@0 | 705 | wide{ |
michael@0 | 706 | "ചൈത്രം", |
michael@0 | 707 | "വൈശാഖം", |
michael@0 | 708 | "ജ്യേഷ്ഠം", |
michael@0 | 709 | "ആഷാഢം", |
michael@0 | 710 | "ശ്രാവണം", |
michael@0 | 711 | "ഭാദ്രപാദം", |
michael@0 | 712 | "ആശ്വിനം", |
michael@0 | 713 | "കാർത്തികം", |
michael@0 | 714 | "മാർഗശീർഷം", |
michael@0 | 715 | "പൗഷം", |
michael@0 | 716 | "മാഘം", |
michael@0 | 717 | "ഫൽഗുനം", |
michael@0 | 718 | } |
michael@0 | 719 | } |
michael@0 | 720 | stand-alone{ |
michael@0 | 721 | narrow{ |
michael@0 | 722 | "ചൈ", |
michael@0 | 723 | "വൈ", |
michael@0 | 724 | "ജ്യേ", |
michael@0 | 725 | "ആ", |
michael@0 | 726 | "ശ്രാ", |
michael@0 | 727 | "ഭാ", |
michael@0 | 728 | "ആ", |
michael@0 | 729 | "കാ", |
michael@0 | 730 | "മാ", |
michael@0 | 731 | "പൗ", |
michael@0 | 732 | "മാ", |
michael@0 | 733 | "ഫ", |
michael@0 | 734 | } |
michael@0 | 735 | } |
michael@0 | 736 | } |
michael@0 | 737 | } |
michael@0 | 738 | islamic{ |
michael@0 | 739 | eras{ |
michael@0 | 740 | abbreviated{ |
michael@0 | 741 | "ഹിജറ", |
michael@0 | 742 | } |
michael@0 | 743 | } |
michael@0 | 744 | monthNames{ |
michael@0 | 745 | format{ |
michael@0 | 746 | wide{ |
michael@0 | 747 | "മുഹറം", |
michael@0 | 748 | "സഫർ", |
michael@0 | 749 | "റബീഹുൽ അവ്വൽ", |
michael@0 | 750 | "റബീഹുൽ ആഖിർ", |
michael@0 | 751 | "ജമാദുൽ അവ്വൽ", |
michael@0 | 752 | "ജമാദുൽ ആഖിർ", |
michael@0 | 753 | "റജബ്", |
michael@0 | 754 | "ശഹബാൻ", |
michael@0 | 755 | "റമളാൻ", |
michael@0 | 756 | "ശവ്വാൽ", |
michael@0 | 757 | "ദുൽ ഖഹദ്", |
michael@0 | 758 | "ദുൽ ഹിജ്ജ", |
michael@0 | 759 | } |
michael@0 | 760 | } |
michael@0 | 761 | stand-alone{ |
michael@0 | 762 | narrow{ |
michael@0 | 763 | "മു", |
michael@0 | 764 | "സ", |
michael@0 | 765 | "റ", |
michael@0 | 766 | "റ", |
michael@0 | 767 | "ജ", |
michael@0 | 768 | "ജ", |
michael@0 | 769 | "റ", |
michael@0 | 770 | "ശ", |
michael@0 | 771 | "റ", |
michael@0 | 772 | "ശ", |
michael@0 | 773 | "ദു", |
michael@0 | 774 | "ദു", |
michael@0 | 775 | } |
michael@0 | 776 | } |
michael@0 | 777 | } |
michael@0 | 778 | } |
michael@0 | 779 | } |
michael@0 | 780 | delimiters{ |
michael@0 | 781 | alternateQuotationEnd{"’"} |
michael@0 | 782 | alternateQuotationStart{"‘"} |
michael@0 | 783 | quotationEnd{"”"} |
michael@0 | 784 | quotationStart{"“"} |
michael@0 | 785 | } |
michael@0 | 786 | durationUnits{ |
michael@0 | 787 | hm{"h:mm"} |
michael@0 | 788 | hms{"h:mm:ss"} |
michael@0 | 789 | ms{"m:ss"} |
michael@0 | 790 | } |
michael@0 | 791 | fields{ |
michael@0 | 792 | day{ |
michael@0 | 793 | dn{"ദിവസം"} |
michael@0 | 794 | relative{ |
michael@0 | 795 | "-1"{"ഇന്നലെ"} |
michael@0 | 796 | "-2"{"മിനിഞ്ഞാന്ന്"} |
michael@0 | 797 | "0"{"ഇന്ന്"} |
michael@0 | 798 | "1"{"നാളെ"} |
michael@0 | 799 | "2"{"മറ്റന്നാൾ"} |
michael@0 | 800 | } |
michael@0 | 801 | relativeTime{ |
michael@0 | 802 | future{ |
michael@0 | 803 | one{"{0} ദിവസത്തിൽ"} |
michael@0 | 804 | other{"{0} ദിവസത്തിൽ"} |
michael@0 | 805 | } |
michael@0 | 806 | past{ |
michael@0 | 807 | one{"{0} ദിവസം മുമ്പ്"} |
michael@0 | 808 | other{"{0} ദിവസം മുമ്പ്"} |
michael@0 | 809 | } |
michael@0 | 810 | } |
michael@0 | 811 | } |
michael@0 | 812 | dayperiod{ |
michael@0 | 813 | dn{"am/pm"} |
michael@0 | 814 | } |
michael@0 | 815 | era{ |
michael@0 | 816 | dn{"കാലഘട്ടം"} |
michael@0 | 817 | } |
michael@0 | 818 | fri{ |
michael@0 | 819 | relative{ |
michael@0 | 820 | "-1"{"കഴിഞ്ഞ വെള്ളിയാഴ്ച"} |
michael@0 | 821 | "0"{"ഈ വെള്ളിയാഴ്ച"} |
michael@0 | 822 | "1"{"അടുത്ത വെള്ളിയാഴ്ച"} |
michael@0 | 823 | } |
michael@0 | 824 | } |
michael@0 | 825 | hour{ |
michael@0 | 826 | dn{"മണിക്കൂർ"} |
michael@0 | 827 | relativeTime{ |
michael@0 | 828 | future{ |
michael@0 | 829 | one{"{0} മണിക്കൂറിൽ"} |
michael@0 | 830 | other{"{0} മണിക്കൂറിൽ"} |
michael@0 | 831 | } |
michael@0 | 832 | past{ |
michael@0 | 833 | one{"{0} മണിക്കൂർ മുമ്പ്"} |
michael@0 | 834 | other{"{0} മണിക്കൂർ മുമ്പ്"} |
michael@0 | 835 | } |
michael@0 | 836 | } |
michael@0 | 837 | } |
michael@0 | 838 | minute{ |
michael@0 | 839 | dn{"മിനിട്ട്"} |
michael@0 | 840 | relativeTime{ |
michael@0 | 841 | future{ |
michael@0 | 842 | one{"{0} മിനിറ്റിൽ"} |
michael@0 | 843 | other{"{0} മിനിറ്റിനുള്ളിൽ"} |
michael@0 | 844 | } |
michael@0 | 845 | past{ |
michael@0 | 846 | one{"{0} മിനിറ്റ് മുമ്പ്"} |
michael@0 | 847 | other{"{0} മിനിറ്റ് മുമ്പ്"} |
michael@0 | 848 | } |
michael@0 | 849 | } |
michael@0 | 850 | } |
michael@0 | 851 | mon{ |
michael@0 | 852 | relative{ |
michael@0 | 853 | "-1"{"കഴിഞ്ഞ തിങ്കളാഴ്ച"} |
michael@0 | 854 | "0"{"ഈ തിങ്കളാഴ്ച"} |
michael@0 | 855 | "1"{"അടുത്ത തിങ്കളാഴ്ച"} |
michael@0 | 856 | } |
michael@0 | 857 | } |
michael@0 | 858 | month{ |
michael@0 | 859 | dn{"മാസം"} |
michael@0 | 860 | relative{ |
michael@0 | 861 | "-1"{"കഴിഞ്ഞ മാസം"} |
michael@0 | 862 | "0"{"ഈ മാസം"} |
michael@0 | 863 | "1"{"അടുത്ത മാസം"} |
michael@0 | 864 | } |
michael@0 | 865 | relativeTime{ |
michael@0 | 866 | future{ |
michael@0 | 867 | one{"{0} മാസത്തിൽ"} |
michael@0 | 868 | other{"{0} മാസത്തിൽ"} |
michael@0 | 869 | } |
michael@0 | 870 | past{ |
michael@0 | 871 | one{"{0} മാസം മുമ്പ്"} |
michael@0 | 872 | other{"{0} മാസം മുമ്പ്"} |
michael@0 | 873 | } |
michael@0 | 874 | } |
michael@0 | 875 | } |
michael@0 | 876 | sat{ |
michael@0 | 877 | relative{ |
michael@0 | 878 | "-1"{"കഴിഞ്ഞ ശനിയാഴ്ച"} |
michael@0 | 879 | "0"{"ഈ ശനിയാഴ്ച"} |
michael@0 | 880 | "1"{"അടുത്ത ശനിയാഴ്ച"} |
michael@0 | 881 | } |
michael@0 | 882 | } |
michael@0 | 883 | second{ |
michael@0 | 884 | dn{"സെക്കൻറ്"} |
michael@0 | 885 | relative{ |
michael@0 | 886 | "0"{"ഇപ്പോൾ"} |
michael@0 | 887 | } |
michael@0 | 888 | relativeTime{ |
michael@0 | 889 | future{ |
michael@0 | 890 | one{"{0} സെക്കൻഡിൽ"} |
michael@0 | 891 | other{"{0} സെക്കൻഡിൽ"} |
michael@0 | 892 | } |
michael@0 | 893 | past{ |
michael@0 | 894 | one{"{0} സെക്കൻറ് മുമ്പ്"} |
michael@0 | 895 | other{"{0} സെക്കൻറ് മുമ്പ്"} |
michael@0 | 896 | } |
michael@0 | 897 | } |
michael@0 | 898 | } |
michael@0 | 899 | sun{ |
michael@0 | 900 | relative{ |
michael@0 | 901 | "-1"{"കഴിഞ്ഞ ഞായറാഴ്ച"} |
michael@0 | 902 | "0"{"ഈ ഞായറാഴ്ച"} |
michael@0 | 903 | "1"{"അടുത്ത ഞായറാഴ്ച"} |
michael@0 | 904 | } |
michael@0 | 905 | } |
michael@0 | 906 | thu{ |
michael@0 | 907 | relative{ |
michael@0 | 908 | "-1"{"കഴിഞ്ഞ വ്യാഴാഴ്ച"} |
michael@0 | 909 | "0"{"ഈ വ്യാഴാഴ്ച"} |
michael@0 | 910 | "1"{"അടുത്ത വ്യാഴാഴ്ച"} |
michael@0 | 911 | } |
michael@0 | 912 | } |
michael@0 | 913 | tue{ |
michael@0 | 914 | relative{ |
michael@0 | 915 | "-1"{"കഴിഞ്ഞ ചൊവാഴ്ച"} |
michael@0 | 916 | "0"{"ഈ ചൊവാഴ്ച"} |
michael@0 | 917 | "1"{"അടുത്ത ചൊവാഴ്ച"} |
michael@0 | 918 | } |
michael@0 | 919 | } |
michael@0 | 920 | wed{ |
michael@0 | 921 | relative{ |
michael@0 | 922 | "-1"{"കഴിഞ്ഞ ബുധനാഴ്ച"} |
michael@0 | 923 | "0"{"ഈ ബുധനാഴ്ച"} |
michael@0 | 924 | "1"{"അടുത്ത ബുധനാഴ്ച"} |
michael@0 | 925 | } |
michael@0 | 926 | } |
michael@0 | 927 | week{ |
michael@0 | 928 | dn{"ആഴ്ച"} |
michael@0 | 929 | relative{ |
michael@0 | 930 | "-1"{"കഴിഞ്ഞ ആഴ്ച"} |
michael@0 | 931 | "0"{"ഈ ആഴ്ച"} |
michael@0 | 932 | "1"{"അടുത്ത ആഴ്ച"} |
michael@0 | 933 | } |
michael@0 | 934 | relativeTime{ |
michael@0 | 935 | future{ |
michael@0 | 936 | one{"{0} ആഴ്ചയിൽ"} |
michael@0 | 937 | other{"{0} ആഴ്ചയിൽ"} |
michael@0 | 938 | } |
michael@0 | 939 | past{ |
michael@0 | 940 | one{"{0} ആഴ്ച മുമ്പ്"} |
michael@0 | 941 | other{"{0} ആഴ്ച മുമ്പ്"} |
michael@0 | 942 | } |
michael@0 | 943 | } |
michael@0 | 944 | } |
michael@0 | 945 | weekday{ |
michael@0 | 946 | dn{"ആഴ്ചയിലെ ദിവസം"} |
michael@0 | 947 | } |
michael@0 | 948 | year{ |
michael@0 | 949 | dn{"വർഷം"} |
michael@0 | 950 | relative{ |
michael@0 | 951 | "-1"{"കഴിഞ്ഞ വർഷം"} |
michael@0 | 952 | "0"{"ഈ വർഷം"} |
michael@0 | 953 | "1"{"അടുത്തവർഷം"} |
michael@0 | 954 | } |
michael@0 | 955 | relativeTime{ |
michael@0 | 956 | future{ |
michael@0 | 957 | one{"{0} വർഷത്തിൽ"} |
michael@0 | 958 | other{"{0} വർഷത്തിൽ"} |
michael@0 | 959 | } |
michael@0 | 960 | past{ |
michael@0 | 961 | one{"{0} വർഷം മുമ്പ്"} |
michael@0 | 962 | other{"{0} വർഷം മുമ്പ്"} |
michael@0 | 963 | } |
michael@0 | 964 | } |
michael@0 | 965 | } |
michael@0 | 966 | zone{ |
michael@0 | 967 | dn{"മേഖല"} |
michael@0 | 968 | } |
michael@0 | 969 | } |
michael@0 | 970 | listPattern{ |
michael@0 | 971 | standard{ |
michael@0 | 972 | 2{"{0} കൂടാതെ {1}"} |
michael@0 | 973 | end{"{0}, {1} എന്നിവ"} |
michael@0 | 974 | middle{"{0}, {1}"} |
michael@0 | 975 | start{"{0}, {1}"} |
michael@0 | 976 | } |
michael@0 | 977 | unit{ |
michael@0 | 978 | 2{"{0} കൂടാതെ {1}"} |
michael@0 | 979 | end{"{0}, {1}"} |
michael@0 | 980 | middle{"{0}, {1}"} |
michael@0 | 981 | start{"{0}, {1}"} |
michael@0 | 982 | } |
michael@0 | 983 | unit-short{ |
michael@0 | 984 | 2{"{0} കൂടാതെ {1}"} |
michael@0 | 985 | end{"{0}, {1}"} |
michael@0 | 986 | middle{"{0}, {1}"} |
michael@0 | 987 | start{"{0}, {1}"} |
michael@0 | 988 | } |
michael@0 | 989 | } |
michael@0 | 990 | measurementSystemNames{ |
michael@0 | 991 | UK{"യുകെ"} |
michael@0 | 992 | US{"യുഎസ്സ്"} |
michael@0 | 993 | metric{"മെട്രിക്ക്"} |
michael@0 | 994 | } |
michael@0 | 995 | transformNames{ |
michael@0 | 996 | BGN{"BGN"} |
michael@0 | 997 | Numeric{"സംഖ്യാപരമായ"} |
michael@0 | 998 | Tone{"ശബ്ദം"} |
michael@0 | 999 | UNGEGN{"UNGEGN"} |
michael@0 | 1000 | x-Accents{"ആൿസൻറുകൾ"} |
michael@0 | 1001 | x-Fullwidth{"പൂർണവീതി"} |
michael@0 | 1002 | x-Halfwidth{"ഹാഫ്വിഡ്ത്ത്"} |
michael@0 | 1003 | x-Jamo{"ജാമോ"} |
michael@0 | 1004 | x-Pinyin{"പിൻയിൻ"} |
michael@0 | 1005 | x-Publishing{"പ്രസിദ്ധീകരിക്കുന്നു"} |
michael@0 | 1006 | } |
michael@0 | 1007 | units{ |
michael@0 | 1008 | acceleration{ |
michael@0 | 1009 | g-force{ |
michael@0 | 1010 | one{"{0} ജി-ഫോഴ്സ്"} |
michael@0 | 1011 | other{"{0} ജി-ഫോഴ്സ്"} |
michael@0 | 1012 | } |
michael@0 | 1013 | } |
michael@0 | 1014 | angle{ |
michael@0 | 1015 | arc-minute{ |
michael@0 | 1016 | one{"{0} മിനിറ്റ്"} |
michael@0 | 1017 | other{"{0} മിനിറ്റ്"} |
michael@0 | 1018 | } |
michael@0 | 1019 | arc-second{ |
michael@0 | 1020 | one{"{0} സെക്കന്റ്"} |
michael@0 | 1021 | other{"{0} സെക്കന്റ്"} |
michael@0 | 1022 | } |
michael@0 | 1023 | degree{ |
michael@0 | 1024 | one{"{0} ഡിഗ്രി"} |
michael@0 | 1025 | other{"{0} ഡിഗ്രി"} |
michael@0 | 1026 | } |
michael@0 | 1027 | } |
michael@0 | 1028 | area{ |
michael@0 | 1029 | acre{ |
michael@0 | 1030 | one{"{0} ഏക്കർ"} |
michael@0 | 1031 | other{"{0} ഏക്കർ"} |
michael@0 | 1032 | } |
michael@0 | 1033 | hectare{ |
michael@0 | 1034 | one{"{0} ഹെക്ടർ"} |
michael@0 | 1035 | other{"{0} ഹെക്ടർ"} |
michael@0 | 1036 | } |
michael@0 | 1037 | square-foot{ |
michael@0 | 1038 | one{"{0} ചതുരശ്ര അടി"} |
michael@0 | 1039 | other{"{0} ചതുരശ്ര അടി"} |
michael@0 | 1040 | } |
michael@0 | 1041 | square-kilometer{ |
michael@0 | 1042 | one{"{0} ചതുരശ്ര കിലോമീറ്റർ"} |
michael@0 | 1043 | other{"{0} ചതുരശ്ര കിലോമീറ്റർ"} |
michael@0 | 1044 | } |
michael@0 | 1045 | square-meter{ |
michael@0 | 1046 | one{"{0} ചതുരശ്ര മീറ്റർ"} |
michael@0 | 1047 | other{"{0} ചതുരശ്ര മീറ്റർ"} |
michael@0 | 1048 | } |
michael@0 | 1049 | square-mile{ |
michael@0 | 1050 | one{"{0} ചതുരശ്ര മൈൽ"} |
michael@0 | 1051 | other{"{0} ചതുരശ്ര മൈൽ"} |
michael@0 | 1052 | } |
michael@0 | 1053 | } |
michael@0 | 1054 | compound{ |
michael@0 | 1055 | per{"{0}/{1}"} |
michael@0 | 1056 | } |
michael@0 | 1057 | duration{ |
michael@0 | 1058 | day{ |
michael@0 | 1059 | one{"{0} ദിവസം"} |
michael@0 | 1060 | other{"{0} ദിവസം"} |
michael@0 | 1061 | } |
michael@0 | 1062 | hour{ |
michael@0 | 1063 | one{"{0} മണിക്കൂർ"} |
michael@0 | 1064 | other{"{0} മണിക്കൂർ"} |
michael@0 | 1065 | } |
michael@0 | 1066 | millisecond{ |
michael@0 | 1067 | one{"{0} മില്ലിസെക്കന്റ്"} |
michael@0 | 1068 | other{"{0} മില്ലിസെക്കന്റ്"} |
michael@0 | 1069 | } |
michael@0 | 1070 | minute{ |
michael@0 | 1071 | one{"{0} മിനിട്ട്"} |
michael@0 | 1072 | other{"{0} മിനിട്ട്"} |
michael@0 | 1073 | } |
michael@0 | 1074 | month{ |
michael@0 | 1075 | one{"{0} മാസം"} |
michael@0 | 1076 | other{"{0} മാസം"} |
michael@0 | 1077 | } |
michael@0 | 1078 | second{ |
michael@0 | 1079 | one{"{0} സെക്കന്റ്"} |
michael@0 | 1080 | other{"{0} സെക്കന്റ്"} |
michael@0 | 1081 | } |
michael@0 | 1082 | week{ |
michael@0 | 1083 | one{"{0} ആഴ്ച"} |
michael@0 | 1084 | other{"{0} ആഴ്ച"} |
michael@0 | 1085 | } |
michael@0 | 1086 | year{ |
michael@0 | 1087 | one{"{0} വർഷം"} |
michael@0 | 1088 | other{"{0} വർഷം"} |
michael@0 | 1089 | } |
michael@0 | 1090 | } |
michael@0 | 1091 | length{ |
michael@0 | 1092 | centimeter{ |
michael@0 | 1093 | one{"{0} സെന്റീമീറ്റർ"} |
michael@0 | 1094 | other{"{0} സെന്റീമീറ്റർ"} |
michael@0 | 1095 | } |
michael@0 | 1096 | foot{ |
michael@0 | 1097 | one{"{0} അടി"} |
michael@0 | 1098 | other{"{0} അടി"} |
michael@0 | 1099 | } |
michael@0 | 1100 | inch{ |
michael@0 | 1101 | one{"{0} ഇഞ്ച്"} |
michael@0 | 1102 | other{"{0} ഇഞ്ച്"} |
michael@0 | 1103 | } |
michael@0 | 1104 | kilometer{ |
michael@0 | 1105 | one{"{0} കിലോമീറ്റർ"} |
michael@0 | 1106 | other{"{0} കിലോമീറ്റർ"} |
michael@0 | 1107 | } |
michael@0 | 1108 | light-year{ |
michael@0 | 1109 | one{"{0} പ്രകാശവർഷം"} |
michael@0 | 1110 | other{"{0} പ്രകാശവർഷം"} |
michael@0 | 1111 | } |
michael@0 | 1112 | meter{ |
michael@0 | 1113 | one{"{0} മീറ്റർ"} |
michael@0 | 1114 | other{"{0} മീറ്റർ"} |
michael@0 | 1115 | } |
michael@0 | 1116 | mile{ |
michael@0 | 1117 | one{"{0} മൈൽ"} |
michael@0 | 1118 | other{"{0} മൈൽ"} |
michael@0 | 1119 | } |
michael@0 | 1120 | millimeter{ |
michael@0 | 1121 | one{"{0} മില്ലീമീറ്റർ"} |
michael@0 | 1122 | other{"{0} മില്ലീമീറ്റർ"} |
michael@0 | 1123 | } |
michael@0 | 1124 | picometer{ |
michael@0 | 1125 | one{"{0} പൈക്കോമീറ്റർ"} |
michael@0 | 1126 | other{"{0} പൈക്കോമീറ്റർ"} |
michael@0 | 1127 | } |
michael@0 | 1128 | yard{ |
michael@0 | 1129 | one{"{0} യാർഡ്"} |
michael@0 | 1130 | other{"{0} യാർഡ്"} |
michael@0 | 1131 | } |
michael@0 | 1132 | } |
michael@0 | 1133 | mass{ |
michael@0 | 1134 | gram{ |
michael@0 | 1135 | one{"{0} ഗ്രാം"} |
michael@0 | 1136 | other{"{0} ഗ്രാം"} |
michael@0 | 1137 | } |
michael@0 | 1138 | kilogram{ |
michael@0 | 1139 | one{"{0} കിലോഗ്രാം"} |
michael@0 | 1140 | other{"{0} കിലോഗ്രാം"} |
michael@0 | 1141 | } |
michael@0 | 1142 | ounce{ |
michael@0 | 1143 | one{"{0} ഔൺസ്"} |
michael@0 | 1144 | other{"{0} ഔൺസ്"} |
michael@0 | 1145 | } |
michael@0 | 1146 | pound{ |
michael@0 | 1147 | one{"{0} പൗണ്ട്"} |
michael@0 | 1148 | other{"{0} പൗണ്ട്"} |
michael@0 | 1149 | } |
michael@0 | 1150 | } |
michael@0 | 1151 | power{ |
michael@0 | 1152 | horsepower{ |
michael@0 | 1153 | one{"{0} കുതിരശക്തി"} |
michael@0 | 1154 | other{"{0} കുതിരശക്തി"} |
michael@0 | 1155 | } |
michael@0 | 1156 | kilowatt{ |
michael@0 | 1157 | one{"{0} കിലോവാട്ട്"} |
michael@0 | 1158 | other{"{0} കിലോവാട്ട്"} |
michael@0 | 1159 | } |
michael@0 | 1160 | watt{ |
michael@0 | 1161 | one{"{0} വാട്ട്"} |
michael@0 | 1162 | other{"{0} വാട്ട്"} |
michael@0 | 1163 | } |
michael@0 | 1164 | } |
michael@0 | 1165 | pressure{ |
michael@0 | 1166 | hectopascal{ |
michael@0 | 1167 | one{"{0} ഹെക്ടോപാസ്ക്കൽ"} |
michael@0 | 1168 | other{"{0} ഹെക്ടോപാസ്ക്കൽ"} |
michael@0 | 1169 | } |
michael@0 | 1170 | inch-hg{ |
michael@0 | 1171 | one{"{0} ഇഞ്ച് ഓഫ് മെർക്കുറി"} |
michael@0 | 1172 | other{"{0} ഇഞ്ച് ഓഫ് മെർക്കുറി"} |
michael@0 | 1173 | } |
michael@0 | 1174 | millibar{ |
michael@0 | 1175 | one{"{0} മില്ലിബാർ"} |
michael@0 | 1176 | other{"{0} മില്ലിബാർ"} |
michael@0 | 1177 | } |
michael@0 | 1178 | } |
michael@0 | 1179 | speed{ |
michael@0 | 1180 | kilometer-per-hour{ |
michael@0 | 1181 | one{"മണിക്കൂറിൽ {0} കിലോമീറ്റർ"} |
michael@0 | 1182 | other{"മണിക്കൂറിൽ {0} കിലോമീറ്റർ"} |
michael@0 | 1183 | } |
michael@0 | 1184 | meter-per-second{ |
michael@0 | 1185 | one{"സെക്കന്റിൽ {0} മീറ്റർ"} |
michael@0 | 1186 | other{"സെക്കന്റിൽ {0} മീറ്റർ"} |
michael@0 | 1187 | } |
michael@0 | 1188 | mile-per-hour{ |
michael@0 | 1189 | one{"മണിക്കൂറിൽ {0} മൈൽ"} |
michael@0 | 1190 | other{"മണിക്കൂറിൽ {0} മൈൽ"} |
michael@0 | 1191 | } |
michael@0 | 1192 | } |
michael@0 | 1193 | temperature{ |
michael@0 | 1194 | celsius{ |
michael@0 | 1195 | one{"{0} ഡിഗ്രി സെൽഷ്യൽസ്"} |
michael@0 | 1196 | other{"{0} ഡിഗ്രി സെൽഷ്യസ്"} |
michael@0 | 1197 | } |
michael@0 | 1198 | fahrenheit{ |
michael@0 | 1199 | one{"{0} ഡിഗ്രി ഫാരൻഹീറ്റ്"} |
michael@0 | 1200 | other{"{0} ഡിഗ്രി ഫാരൻഹീറ്റ്"} |
michael@0 | 1201 | } |
michael@0 | 1202 | } |
michael@0 | 1203 | volume{ |
michael@0 | 1204 | cubic-kilometer{ |
michael@0 | 1205 | one{"{0} ക്യൂബിക്ക് കിലോമീറ്റർ"} |
michael@0 | 1206 | other{"{0} ക്യൂബിക്ക് കിലോമീറ്റർ"} |
michael@0 | 1207 | } |
michael@0 | 1208 | cubic-mile{ |
michael@0 | 1209 | one{"{0} ക്യൂബിക്ക് മൈൽ"} |
michael@0 | 1210 | other{"{0} ക്യൂബിക്ക് മൈൽ"} |
michael@0 | 1211 | } |
michael@0 | 1212 | liter{ |
michael@0 | 1213 | one{"{0} ലിറ്റർ"} |
michael@0 | 1214 | other{"{0} ലിറ്റർ"} |
michael@0 | 1215 | } |
michael@0 | 1216 | } |
michael@0 | 1217 | } |
michael@0 | 1218 | unitsNarrow{ |
michael@0 | 1219 | acceleration{ |
michael@0 | 1220 | g-force{ |
michael@0 | 1221 | one{"{0} ജി"} |
michael@0 | 1222 | other{"{0} ജി"} |
michael@0 | 1223 | } |
michael@0 | 1224 | } |
michael@0 | 1225 | angle{ |
michael@0 | 1226 | arc-minute{ |
michael@0 | 1227 | one{"{0}′"} |
michael@0 | 1228 | other{"{0}′"} |
michael@0 | 1229 | } |
michael@0 | 1230 | arc-second{ |
michael@0 | 1231 | one{"{0}″"} |
michael@0 | 1232 | other{"{0}″"} |
michael@0 | 1233 | } |
michael@0 | 1234 | degree{ |
michael@0 | 1235 | one{"{0}°"} |
michael@0 | 1236 | other{"{0}°"} |
michael@0 | 1237 | } |
michael@0 | 1238 | } |
michael@0 | 1239 | area{ |
michael@0 | 1240 | acre{ |
michael@0 | 1241 | one{"{0} ഏ"} |
michael@0 | 1242 | other{"{0} ഏക്ക"} |
michael@0 | 1243 | } |
michael@0 | 1244 | hectare{ |
michael@0 | 1245 | one{"{0} ഹെ"} |
michael@0 | 1246 | other{"{0} ഹെ"} |
michael@0 | 1247 | } |
michael@0 | 1248 | square-foot{ |
michael@0 | 1249 | one{"{0} ച. അടി"} |
michael@0 | 1250 | other{"{0} ച.അടി"} |
michael@0 | 1251 | } |
michael@0 | 1252 | square-kilometer{ |
michael@0 | 1253 | one{"{0} ച.കിമീ"} |
michael@0 | 1254 | other{"{0} ച.കിമീ"} |
michael@0 | 1255 | } |
michael@0 | 1256 | square-meter{ |
michael@0 | 1257 | one{"{0} ച.മീ"} |
michael@0 | 1258 | other{"{0} ച.മീ"} |
michael@0 | 1259 | } |
michael@0 | 1260 | square-mile{ |
michael@0 | 1261 | one{"{0} ച.മൈ"} |
michael@0 | 1262 | other{"{0} ച.മൈ"} |
michael@0 | 1263 | } |
michael@0 | 1264 | } |
michael@0 | 1265 | compound{ |
michael@0 | 1266 | per{"{0}/{1}"} |
michael@0 | 1267 | } |
michael@0 | 1268 | duration{ |
michael@0 | 1269 | day{ |
michael@0 | 1270 | one{"{0} ദി"} |
michael@0 | 1271 | other{"{0} ദി"} |
michael@0 | 1272 | } |
michael@0 | 1273 | hour{ |
michael@0 | 1274 | one{"{0} മ"} |
michael@0 | 1275 | other{"{0} മ"} |
michael@0 | 1276 | } |
michael@0 | 1277 | millisecond{ |
michael@0 | 1278 | one{"{0} മിസെ"} |
michael@0 | 1279 | other{"{0} മിസെ"} |
michael@0 | 1280 | } |
michael@0 | 1281 | minute{ |
michael@0 | 1282 | one{"{0} മി"} |
michael@0 | 1283 | other{"{0} മി"} |
michael@0 | 1284 | } |
michael@0 | 1285 | month{ |
michael@0 | 1286 | one{"{0} മാ"} |
michael@0 | 1287 | other{"{0} മാ"} |
michael@0 | 1288 | } |
michael@0 | 1289 | second{ |
michael@0 | 1290 | one{"{0} സെ"} |
michael@0 | 1291 | other{"{0} സെ"} |
michael@0 | 1292 | } |
michael@0 | 1293 | week{ |
michael@0 | 1294 | one{"{0} ആ"} |
michael@0 | 1295 | other{"{0} ആ"} |
michael@0 | 1296 | } |
michael@0 | 1297 | year{ |
michael@0 | 1298 | one{"{0} വ"} |
michael@0 | 1299 | other{"{0} വ"} |
michael@0 | 1300 | } |
michael@0 | 1301 | } |
michael@0 | 1302 | length{ |
michael@0 | 1303 | centimeter{ |
michael@0 | 1304 | one{"{0} സെമി"} |
michael@0 | 1305 | other{"{0} സെമി"} |
michael@0 | 1306 | } |
michael@0 | 1307 | foot{ |
michael@0 | 1308 | one{"{0}′"} |
michael@0 | 1309 | other{"{0}′"} |
michael@0 | 1310 | } |
michael@0 | 1311 | inch{ |
michael@0 | 1312 | one{"{0}″"} |
michael@0 | 1313 | other{"{0}″"} |
michael@0 | 1314 | } |
michael@0 | 1315 | kilometer{ |
michael@0 | 1316 | one{"{0} കിമി"} |
michael@0 | 1317 | other{"{0} കിമി"} |
michael@0 | 1318 | } |
michael@0 | 1319 | light-year{ |
michael@0 | 1320 | one{"{0} പ്ര.വ"} |
michael@0 | 1321 | other{"{0} പ്ര.വ"} |
michael@0 | 1322 | } |
michael@0 | 1323 | meter{ |
michael@0 | 1324 | one{"{0} മീ"} |
michael@0 | 1325 | other{"{0} മീ"} |
michael@0 | 1326 | } |
michael@0 | 1327 | mile{ |
michael@0 | 1328 | one{"{0} മൈ"} |
michael@0 | 1329 | other{"{0} മൈ"} |
michael@0 | 1330 | } |
michael@0 | 1331 | millimeter{ |
michael@0 | 1332 | one{"{0} മിമീ"} |
michael@0 | 1333 | other{"{0} മിമീ"} |
michael@0 | 1334 | } |
michael@0 | 1335 | picometer{ |
michael@0 | 1336 | one{"{0} പൈ.മീ"} |
michael@0 | 1337 | other{"{0} പൈ.മീ"} |
michael@0 | 1338 | } |
michael@0 | 1339 | yard{ |
michael@0 | 1340 | one{"{0} യാ"} |
michael@0 | 1341 | other{"{0} യാ"} |
michael@0 | 1342 | } |
michael@0 | 1343 | } |
michael@0 | 1344 | mass{ |
michael@0 | 1345 | gram{ |
michael@0 | 1346 | one{"{0} ഗ്രാം"} |
michael@0 | 1347 | other{"{0} ഗ്രാം"} |
michael@0 | 1348 | } |
michael@0 | 1349 | ounce{ |
michael@0 | 1350 | one{"{0} ഔ"} |
michael@0 | 1351 | other{"{0} ഔ"} |
michael@0 | 1352 | } |
michael@0 | 1353 | pound{ |
michael@0 | 1354 | one{"{0} പൗ"} |
michael@0 | 1355 | other{"{0} പൗ"} |
michael@0 | 1356 | } |
michael@0 | 1357 | } |
michael@0 | 1358 | power{ |
michael@0 | 1359 | horsepower{ |
michael@0 | 1360 | one{"{0} hp"} |
michael@0 | 1361 | other{"{0} hp"} |
michael@0 | 1362 | } |
michael@0 | 1363 | kilowatt{ |
michael@0 | 1364 | one{"{0}kW"} |
michael@0 | 1365 | other{"{0}kW"} |
michael@0 | 1366 | } |
michael@0 | 1367 | watt{ |
michael@0 | 1368 | one{"{0} വാ"} |
michael@0 | 1369 | other{"{0} വാ"} |
michael@0 | 1370 | } |
michael@0 | 1371 | } |
michael@0 | 1372 | pressure{ |
michael@0 | 1373 | hectopascal{ |
michael@0 | 1374 | one{"{0} hPa"} |
michael@0 | 1375 | other{"{0} hPa"} |
michael@0 | 1376 | } |
michael@0 | 1377 | inch-hg{ |
michael@0 | 1378 | one{"{0}\u0022 Hg"} |
michael@0 | 1379 | other{"{0}\u0022 Hg"} |
michael@0 | 1380 | } |
michael@0 | 1381 | millibar{ |
michael@0 | 1382 | one{"{0} മിബാ"} |
michael@0 | 1383 | other{"{0} മിബാ"} |
michael@0 | 1384 | } |
michael@0 | 1385 | } |
michael@0 | 1386 | speed{ |
michael@0 | 1387 | kilometer-per-hour{ |
michael@0 | 1388 | one{"{0}കിമീ/മ"} |
michael@0 | 1389 | other{"{0}കിമീ/മ"} |
michael@0 | 1390 | } |
michael@0 | 1391 | meter-per-second{ |
michael@0 | 1392 | one{"{0} മീ/സെ"} |
michael@0 | 1393 | other{"{0} മീ/സെ"} |
michael@0 | 1394 | } |
michael@0 | 1395 | mile-per-hour{ |
michael@0 | 1396 | one{"{0} മൈ/മ"} |
michael@0 | 1397 | other{"{0} മൈ/മ"} |
michael@0 | 1398 | } |
michael@0 | 1399 | } |
michael@0 | 1400 | temperature{ |
michael@0 | 1401 | celsius{ |
michael@0 | 1402 | one{"{0}°സെ"} |
michael@0 | 1403 | other{"{0}°സെ"} |
michael@0 | 1404 | } |
michael@0 | 1405 | fahrenheit{ |
michael@0 | 1406 | one{"{0}°ഫാ"} |
michael@0 | 1407 | other{"{0}°ഫാ"} |
michael@0 | 1408 | } |
michael@0 | 1409 | } |
michael@0 | 1410 | volume{ |
michael@0 | 1411 | cubic-kilometer{ |
michael@0 | 1412 | one{"{0} കിമീ³"} |
michael@0 | 1413 | other{"{0} കിമീ³"} |
michael@0 | 1414 | } |
michael@0 | 1415 | cubic-mile{ |
michael@0 | 1416 | one{"{0} മൈ³"} |
michael@0 | 1417 | other{"{0} മൈ³"} |
michael@0 | 1418 | } |
michael@0 | 1419 | liter{ |
michael@0 | 1420 | one{"{0} ലി"} |
michael@0 | 1421 | other{"{0} ലി"} |
michael@0 | 1422 | } |
michael@0 | 1423 | } |
michael@0 | 1424 | } |
michael@0 | 1425 | unitsShort{ |
michael@0 | 1426 | acceleration{ |
michael@0 | 1427 | g-force{ |
michael@0 | 1428 | one{"{0} ജി"} |
michael@0 | 1429 | other{"{0} ജി"} |
michael@0 | 1430 | } |
michael@0 | 1431 | } |
michael@0 | 1432 | angle{ |
michael@0 | 1433 | arc-minute{ |
michael@0 | 1434 | one{"{0} മി"} |
michael@0 | 1435 | other{"{0} മി"} |
michael@0 | 1436 | } |
michael@0 | 1437 | arc-second{ |
michael@0 | 1438 | one{"{0} സെ"} |
michael@0 | 1439 | other{"{0} സെ"} |
michael@0 | 1440 | } |
michael@0 | 1441 | degree{ |
michael@0 | 1442 | one{"{0} ഡിഗ്രി"} |
michael@0 | 1443 | other{"{0} ഡിഗ്രി"} |
michael@0 | 1444 | } |
michael@0 | 1445 | } |
michael@0 | 1446 | area{ |
michael@0 | 1447 | acre{ |
michael@0 | 1448 | one{"{0} ഏക്ക"} |
michael@0 | 1449 | other{"{0} ഏക്ക"} |
michael@0 | 1450 | } |
michael@0 | 1451 | hectare{ |
michael@0 | 1452 | one{"{0} ഹെക്"} |
michael@0 | 1453 | other{"{0} ഹെക്"} |
michael@0 | 1454 | } |
michael@0 | 1455 | square-foot{ |
michael@0 | 1456 | one{"{0} ചതുര.അടി"} |
michael@0 | 1457 | other{"{0} ചതുര.അടി"} |
michael@0 | 1458 | } |
michael@0 | 1459 | square-kilometer{ |
michael@0 | 1460 | one{"{0} ചതു. കിമീ"} |
michael@0 | 1461 | other{"{0} ചതു.കിമീ"} |
michael@0 | 1462 | } |
michael@0 | 1463 | square-meter{ |
michael@0 | 1464 | one{"{0} ചതു.മീ"} |
michael@0 | 1465 | other{"{0} ചതു.മീ"} |
michael@0 | 1466 | } |
michael@0 | 1467 | square-mile{ |
michael@0 | 1468 | one{"{0} ചതു.മൈ"} |
michael@0 | 1469 | other{"{0} ചതു.മൈ"} |
michael@0 | 1470 | } |
michael@0 | 1471 | } |
michael@0 | 1472 | compound{ |
michael@0 | 1473 | per{"{0}/{1}"} |
michael@0 | 1474 | } |
michael@0 | 1475 | duration{ |
michael@0 | 1476 | day{ |
michael@0 | 1477 | one{"{0} ദിവസം"} |
michael@0 | 1478 | other{"{0} ദിവസം"} |
michael@0 | 1479 | } |
michael@0 | 1480 | hour{ |
michael@0 | 1481 | one{"{0} മണിക്കൂർ"} |
michael@0 | 1482 | other{"{0} മണിക്കൂർ"} |
michael@0 | 1483 | } |
michael@0 | 1484 | millisecond{ |
michael@0 | 1485 | one{"{0} മി.സെ"} |
michael@0 | 1486 | other{"{0} മി.സെ"} |
michael@0 | 1487 | } |
michael@0 | 1488 | minute{ |
michael@0 | 1489 | one{"{0} മിനിറ്റ്"} |
michael@0 | 1490 | other{"{0} മിനിറ്റ്"} |
michael@0 | 1491 | } |
michael@0 | 1492 | month{ |
michael@0 | 1493 | one{"{0} മാസം"} |
michael@0 | 1494 | other{"{0} മാസം"} |
michael@0 | 1495 | } |
michael@0 | 1496 | second{ |
michael@0 | 1497 | one{"{0} സെക്കൻറ്"} |
michael@0 | 1498 | other{"{0} സെക്കൻറ്"} |
michael@0 | 1499 | } |
michael@0 | 1500 | week{ |
michael@0 | 1501 | one{"{0} ആഴ്ച"} |
michael@0 | 1502 | other{"{0} ആഴ്ച"} |
michael@0 | 1503 | } |
michael@0 | 1504 | year{ |
michael@0 | 1505 | one{"{0} വർഷം"} |
michael@0 | 1506 | other{"{0} വർഷം"} |
michael@0 | 1507 | } |
michael@0 | 1508 | } |
michael@0 | 1509 | length{ |
michael@0 | 1510 | centimeter{ |
michael@0 | 1511 | one{"{0} സെമി"} |
michael@0 | 1512 | other{"{0} സെമി"} |
michael@0 | 1513 | } |
michael@0 | 1514 | foot{ |
michael@0 | 1515 | one{"{0} അടി"} |
michael@0 | 1516 | other{"{0} അടി"} |
michael@0 | 1517 | } |
michael@0 | 1518 | inch{ |
michael@0 | 1519 | one{"{0} ഇഞ്ച്"} |
michael@0 | 1520 | other{"{0} ഇഞ്ച്"} |
michael@0 | 1521 | } |
michael@0 | 1522 | kilometer{ |
michael@0 | 1523 | one{"{0} കിമി"} |
michael@0 | 1524 | other{"{0} കിമി"} |
michael@0 | 1525 | } |
michael@0 | 1526 | light-year{ |
michael@0 | 1527 | one{"{0} പ്രകാ.വർ"} |
michael@0 | 1528 | other{"{0} പ്രക.വർ"} |
michael@0 | 1529 | } |
michael@0 | 1530 | meter{ |
michael@0 | 1531 | one{"{0} മീ"} |
michael@0 | 1532 | other{"{0} മീ"} |
michael@0 | 1533 | } |
michael@0 | 1534 | mile{ |
michael@0 | 1535 | one{"{0} മൈൽ"} |
michael@0 | 1536 | other{"{0} മൈ"} |
michael@0 | 1537 | } |
michael@0 | 1538 | millimeter{ |
michael@0 | 1539 | one{"{0} മിമീ"} |
michael@0 | 1540 | other{"{0} മിമീ"} |
michael@0 | 1541 | } |
michael@0 | 1542 | picometer{ |
michael@0 | 1543 | one{"{0} പൈ.മീ"} |
michael@0 | 1544 | other{"{0} പൈ.മീ"} |
michael@0 | 1545 | } |
michael@0 | 1546 | yard{ |
michael@0 | 1547 | one{"{0} യാ"} |
michael@0 | 1548 | other{"{0} യാ"} |
michael@0 | 1549 | } |
michael@0 | 1550 | } |
michael@0 | 1551 | mass{ |
michael@0 | 1552 | gram{ |
michael@0 | 1553 | one{"{0} ഗ്രാം"} |
michael@0 | 1554 | other{"{0} ഗ്രാം"} |
michael@0 | 1555 | } |
michael@0 | 1556 | kilogram{ |
michael@0 | 1557 | one{"{0} കി.ഗ്രാം"} |
michael@0 | 1558 | other{"{0} kg"} |
michael@0 | 1559 | } |
michael@0 | 1560 | ounce{ |
michael@0 | 1561 | one{"{0} ഔ"} |
michael@0 | 1562 | other{"{0} ഔ"} |
michael@0 | 1563 | } |
michael@0 | 1564 | pound{ |
michael@0 | 1565 | one{"{0} പൗ"} |
michael@0 | 1566 | other{"{0} പൗ"} |
michael@0 | 1567 | } |
michael@0 | 1568 | } |
michael@0 | 1569 | power{ |
michael@0 | 1570 | horsepower{ |
michael@0 | 1571 | one{"{0} എച്ച്പി"} |
michael@0 | 1572 | other{"{0} എച്ച്പി"} |
michael@0 | 1573 | } |
michael@0 | 1574 | kilowatt{ |
michael@0 | 1575 | one{"{0} kW"} |
michael@0 | 1576 | other{"{0} kW"} |
michael@0 | 1577 | } |
michael@0 | 1578 | watt{ |
michael@0 | 1579 | one{"{0} വാ"} |
michael@0 | 1580 | other{"{0} വാ"} |
michael@0 | 1581 | } |
michael@0 | 1582 | } |
michael@0 | 1583 | pressure{ |
michael@0 | 1584 | hectopascal{ |
michael@0 | 1585 | one{"{0} hPa"} |
michael@0 | 1586 | other{"{0} hPa"} |
michael@0 | 1587 | } |
michael@0 | 1588 | inch-hg{ |
michael@0 | 1589 | one{"Hg ൽ {0}"} |
michael@0 | 1590 | other{"Hg ൽ {0}"} |
michael@0 | 1591 | } |
michael@0 | 1592 | millibar{ |
michael@0 | 1593 | one{"{0} മി.ബാ"} |
michael@0 | 1594 | other{"{0} മി.ബാ"} |
michael@0 | 1595 | } |
michael@0 | 1596 | } |
michael@0 | 1597 | speed{ |
michael@0 | 1598 | kilometer-per-hour{ |
michael@0 | 1599 | one{"{0} കിമീ/മ"} |
michael@0 | 1600 | other{"{0} കിമീ/മ"} |
michael@0 | 1601 | } |
michael@0 | 1602 | meter-per-second{ |
michael@0 | 1603 | one{"{0} മീ/സെ"} |
michael@0 | 1604 | other{"{0} മീ/സെ"} |
michael@0 | 1605 | } |
michael@0 | 1606 | mile-per-hour{ |
michael@0 | 1607 | one{"{0} മൈ/മ"} |
michael@0 | 1608 | other{"{0} മൈ/മ"} |
michael@0 | 1609 | } |
michael@0 | 1610 | } |
michael@0 | 1611 | temperature{ |
michael@0 | 1612 | celsius{ |
michael@0 | 1613 | one{"{0}°സെ"} |
michael@0 | 1614 | other{"{0}°സെ"} |
michael@0 | 1615 | } |
michael@0 | 1616 | fahrenheit{ |
michael@0 | 1617 | one{"{0}° ഫാ"} |
michael@0 | 1618 | other{"{0}°ഫാ"} |
michael@0 | 1619 | } |
michael@0 | 1620 | } |
michael@0 | 1621 | volume{ |
michael@0 | 1622 | cubic-kilometer{ |
michael@0 | 1623 | one{"{0} കി.മീ³"} |
michael@0 | 1624 | other{"{0} കി.മീ³"} |
michael@0 | 1625 | } |
michael@0 | 1626 | cubic-mile{ |
michael@0 | 1627 | one{"{0} മൈ³"} |
michael@0 | 1628 | other{"{0} മൈ³"} |
michael@0 | 1629 | } |
michael@0 | 1630 | liter{ |
michael@0 | 1631 | one{"{0} ലിറ്റ."} |
michael@0 | 1632 | other{"{0} ലിറ്റ."} |
michael@0 | 1633 | } |
michael@0 | 1634 | } |
michael@0 | 1635 | } |
michael@0 | 1636 | } |