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/km.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/km.xml |
michael@0 | 11 | */ |
michael@0 | 12 | km{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u17B4\u17B5\u200B ឝ ឞ]"} |
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 | "[\u17CC \u17CE \u17CF \u17D1 \u17D0 ៈ \u17CB \u17C9 \u17CA \u17CD ក ខ គ ឃ ង " |
michael@0 | 24 | "ច ឆ ជ ឈ ញ ដ ឋ ឌ ឍ ណ ត ថ ទ ធ ន ប ផ ព ភ ម យ រ ឫ ឬ ល ឭ ឮ វ ស ហ ឡ អ ឲ ឪ {អា} ឥ ឦ" |
michael@0 | 25 | " ឧ {ឧក} ឩ ឯ ឰ ឱ ឳ ា \u17B7 \u17B8 \u17B9 \u17BA \u17BB \u17BC \u17BD ើ ឿ ៀ េ" |
michael@0 | 26 | " ែ ៃ ោ ៅ \u17C6 ះ \u17D2]" |
michael@0 | 27 | } |
michael@0 | 28 | ExemplarCharactersPunctuation{"[\\- , ៖ ! ? . ។ ៕ ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\} ៙ ៚]"} |
michael@0 | 29 | LocaleScript{ |
michael@0 | 30 | "Khmr", |
michael@0 | 31 | } |
michael@0 | 32 | MoreInformation{"?"} |
michael@0 | 33 | NumberElements{ |
michael@0 | 34 | default{"latn"} |
michael@0 | 35 | latn{ |
michael@0 | 36 | miscPatterns{ |
michael@0 | 37 | atLeast{"{0}+"} |
michael@0 | 38 | range{"{0}–{1}"} |
michael@0 | 39 | } |
michael@0 | 40 | patterns{ |
michael@0 | 41 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 42 | currencyFormat{"¤#,##0.00"} |
michael@0 | 43 | decimalFormat{"#,##0.###"} |
michael@0 | 44 | percentFormat{"#,##0%"} |
michael@0 | 45 | scientificFormat{"#E0"} |
michael@0 | 46 | } |
michael@0 | 47 | patternsLong{ |
michael@0 | 48 | decimalFormat{ |
michael@0 | 49 | 1000{ |
michael@0 | 50 | other{"0ពាន់"} |
michael@0 | 51 | } |
michael@0 | 52 | 10000{ |
michael@0 | 53 | other{"0ម៉ឺន"} |
michael@0 | 54 | } |
michael@0 | 55 | 100000{ |
michael@0 | 56 | other{"0សែន"} |
michael@0 | 57 | } |
michael@0 | 58 | 1000000{ |
michael@0 | 59 | other{"0លាន"} |
michael@0 | 60 | } |
michael@0 | 61 | 10000000{ |
michael@0 | 62 | other{"00លាន"} |
michael@0 | 63 | } |
michael@0 | 64 | 100000000{ |
michael@0 | 65 | other{"000លាន"} |
michael@0 | 66 | } |
michael@0 | 67 | 1000000000{ |
michael@0 | 68 | other{"0ពាន់លាន"} |
michael@0 | 69 | } |
michael@0 | 70 | 10000000000{ |
michael@0 | 71 | other{"00ពាន់លាន"} |
michael@0 | 72 | } |
michael@0 | 73 | 100000000000{ |
michael@0 | 74 | other{"000ពាន់លាន"} |
michael@0 | 75 | } |
michael@0 | 76 | 1000000000000{ |
michael@0 | 77 | other{"0លានលាន"} |
michael@0 | 78 | } |
michael@0 | 79 | 10000000000000{ |
michael@0 | 80 | other{"00លានលាន"} |
michael@0 | 81 | } |
michael@0 | 82 | 100000000000000{ |
michael@0 | 83 | other{"000លានលាន"} |
michael@0 | 84 | } |
michael@0 | 85 | } |
michael@0 | 86 | } |
michael@0 | 87 | patternsShort{ |
michael@0 | 88 | decimalFormat{ |
michael@0 | 89 | 1000{ |
michael@0 | 90 | other{"0ព"} |
michael@0 | 91 | } |
michael@0 | 92 | 10000{ |
michael@0 | 93 | other{"0ម"} |
michael@0 | 94 | } |
michael@0 | 95 | 100000{ |
michael@0 | 96 | other{"0ស"} |
michael@0 | 97 | } |
michael@0 | 98 | 1000000{ |
michael@0 | 99 | other{"0ល"} |
michael@0 | 100 | } |
michael@0 | 101 | 10000000{ |
michael@0 | 102 | other{"00ល"} |
michael@0 | 103 | } |
michael@0 | 104 | 100000000{ |
michael@0 | 105 | other{"000ល"} |
michael@0 | 106 | } |
michael@0 | 107 | 1000000000{ |
michael@0 | 108 | other{"0ព'.'ល"} |
michael@0 | 109 | } |
michael@0 | 110 | 10000000000{ |
michael@0 | 111 | other{"00ព'.'ល"} |
michael@0 | 112 | } |
michael@0 | 113 | 100000000000{ |
michael@0 | 114 | other{"000ព'.'ល"} |
michael@0 | 115 | } |
michael@0 | 116 | 1000000000000{ |
michael@0 | 117 | other{"0ល'.'ល"} |
michael@0 | 118 | } |
michael@0 | 119 | 10000000000000{ |
michael@0 | 120 | other{"00ល'.'ល"} |
michael@0 | 121 | } |
michael@0 | 122 | 100000000000000{ |
michael@0 | 123 | other{"000ល'.'ល"} |
michael@0 | 124 | } |
michael@0 | 125 | } |
michael@0 | 126 | } |
michael@0 | 127 | symbols{ |
michael@0 | 128 | decimal{","} |
michael@0 | 129 | exponential{"E"} |
michael@0 | 130 | group{"."} |
michael@0 | 131 | infinity{"∞"} |
michael@0 | 132 | list{";"} |
michael@0 | 133 | minusSign{"-"} |
michael@0 | 134 | nan{"NaN"} |
michael@0 | 135 | perMille{"‰"} |
michael@0 | 136 | percentSign{"%"} |
michael@0 | 137 | plusSign{"+"} |
michael@0 | 138 | superscriptingExponent{"×"} |
michael@0 | 139 | } |
michael@0 | 140 | } |
michael@0 | 141 | native{"khmr"} |
michael@0 | 142 | } |
michael@0 | 143 | Version{"2.0.92.87"} |
michael@0 | 144 | calendar{ |
michael@0 | 145 | generic{ |
michael@0 | 146 | DateTimePatterns{ |
michael@0 | 147 | "h:mm:ss a zzzz", |
michael@0 | 148 | "h:mm:ss a z", |
michael@0 | 149 | "h:mm:ss a", |
michael@0 | 150 | "h:mm a", |
michael@0 | 151 | "EEEE, d MMMM y G", |
michael@0 | 152 | "d MMMM, y G", |
michael@0 | 153 | "d MMM y G", |
michael@0 | 154 | "d/M/y GGGGG", |
michael@0 | 155 | "{1}, {0}", |
michael@0 | 156 | "{1}, {0}", |
michael@0 | 157 | "{1}, {0}", |
michael@0 | 158 | "{1}, {0}", |
michael@0 | 159 | "{1}, {0}", |
michael@0 | 160 | } |
michael@0 | 161 | availableFormats{ |
michael@0 | 162 | Ed{"d E"} |
michael@0 | 163 | Gy{"y G"} |
michael@0 | 164 | GyMMM{"MMM y G"} |
michael@0 | 165 | GyMMMEd{"E, d MMM y G"} |
michael@0 | 166 | GyMMMd{"d MMM y G"} |
michael@0 | 167 | H{"HH"} |
michael@0 | 168 | Hm{"HH:mm"} |
michael@0 | 169 | Hms{"HH:mm:ss"} |
michael@0 | 170 | M{"L"} |
michael@0 | 171 | MEd{"E, d/M"} |
michael@0 | 172 | MMM{"LLL"} |
michael@0 | 173 | MMMEd{"E d MMM"} |
michael@0 | 174 | MMMd{"d MMM"} |
michael@0 | 175 | Md{"d/M"} |
michael@0 | 176 | d{"d"} |
michael@0 | 177 | h{"h a"} |
michael@0 | 178 | hm{"h:mm a"} |
michael@0 | 179 | hms{"h:mm:ss a"} |
michael@0 | 180 | ms{"mm:ss"} |
michael@0 | 181 | y{"y G"} |
michael@0 | 182 | yyyy{"y G"} |
michael@0 | 183 | yyyyM{"GGGGG M/y"} |
michael@0 | 184 | yyyyMEd{"E, d-M-y G"} |
michael@0 | 185 | yyyyMMM{"MMM y G"} |
michael@0 | 186 | yyyyMMMEd{"E, d MMM y G"} |
michael@0 | 187 | yyyyMMMd{"d MMM y G"} |
michael@0 | 188 | yyyyMd{"d-M-y G"} |
michael@0 | 189 | yyyyQQQ{"QQQ y G"} |
michael@0 | 190 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 191 | } |
michael@0 | 192 | intervalFormats{ |
michael@0 | 193 | H{ |
michael@0 | 194 | H{"H-H"} |
michael@0 | 195 | } |
michael@0 | 196 | Hm{ |
michael@0 | 197 | H{"H:mm-H:mm"} |
michael@0 | 198 | m{"H:mm-H:mm"} |
michael@0 | 199 | } |
michael@0 | 200 | Hmv{ |
michael@0 | 201 | H{"H:mm-H:mm v"} |
michael@0 | 202 | m{"H:mm-H:mm v"} |
michael@0 | 203 | } |
michael@0 | 204 | Hv{ |
michael@0 | 205 | H{"H-H v"} |
michael@0 | 206 | } |
michael@0 | 207 | M{ |
michael@0 | 208 | M{"M-M"} |
michael@0 | 209 | } |
michael@0 | 210 | MEd{ |
michael@0 | 211 | M{"E, d/M - E, d/M"} |
michael@0 | 212 | d{"E, d/M– E, d/M"} |
michael@0 | 213 | } |
michael@0 | 214 | MMM{ |
michael@0 | 215 | M{"MMM-MMM"} |
michael@0 | 216 | } |
michael@0 | 217 | MMMEd{ |
michael@0 | 218 | M{"E, d MMM - E, d MMM"} |
michael@0 | 219 | d{"E, d MMM - E, d MMM"} |
michael@0 | 220 | } |
michael@0 | 221 | MMMd{ |
michael@0 | 222 | M{"d MMM - d MMM"} |
michael@0 | 223 | d{"d-d MMM"} |
michael@0 | 224 | } |
michael@0 | 225 | Md{ |
michael@0 | 226 | M{"d/M - d/M"} |
michael@0 | 227 | d{"d/M– d/M"} |
michael@0 | 228 | } |
michael@0 | 229 | d{ |
michael@0 | 230 | d{"d-d"} |
michael@0 | 231 | } |
michael@0 | 232 | fallback{"{0} - {1}"} |
michael@0 | 233 | h{ |
michael@0 | 234 | a{"h a – h a"} |
michael@0 | 235 | h{"h-h a"} |
michael@0 | 236 | } |
michael@0 | 237 | hm{ |
michael@0 | 238 | a{"h:mm a – h:mm a"} |
michael@0 | 239 | h{"h:mm-h:mm a"} |
michael@0 | 240 | m{"h:mm-h:mm a"} |
michael@0 | 241 | } |
michael@0 | 242 | hmv{ |
michael@0 | 243 | a{"h:mm a – h:mm a v"} |
michael@0 | 244 | h{"h:mm-h:mm a v"} |
michael@0 | 245 | m{"h:mm-h:mm a v"} |
michael@0 | 246 | } |
michael@0 | 247 | hv{ |
michael@0 | 248 | a{"h a – h a v"} |
michael@0 | 249 | h{"h-h a v"} |
michael@0 | 250 | } |
michael@0 | 251 | y{ |
michael@0 | 252 | y{"y-y G"} |
michael@0 | 253 | } |
michael@0 | 254 | yM{ |
michael@0 | 255 | M{"M/y - M/y G"} |
michael@0 | 256 | y{"M/y - M/y G"} |
michael@0 | 257 | } |
michael@0 | 258 | yMEd{ |
michael@0 | 259 | M{"E, d/M/y - E, d/M/y G"} |
michael@0 | 260 | d{"E, d/M/y - E, d/M/y G"} |
michael@0 | 261 | y{"E, d/M/y - E, d/M/y G"} |
michael@0 | 262 | } |
michael@0 | 263 | yMMM{ |
michael@0 | 264 | M{"MM – MM-y G"} |
michael@0 | 265 | y{"MM-y – MM-y G"} |
michael@0 | 266 | } |
michael@0 | 267 | yMMMEd{ |
michael@0 | 268 | M{"E, dd MMM y - E, dd MMM y G"} |
michael@0 | 269 | d{"E, dd MMM y - E, dd MMM y G"} |
michael@0 | 270 | y{"E, dd-MM-y – E, dd MMM y G"} |
michael@0 | 271 | } |
michael@0 | 272 | yMMMM{ |
michael@0 | 273 | M{"MM – MM y G"} |
michael@0 | 274 | y{"MM-y – MM-y G"} |
michael@0 | 275 | } |
michael@0 | 276 | yMMMd{ |
michael@0 | 277 | M{"d MMM y – d MMM"} |
michael@0 | 278 | d{"d-d MMM y G"} |
michael@0 | 279 | y{"d MMM y - d MMM y G"} |
michael@0 | 280 | } |
michael@0 | 281 | yMd{ |
michael@0 | 282 | M{"d/M/y - d/M/y G"} |
michael@0 | 283 | d{"d/M/y - d/M/y G"} |
michael@0 | 284 | y{"d/M/y - d/M/y G"} |
michael@0 | 285 | } |
michael@0 | 286 | } |
michael@0 | 287 | } |
michael@0 | 288 | gregorian{ |
michael@0 | 289 | AmPmMarkers{ |
michael@0 | 290 | "ព្រឹក", |
michael@0 | 291 | "ល្ងាច", |
michael@0 | 292 | } |
michael@0 | 293 | DateTimePatterns{ |
michael@0 | 294 | "h:mm:ss a zzzz", |
michael@0 | 295 | "h:mm:ss a z", |
michael@0 | 296 | "h:mm:ss a", |
michael@0 | 297 | "h:mm a", |
michael@0 | 298 | "EEEE d MMMM y", |
michael@0 | 299 | "d MMMM y", |
michael@0 | 300 | "d MMM y", |
michael@0 | 301 | "d/M/y", |
michael@0 | 302 | "{1} {0}", |
michael@0 | 303 | "{1} {0}", |
michael@0 | 304 | "{1} {0}", |
michael@0 | 305 | "{1} {0}", |
michael@0 | 306 | "{1} {0}", |
michael@0 | 307 | } |
michael@0 | 308 | appendItems{ |
michael@0 | 309 | Timezone{"{0} {1}"} |
michael@0 | 310 | } |
michael@0 | 311 | availableFormats{ |
michael@0 | 312 | EHm{"E HH:mm"} |
michael@0 | 313 | EHms{"E HH:mm:ss"} |
michael@0 | 314 | Ed{"d E"} |
michael@0 | 315 | Ehm{"E h:mm a"} |
michael@0 | 316 | Ehms{"E h:mm:ss a"} |
michael@0 | 317 | Gy{"y នៃ G"} |
michael@0 | 318 | GyMMM{"MMM y នៃ G"} |
michael@0 | 319 | GyMMMEd{"E d MMM y នៃ G"} |
michael@0 | 320 | GyMMMd{"d MMM y នៃ G"} |
michael@0 | 321 | H{"HH"} |
michael@0 | 322 | Hm{"HH:mm"} |
michael@0 | 323 | Hms{"HH:mm:ss"} |
michael@0 | 324 | M{"L"} |
michael@0 | 325 | MEd{"E d MMM"} |
michael@0 | 326 | MMM{"LLL"} |
michael@0 | 327 | MMMEd{"E d MMM"} |
michael@0 | 328 | MMMd{"d MMM"} |
michael@0 | 329 | Md{"d-M"} |
michael@0 | 330 | d{"d"} |
michael@0 | 331 | h{"h a"} |
michael@0 | 332 | hm{"h:mm a"} |
michael@0 | 333 | hms{"h:mm:ss a"} |
michael@0 | 334 | ms{"mm:ss"} |
michael@0 | 335 | y{"y"} |
michael@0 | 336 | yM{"M-y"} |
michael@0 | 337 | yMEd{"E d-M-y"} |
michael@0 | 338 | yMMM{"MMM y"} |
michael@0 | 339 | yMMMEd{"E d MMM y"} |
michael@0 | 340 | yMMMd{"d MMM y"} |
michael@0 | 341 | yMd{"d-M-y"} |
michael@0 | 342 | yQQQ{"QQQ y"} |
michael@0 | 343 | yQQQQ{"QQQQ y"} |
michael@0 | 344 | } |
michael@0 | 345 | dayNames{ |
michael@0 | 346 | format{ |
michael@0 | 347 | abbreviated{ |
michael@0 | 348 | "អាទិត្យ", |
michael@0 | 349 | "ចន្ទ", |
michael@0 | 350 | "អង្គារ", |
michael@0 | 351 | "ពុធ", |
michael@0 | 352 | "ព្រហស្បតិ៍", |
michael@0 | 353 | "សុក្រ", |
michael@0 | 354 | "សៅរ៍", |
michael@0 | 355 | } |
michael@0 | 356 | narrow{ |
michael@0 | 357 | "1", |
michael@0 | 358 | "2", |
michael@0 | 359 | "3", |
michael@0 | 360 | "4", |
michael@0 | 361 | "5", |
michael@0 | 362 | "6", |
michael@0 | 363 | "7", |
michael@0 | 364 | } |
michael@0 | 365 | short{ |
michael@0 | 366 | "អាទិត្យ", |
michael@0 | 367 | "ចន្ទ", |
michael@0 | 368 | "អង្គារ", |
michael@0 | 369 | "ពុធ", |
michael@0 | 370 | "ព្រហស្បតិ៍", |
michael@0 | 371 | "សុក្រ", |
michael@0 | 372 | "សៅរ៍", |
michael@0 | 373 | } |
michael@0 | 374 | wide{ |
michael@0 | 375 | "អាទិត្យ", |
michael@0 | 376 | "ចន្ទ", |
michael@0 | 377 | "អង្គារ", |
michael@0 | 378 | "ពុធ", |
michael@0 | 379 | "ព្រហស្បតិ៍", |
michael@0 | 380 | "សុក្រ", |
michael@0 | 381 | "សៅរ៍", |
michael@0 | 382 | } |
michael@0 | 383 | } |
michael@0 | 384 | stand-alone{ |
michael@0 | 385 | abbreviated{ |
michael@0 | 386 | "អាទិត្យ", |
michael@0 | 387 | "ចន្ទ", |
michael@0 | 388 | "អង្គារ", |
michael@0 | 389 | "ពុធ", |
michael@0 | 390 | "ព្រហស្បតិ៍", |
michael@0 | 391 | "សុក្រ", |
michael@0 | 392 | "សៅរ៍", |
michael@0 | 393 | } |
michael@0 | 394 | narrow{ |
michael@0 | 395 | "1", |
michael@0 | 396 | "2", |
michael@0 | 397 | "3", |
michael@0 | 398 | "4", |
michael@0 | 399 | "5", |
michael@0 | 400 | "6", |
michael@0 | 401 | "7", |
michael@0 | 402 | } |
michael@0 | 403 | short{ |
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 | wide{ |
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 | } |
michael@0 | 422 | } |
michael@0 | 423 | eras{ |
michael@0 | 424 | abbreviated{ |
michael@0 | 425 | "មុន គ.ស.", |
michael@0 | 426 | "គ.ស.", |
michael@0 | 427 | } |
michael@0 | 428 | wide{ |
michael@0 | 429 | "មុនគ្រិស្តសករាជ", |
michael@0 | 430 | "គ្រិស្តសករាជ", |
michael@0 | 431 | } |
michael@0 | 432 | } |
michael@0 | 433 | intervalFormats{ |
michael@0 | 434 | H{ |
michael@0 | 435 | H{"H-H"} |
michael@0 | 436 | } |
michael@0 | 437 | Hm{ |
michael@0 | 438 | H{"H:mm-H:mm"} |
michael@0 | 439 | m{"HH:mm–HH:mm"} |
michael@0 | 440 | } |
michael@0 | 441 | Hmv{ |
michael@0 | 442 | H{"H:mm-H:mm v"} |
michael@0 | 443 | m{"HH:mm–HH:mm v"} |
michael@0 | 444 | } |
michael@0 | 445 | Hv{ |
michael@0 | 446 | H{"HH–HH v"} |
michael@0 | 447 | } |
michael@0 | 448 | M{ |
michael@0 | 449 | M{"M-M"} |
michael@0 | 450 | } |
michael@0 | 451 | MEd{ |
michael@0 | 452 | M{"E d/M - E d/M"} |
michael@0 | 453 | d{"E d/M– E d/M"} |
michael@0 | 454 | } |
michael@0 | 455 | MMM{ |
michael@0 | 456 | M{"MMM-MMM"} |
michael@0 | 457 | } |
michael@0 | 458 | MMMEd{ |
michael@0 | 459 | M{"E d MMM - E d MMM"} |
michael@0 | 460 | d{"E d MMM - E d MMM"} |
michael@0 | 461 | } |
michael@0 | 462 | MMMd{ |
michael@0 | 463 | M{"d MMM - d MMM"} |
michael@0 | 464 | d{"d-d MMM"} |
michael@0 | 465 | } |
michael@0 | 466 | Md{ |
michael@0 | 467 | M{"d/M - d/M"} |
michael@0 | 468 | d{"d/M– d/M"} |
michael@0 | 469 | } |
michael@0 | 470 | d{ |
michael@0 | 471 | d{"d-d"} |
michael@0 | 472 | } |
michael@0 | 473 | fallback{"{0} - {1}"} |
michael@0 | 474 | h{ |
michael@0 | 475 | a{"h a – h a"} |
michael@0 | 476 | h{"h-h a"} |
michael@0 | 477 | } |
michael@0 | 478 | hm{ |
michael@0 | 479 | a{"h:mm a – h:mm a"} |
michael@0 | 480 | h{"h:mm-h:mm a"} |
michael@0 | 481 | m{"h:mm-h:mm a"} |
michael@0 | 482 | } |
michael@0 | 483 | hmv{ |
michael@0 | 484 | a{"h:mm a – h:mm a v"} |
michael@0 | 485 | h{"h:mm-h:mm a v"} |
michael@0 | 486 | m{"h:mm-h:mm a v"} |
michael@0 | 487 | } |
michael@0 | 488 | hv{ |
michael@0 | 489 | a{"h a – h a v"} |
michael@0 | 490 | h{"h–h a v"} |
michael@0 | 491 | } |
michael@0 | 492 | y{ |
michael@0 | 493 | y{"y-y"} |
michael@0 | 494 | } |
michael@0 | 495 | yM{ |
michael@0 | 496 | M{"M/y - M/y"} |
michael@0 | 497 | y{"M/y - M/y"} |
michael@0 | 498 | } |
michael@0 | 499 | yMEd{ |
michael@0 | 500 | M{"E d/M/y - E d/M/y"} |
michael@0 | 501 | d{"E d/M/y - E d/M/y"} |
michael@0 | 502 | y{"E d/M/y - E d/M/y"} |
michael@0 | 503 | } |
michael@0 | 504 | yMMM{ |
michael@0 | 505 | M{"MMM–MMM y"} |
michael@0 | 506 | y{"MMM y – MMM y"} |
michael@0 | 507 | } |
michael@0 | 508 | yMMMEd{ |
michael@0 | 509 | M{"E dd MMM y - E dd MMM y"} |
michael@0 | 510 | d{"E dd MMM y - E dd MMM y"} |
michael@0 | 511 | y{"E dd-MM-y – E dd MMM y"} |
michael@0 | 512 | } |
michael@0 | 513 | yMMMM{ |
michael@0 | 514 | M{"MMMM – MMMM y"} |
michael@0 | 515 | y{"MMMM y – MMMM y"} |
michael@0 | 516 | } |
michael@0 | 517 | yMMMd{ |
michael@0 | 518 | M{"d MMM – d MMM y"} |
michael@0 | 519 | d{"d-d MMM y"} |
michael@0 | 520 | y{"d MMM y - d MMM y"} |
michael@0 | 521 | } |
michael@0 | 522 | yMd{ |
michael@0 | 523 | M{"d/M/y - d/M/y"} |
michael@0 | 524 | d{"d/M/y - d/M/y"} |
michael@0 | 525 | y{"d/M/y - d/M/y"} |
michael@0 | 526 | } |
michael@0 | 527 | } |
michael@0 | 528 | monthNames{ |
michael@0 | 529 | format{ |
michael@0 | 530 | abbreviated{ |
michael@0 | 531 | "មករា", |
michael@0 | 532 | "កុម្ភៈ", |
michael@0 | 533 | "មីនា", |
michael@0 | 534 | "មេសា", |
michael@0 | 535 | "ឧសភា", |
michael@0 | 536 | "មិថុនា", |
michael@0 | 537 | "កក្កដា", |
michael@0 | 538 | "សីហា", |
michael@0 | 539 | "កញ្ញា", |
michael@0 | 540 | "តុលា", |
michael@0 | 541 | "វិច្ឆិកា", |
michael@0 | 542 | "ធ្នូ", |
michael@0 | 543 | } |
michael@0 | 544 | narrow{ |
michael@0 | 545 | "1", |
michael@0 | 546 | "2", |
michael@0 | 547 | "3", |
michael@0 | 548 | "4", |
michael@0 | 549 | "5", |
michael@0 | 550 | "6", |
michael@0 | 551 | "7", |
michael@0 | 552 | "8", |
michael@0 | 553 | "9", |
michael@0 | 554 | "10", |
michael@0 | 555 | "11", |
michael@0 | 556 | "12", |
michael@0 | 557 | } |
michael@0 | 558 | wide{ |
michael@0 | 559 | "មករា", |
michael@0 | 560 | "កុម្ភៈ", |
michael@0 | 561 | "មីនា", |
michael@0 | 562 | "មេសា", |
michael@0 | 563 | "ឧសភា", |
michael@0 | 564 | "មិថុនា", |
michael@0 | 565 | "កក្កដា", |
michael@0 | 566 | "សីហា", |
michael@0 | 567 | "កញ្ញា", |
michael@0 | 568 | "តុលា", |
michael@0 | 569 | "វិច្ឆិកា", |
michael@0 | 570 | "ធ្នូ", |
michael@0 | 571 | } |
michael@0 | 572 | } |
michael@0 | 573 | stand-alone{ |
michael@0 | 574 | abbreviated{ |
michael@0 | 575 | "មករា", |
michael@0 | 576 | "កុម្ភៈ", |
michael@0 | 577 | "មីនា", |
michael@0 | 578 | "មេសា", |
michael@0 | 579 | "ឧសភា", |
michael@0 | 580 | "មិថុនា", |
michael@0 | 581 | "កក្កដា", |
michael@0 | 582 | "សីហា", |
michael@0 | 583 | "កញ្ញា", |
michael@0 | 584 | "តុលា", |
michael@0 | 585 | "វិច្ឆិកា", |
michael@0 | 586 | "ធ្នូ", |
michael@0 | 587 | } |
michael@0 | 588 | narrow{ |
michael@0 | 589 | "1", |
michael@0 | 590 | "2", |
michael@0 | 591 | "3", |
michael@0 | 592 | "4", |
michael@0 | 593 | "5", |
michael@0 | 594 | "6", |
michael@0 | 595 | "7", |
michael@0 | 596 | "8", |
michael@0 | 597 | "9", |
michael@0 | 598 | "10", |
michael@0 | 599 | "11", |
michael@0 | 600 | "12", |
michael@0 | 601 | } |
michael@0 | 602 | wide{ |
michael@0 | 603 | "មករា", |
michael@0 | 604 | "កុម្ភៈ", |
michael@0 | 605 | "មីនា", |
michael@0 | 606 | "មេសា", |
michael@0 | 607 | "ឧសភា", |
michael@0 | 608 | "មិថុនា", |
michael@0 | 609 | "កក្កដា", |
michael@0 | 610 | "សីហា", |
michael@0 | 611 | "កញ្ញា", |
michael@0 | 612 | "តុលា", |
michael@0 | 613 | "វិច្ឆិកា", |
michael@0 | 614 | "ធ្នូ", |
michael@0 | 615 | } |
michael@0 | 616 | } |
michael@0 | 617 | } |
michael@0 | 618 | quarters{ |
michael@0 | 619 | format{ |
michael@0 | 620 | abbreviated{ |
michael@0 | 621 | "ត្រីមាស ១", |
michael@0 | 622 | "ត្រីមាស ២", |
michael@0 | 623 | "ត្រីមាស ៣", |
michael@0 | 624 | "ត្រីមាស ៤", |
michael@0 | 625 | } |
michael@0 | 626 | narrow{ |
michael@0 | 627 | "១", |
michael@0 | 628 | "២", |
michael@0 | 629 | "៣", |
michael@0 | 630 | "៤", |
michael@0 | 631 | } |
michael@0 | 632 | wide{ |
michael@0 | 633 | "ត្រីមាសទី ១", |
michael@0 | 634 | "ត្រីមាសទី ២", |
michael@0 | 635 | "ត្រីមាសទី ៣", |
michael@0 | 636 | "ត្រីមាសទី ៤", |
michael@0 | 637 | } |
michael@0 | 638 | } |
michael@0 | 639 | stand-alone{ |
michael@0 | 640 | abbreviated{ |
michael@0 | 641 | "ត្រីមាស ១", |
michael@0 | 642 | "ត្រីមាស ២", |
michael@0 | 643 | "ត្រីមាស ៣", |
michael@0 | 644 | "ត្រីមាស ៤", |
michael@0 | 645 | } |
michael@0 | 646 | narrow{ |
michael@0 | 647 | "១", |
michael@0 | 648 | "២", |
michael@0 | 649 | "៣", |
michael@0 | 650 | "៤", |
michael@0 | 651 | } |
michael@0 | 652 | wide{ |
michael@0 | 653 | "ត្រីមាសទី ១", |
michael@0 | 654 | "ត្រីមាសទី ២", |
michael@0 | 655 | "ត្រីមាសទី ៣", |
michael@0 | 656 | "ត្រីមាសទី ៤", |
michael@0 | 657 | } |
michael@0 | 658 | } |
michael@0 | 659 | } |
michael@0 | 660 | } |
michael@0 | 661 | } |
michael@0 | 662 | delimiters{ |
michael@0 | 663 | alternateQuotationEnd{"’"} |
michael@0 | 664 | alternateQuotationStart{"‘"} |
michael@0 | 665 | quotationEnd{"”"} |
michael@0 | 666 | quotationStart{"“"} |
michael@0 | 667 | } |
michael@0 | 668 | durationUnits{ |
michael@0 | 669 | hm{"h:mm"} |
michael@0 | 670 | hms{"h:mm:ss"} |
michael@0 | 671 | ms{"m:ss"} |
michael@0 | 672 | } |
michael@0 | 673 | fields{ |
michael@0 | 674 | day{ |
michael@0 | 675 | dn{"ថ្ងៃ"} |
michael@0 | 676 | relative{ |
michael@0 | 677 | "-1"{"ម្សិលមិញ"} |
michael@0 | 678 | "-2"{"ម្សិលម៉្ងៃ"} |
michael@0 | 679 | "0"{"ថ្ងៃនេះ"} |
michael@0 | 680 | "1"{"ថ្ងៃស្អែក"} |
michael@0 | 681 | "2"{"ខានស្អែក"} |
michael@0 | 682 | } |
michael@0 | 683 | relativeTime{ |
michael@0 | 684 | future{ |
michael@0 | 685 | other{"ក្នុងរយៈពេល {0} ថ្ងៃ"} |
michael@0 | 686 | } |
michael@0 | 687 | past{ |
michael@0 | 688 | other{"{0} ថ្ងៃមុន"} |
michael@0 | 689 | } |
michael@0 | 690 | } |
michael@0 | 691 | } |
michael@0 | 692 | dayperiod{ |
michael@0 | 693 | dn{"ព្រឹក/ល្ងាច"} |
michael@0 | 694 | } |
michael@0 | 695 | era{ |
michael@0 | 696 | dn{"សករាជ"} |
michael@0 | 697 | } |
michael@0 | 698 | fri{ |
michael@0 | 699 | relative{ |
michael@0 | 700 | "-1"{"ថ្ងៃសុក្រមុន"} |
michael@0 | 701 | "0"{"ថ្ងៃសុក្រនេះ"} |
michael@0 | 702 | "1"{"ថ្ងៃសុក្រក្រោយ"} |
michael@0 | 703 | } |
michael@0 | 704 | } |
michael@0 | 705 | hour{ |
michael@0 | 706 | dn{"ម៉ោង"} |
michael@0 | 707 | relativeTime{ |
michael@0 | 708 | future{ |
michael@0 | 709 | other{"ក្នុងរយៈពេល {0} ម៉ោង"} |
michael@0 | 710 | } |
michael@0 | 711 | past{ |
michael@0 | 712 | other{"{0} ម៉ោងមុន"} |
michael@0 | 713 | } |
michael@0 | 714 | } |
michael@0 | 715 | } |
michael@0 | 716 | minute{ |
michael@0 | 717 | dn{"នាទី"} |
michael@0 | 718 | relativeTime{ |
michael@0 | 719 | future{ |
michael@0 | 720 | other{"ក្នុងរយៈពេល {0} នាទី"} |
michael@0 | 721 | } |
michael@0 | 722 | past{ |
michael@0 | 723 | other{"{0} នាទីមុន"} |
michael@0 | 724 | } |
michael@0 | 725 | } |
michael@0 | 726 | } |
michael@0 | 727 | mon{ |
michael@0 | 728 | relative{ |
michael@0 | 729 | "-1"{"ថ្ងៃច័ន្ទមុន"} |
michael@0 | 730 | "0"{"ថ្ងៃច័ន្ទនេះ"} |
michael@0 | 731 | "1"{"ថ្ងៃច័ន្ទក្រោយ"} |
michael@0 | 732 | } |
michael@0 | 733 | } |
michael@0 | 734 | month{ |
michael@0 | 735 | dn{"ខែ"} |
michael@0 | 736 | relative{ |
michael@0 | 737 | "-1"{"ខែមុន"} |
michael@0 | 738 | "0"{"ខែនេះ"} |
michael@0 | 739 | "1"{"ខែក្រោយ"} |
michael@0 | 740 | } |
michael@0 | 741 | relativeTime{ |
michael@0 | 742 | future{ |
michael@0 | 743 | other{"ក្នុងរយៈពេល {0} ខែ"} |
michael@0 | 744 | } |
michael@0 | 745 | past{ |
michael@0 | 746 | other{"{0} ខែមុន"} |
michael@0 | 747 | } |
michael@0 | 748 | } |
michael@0 | 749 | } |
michael@0 | 750 | sat{ |
michael@0 | 751 | relative{ |
michael@0 | 752 | "-1"{"ថ្ងៃសៅរ៍មុន"} |
michael@0 | 753 | "0"{"ថ្ងៃសៅរ៍នេះ"} |
michael@0 | 754 | "1"{"ថ្ងៃសៅរ៍ក្រោយ"} |
michael@0 | 755 | } |
michael@0 | 756 | } |
michael@0 | 757 | second{ |
michael@0 | 758 | dn{"វិនាទី"} |
michael@0 | 759 | relative{ |
michael@0 | 760 | "0"{"ឥឡូវ"} |
michael@0 | 761 | } |
michael@0 | 762 | relativeTime{ |
michael@0 | 763 | future{ |
michael@0 | 764 | other{"ក្នុងរយៈពេល {0} វិនាទី"} |
michael@0 | 765 | } |
michael@0 | 766 | past{ |
michael@0 | 767 | other{"{0} វិនាទីមុន"} |
michael@0 | 768 | } |
michael@0 | 769 | } |
michael@0 | 770 | } |
michael@0 | 771 | sun{ |
michael@0 | 772 | relative{ |
michael@0 | 773 | "-1"{"ថ្ងៃអាទិត្យមុន"} |
michael@0 | 774 | "0"{"ថ្ងៃអាទិត្យនេះ"} |
michael@0 | 775 | "1"{"ថ្ងៃអាទិត្យក្រោយ"} |
michael@0 | 776 | } |
michael@0 | 777 | } |
michael@0 | 778 | thu{ |
michael@0 | 779 | relative{ |
michael@0 | 780 | "-1"{"ថ្ងៃព្រហស្បតិ៍មុន"} |
michael@0 | 781 | "0"{"ថ្ងៃព្រហស្បតិ៍នេះ"} |
michael@0 | 782 | "1"{"ថ្ងៃព្រហស្បតិ៍ក្រោយ"} |
michael@0 | 783 | } |
michael@0 | 784 | } |
michael@0 | 785 | tue{ |
michael@0 | 786 | relative{ |
michael@0 | 787 | "-1"{"ថ្ងៃអង្គារមុន"} |
michael@0 | 788 | "0"{"ថ្ងៃអង្គារនេះ"} |
michael@0 | 789 | "1"{"ថ្ងៃអង្គារក្រោយ"} |
michael@0 | 790 | } |
michael@0 | 791 | } |
michael@0 | 792 | wed{ |
michael@0 | 793 | relative{ |
michael@0 | 794 | "-1"{"ថ្ងៃពុធមុន"} |
michael@0 | 795 | "0"{"ថ្ងៃពុធនេះ"} |
michael@0 | 796 | "1"{"ថ្ងៃពុធក្រោយ"} |
michael@0 | 797 | } |
michael@0 | 798 | } |
michael@0 | 799 | week{ |
michael@0 | 800 | dn{"សប្ដាហ៍"} |
michael@0 | 801 | relative{ |
michael@0 | 802 | "-1"{"សប្ដាហ៍មុន"} |
michael@0 | 803 | "0"{"សប្ដាហ៍នេះ"} |
michael@0 | 804 | "1"{"សប្ដាហ៍ក្រោយ"} |
michael@0 | 805 | } |
michael@0 | 806 | relativeTime{ |
michael@0 | 807 | future{ |
michael@0 | 808 | other{"ក្នុងរយៈពេល {0} សប្ដាហ៍"} |
michael@0 | 809 | } |
michael@0 | 810 | past{ |
michael@0 | 811 | other{"{0} សប្ដាហ៍មុន"} |
michael@0 | 812 | } |
michael@0 | 813 | } |
michael@0 | 814 | } |
michael@0 | 815 | weekday{ |
michael@0 | 816 | dn{"ថ្ងៃនៃសប្ដាហ៍"} |
michael@0 | 817 | } |
michael@0 | 818 | year{ |
michael@0 | 819 | dn{"ឆ្នាំ"} |
michael@0 | 820 | relative{ |
michael@0 | 821 | "-1"{"ឆ្នាំមុន"} |
michael@0 | 822 | "0"{"ឆ្នាំនេះ"} |
michael@0 | 823 | "1"{"ឆ្នាំក្រោយ"} |
michael@0 | 824 | } |
michael@0 | 825 | relativeTime{ |
michael@0 | 826 | future{ |
michael@0 | 827 | other{"ក្នុងរយៈពេល {0} ឆ្នាំ"} |
michael@0 | 828 | } |
michael@0 | 829 | past{ |
michael@0 | 830 | other{"{0} ឆ្នាំមុន"} |
michael@0 | 831 | } |
michael@0 | 832 | } |
michael@0 | 833 | } |
michael@0 | 834 | zone{ |
michael@0 | 835 | dn{"តំបន់ពេលវេលា"} |
michael@0 | 836 | } |
michael@0 | 837 | } |
michael@0 | 838 | listPattern{ |
michael@0 | 839 | standard{ |
michael@0 | 840 | 2{"{0} និង {1}"} |
michael@0 | 841 | end{"{0}, {1}"} |
michael@0 | 842 | middle{"{0}, {1}"} |
michael@0 | 843 | start{"{0}, {1}"} |
michael@0 | 844 | } |
michael@0 | 845 | unit{ |
michael@0 | 846 | 2{"{0} និង {1}"} |
michael@0 | 847 | end{"{0} និង {1}"} |
michael@0 | 848 | middle{"{0} {1}"} |
michael@0 | 849 | start{"{0} {1}"} |
michael@0 | 850 | } |
michael@0 | 851 | unit-narrow{ |
michael@0 | 852 | 2{"{0} {1}"} |
michael@0 | 853 | end{"{0} {1}"} |
michael@0 | 854 | middle{"{0} {1}"} |
michael@0 | 855 | start{"{0} {1}"} |
michael@0 | 856 | } |
michael@0 | 857 | unit-short{ |
michael@0 | 858 | 2{"{0} {1}"} |
michael@0 | 859 | end{"{0} {1}"} |
michael@0 | 860 | middle{"{0} {1}"} |
michael@0 | 861 | start{"{0} {1}"} |
michael@0 | 862 | } |
michael@0 | 863 | } |
michael@0 | 864 | measurementSystemNames{ |
michael@0 | 865 | UK{"ចក្រភពអង់គ្លេស"} |
michael@0 | 866 | US{"សហរដ្ឋអាមេរិក"} |
michael@0 | 867 | metric{"ម៉ែត្រ"} |
michael@0 | 868 | } |
michael@0 | 869 | units{ |
michael@0 | 870 | acceleration{ |
michael@0 | 871 | g-force{ |
michael@0 | 872 | other{"{0} កម្លាំងទំនាញ"} |
michael@0 | 873 | } |
michael@0 | 874 | } |
michael@0 | 875 | angle{ |
michael@0 | 876 | arc-minute{ |
michael@0 | 877 | other{"{0} នាទី"} |
michael@0 | 878 | } |
michael@0 | 879 | arc-second{ |
michael@0 | 880 | other{"{0} វិនាទី"} |
michael@0 | 881 | } |
michael@0 | 882 | degree{ |
michael@0 | 883 | other{"{0} ដឺក្រេ"} |
michael@0 | 884 | } |
michael@0 | 885 | } |
michael@0 | 886 | area{ |
michael@0 | 887 | acre{ |
michael@0 | 888 | other{"{0} អា"} |
michael@0 | 889 | } |
michael@0 | 890 | hectare{ |
michael@0 | 891 | other{"{0} ហិកតា"} |
michael@0 | 892 | } |
michael@0 | 893 | square-foot{ |
michael@0 | 894 | other{"{0} ហ្វីតការ៉េ"} |
michael@0 | 895 | } |
michael@0 | 896 | square-kilometer{ |
michael@0 | 897 | other{"{0} គីឡូម៉ែត្រការ៉េ"} |
michael@0 | 898 | } |
michael@0 | 899 | square-meter{ |
michael@0 | 900 | other{"{0} ម៉ែត្រការ៉េ"} |
michael@0 | 901 | } |
michael@0 | 902 | square-mile{ |
michael@0 | 903 | other{"{0} ម៉ាយល៍ការ៉េ"} |
michael@0 | 904 | } |
michael@0 | 905 | } |
michael@0 | 906 | compound{ |
michael@0 | 907 | per{"{0}ក្នុងមួយ{1}"} |
michael@0 | 908 | } |
michael@0 | 909 | duration{ |
michael@0 | 910 | day{ |
michael@0 | 911 | other{"{0} ថ្ងៃ"} |
michael@0 | 912 | } |
michael@0 | 913 | hour{ |
michael@0 | 914 | other{"{0} ម៉ោង"} |
michael@0 | 915 | } |
michael@0 | 916 | millisecond{ |
michael@0 | 917 | other{"{0} មិល្លីវិនាទី"} |
michael@0 | 918 | } |
michael@0 | 919 | minute{ |
michael@0 | 920 | other{"{0} នាទី"} |
michael@0 | 921 | } |
michael@0 | 922 | month{ |
michael@0 | 923 | other{"{0} ខែ"} |
michael@0 | 924 | } |
michael@0 | 925 | second{ |
michael@0 | 926 | other{"{0} វិនាទី"} |
michael@0 | 927 | } |
michael@0 | 928 | week{ |
michael@0 | 929 | other{"{0} សប្ដាហ៍"} |
michael@0 | 930 | } |
michael@0 | 931 | year{ |
michael@0 | 932 | other{"{0} ឆ្នាំ"} |
michael@0 | 933 | } |
michael@0 | 934 | } |
michael@0 | 935 | length{ |
michael@0 | 936 | centimeter{ |
michael@0 | 937 | other{"{0} សង់ទីម៉ែត្រ"} |
michael@0 | 938 | } |
michael@0 | 939 | foot{ |
michael@0 | 940 | other{"{0} ហ្វីត"} |
michael@0 | 941 | } |
michael@0 | 942 | inch{ |
michael@0 | 943 | other{"{0} អ៊ិន្ឈ៍"} |
michael@0 | 944 | } |
michael@0 | 945 | kilometer{ |
michael@0 | 946 | other{"{0} គីឡូម៉ែត្រ"} |
michael@0 | 947 | } |
michael@0 | 948 | light-year{ |
michael@0 | 949 | other{"{0} ឆ្នាំពន្លឺ"} |
michael@0 | 950 | } |
michael@0 | 951 | meter{ |
michael@0 | 952 | other{"{0} ម៉ែត្រ"} |
michael@0 | 953 | } |
michael@0 | 954 | mile{ |
michael@0 | 955 | other{"{0} ម៉ាយល៍"} |
michael@0 | 956 | } |
michael@0 | 957 | millimeter{ |
michael@0 | 958 | other{"{0} មិល្លីម៉ែត្រ"} |
michael@0 | 959 | } |
michael@0 | 960 | picometer{ |
michael@0 | 961 | other{"{0} ពីកូម៉ែត្រ"} |
michael@0 | 962 | } |
michael@0 | 963 | yard{ |
michael@0 | 964 | other{"{0} យ៉ាត"} |
michael@0 | 965 | } |
michael@0 | 966 | } |
michael@0 | 967 | mass{ |
michael@0 | 968 | gram{ |
michael@0 | 969 | other{"{0} ក្រាម"} |
michael@0 | 970 | } |
michael@0 | 971 | kilogram{ |
michael@0 | 972 | other{"{0} គីឡូក្រាម"} |
michael@0 | 973 | } |
michael@0 | 974 | ounce{ |
michael@0 | 975 | other{"{0} អោនស៍"} |
michael@0 | 976 | } |
michael@0 | 977 | pound{ |
michael@0 | 978 | other{"{0} ផោន"} |
michael@0 | 979 | } |
michael@0 | 980 | } |
michael@0 | 981 | power{ |
michael@0 | 982 | horsepower{ |
michael@0 | 983 | other{"{0} សេះ"} |
michael@0 | 984 | } |
michael@0 | 985 | kilowatt{ |
michael@0 | 986 | other{"{0} គីឡូវ៉ាត់"} |
michael@0 | 987 | } |
michael@0 | 988 | watt{ |
michael@0 | 989 | other{"{0} វ៉ាត់"} |
michael@0 | 990 | } |
michael@0 | 991 | } |
michael@0 | 992 | pressure{ |
michael@0 | 993 | hectopascal{ |
michael@0 | 994 | other{"{0} ហិចតូប៉ាស្កាល់"} |
michael@0 | 995 | } |
michael@0 | 996 | inch-hg{ |
michael@0 | 997 | other{"{0} inHg"} |
michael@0 | 998 | } |
michael@0 | 999 | millibar{ |
michael@0 | 1000 | other{"{0} មិល្លីបារ"} |
michael@0 | 1001 | } |
michael@0 | 1002 | } |
michael@0 | 1003 | speed{ |
michael@0 | 1004 | kilometer-per-hour{ |
michael@0 | 1005 | other{"{0} គីឡូម៉ែត្រក្នុងមួយម៉ោង"} |
michael@0 | 1006 | } |
michael@0 | 1007 | meter-per-second{ |
michael@0 | 1008 | other{"{0} ម៉ែត្រក្នុងមួយវិនាទី"} |
michael@0 | 1009 | } |
michael@0 | 1010 | mile-per-hour{ |
michael@0 | 1011 | other{"{0} ម៉ាយល៍ក្នុងមួយម៉ោង"} |
michael@0 | 1012 | } |
michael@0 | 1013 | } |
michael@0 | 1014 | temperature{ |
michael@0 | 1015 | celsius{ |
michael@0 | 1016 | other{"{0}ដឺក្រេសែលស៊ីស"} |
michael@0 | 1017 | } |
michael@0 | 1018 | fahrenheit{ |
michael@0 | 1019 | other{"{0}ដឺក្រេហ្វារិនហៃ"} |
michael@0 | 1020 | } |
michael@0 | 1021 | } |
michael@0 | 1022 | volume{ |
michael@0 | 1023 | cubic-kilometer{ |
michael@0 | 1024 | other{"{0} គីឡូម៉ែត្រគីប"} |
michael@0 | 1025 | } |
michael@0 | 1026 | cubic-mile{ |
michael@0 | 1027 | other{"{0} ម៉ាយល៍គីប"} |
michael@0 | 1028 | } |
michael@0 | 1029 | liter{ |
michael@0 | 1030 | other{"{0} លីត្រ"} |
michael@0 | 1031 | } |
michael@0 | 1032 | } |
michael@0 | 1033 | } |
michael@0 | 1034 | unitsNarrow{ |
michael@0 | 1035 | acceleration{ |
michael@0 | 1036 | g-force{ |
michael@0 | 1037 | other{"{0} ក.ទ."} |
michael@0 | 1038 | } |
michael@0 | 1039 | } |
michael@0 | 1040 | angle{ |
michael@0 | 1041 | arc-minute{ |
michael@0 | 1042 | other{"{0}′"} |
michael@0 | 1043 | } |
michael@0 | 1044 | arc-second{ |
michael@0 | 1045 | other{"{0}″"} |
michael@0 | 1046 | } |
michael@0 | 1047 | degree{ |
michael@0 | 1048 | other{"{0}°"} |
michael@0 | 1049 | } |
michael@0 | 1050 | } |
michael@0 | 1051 | area{ |
michael@0 | 1052 | acre{ |
michael@0 | 1053 | other{"{0} អា"} |
michael@0 | 1054 | } |
michael@0 | 1055 | hectare{ |
michael@0 | 1056 | other{"{0} ហ."} |
michael@0 | 1057 | } |
michael@0 | 1058 | square-foot{ |
michael@0 | 1059 | other{"{0} ហ្វ²."} |
michael@0 | 1060 | } |
michael@0 | 1061 | square-kilometer{ |
michael@0 | 1062 | other{"{0} គ.ម²."} |
michael@0 | 1063 | } |
michael@0 | 1064 | square-meter{ |
michael@0 | 1065 | other{"{0} ម²."} |
michael@0 | 1066 | } |
michael@0 | 1067 | square-mile{ |
michael@0 | 1068 | other{"{0} ម៉²."} |
michael@0 | 1069 | } |
michael@0 | 1070 | } |
michael@0 | 1071 | compound{ |
michael@0 | 1072 | per{"{0}/{1}"} |
michael@0 | 1073 | } |
michael@0 | 1074 | duration{ |
michael@0 | 1075 | day{ |
michael@0 | 1076 | other{"{0} ថ្ងៃ"} |
michael@0 | 1077 | } |
michael@0 | 1078 | hour{ |
michael@0 | 1079 | other{"{0} ម៉."} |
michael@0 | 1080 | } |
michael@0 | 1081 | millisecond{ |
michael@0 | 1082 | other{"{0} មិ.វិ."} |
michael@0 | 1083 | } |
michael@0 | 1084 | minute{ |
michael@0 | 1085 | other{"{0} ន."} |
michael@0 | 1086 | } |
michael@0 | 1087 | month{ |
michael@0 | 1088 | other{"{0} ខែ"} |
michael@0 | 1089 | } |
michael@0 | 1090 | second{ |
michael@0 | 1091 | other{"{0} វិ."} |
michael@0 | 1092 | } |
michael@0 | 1093 | week{ |
michael@0 | 1094 | other{"{0} សប្ដាហ៍"} |
michael@0 | 1095 | } |
michael@0 | 1096 | year{ |
michael@0 | 1097 | other{"{0} ឆ្នាំ"} |
michael@0 | 1098 | } |
michael@0 | 1099 | } |
michael@0 | 1100 | length{ |
michael@0 | 1101 | centimeter{ |
michael@0 | 1102 | other{"{0} ស.ម."} |
michael@0 | 1103 | } |
michael@0 | 1104 | foot{ |
michael@0 | 1105 | other{"{0}′"} |
michael@0 | 1106 | } |
michael@0 | 1107 | inch{ |
michael@0 | 1108 | other{"{0}″"} |
michael@0 | 1109 | } |
michael@0 | 1110 | kilometer{ |
michael@0 | 1111 | other{"{0} គ.ម"} |
michael@0 | 1112 | } |
michael@0 | 1113 | light-year{ |
michael@0 | 1114 | other{"{0} ឆ្នាំពន្លឺ"} |
michael@0 | 1115 | } |
michael@0 | 1116 | meter{ |
michael@0 | 1117 | other{"{0} ម."} |
michael@0 | 1118 | } |
michael@0 | 1119 | mile{ |
michael@0 | 1120 | other{"{0} ម៉."} |
michael@0 | 1121 | } |
michael@0 | 1122 | millimeter{ |
michael@0 | 1123 | other{"{0} ម.ម."} |
michael@0 | 1124 | } |
michael@0 | 1125 | picometer{ |
michael@0 | 1126 | other{"{0} ព.ម."} |
michael@0 | 1127 | } |
michael@0 | 1128 | yard{ |
michael@0 | 1129 | other{"{0} យ៉."} |
michael@0 | 1130 | } |
michael@0 | 1131 | } |
michael@0 | 1132 | mass{ |
michael@0 | 1133 | gram{ |
michael@0 | 1134 | other{"{0} ក."} |
michael@0 | 1135 | } |
michael@0 | 1136 | kilogram{ |
michael@0 | 1137 | other{"{0} គ.ក."} |
michael@0 | 1138 | } |
michael@0 | 1139 | ounce{ |
michael@0 | 1140 | other{"{0} អ."} |
michael@0 | 1141 | } |
michael@0 | 1142 | pound{ |
michael@0 | 1143 | other{"{0}#"} |
michael@0 | 1144 | } |
michael@0 | 1145 | } |
michael@0 | 1146 | power{ |
michael@0 | 1147 | horsepower{ |
michael@0 | 1148 | other{"{0} សេះ"} |
michael@0 | 1149 | } |
michael@0 | 1150 | kilowatt{ |
michael@0 | 1151 | other{"{0} គ.វ."} |
michael@0 | 1152 | } |
michael@0 | 1153 | watt{ |
michael@0 | 1154 | other{"{0} វ."} |
michael@0 | 1155 | } |
michael@0 | 1156 | } |
michael@0 | 1157 | pressure{ |
michael@0 | 1158 | hectopascal{ |
michael@0 | 1159 | other{"{0} hPa"} |
michael@0 | 1160 | } |
michael@0 | 1161 | inch-hg{ |
michael@0 | 1162 | other{"{0}\u0022 Hg"} |
michael@0 | 1163 | } |
michael@0 | 1164 | millibar{ |
michael@0 | 1165 | other{"{0} ម.ប."} |
michael@0 | 1166 | } |
michael@0 | 1167 | } |
michael@0 | 1168 | speed{ |
michael@0 | 1169 | kilometer-per-hour{ |
michael@0 | 1170 | other{"{0} គ.ម./ម៉"} |
michael@0 | 1171 | } |
michael@0 | 1172 | meter-per-second{ |
michael@0 | 1173 | other{"{0} ម./វិ."} |
michael@0 | 1174 | } |
michael@0 | 1175 | mile-per-hour{ |
michael@0 | 1176 | other{"{0} ម៉./ម៉"} |
michael@0 | 1177 | } |
michael@0 | 1178 | } |
michael@0 | 1179 | temperature{ |
michael@0 | 1180 | celsius{ |
michael@0 | 1181 | other{"{0}°"} |
michael@0 | 1182 | } |
michael@0 | 1183 | fahrenheit{ |
michael@0 | 1184 | other{"{0}°F"} |
michael@0 | 1185 | } |
michael@0 | 1186 | } |
michael@0 | 1187 | volume{ |
michael@0 | 1188 | cubic-kilometer{ |
michael@0 | 1189 | other{"{0} គ.ម³."} |
michael@0 | 1190 | } |
michael@0 | 1191 | cubic-mile{ |
michael@0 | 1192 | other{"{0} ម៉³."} |
michael@0 | 1193 | } |
michael@0 | 1194 | liter{ |
michael@0 | 1195 | other{"{0} ល."} |
michael@0 | 1196 | } |
michael@0 | 1197 | } |
michael@0 | 1198 | } |
michael@0 | 1199 | unitsShort{ |
michael@0 | 1200 | acceleration{ |
michael@0 | 1201 | g-force{ |
michael@0 | 1202 | other{"{0} ក.ទ."} |
michael@0 | 1203 | } |
michael@0 | 1204 | } |
michael@0 | 1205 | angle{ |
michael@0 | 1206 | arc-minute{ |
michael@0 | 1207 | other{"{0} ន."} |
michael@0 | 1208 | } |
michael@0 | 1209 | arc-second{ |
michael@0 | 1210 | other{"{0} វិ."} |
michael@0 | 1211 | } |
michael@0 | 1212 | degree{ |
michael@0 | 1213 | other{"{0}°"} |
michael@0 | 1214 | } |
michael@0 | 1215 | } |
michael@0 | 1216 | area{ |
michael@0 | 1217 | acre{ |
michael@0 | 1218 | other{"{0} អា"} |
michael@0 | 1219 | } |
michael@0 | 1220 | hectare{ |
michael@0 | 1221 | other{"{0} ហ."} |
michael@0 | 1222 | } |
michael@0 | 1223 | square-foot{ |
michael@0 | 1224 | other{"{0} ហ្វ²."} |
michael@0 | 1225 | } |
michael@0 | 1226 | square-kilometer{ |
michael@0 | 1227 | other{"{0} គ.ម²."} |
michael@0 | 1228 | } |
michael@0 | 1229 | square-meter{ |
michael@0 | 1230 | other{"{0} ម²."} |
michael@0 | 1231 | } |
michael@0 | 1232 | square-mile{ |
michael@0 | 1233 | other{"{0} ម៉²."} |
michael@0 | 1234 | } |
michael@0 | 1235 | } |
michael@0 | 1236 | compound{ |
michael@0 | 1237 | per{"{0}/{1}"} |
michael@0 | 1238 | } |
michael@0 | 1239 | duration{ |
michael@0 | 1240 | day{ |
michael@0 | 1241 | other{"{0} ថ្ងៃ"} |
michael@0 | 1242 | } |
michael@0 | 1243 | hour{ |
michael@0 | 1244 | other{"{0} ម៉."} |
michael@0 | 1245 | } |
michael@0 | 1246 | millisecond{ |
michael@0 | 1247 | other{"{0} មិ.វិ."} |
michael@0 | 1248 | } |
michael@0 | 1249 | minute{ |
michael@0 | 1250 | other{"{0} ន."} |
michael@0 | 1251 | } |
michael@0 | 1252 | month{ |
michael@0 | 1253 | other{"{0} ខែ"} |
michael@0 | 1254 | } |
michael@0 | 1255 | second{ |
michael@0 | 1256 | other{"{0} វិ."} |
michael@0 | 1257 | } |
michael@0 | 1258 | week{ |
michael@0 | 1259 | other{"{0} សប្ដាហ៍"} |
michael@0 | 1260 | } |
michael@0 | 1261 | year{ |
michael@0 | 1262 | other{"{0} ឆ្នាំ"} |
michael@0 | 1263 | } |
michael@0 | 1264 | } |
michael@0 | 1265 | length{ |
michael@0 | 1266 | centimeter{ |
michael@0 | 1267 | other{"{0} ស.ម."} |
michael@0 | 1268 | } |
michael@0 | 1269 | foot{ |
michael@0 | 1270 | other{"{0} ហ្វ."} |
michael@0 | 1271 | } |
michael@0 | 1272 | inch{ |
michael@0 | 1273 | other{"{0} អ៊ិន្ឈ៍"} |
michael@0 | 1274 | } |
michael@0 | 1275 | kilometer{ |
michael@0 | 1276 | other{"{0} គ.ម."} |
michael@0 | 1277 | } |
michael@0 | 1278 | light-year{ |
michael@0 | 1279 | other{"{0} ឆ្នាំពន្លឺ"} |
michael@0 | 1280 | } |
michael@0 | 1281 | meter{ |
michael@0 | 1282 | other{"{0} ម."} |
michael@0 | 1283 | } |
michael@0 | 1284 | mile{ |
michael@0 | 1285 | other{"{0} ម៉."} |
michael@0 | 1286 | } |
michael@0 | 1287 | millimeter{ |
michael@0 | 1288 | other{"{0} ម.ម."} |
michael@0 | 1289 | } |
michael@0 | 1290 | picometer{ |
michael@0 | 1291 | other{"{0} ព.ម."} |
michael@0 | 1292 | } |
michael@0 | 1293 | yard{ |
michael@0 | 1294 | other{"{0} យ៉."} |
michael@0 | 1295 | } |
michael@0 | 1296 | } |
michael@0 | 1297 | mass{ |
michael@0 | 1298 | gram{ |
michael@0 | 1299 | other{"{0} ក."} |
michael@0 | 1300 | } |
michael@0 | 1301 | kilogram{ |
michael@0 | 1302 | other{"{0} គ.ក."} |
michael@0 | 1303 | } |
michael@0 | 1304 | ounce{ |
michael@0 | 1305 | other{"{0} អ."} |
michael@0 | 1306 | } |
michael@0 | 1307 | pound{ |
michael@0 | 1308 | other{"{0} ផ."} |
michael@0 | 1309 | } |
michael@0 | 1310 | } |
michael@0 | 1311 | power{ |
michael@0 | 1312 | horsepower{ |
michael@0 | 1313 | other{"{0} សេះ"} |
michael@0 | 1314 | } |
michael@0 | 1315 | kilowatt{ |
michael@0 | 1316 | other{"{0} គ.វ."} |
michael@0 | 1317 | } |
michael@0 | 1318 | watt{ |
michael@0 | 1319 | other{"{0} វ."} |
michael@0 | 1320 | } |
michael@0 | 1321 | } |
michael@0 | 1322 | pressure{ |
michael@0 | 1323 | hectopascal{ |
michael@0 | 1324 | other{"{0} hPa"} |
michael@0 | 1325 | } |
michael@0 | 1326 | inch-hg{ |
michael@0 | 1327 | other{"{0} inHg"} |
michael@0 | 1328 | } |
michael@0 | 1329 | millibar{ |
michael@0 | 1330 | other{"{0} ម.ប."} |
michael@0 | 1331 | } |
michael@0 | 1332 | } |
michael@0 | 1333 | speed{ |
michael@0 | 1334 | kilometer-per-hour{ |
michael@0 | 1335 | other{"{0} គ.ម./ម៉"} |
michael@0 | 1336 | } |
michael@0 | 1337 | meter-per-second{ |
michael@0 | 1338 | other{"{0} ម./វិ."} |
michael@0 | 1339 | } |
michael@0 | 1340 | mile-per-hour{ |
michael@0 | 1341 | other{"{0} ម៉./ម៉"} |
michael@0 | 1342 | } |
michael@0 | 1343 | } |
michael@0 | 1344 | temperature{ |
michael@0 | 1345 | celsius{ |
michael@0 | 1346 | other{"{0}°C"} |
michael@0 | 1347 | } |
michael@0 | 1348 | fahrenheit{ |
michael@0 | 1349 | other{"{0}°F"} |
michael@0 | 1350 | } |
michael@0 | 1351 | } |
michael@0 | 1352 | volume{ |
michael@0 | 1353 | cubic-kilometer{ |
michael@0 | 1354 | other{"{0} គ.ម³."} |
michael@0 | 1355 | } |
michael@0 | 1356 | cubic-mile{ |
michael@0 | 1357 | other{"{0} ម៉³."} |
michael@0 | 1358 | } |
michael@0 | 1359 | liter{ |
michael@0 | 1360 | other{"{0} ល."} |
michael@0 | 1361 | } |
michael@0 | 1362 | } |
michael@0 | 1363 | } |
michael@0 | 1364 | } |