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/hi.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/hi.xml |
michael@0 | 11 | */ |
michael@0 | 12 | hi{ |
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 | "[\u093C ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट " |
michael@0 | 24 | "ठ ड ढ ण त थ द ध न प फ ब भ म य र ल ळ व श ष स ह ऽ ा ि ी \u0941 \u0942 \u0943 " |
michael@0 | 25 | "\u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" |
michael@0 | 26 | } |
michael@0 | 27 | ExemplarCharactersIndex{ |
michael@0 | 28 | "[अ आ इ ई उ ऊ ऋ ए ऐ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ म य र" |
michael@0 | 29 | " ल व श ष स ह]" |
michael@0 | 30 | } |
michael@0 | 31 | LocaleScript{ |
michael@0 | 32 | "Deva", |
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{"0 लाख"} |
michael@0 | 60 | other{"0 लाख"} |
michael@0 | 61 | } |
michael@0 | 62 | 1000000{ |
michael@0 | 63 | one{"00 लाख"} |
michael@0 | 64 | other{"00 लाख"} |
michael@0 | 65 | } |
michael@0 | 66 | 10000000{ |
michael@0 | 67 | one{"0 करोड़"} |
michael@0 | 68 | other{"0 करोड़"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000{ |
michael@0 | 71 | one{"00 करोड़"} |
michael@0 | 72 | other{"00 करोड़"} |
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{"0 खरब"} |
michael@0 | 84 | other{"0 खरब"} |
michael@0 | 85 | } |
michael@0 | 86 | 1000000000000{ |
michael@0 | 87 | one{"00 खरब"} |
michael@0 | 88 | other{"00 खरब"} |
michael@0 | 89 | } |
michael@0 | 90 | 10000000000000{ |
michael@0 | 91 | one{"000 खरब"} |
michael@0 | 92 | other{"000 खरब"} |
michael@0 | 93 | } |
michael@0 | 94 | 100000000000000{ |
michael@0 | 95 | one{"0000 खरब"} |
michael@0 | 96 | other{"0000 खरब"} |
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{"0"} |
michael@0 | 104 | other{"0"} |
michael@0 | 105 | } |
michael@0 | 106 | 10000{ |
michael@0 | 107 | one{"0"} |
michael@0 | 108 | other{"0"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000{ |
michael@0 | 111 | one{"0L"} |
michael@0 | 112 | other{"0L"} |
michael@0 | 113 | } |
michael@0 | 114 | 1000000{ |
michael@0 | 115 | one{"00L"} |
michael@0 | 116 | other{"00L"} |
michael@0 | 117 | } |
michael@0 | 118 | 10000000{ |
michael@0 | 119 | one{"0Cr"} |
michael@0 | 120 | other{"0Cr"} |
michael@0 | 121 | } |
michael@0 | 122 | 100000000{ |
michael@0 | 123 | one{"00Cr"} |
michael@0 | 124 | other{"00Cr"} |
michael@0 | 125 | } |
michael@0 | 126 | 1000000000{ |
michael@0 | 127 | one{"000Cr"} |
michael@0 | 128 | other{"000Cr"} |
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 | native{"deva"} |
michael@0 | 167 | } |
michael@0 | 168 | Version{"2.0.92.96"} |
michael@0 | 169 | calendar{ |
michael@0 | 170 | ethiopic{ |
michael@0 | 171 | monthNames{ |
michael@0 | 172 | format{ |
michael@0 | 173 | wide{ |
michael@0 | 174 | "मस्केरेम", |
michael@0 | 175 | "टेकेम्ट", |
michael@0 | 176 | "हेदर", |
michael@0 | 177 | "तहसास", |
michael@0 | 178 | "टर", |
michael@0 | 179 | "येकाटिट", |
michael@0 | 180 | "मेगाबिट", |
michael@0 | 181 | "मियाज़िया", |
michael@0 | 182 | "गनबोट", |
michael@0 | 183 | "सेन", |
michael@0 | 184 | "हम्ले", |
michael@0 | 185 | "नेहासे", |
michael@0 | 186 | "पागूमन", |
michael@0 | 187 | } |
michael@0 | 188 | } |
michael@0 | 189 | } |
michael@0 | 190 | } |
michael@0 | 191 | generic{ |
michael@0 | 192 | DateTimePatterns{ |
michael@0 | 193 | "h:mm:ss a zzzz", |
michael@0 | 194 | "h:mm:ss a z", |
michael@0 | 195 | "h:mm:ss a", |
michael@0 | 196 | "h:mm a", |
michael@0 | 197 | "EEEE, d MMMM Gy", |
michael@0 | 198 | "d MMMM Gy", |
michael@0 | 199 | "d MMM, G y", |
michael@0 | 200 | "d-M-y G", |
michael@0 | 201 | "{1}, {0}", |
michael@0 | 202 | "{1} को {0}", |
michael@0 | 203 | "{1} को {0}", |
michael@0 | 204 | "{1}, {0}", |
michael@0 | 205 | "{1}, {0}", |
michael@0 | 206 | } |
michael@0 | 207 | availableFormats{ |
michael@0 | 208 | Ed{"d E"} |
michael@0 | 209 | Gy{"Gy"} |
michael@0 | 210 | GyMMM{"MMM Gy"} |
michael@0 | 211 | GyMMMEd{"E, d MMM Gy"} |
michael@0 | 212 | GyMMMd{"d MMM Gy"} |
michael@0 | 213 | H{"HH"} |
michael@0 | 214 | Hm{"HH:mm"} |
michael@0 | 215 | Hms{"HH:mm:ss"} |
michael@0 | 216 | M{"M"} |
michael@0 | 217 | MEd{"E, d/M"} |
michael@0 | 218 | MMM{"MMM"} |
michael@0 | 219 | MMMEd{"E, d MMM"} |
michael@0 | 220 | MMMd{"d MMM"} |
michael@0 | 221 | MMdd{"dd-MM"} |
michael@0 | 222 | Md{"d/M"} |
michael@0 | 223 | d{"d"} |
michael@0 | 224 | h{"h a"} |
michael@0 | 225 | hm{"h:mm a"} |
michael@0 | 226 | hms{"h:mm:ss a"} |
michael@0 | 227 | ms{"mm:ss"} |
michael@0 | 228 | y{"Gy"} |
michael@0 | 229 | yyyy{"G y"} |
michael@0 | 230 | yyyyM{"M/y GGGGG"} |
michael@0 | 231 | yyyyMEd{"E, d/M/y G"} |
michael@0 | 232 | yyyyMMM{"MMM Gy"} |
michael@0 | 233 | yyyyMMMEd{"E, d MMM Gy"} |
michael@0 | 234 | yyyyMMMd{"d MMM Gy"} |
michael@0 | 235 | yyyyMMdd{"dd-MM-y G"} |
michael@0 | 236 | yyyyMd{"d/M/y G"} |
michael@0 | 237 | yyyyQQQ{"QQQ Gy"} |
michael@0 | 238 | yyyyQQQQ{"QQQQ Gy"} |
michael@0 | 239 | } |
michael@0 | 240 | intervalFormats{ |
michael@0 | 241 | H{ |
michael@0 | 242 | H{"HH–HH"} |
michael@0 | 243 | } |
michael@0 | 244 | Hm{ |
michael@0 | 245 | H{"HH:mm–HH:mm"} |
michael@0 | 246 | m{"HH:mm–HH:mm"} |
michael@0 | 247 | } |
michael@0 | 248 | Hmv{ |
michael@0 | 249 | H{"HH:mm–HH:mm v"} |
michael@0 | 250 | m{"HH:mm–HH:mm v"} |
michael@0 | 251 | } |
michael@0 | 252 | Hv{ |
michael@0 | 253 | H{"HH–HH v"} |
michael@0 | 254 | } |
michael@0 | 255 | M{ |
michael@0 | 256 | M{"M–M"} |
michael@0 | 257 | } |
michael@0 | 258 | MEd{ |
michael@0 | 259 | M{"E, d/M – E, d/M"} |
michael@0 | 260 | d{"E, d/M – E, d/M"} |
michael@0 | 261 | } |
michael@0 | 262 | MMM{ |
michael@0 | 263 | M{"MMM–MMM"} |
michael@0 | 264 | } |
michael@0 | 265 | MMMEd{ |
michael@0 | 266 | M{"E, d MMM – E, d MMM"} |
michael@0 | 267 | d{"E, d MMM – E, d MMM"} |
michael@0 | 268 | } |
michael@0 | 269 | MMMd{ |
michael@0 | 270 | M{"d MMM – d MMM"} |
michael@0 | 271 | d{"d–d MMM"} |
michael@0 | 272 | } |
michael@0 | 273 | Md{ |
michael@0 | 274 | M{"d/M – d/M"} |
michael@0 | 275 | d{"d/M – d/M"} |
michael@0 | 276 | } |
michael@0 | 277 | d{ |
michael@0 | 278 | d{"d–d"} |
michael@0 | 279 | } |
michael@0 | 280 | fallback{"{0} – {1}"} |
michael@0 | 281 | h{ |
michael@0 | 282 | a{"h a – h a"} |
michael@0 | 283 | h{"h–h a"} |
michael@0 | 284 | } |
michael@0 | 285 | hm{ |
michael@0 | 286 | a{"h:mm a – h:mm a"} |
michael@0 | 287 | h{"h:mm–h:mm a"} |
michael@0 | 288 | m{"h:mm–h:mm a"} |
michael@0 | 289 | } |
michael@0 | 290 | hmv{ |
michael@0 | 291 | a{"h:mm a – h:mm a v"} |
michael@0 | 292 | h{"h:mm–h:mm a v"} |
michael@0 | 293 | m{"h:mm–h:mm a v"} |
michael@0 | 294 | } |
michael@0 | 295 | hv{ |
michael@0 | 296 | a{"h a – h a v"} |
michael@0 | 297 | h{"h–h a v"} |
michael@0 | 298 | } |
michael@0 | 299 | y{ |
michael@0 | 300 | y{"G y–y"} |
michael@0 | 301 | } |
michael@0 | 302 | yM{ |
michael@0 | 303 | M{"M/y – M/y G"} |
michael@0 | 304 | y{"M/y – M/y G"} |
michael@0 | 305 | } |
michael@0 | 306 | yMEd{ |
michael@0 | 307 | M{"E, d/M/y – E, d/M/y G"} |
michael@0 | 308 | d{"E, d/M/y – E, d/M/y G"} |
michael@0 | 309 | y{"E, d/M/y – E, d/M/y G"} |
michael@0 | 310 | } |
michael@0 | 311 | yMMM{ |
michael@0 | 312 | M{"MMM–MMM Gy"} |
michael@0 | 313 | y{"MMM Gy – MMM y"} |
michael@0 | 314 | } |
michael@0 | 315 | yMMMEd{ |
michael@0 | 316 | M{"E, d MMM – E, d MMM, Gy"} |
michael@0 | 317 | d{"E, d MMM – E, d MMM, Gy"} |
michael@0 | 318 | y{"E, d MMM, Gy – E, d MMM, y"} |
michael@0 | 319 | } |
michael@0 | 320 | yMMMM{ |
michael@0 | 321 | M{"MMMM–MMMM Gy"} |
michael@0 | 322 | y{"G MMMM y – MMMM y"} |
michael@0 | 323 | } |
michael@0 | 324 | yMMMd{ |
michael@0 | 325 | M{"d MMM – d MMM, Gy"} |
michael@0 | 326 | d{"d MMM–d, Gy"} |
michael@0 | 327 | y{"d MMM, Gy – d MMM, y"} |
michael@0 | 328 | } |
michael@0 | 329 | yMd{ |
michael@0 | 330 | M{"d/M/y – d/M/y G"} |
michael@0 | 331 | d{"d/M/y – d/M/y G"} |
michael@0 | 332 | y{"d/M/y – d/M/y G"} |
michael@0 | 333 | } |
michael@0 | 334 | } |
michael@0 | 335 | } |
michael@0 | 336 | gregorian{ |
michael@0 | 337 | AmPmMarkers{ |
michael@0 | 338 | "पूर्वाह्न", |
michael@0 | 339 | "अपराह्न", |
michael@0 | 340 | } |
michael@0 | 341 | AmPmMarkersNarrow{ |
michael@0 | 342 | "पू", |
michael@0 | 343 | "अ", |
michael@0 | 344 | } |
michael@0 | 345 | DateTimePatterns{ |
michael@0 | 346 | "h:mm:ss a zzzz", |
michael@0 | 347 | "h:mm:ss a z", |
michael@0 | 348 | "h:mm:ss a", |
michael@0 | 349 | "h:mm a", |
michael@0 | 350 | "EEEE, d MMMM y", |
michael@0 | 351 | "d MMMM y", |
michael@0 | 352 | "dd-MM-y", |
michael@0 | 353 | "d-M-yy", |
michael@0 | 354 | "{1}, {0}", |
michael@0 | 355 | "{1} को {0}", |
michael@0 | 356 | "{1} को {0}", |
michael@0 | 357 | "{1}, {0}", |
michael@0 | 358 | "{1}, {0}", |
michael@0 | 359 | } |
michael@0 | 360 | appendItems{ |
michael@0 | 361 | Timezone{"{0} {1}"} |
michael@0 | 362 | } |
michael@0 | 363 | availableFormats{ |
michael@0 | 364 | EHm{"E HH:mm"} |
michael@0 | 365 | EHms{"E HH:mm:ss"} |
michael@0 | 366 | Ed{"E d"} |
michael@0 | 367 | Ehm{"E h:mm a"} |
michael@0 | 368 | Ehms{"E h:mm:ss a"} |
michael@0 | 369 | Gy{"y G"} |
michael@0 | 370 | GyMMM{"MMM G y"} |
michael@0 | 371 | GyMMMEd{"E, d MMM, G y"} |
michael@0 | 372 | GyMMMd{"d MMM, G y"} |
michael@0 | 373 | H{"HH"} |
michael@0 | 374 | Hm{"HH:mm"} |
michael@0 | 375 | Hms{"HH:mm:ss"} |
michael@0 | 376 | M{"L"} |
michael@0 | 377 | MEd{"E, d/M"} |
michael@0 | 378 | MMM{"LLL"} |
michael@0 | 379 | MMMEd{"E, d MMM"} |
michael@0 | 380 | MMMMEd{"E, d MMMM"} |
michael@0 | 381 | MMMMd{"d MMMM"} |
michael@0 | 382 | MMMd{"d MMM"} |
michael@0 | 383 | MMMdd{"dd MMM"} |
michael@0 | 384 | MMdd{"dd-MM"} |
michael@0 | 385 | Md{"d/M"} |
michael@0 | 386 | d{"d"} |
michael@0 | 387 | h{"h a"} |
michael@0 | 388 | hm{"h:mm a"} |
michael@0 | 389 | hms{"h:mm:ss a"} |
michael@0 | 390 | ms{"mm:ss"} |
michael@0 | 391 | y{"y"} |
michael@0 | 392 | yM{"M/y"} |
michael@0 | 393 | yMEd{"E, d/M/y"} |
michael@0 | 394 | yMM{"MM-y"} |
michael@0 | 395 | yMMM{"MMM y"} |
michael@0 | 396 | yMMMEd{"E, d MMM y"} |
michael@0 | 397 | yMMMM{"MMMM y"} |
michael@0 | 398 | yMMMd{"d MMM, y"} |
michael@0 | 399 | yMMdd{"dd-MM-y"} |
michael@0 | 400 | yMd{"d/M/y"} |
michael@0 | 401 | yQQQ{"QQQ y"} |
michael@0 | 402 | yQQQQ{"QQQQ y"} |
michael@0 | 403 | } |
michael@0 | 404 | dayNames{ |
michael@0 | 405 | format{ |
michael@0 | 406 | abbreviated{ |
michael@0 | 407 | "रवि", |
michael@0 | 408 | "सोम", |
michael@0 | 409 | "मंगल", |
michael@0 | 410 | "बुध", |
michael@0 | 411 | "गुरु", |
michael@0 | 412 | "शुक्र", |
michael@0 | 413 | "शनि", |
michael@0 | 414 | } |
michael@0 | 415 | narrow{ |
michael@0 | 416 | "र", |
michael@0 | 417 | "सो", |
michael@0 | 418 | "मं", |
michael@0 | 419 | "बु", |
michael@0 | 420 | "गु", |
michael@0 | 421 | "शु", |
michael@0 | 422 | "श", |
michael@0 | 423 | } |
michael@0 | 424 | short{ |
michael@0 | 425 | "र", |
michael@0 | 426 | "सो", |
michael@0 | 427 | "मं", |
michael@0 | 428 | "बु", |
michael@0 | 429 | "गु", |
michael@0 | 430 | "शु", |
michael@0 | 431 | "श", |
michael@0 | 432 | } |
michael@0 | 433 | wide{ |
michael@0 | 434 | "रविवार", |
michael@0 | 435 | "सोमवार", |
michael@0 | 436 | "मंगलवार", |
michael@0 | 437 | "बुधवार", |
michael@0 | 438 | "गुरुवार", |
michael@0 | 439 | "शुक्रवार", |
michael@0 | 440 | "शनिवार", |
michael@0 | 441 | } |
michael@0 | 442 | } |
michael@0 | 443 | stand-alone{ |
michael@0 | 444 | abbreviated{ |
michael@0 | 445 | "रवि", |
michael@0 | 446 | "सोम", |
michael@0 | 447 | "मंगल", |
michael@0 | 448 | "बुध", |
michael@0 | 449 | "गुरु", |
michael@0 | 450 | "शुक्र", |
michael@0 | 451 | "शनि", |
michael@0 | 452 | } |
michael@0 | 453 | narrow{ |
michael@0 | 454 | "र", |
michael@0 | 455 | "सो", |
michael@0 | 456 | "मं", |
michael@0 | 457 | "बु", |
michael@0 | 458 | "गु", |
michael@0 | 459 | "शु", |
michael@0 | 460 | "श", |
michael@0 | 461 | } |
michael@0 | 462 | short{ |
michael@0 | 463 | "र", |
michael@0 | 464 | "सो", |
michael@0 | 465 | "मं", |
michael@0 | 466 | "बु", |
michael@0 | 467 | "गु", |
michael@0 | 468 | "शु", |
michael@0 | 469 | "श", |
michael@0 | 470 | } |
michael@0 | 471 | wide{ |
michael@0 | 472 | "रविवार", |
michael@0 | 473 | "सोमवार", |
michael@0 | 474 | "मंगलवार", |
michael@0 | 475 | "बुधवार", |
michael@0 | 476 | "गुरुवार", |
michael@0 | 477 | "शुक्रवार", |
michael@0 | 478 | "शनिवार", |
michael@0 | 479 | } |
michael@0 | 480 | } |
michael@0 | 481 | } |
michael@0 | 482 | eras{ |
michael@0 | 483 | abbreviated{ |
michael@0 | 484 | "ईसा-पूर्व", |
michael@0 | 485 | "ईस्वी", |
michael@0 | 486 | } |
michael@0 | 487 | } |
michael@0 | 488 | intervalFormats{ |
michael@0 | 489 | H{ |
michael@0 | 490 | H{"HH–HH"} |
michael@0 | 491 | } |
michael@0 | 492 | Hm{ |
michael@0 | 493 | H{"HH:mm–HH:mm"} |
michael@0 | 494 | m{"HH:mm–HH:mm"} |
michael@0 | 495 | } |
michael@0 | 496 | Hmv{ |
michael@0 | 497 | H{"HH:mm–HH:mm v"} |
michael@0 | 498 | m{"HH:mm–HH:mm v"} |
michael@0 | 499 | } |
michael@0 | 500 | Hv{ |
michael@0 | 501 | H{"HH–HH v"} |
michael@0 | 502 | } |
michael@0 | 503 | M{ |
michael@0 | 504 | M{"M–M"} |
michael@0 | 505 | } |
michael@0 | 506 | MEd{ |
michael@0 | 507 | M{"E, d/M – E, d/M"} |
michael@0 | 508 | d{"E, d/M – E, d/M"} |
michael@0 | 509 | } |
michael@0 | 510 | MMM{ |
michael@0 | 511 | M{"MMM–MMM"} |
michael@0 | 512 | } |
michael@0 | 513 | MMMEd{ |
michael@0 | 514 | M{"E, d MMM – E, d MMM"} |
michael@0 | 515 | d{"E, d MMM – E, d MMM"} |
michael@0 | 516 | } |
michael@0 | 517 | MMMd{ |
michael@0 | 518 | M{"d MMM – d MMM"} |
michael@0 | 519 | d{"d MMM–d"} |
michael@0 | 520 | } |
michael@0 | 521 | Md{ |
michael@0 | 522 | M{"d/M – d/M"} |
michael@0 | 523 | d{"d/M – d/M"} |
michael@0 | 524 | } |
michael@0 | 525 | d{ |
michael@0 | 526 | d{"d–d"} |
michael@0 | 527 | } |
michael@0 | 528 | fallback{"{0} – {1}"} |
michael@0 | 529 | h{ |
michael@0 | 530 | a{"h a – h a"} |
michael@0 | 531 | h{"h–h a"} |
michael@0 | 532 | } |
michael@0 | 533 | hm{ |
michael@0 | 534 | a{"h:mm a – h:mm a"} |
michael@0 | 535 | h{"h:mm–h:mm a"} |
michael@0 | 536 | m{"h:mm–h:mm a"} |
michael@0 | 537 | } |
michael@0 | 538 | hmv{ |
michael@0 | 539 | a{"h:mm a – h:mm a v"} |
michael@0 | 540 | h{"h:mm–h:mm a v"} |
michael@0 | 541 | m{"h:mm–h:mm a v"} |
michael@0 | 542 | } |
michael@0 | 543 | hv{ |
michael@0 | 544 | a{"h a – h a v"} |
michael@0 | 545 | h{"h–h a v"} |
michael@0 | 546 | } |
michael@0 | 547 | y{ |
michael@0 | 548 | y{"y–y"} |
michael@0 | 549 | } |
michael@0 | 550 | yM{ |
michael@0 | 551 | M{"M/y – M/y"} |
michael@0 | 552 | y{"M/y – M/y"} |
michael@0 | 553 | } |
michael@0 | 554 | yMEd{ |
michael@0 | 555 | M{"E, d/M/y – E, d/M/y"} |
michael@0 | 556 | d{"E, d/M/y – E, d/M/y"} |
michael@0 | 557 | y{"E, d/M/y – E, d/M/y"} |
michael@0 | 558 | } |
michael@0 | 559 | yMMM{ |
michael@0 | 560 | M{"MMM–MMM y"} |
michael@0 | 561 | y{"MMM y – MMM y"} |
michael@0 | 562 | } |
michael@0 | 563 | yMMMEd{ |
michael@0 | 564 | M{"E, d MMM – E, d MMM, y"} |
michael@0 | 565 | d{"E, d MMM – E, d MMM, y"} |
michael@0 | 566 | y{"E, d MMM, y – E, d MMM, y"} |
michael@0 | 567 | } |
michael@0 | 568 | yMMMM{ |
michael@0 | 569 | M{"MMMM – MMMM y"} |
michael@0 | 570 | y{"MMMM y – MMMM y"} |
michael@0 | 571 | } |
michael@0 | 572 | yMMMd{ |
michael@0 | 573 | M{"d MMM – d MMM, y"} |
michael@0 | 574 | d{"d MMM–d, y"} |
michael@0 | 575 | y{"d MMM, y – d MMM, y"} |
michael@0 | 576 | } |
michael@0 | 577 | yMd{ |
michael@0 | 578 | M{"d/M/y – d/M/y"} |
michael@0 | 579 | d{"d/M/y – d/M/y"} |
michael@0 | 580 | y{"d/M/y – d/M/y"} |
michael@0 | 581 | } |
michael@0 | 582 | } |
michael@0 | 583 | monthNames{ |
michael@0 | 584 | format{ |
michael@0 | 585 | abbreviated{ |
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 | "सितं", |
michael@0 | 595 | "अक्टू", |
michael@0 | 596 | "नवं", |
michael@0 | 597 | "दिसं", |
michael@0 | 598 | } |
michael@0 | 599 | narrow{ |
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 | "अ", |
michael@0 | 610 | "न", |
michael@0 | 611 | "दि", |
michael@0 | 612 | } |
michael@0 | 613 | wide{ |
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 | "नवंबर", |
michael@0 | 625 | "दिसंबर", |
michael@0 | 626 | } |
michael@0 | 627 | } |
michael@0 | 628 | stand-alone{ |
michael@0 | 629 | abbreviated{ |
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 | "सितं", |
michael@0 | 639 | "अक्टू", |
michael@0 | 640 | "नवं", |
michael@0 | 641 | "दिसं", |
michael@0 | 642 | } |
michael@0 | 643 | narrow{ |
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 | "न", |
michael@0 | 655 | "दि", |
michael@0 | 656 | } |
michael@0 | 657 | wide{ |
michael@0 | 658 | "जनवरी", |
michael@0 | 659 | "फ़रवरी", |
michael@0 | 660 | "मार्च", |
michael@0 | 661 | "अप्रैल", |
michael@0 | 662 | "मई", |
michael@0 | 663 | "जून", |
michael@0 | 664 | "जुलाई", |
michael@0 | 665 | "अगस्त", |
michael@0 | 666 | "सितंबर", |
michael@0 | 667 | "अक्टूबर", |
michael@0 | 668 | "नवंबर", |
michael@0 | 669 | "दिसंबर", |
michael@0 | 670 | } |
michael@0 | 671 | } |
michael@0 | 672 | } |
michael@0 | 673 | quarters{ |
michael@0 | 674 | format{ |
michael@0 | 675 | abbreviated{ |
michael@0 | 676 | "ति1", |
michael@0 | 677 | "ति2", |
michael@0 | 678 | "ति3", |
michael@0 | 679 | "ति4", |
michael@0 | 680 | } |
michael@0 | 681 | narrow{ |
michael@0 | 682 | "1", |
michael@0 | 683 | "2", |
michael@0 | 684 | "3", |
michael@0 | 685 | "4", |
michael@0 | 686 | } |
michael@0 | 687 | wide{ |
michael@0 | 688 | "पहली तिमाही", |
michael@0 | 689 | "दूसरी तिमाही", |
michael@0 | 690 | "तीसरी तिमाही", |
michael@0 | 691 | "चौथी तिमाही", |
michael@0 | 692 | } |
michael@0 | 693 | } |
michael@0 | 694 | stand-alone{ |
michael@0 | 695 | abbreviated{ |
michael@0 | 696 | "ति1", |
michael@0 | 697 | "ति2", |
michael@0 | 698 | "ति3", |
michael@0 | 699 | "ति4", |
michael@0 | 700 | } |
michael@0 | 701 | narrow{ |
michael@0 | 702 | "1", |
michael@0 | 703 | "2", |
michael@0 | 704 | "3", |
michael@0 | 705 | "4", |
michael@0 | 706 | } |
michael@0 | 707 | wide{ |
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 | indian{ |
michael@0 | 717 | eras{ |
michael@0 | 718 | abbreviated{ |
michael@0 | 719 | "शक", |
michael@0 | 720 | } |
michael@0 | 721 | } |
michael@0 | 722 | monthNames{ |
michael@0 | 723 | format{ |
michael@0 | 724 | abbreviated{ |
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 | narrow{ |
michael@0 | 739 | "1", |
michael@0 | 740 | "2", |
michael@0 | 741 | "3", |
michael@0 | 742 | "4", |
michael@0 | 743 | "5", |
michael@0 | 744 | "6", |
michael@0 | 745 | "7", |
michael@0 | 746 | "8", |
michael@0 | 747 | "9", |
michael@0 | 748 | "10", |
michael@0 | 749 | "11", |
michael@0 | 750 | "12", |
michael@0 | 751 | } |
michael@0 | 752 | wide{ |
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 | "अग्रहायण", |
michael@0 | 762 | "पौष", |
michael@0 | 763 | "माघ", |
michael@0 | 764 | "फाल्गुन", |
michael@0 | 765 | } |
michael@0 | 766 | } |
michael@0 | 767 | stand-alone{ |
michael@0 | 768 | abbreviated{ |
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 | "फाल्गुन", |
michael@0 | 781 | } |
michael@0 | 782 | narrow{ |
michael@0 | 783 | "1", |
michael@0 | 784 | "2", |
michael@0 | 785 | "3", |
michael@0 | 786 | "4", |
michael@0 | 787 | "5", |
michael@0 | 788 | "6", |
michael@0 | 789 | "7", |
michael@0 | 790 | "8", |
michael@0 | 791 | "9", |
michael@0 | 792 | "10", |
michael@0 | 793 | "11", |
michael@0 | 794 | "12", |
michael@0 | 795 | } |
michael@0 | 796 | wide{ |
michael@0 | 797 | "चैत्र", |
michael@0 | 798 | "वैशाख", |
michael@0 | 799 | "ज्येष्ठ", |
michael@0 | 800 | "आषाढ़", |
michael@0 | 801 | "श्रावण", |
michael@0 | 802 | "भाद्र", |
michael@0 | 803 | "अश्विन", |
michael@0 | 804 | "कार्तिक", |
michael@0 | 805 | "अग्रहायण", |
michael@0 | 806 | "पौष", |
michael@0 | 807 | "माघ", |
michael@0 | 808 | "फाल्गुन", |
michael@0 | 809 | } |
michael@0 | 810 | } |
michael@0 | 811 | } |
michael@0 | 812 | } |
michael@0 | 813 | islamic{ |
michael@0 | 814 | monthNames{ |
michael@0 | 815 | format{ |
michael@0 | 816 | wide{ |
michael@0 | 817 | "मुहर्रम", |
michael@0 | 818 | "सफर", |
michael@0 | 819 | "राबी प्रथम", |
michael@0 | 820 | "राबी द्वितीय", |
michael@0 | 821 | "जुम्डा प्रथम", |
michael@0 | 822 | "जुम्डा द्वितीय", |
michael@0 | 823 | "रजब", |
michael@0 | 824 | "शावन", |
michael@0 | 825 | "रमजान", |
michael@0 | 826 | "शव्व्ल", |
michael@0 | 827 | "जिल-क्दाह", |
michael@0 | 828 | "जिल्-हिज्जाह", |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | } |
michael@0 | 832 | } |
michael@0 | 833 | japanese{ |
michael@0 | 834 | eras{ |
michael@0 | 835 | abbreviated{ |
michael@0 | 836 | "ताएका (645–650)", |
michael@0 | 837 | "हाकूची (650–671)", |
michael@0 | 838 | "हाकूहो (672–686)", |
michael@0 | 839 | "शूचो (686–701)", |
michael@0 | 840 | "ताहिओ (701–704)", |
michael@0 | 841 | "केउन (704–708)", |
michael@0 | 842 | "वाडू (708–715)", |
michael@0 | 843 | "रैकी (715–717)", |
michael@0 | 844 | "योरो (717–724)", |
michael@0 | 845 | "जिंकी (724–729)", |
michael@0 | 846 | "टेम्प्यो (729–749)", |
michael@0 | 847 | "टेम्प्यो-काम्पो (749–749)", |
michael@0 | 848 | "टेम्प्यो-शोहो (749–757)", |
michael@0 | 849 | "टेम्प्यो-होजी (757–765)", |
michael@0 | 850 | "टेम्प्यो-जिंगो (765–767)", |
michael@0 | 851 | "टेम्प्यो-किउन (767–770)", |
michael@0 | 852 | "होकी (770–780)", |
michael@0 | 853 | "टेनो (781–782)", |
michael@0 | 854 | "इंर्याकू (782–806)", |
michael@0 | 855 | "डाईडू (806–810)", |
michael@0 | 856 | "क़ोनिन (810–824)", |
michael@0 | 857 | "टेंचो (824–834)", |
michael@0 | 858 | "शोवा (834–848)", |
michael@0 | 859 | "काज्यो (848–851)", |
michael@0 | 860 | "निंजू (851–854)", |
michael@0 | 861 | "शाईकू (854–857)", |
michael@0 | 862 | "टेनन (857–859)", |
michael@0 | 863 | "जोगन् (859–877)", |
michael@0 | 864 | "गेंकेई (877–885)", |
michael@0 | 865 | "निन्ना (885–889)", |
michael@0 | 866 | "केम्प्यो (889–898)", |
michael@0 | 867 | "शूताई (898–901)", |
michael@0 | 868 | "ईंगी (901–923)", |
michael@0 | 869 | "ईंचो (923–931)", |
michael@0 | 870 | "शोहेई (931–938)", |
michael@0 | 871 | "टेंग्यो (938–947)", |
michael@0 | 872 | "टेंर्याकू (947–957)", |
michael@0 | 873 | "टेंटूकू (957–961)", |
michael@0 | 874 | "ओवा (961–964)", |
michael@0 | 875 | "कोहो (964–968)", |
michael@0 | 876 | "अन्ना (968–970)", |
michael@0 | 877 | "टेंरोकू (970–973)", |
michael@0 | 878 | "टेन-एन (973–976)", |
michael@0 | 879 | "जोगन् (976–978)", |
michael@0 | 880 | "टेंगेन (978–983)", |
michael@0 | 881 | "ईकान (983–985)", |
michael@0 | 882 | "कन्ना (985–987)", |
michael@0 | 883 | "ई-एन (987–989)", |
michael@0 | 884 | "एइसो (989–990)", |
michael@0 | 885 | "शोर्याकू (990–995)", |
michael@0 | 886 | "चोटूकु (995–999)", |
michael@0 | 887 | "चोहो (999–1004)", |
michael@0 | 888 | "कंको (1004–1012)", |
michael@0 | 889 | "च्योवा (1012–1017)", |
michael@0 | 890 | "कन्निन (1017–1021)", |
michael@0 | 891 | "ज़ियान (1021–1024)", |
michael@0 | 892 | "मंजू (1024–1028)", |
michael@0 | 893 | "चोगन (1028–1037)", |
michael@0 | 894 | "चोर्याकू (1037–1040)", |
michael@0 | 895 | "चोक्यु (1040–1044)", |
michael@0 | 896 | "कांटूको (1044–1046)", |
michael@0 | 897 | "ईशो (1046–1053)", |
michael@0 | 898 | "टेंगी (1053–1058)", |
michael@0 | 899 | "कोहैइ (1058–1065)", |
michael@0 | 900 | "जिर्याकू (1065–1069)", |
michael@0 | 901 | "ईंक्यू (1069–1074)", |
michael@0 | 902 | "सोहो (1074–1077)", |
michael@0 | 903 | "शोर्याकू (1077–1081)", |
michael@0 | 904 | "ईहो (1081–1084)", |
michael@0 | 905 | "ओटूको (1084–1087)", |
michael@0 | 906 | "कांजि (1087–1094)", |
michael@0 | 907 | "कोहो (1094–1096)", |
michael@0 | 908 | "ईचो (1096–1097)", |
michael@0 | 909 | "शोटूको (1097–1099)", |
michael@0 | 910 | "कोवा (1099–1104)", |
michael@0 | 911 | "चोजी (1104–1106)", |
michael@0 | 912 | "काशो (1106–1108)", |
michael@0 | 913 | "टेन्निन (1108–1110)", |
michael@0 | 914 | "टेन-ई (1110–1113)", |
michael@0 | 915 | "ईक्यू (1113–1118)", |
michael@0 | 916 | "जेन-ई (1118–1120)", |
michael@0 | 917 | "होआन (1120–1124)", |
michael@0 | 918 | "तेंजी (1124–1126)", |
michael@0 | 919 | "दाईजी (1126–1131)", |
michael@0 | 920 | "टेंशो (1131–1132)", |
michael@0 | 921 | "चोशो (1132–1135)", |
michael@0 | 922 | "होएन (1135–1141)", |
michael@0 | 923 | "ईजी (1141–1142)", |
michael@0 | 924 | "कोजी (1142–1144)", |
michael@0 | 925 | "टेन्यो (1144–1145)", |
michael@0 | 926 | "क्यूआन (1145–1151)", |
michael@0 | 927 | "निंपैई (1151–1154)", |
michael@0 | 928 | "क्योजो (1154–1156)", |
michael@0 | 929 | "होगेन (1156–1159)", |
michael@0 | 930 | "हैजी (1159–1160)", |
michael@0 | 931 | "ईर्याकू (1160–1161)", |
michael@0 | 932 | "ओहो (1161–1163)", |
michael@0 | 933 | "चोकान (1163–1165)", |
michael@0 | 934 | "ईमान (1165–1166)", |
michael@0 | 935 | "निन-आन (1166–1169)", |
michael@0 | 936 | "काओ (1169–1171)", |
michael@0 | 937 | "शोअन (1171–1175)", |
michael@0 | 938 | "अंजन (1175–1177)", |
michael@0 | 939 | "जिशो (1177–1181)", |
michael@0 | 940 | "योवा (1181–1182)", |
michael@0 | 941 | "जूऐई (1182–1184)", |
michael@0 | 942 | "जेंर्याकू (1184–1185)", |
michael@0 | 943 | "बूंजी (1185–1190)", |
michael@0 | 944 | "केंक्यू (1190–1199)", |
michael@0 | 945 | "शोजी (1199–1201)", |
michael@0 | 946 | "केन्निन (1201–1204)", |
michael@0 | 947 | "जेंक्यू (1204–1206)", |
michael@0 | 948 | "केन-ई (1206–1207)", |
michael@0 | 949 | "शोगेन (1207–1211)", |
michael@0 | 950 | "केंर्याकू (1211–1213)", |
michael@0 | 951 | "केंपो (1213–1219)", |
michael@0 | 952 | "शोक्यू (1219–1222)", |
michael@0 | 953 | "जू (1222–1224)", |
michael@0 | 954 | "जेन्निन (1224–1225)", |
michael@0 | 955 | "कोरोकू (1225–1227)", |
michael@0 | 956 | "अंटैइ (1227–1229)", |
michael@0 | 957 | "कांकी (1229–1232)", |
michael@0 | 958 | "जोएई (1232–1233)", |
michael@0 | 959 | "टेम्पूकू (1233–1234)", |
michael@0 | 960 | "बुंर्याकू (1234–1235)", |
michael@0 | 961 | "काटेई (1235–1238)", |
michael@0 | 962 | "र्याकूनिन (1238–1239)", |
michael@0 | 963 | "ईन-ओ (1239–1240)", |
michael@0 | 964 | "निंजी (1240–1243)", |
michael@0 | 965 | "कांजेन (1243–1247)", |
michael@0 | 966 | "होजी (1247–1249)", |
michael@0 | 967 | "केंचो (1249–1256)", |
michael@0 | 968 | "कोगेन (1256–1257)", |
michael@0 | 969 | "शोका (1257–1259)", |
michael@0 | 970 | "शोगेन (1259–1260)", |
michael@0 | 971 | "बुन-ओ (1260–1261)", |
michael@0 | 972 | "कोचो (1261–1264)", |
michael@0 | 973 | "बुन-ई (1264–1275)", |
michael@0 | 974 | "केंजी (1275–1278)", |
michael@0 | 975 | "कोअन (1278–1288)", |
michael@0 | 976 | "शो (1288–1293)", |
michael@0 | 977 | "ईनिन (1293–1299)", |
michael@0 | 978 | "शोअन (1299–1302)", |
michael@0 | 979 | "केंजेन (1302–1303)", |
michael@0 | 980 | "काजेन (1303–1306)", |
michael@0 | 981 | "टोकूजी (1306–1308)", |
michael@0 | 982 | "ईंकेई (1308–1311)", |
michael@0 | 983 | "ओचो (1311–1312)", |
michael@0 | 984 | "शोवा (1312–1317)", |
michael@0 | 985 | "बुंपो (1317–1319)", |
michael@0 | 986 | "जेनो (1319–1321)", |
michael@0 | 987 | "जेंक्यो (1321–1324)", |
michael@0 | 988 | "शोचू (1324–1326)", |
michael@0 | 989 | "कारेकी (1326–1329)", |
michael@0 | 990 | "जेंटोकू (1329–1331)", |
michael@0 | 991 | "गेंको (1331–1334)", |
michael@0 | 992 | "केम्मू (1334–1336)", |
michael@0 | 993 | "ईंजेन (1336–1340)", |
michael@0 | 994 | "कोकोकू (1340–1346)", |
michael@0 | 995 | "शोहेई (1346–1370)", |
michael@0 | 996 | "केंटोकू (1370–1372)", |
michael@0 | 997 | "बूंचो (1372–1375)", |
michael@0 | 998 | "टेंजो (1375–1379)", |
michael@0 | 999 | "कोर्याकू (1379–1381)", |
michael@0 | 1000 | "कोवा (1381–1384)", |
michael@0 | 1001 | "जेंचू (1384–1392)", |
michael@0 | 1002 | "मेटोकू (1384–1387)", |
michael@0 | 1003 | "काकेई (1387–1389)", |
michael@0 | 1004 | "कू (1389–1390)", |
michael@0 | 1005 | "मेटोकू (1390–1394)", |
michael@0 | 1006 | "ओई (1394–1428)", |
michael@0 | 1007 | "शोचो (1428–1429)", |
michael@0 | 1008 | "ईक्यो (1429–1441)", |
michael@0 | 1009 | "काकीत्सू (1441–1444)", |
michael@0 | 1010 | "बुन-अन (1444–1449)", |
michael@0 | 1011 | "होटोकू (1449–1452)", |
michael@0 | 1012 | "क्योटोकू (1452–1455)", |
michael@0 | 1013 | "कोशो (1455–1457)", |
michael@0 | 1014 | "चोरोकू (1457–1460)", |
michael@0 | 1015 | "कांशो (1460–1466)", |
michael@0 | 1016 | "बुंशो (1466–1467)", |
michael@0 | 1017 | "ओनिन (1467–1469)", |
michael@0 | 1018 | "बुन्मेई (1469–1487)", |
michael@0 | 1019 | "चोक्यो (1487–1489)", |
michael@0 | 1020 | "ईंटोकू (1489–1492)", |
michael@0 | 1021 | "मेईओ (1492–1501)", |
michael@0 | 1022 | "बुंकी (1501–1504)", |
michael@0 | 1023 | "ईशो (1504–1521)", |
michael@0 | 1024 | "ताईएई (1521–1528)", |
michael@0 | 1025 | "क्योरोकू (1528–1532)", |
michael@0 | 1026 | "टेन्मन (1532–1555)", |
michael@0 | 1027 | "कोजी (1555–1558)", |
michael@0 | 1028 | "ईरोकू (1558–1570)", |
michael@0 | 1029 | "जेंकी (1570–1573)", |
michael@0 | 1030 | "टेंशो (1573–1592)", |
michael@0 | 1031 | "बुंरोकू (1592–1596)", |
michael@0 | 1032 | "केईचो (1596–1615)", |
michael@0 | 1033 | "जेनवा (1615–1624)", |
michael@0 | 1034 | "कान-एई (1624–1644)", |
michael@0 | 1035 | "शोहो (1644–1648)", |
michael@0 | 1036 | "केईआन (1648–1652)", |
michael@0 | 1037 | "शो (1652–1655)", |
michael@0 | 1038 | "मेईर्याकू (1655–1658)", |
michael@0 | 1039 | "मानजी (1658–1661)", |
michael@0 | 1040 | "कनबुन (1661–1673)", |
michael@0 | 1041 | "ईंपो (1673–1681)", |
michael@0 | 1042 | "टेंवा (1681–1684)", |
michael@0 | 1043 | "जोक्यो (1684–1688)", |
michael@0 | 1044 | "जेंरोकू (1688–1704)", |
michael@0 | 1045 | "होएई (1704–1711)", |
michael@0 | 1046 | "शोटूको (1711–1716)", |
michael@0 | 1047 | "क्योहो (1716–1736)", |
michael@0 | 1048 | "जेंबुन (1736–1741)", |
michael@0 | 1049 | "कांपो (1741–1744)", |
michael@0 | 1050 | "इंक्यो (1744–1748)", |
michael@0 | 1051 | "कान-एन (1748–1751)", |
michael@0 | 1052 | "होर्याकू (1751–1764)", |
michael@0 | 1053 | "मेईवा (1764–1772)", |
michael@0 | 1054 | "अन-एई (1772–1781)", |
michael@0 | 1055 | "टेनमेई (1781–1789)", |
michael@0 | 1056 | "कांसेई (1789–1801)", |
michael@0 | 1057 | "क्योवा (1801–1804)", |
michael@0 | 1058 | "बुंका (1804–1818)", |
michael@0 | 1059 | "बुंसेई (1818–1830)", |
michael@0 | 1060 | "टेंपो (1830–1844)", |
michael@0 | 1061 | "कोका (1844–1848)", |
michael@0 | 1062 | "काईए (1848–1854)", |
michael@0 | 1063 | "अंसेई (1854–1860)", |
michael@0 | 1064 | "मान-ईन (1860–1861)", |
michael@0 | 1065 | "बुंक्यौ (1861–1864)", |
michael@0 | 1066 | "जेंजी (1864–1865)", |
michael@0 | 1067 | "केईओ (1865–1868)", |
michael@0 | 1068 | "मेजी", |
michael@0 | 1069 | "ताईशो", |
michael@0 | 1070 | "शोवा", |
michael@0 | 1071 | "हेईसेई", |
michael@0 | 1072 | } |
michael@0 | 1073 | } |
michael@0 | 1074 | } |
michael@0 | 1075 | persian{ |
michael@0 | 1076 | monthNames{ |
michael@0 | 1077 | format{ |
michael@0 | 1078 | wide{ |
michael@0 | 1079 | "फर्वादिन", |
michael@0 | 1080 | "ओर्दिवेहेस्ट", |
michael@0 | 1081 | "खोरर्दाद", |
michael@0 | 1082 | "टिर", |
michael@0 | 1083 | "मोरदाद", |
michael@0 | 1084 | "शाहरीवर्", |
michael@0 | 1085 | "मेहर", |
michael@0 | 1086 | "अवन", |
michael@0 | 1087 | "अज़र", |
michael@0 | 1088 | "डे", |
michael@0 | 1089 | "बहमन", |
michael@0 | 1090 | "ईस्फन्द्", |
michael@0 | 1091 | } |
michael@0 | 1092 | } |
michael@0 | 1093 | } |
michael@0 | 1094 | } |
michael@0 | 1095 | } |
michael@0 | 1096 | delimiters{ |
michael@0 | 1097 | alternateQuotationEnd{"’"} |
michael@0 | 1098 | alternateQuotationStart{"‘"} |
michael@0 | 1099 | quotationEnd{"”"} |
michael@0 | 1100 | quotationStart{"“"} |
michael@0 | 1101 | } |
michael@0 | 1102 | durationUnits{ |
michael@0 | 1103 | hm{"h:mm"} |
michael@0 | 1104 | hms{"h:mm:ss"} |
michael@0 | 1105 | ms{"m:ss"} |
michael@0 | 1106 | } |
michael@0 | 1107 | fields{ |
michael@0 | 1108 | day{ |
michael@0 | 1109 | dn{"दिन"} |
michael@0 | 1110 | relative{ |
michael@0 | 1111 | "-1"{"बीता कल"} |
michael@0 | 1112 | "-2"{"बीता परसों"} |
michael@0 | 1113 | "0"{"आज"} |
michael@0 | 1114 | "1"{"आने वाला कल"} |
michael@0 | 1115 | "2"{"परसों"} |
michael@0 | 1116 | } |
michael@0 | 1117 | relativeTime{ |
michael@0 | 1118 | future{ |
michael@0 | 1119 | one{"{0} दिन में"} |
michael@0 | 1120 | other{"{0} दिन में"} |
michael@0 | 1121 | } |
michael@0 | 1122 | past{ |
michael@0 | 1123 | one{"{0} दिन पहले"} |
michael@0 | 1124 | other{"{0} दिन पहले"} |
michael@0 | 1125 | } |
michael@0 | 1126 | } |
michael@0 | 1127 | } |
michael@0 | 1128 | dayperiod{ |
michael@0 | 1129 | dn{"AM/PM"} |
michael@0 | 1130 | } |
michael@0 | 1131 | era{ |
michael@0 | 1132 | dn{"युग"} |
michael@0 | 1133 | } |
michael@0 | 1134 | fri{ |
michael@0 | 1135 | relative{ |
michael@0 | 1136 | "-1"{"पिछला शुक्रवार"} |
michael@0 | 1137 | "0"{"यह शुक्रवार"} |
michael@0 | 1138 | "1"{"अगला शुक्रवार"} |
michael@0 | 1139 | } |
michael@0 | 1140 | } |
michael@0 | 1141 | hour{ |
michael@0 | 1142 | dn{"घंटा"} |
michael@0 | 1143 | relativeTime{ |
michael@0 | 1144 | future{ |
michael@0 | 1145 | one{"{0} घंटे में"} |
michael@0 | 1146 | other{"{0} घंटे में"} |
michael@0 | 1147 | } |
michael@0 | 1148 | past{ |
michael@0 | 1149 | one{"{0} घंटे पहले"} |
michael@0 | 1150 | other{"{0} घंटे पहले"} |
michael@0 | 1151 | } |
michael@0 | 1152 | } |
michael@0 | 1153 | } |
michael@0 | 1154 | minute{ |
michael@0 | 1155 | dn{"मिनट"} |
michael@0 | 1156 | relativeTime{ |
michael@0 | 1157 | future{ |
michael@0 | 1158 | one{"{0} मिनट में"} |
michael@0 | 1159 | other{"{0} मिनट में"} |
michael@0 | 1160 | } |
michael@0 | 1161 | past{ |
michael@0 | 1162 | one{"{0} मिनट पहले"} |
michael@0 | 1163 | other{"{0} मिनट पहले"} |
michael@0 | 1164 | } |
michael@0 | 1165 | } |
michael@0 | 1166 | } |
michael@0 | 1167 | mon{ |
michael@0 | 1168 | relative{ |
michael@0 | 1169 | "-1"{"पिछला सोमवार"} |
michael@0 | 1170 | "0"{"यह सोमवार"} |
michael@0 | 1171 | "1"{"अगला सोमवार"} |
michael@0 | 1172 | } |
michael@0 | 1173 | } |
michael@0 | 1174 | month{ |
michael@0 | 1175 | dn{"माह"} |
michael@0 | 1176 | relative{ |
michael@0 | 1177 | "-1"{"पिछला माह"} |
michael@0 | 1178 | "0"{"यह माह"} |
michael@0 | 1179 | "1"{"अगला माह"} |
michael@0 | 1180 | } |
michael@0 | 1181 | relativeTime{ |
michael@0 | 1182 | future{ |
michael@0 | 1183 | one{"{0} माह में"} |
michael@0 | 1184 | other{"{0} माह में"} |
michael@0 | 1185 | } |
michael@0 | 1186 | past{ |
michael@0 | 1187 | one{"{0} माह पहले"} |
michael@0 | 1188 | other{"{0} माह पहले"} |
michael@0 | 1189 | } |
michael@0 | 1190 | } |
michael@0 | 1191 | } |
michael@0 | 1192 | sat{ |
michael@0 | 1193 | relative{ |
michael@0 | 1194 | "-1"{"पिछला शनिवार"} |
michael@0 | 1195 | "0"{"यह शनिवार"} |
michael@0 | 1196 | "1"{"अगला शनिवार"} |
michael@0 | 1197 | } |
michael@0 | 1198 | } |
michael@0 | 1199 | second{ |
michael@0 | 1200 | dn{"सेकंड"} |
michael@0 | 1201 | relative{ |
michael@0 | 1202 | "0"{"अब"} |
michael@0 | 1203 | } |
michael@0 | 1204 | relativeTime{ |
michael@0 | 1205 | future{ |
michael@0 | 1206 | one{"{0} सेकंड में"} |
michael@0 | 1207 | other{"{0} सेकंड में"} |
michael@0 | 1208 | } |
michael@0 | 1209 | past{ |
michael@0 | 1210 | one{"{0} सेकंड पहले"} |
michael@0 | 1211 | other{"{0} सेकंड पहले"} |
michael@0 | 1212 | } |
michael@0 | 1213 | } |
michael@0 | 1214 | } |
michael@0 | 1215 | sun{ |
michael@0 | 1216 | relative{ |
michael@0 | 1217 | "-1"{"पिछला रविवार"} |
michael@0 | 1218 | "0"{"यह रविवार"} |
michael@0 | 1219 | "1"{"अगला रविवार"} |
michael@0 | 1220 | } |
michael@0 | 1221 | } |
michael@0 | 1222 | thu{ |
michael@0 | 1223 | relative{ |
michael@0 | 1224 | "-1"{"पिछला गुरुवार"} |
michael@0 | 1225 | "0"{"यह गुरुवार"} |
michael@0 | 1226 | "1"{"अगला गुरुवार"} |
michael@0 | 1227 | } |
michael@0 | 1228 | } |
michael@0 | 1229 | tue{ |
michael@0 | 1230 | relative{ |
michael@0 | 1231 | "-1"{"पिछला मंगलवार"} |
michael@0 | 1232 | "0"{"यह मंगलवार"} |
michael@0 | 1233 | "1"{"अगला मंगलवार"} |
michael@0 | 1234 | } |
michael@0 | 1235 | } |
michael@0 | 1236 | wed{ |
michael@0 | 1237 | relative{ |
michael@0 | 1238 | "-1"{"पिछला बुधवार"} |
michael@0 | 1239 | "0"{"यह बुधवार"} |
michael@0 | 1240 | "1"{"अगला बुधवार"} |
michael@0 | 1241 | } |
michael@0 | 1242 | } |
michael@0 | 1243 | week{ |
michael@0 | 1244 | dn{"सप्ताह"} |
michael@0 | 1245 | relative{ |
michael@0 | 1246 | "-1"{"पिछला सप्ताह"} |
michael@0 | 1247 | "0"{"यह सप्ताह"} |
michael@0 | 1248 | "1"{"अगला सप्ताह"} |
michael@0 | 1249 | } |
michael@0 | 1250 | relativeTime{ |
michael@0 | 1251 | future{ |
michael@0 | 1252 | one{"{0} सप्ताह में"} |
michael@0 | 1253 | other{"{0} सप्ताह में"} |
michael@0 | 1254 | } |
michael@0 | 1255 | past{ |
michael@0 | 1256 | one{"{0} सप्ताह पहले"} |
michael@0 | 1257 | other{"{0} सप्ताह पहले"} |
michael@0 | 1258 | } |
michael@0 | 1259 | } |
michael@0 | 1260 | } |
michael@0 | 1261 | weekday{ |
michael@0 | 1262 | dn{"सप्ताह का दिन"} |
michael@0 | 1263 | } |
michael@0 | 1264 | year{ |
michael@0 | 1265 | dn{"वर्ष"} |
michael@0 | 1266 | relative{ |
michael@0 | 1267 | "-1"{"पिछला वर्ष"} |
michael@0 | 1268 | "0"{"यह वर्ष"} |
michael@0 | 1269 | "1"{"अगला वर्ष"} |
michael@0 | 1270 | } |
michael@0 | 1271 | relativeTime{ |
michael@0 | 1272 | future{ |
michael@0 | 1273 | one{"{0} वर्ष में"} |
michael@0 | 1274 | other{"{0} वर्ष में"} |
michael@0 | 1275 | } |
michael@0 | 1276 | past{ |
michael@0 | 1277 | one{"{0} वर्ष पहले"} |
michael@0 | 1278 | other{"{0} वर्ष पहले"} |
michael@0 | 1279 | } |
michael@0 | 1280 | } |
michael@0 | 1281 | } |
michael@0 | 1282 | zone{ |
michael@0 | 1283 | dn{"समय क्षेत्र"} |
michael@0 | 1284 | } |
michael@0 | 1285 | } |
michael@0 | 1286 | listPattern{ |
michael@0 | 1287 | standard{ |
michael@0 | 1288 | 2{"{0} और {1}"} |
michael@0 | 1289 | end{"{0}, और {1}"} |
michael@0 | 1290 | middle{"{0}, {1}"} |
michael@0 | 1291 | start{"{0}, {1}"} |
michael@0 | 1292 | } |
michael@0 | 1293 | unit{ |
michael@0 | 1294 | 2{"{0} और {1}"} |
michael@0 | 1295 | end{"{0}, और {1}"} |
michael@0 | 1296 | middle{"{0}, {1}"} |
michael@0 | 1297 | start{"{0}, {1}"} |
michael@0 | 1298 | } |
michael@0 | 1299 | unit-short{ |
michael@0 | 1300 | 2{"{0}, {1}"} |
michael@0 | 1301 | end{"{0}, {1}"} |
michael@0 | 1302 | middle{"{0}, {1}"} |
michael@0 | 1303 | start{"{0}, {1}"} |
michael@0 | 1304 | } |
michael@0 | 1305 | } |
michael@0 | 1306 | measurementSystemNames{ |
michael@0 | 1307 | UK{"यूके"} |
michael@0 | 1308 | US{"यूएस"} |
michael@0 | 1309 | metric{"मीट्रिक"} |
michael@0 | 1310 | } |
michael@0 | 1311 | transformNames{ |
michael@0 | 1312 | BGN{"BGN"} |
michael@0 | 1313 | Numeric{"सांख्यिक"} |
michael@0 | 1314 | Tone{"स्वर"} |
michael@0 | 1315 | UNGEGN{"UNGEGN"} |
michael@0 | 1316 | x-Accents{"स्वराघात"} |
michael@0 | 1317 | x-Fullwidth{"पूर्ण-चौड़ाई"} |
michael@0 | 1318 | x-Halfwidth{"आधी-चौड़ाई"} |
michael@0 | 1319 | x-Jamo{"जामो"} |
michael@0 | 1320 | x-Pinyin{"पिनयिन"} |
michael@0 | 1321 | x-Publishing{"प्रकाशन"} |
michael@0 | 1322 | } |
michael@0 | 1323 | units{ |
michael@0 | 1324 | acceleration{ |
michael@0 | 1325 | g-force{ |
michael@0 | 1326 | one{"{0} गु–बल"} |
michael@0 | 1327 | other{"{0} गु–बल"} |
michael@0 | 1328 | } |
michael@0 | 1329 | } |
michael@0 | 1330 | angle{ |
michael@0 | 1331 | arc-minute{ |
michael@0 | 1332 | one{"{0} मिनट"} |
michael@0 | 1333 | other{"{0} मिनट"} |
michael@0 | 1334 | } |
michael@0 | 1335 | arc-second{ |
michael@0 | 1336 | one{"{0}सेकंड"} |
michael@0 | 1337 | other{"{0}सेकंड"} |
michael@0 | 1338 | } |
michael@0 | 1339 | degree{ |
michael@0 | 1340 | one{"{0} अंश"} |
michael@0 | 1341 | other{"{0} अंश"} |
michael@0 | 1342 | } |
michael@0 | 1343 | } |
michael@0 | 1344 | area{ |
michael@0 | 1345 | acre{ |
michael@0 | 1346 | one{"{0} एकड़"} |
michael@0 | 1347 | other{"{0} एकड़"} |
michael@0 | 1348 | } |
michael@0 | 1349 | hectare{ |
michael@0 | 1350 | one{"{0} हेक्टेयर"} |
michael@0 | 1351 | other{"{0} हेक्टेयर"} |
michael@0 | 1352 | } |
michael@0 | 1353 | square-foot{ |
michael@0 | 1354 | one{"{0} वर्गफ़ुट"} |
michael@0 | 1355 | other{"{0} वर्गफ़ीट"} |
michael@0 | 1356 | } |
michael@0 | 1357 | square-kilometer{ |
michael@0 | 1358 | one{"{0} वर्ग किलोमीटर"} |
michael@0 | 1359 | other{"{0} वर्ग किलोमीटर"} |
michael@0 | 1360 | } |
michael@0 | 1361 | square-meter{ |
michael@0 | 1362 | one{"{0} वर्ग मीटर"} |
michael@0 | 1363 | other{"{0} वर्ग मीटर"} |
michael@0 | 1364 | } |
michael@0 | 1365 | square-mile{ |
michael@0 | 1366 | one{"{0} वर्ग मील"} |
michael@0 | 1367 | other{"{0} वर्ग मील"} |
michael@0 | 1368 | } |
michael@0 | 1369 | } |
michael@0 | 1370 | compound{ |
michael@0 | 1371 | per{"{0} प्रति {1}"} |
michael@0 | 1372 | } |
michael@0 | 1373 | duration{ |
michael@0 | 1374 | day{ |
michael@0 | 1375 | one{"{0} दिन"} |
michael@0 | 1376 | other{"{0} दिन"} |
michael@0 | 1377 | } |
michael@0 | 1378 | hour{ |
michael@0 | 1379 | one{"{0} घंटा"} |
michael@0 | 1380 | other{"{0} घंटे"} |
michael@0 | 1381 | } |
michael@0 | 1382 | millisecond{ |
michael@0 | 1383 | one{"{0} मिलीसेकंड"} |
michael@0 | 1384 | other{"{0} मिलीसेकंड"} |
michael@0 | 1385 | } |
michael@0 | 1386 | minute{ |
michael@0 | 1387 | one{"{0} मिनट"} |
michael@0 | 1388 | other{"{0} मिनट"} |
michael@0 | 1389 | } |
michael@0 | 1390 | month{ |
michael@0 | 1391 | one{"{0} माह"} |
michael@0 | 1392 | other{"{0} माह"} |
michael@0 | 1393 | } |
michael@0 | 1394 | second{ |
michael@0 | 1395 | one{"{0} सेकंड"} |
michael@0 | 1396 | other{"{0} सेकंड"} |
michael@0 | 1397 | } |
michael@0 | 1398 | week{ |
michael@0 | 1399 | one{"{0} सप्ताह"} |
michael@0 | 1400 | other{"{0} सप्ताह"} |
michael@0 | 1401 | } |
michael@0 | 1402 | year{ |
michael@0 | 1403 | one{"{0} वर्ष"} |
michael@0 | 1404 | other{"{0} वर्ष"} |
michael@0 | 1405 | } |
michael@0 | 1406 | } |
michael@0 | 1407 | length{ |
michael@0 | 1408 | centimeter{ |
michael@0 | 1409 | one{"{0} सेंटीमीटर"} |
michael@0 | 1410 | other{"{0} सेंटीमीटर"} |
michael@0 | 1411 | } |
michael@0 | 1412 | foot{ |
michael@0 | 1413 | one{"{0} फ़ुट"} |
michael@0 | 1414 | other{"{0} फ़ीट"} |
michael@0 | 1415 | } |
michael@0 | 1416 | inch{ |
michael@0 | 1417 | one{"{0} इंच"} |
michael@0 | 1418 | other{"{0} इंच"} |
michael@0 | 1419 | } |
michael@0 | 1420 | kilometer{ |
michael@0 | 1421 | one{"{0} किलोमीटर"} |
michael@0 | 1422 | other{"{0} किलोमीटर"} |
michael@0 | 1423 | } |
michael@0 | 1424 | light-year{ |
michael@0 | 1425 | one{"{0} प्रकाश वर्ष"} |
michael@0 | 1426 | other{"{0} प्रकाश वर्ष"} |
michael@0 | 1427 | } |
michael@0 | 1428 | meter{ |
michael@0 | 1429 | one{"{0} मीटर"} |
michael@0 | 1430 | other{"{0} मीटर"} |
michael@0 | 1431 | } |
michael@0 | 1432 | mile{ |
michael@0 | 1433 | one{"{0} मील"} |
michael@0 | 1434 | other{"{0} मील"} |
michael@0 | 1435 | } |
michael@0 | 1436 | millimeter{ |
michael@0 | 1437 | one{"{0} मिलीमीटर"} |
michael@0 | 1438 | other{"{0} मिलीमीटर"} |
michael@0 | 1439 | } |
michael@0 | 1440 | picometer{ |
michael@0 | 1441 | one{"{0} पिकोमीटर"} |
michael@0 | 1442 | other{"{0} पिकोमीटर"} |
michael@0 | 1443 | } |
michael@0 | 1444 | yard{ |
michael@0 | 1445 | one{"{0} गज"} |
michael@0 | 1446 | other{"{0} गज"} |
michael@0 | 1447 | } |
michael@0 | 1448 | } |
michael@0 | 1449 | mass{ |
michael@0 | 1450 | gram{ |
michael@0 | 1451 | one{"{0} ग्राम"} |
michael@0 | 1452 | other{"{0} ग्राम"} |
michael@0 | 1453 | } |
michael@0 | 1454 | kilogram{ |
michael@0 | 1455 | one{"{0} किलोग्राम"} |
michael@0 | 1456 | other{"{0} किलोग्राम"} |
michael@0 | 1457 | } |
michael@0 | 1458 | ounce{ |
michael@0 | 1459 | one{"{0} औंस"} |
michael@0 | 1460 | other{"{0} औंस"} |
michael@0 | 1461 | } |
michael@0 | 1462 | pound{ |
michael@0 | 1463 | one{"{0} पौंड"} |
michael@0 | 1464 | other{"{0} पौंड"} |
michael@0 | 1465 | } |
michael@0 | 1466 | } |
michael@0 | 1467 | power{ |
michael@0 | 1468 | horsepower{ |
michael@0 | 1469 | one{"{0} अश्वशक्ति"} |
michael@0 | 1470 | other{"{0} अश्वशक्ति"} |
michael@0 | 1471 | } |
michael@0 | 1472 | kilowatt{ |
michael@0 | 1473 | one{"{0} किलोवॉट"} |
michael@0 | 1474 | other{"{0} किलोवॉट"} |
michael@0 | 1475 | } |
michael@0 | 1476 | watt{ |
michael@0 | 1477 | one{"{0} वॉट"} |
michael@0 | 1478 | other{"{0} वॉट"} |
michael@0 | 1479 | } |
michael@0 | 1480 | } |
michael@0 | 1481 | pressure{ |
michael@0 | 1482 | hectopascal{ |
michael@0 | 1483 | one{"{0} हैक्टोपास्कल"} |
michael@0 | 1484 | other{"{0} हैक्टोपास्कल"} |
michael@0 | 1485 | } |
michael@0 | 1486 | inch-hg{ |
michael@0 | 1487 | one{"{0} मर्करी इंच"} |
michael@0 | 1488 | other{"{0} मर्करी इंच"} |
michael@0 | 1489 | } |
michael@0 | 1490 | millibar{ |
michael@0 | 1491 | one{"{0} मिलीबार"} |
michael@0 | 1492 | other{"{0} मिलीबार"} |
michael@0 | 1493 | } |
michael@0 | 1494 | } |
michael@0 | 1495 | speed{ |
michael@0 | 1496 | kilometer-per-hour{ |
michael@0 | 1497 | one{"{0} किलोमीटर प्रति घंटा"} |
michael@0 | 1498 | other{"{0} किलोमीटर प्रति घंटा"} |
michael@0 | 1499 | } |
michael@0 | 1500 | meter-per-second{ |
michael@0 | 1501 | one{"{0} मीटर प्रति सेकंड"} |
michael@0 | 1502 | other{"{0} मीटर प्रति सेकंड"} |
michael@0 | 1503 | } |
michael@0 | 1504 | mile-per-hour{ |
michael@0 | 1505 | one{"{0} मील प्रति घंटा"} |
michael@0 | 1506 | other{"{0} मील प्रति घंटा"} |
michael@0 | 1507 | } |
michael@0 | 1508 | } |
michael@0 | 1509 | temperature{ |
michael@0 | 1510 | celsius{ |
michael@0 | 1511 | one{"{0} डिग्री सेल्सियस"} |
michael@0 | 1512 | other{"{0} डिग्री सेल्सियस"} |
michael@0 | 1513 | } |
michael@0 | 1514 | fahrenheit{ |
michael@0 | 1515 | one{"{0} डिग्री फ़ेरनहाइट"} |
michael@0 | 1516 | other{"{0} डिग्री फ़ेरनहाइट"} |
michael@0 | 1517 | } |
michael@0 | 1518 | } |
michael@0 | 1519 | volume{ |
michael@0 | 1520 | cubic-kilometer{ |
michael@0 | 1521 | one{"{0} घन किलोमीटर"} |
michael@0 | 1522 | other{"{0} घन किलोमीटर"} |
michael@0 | 1523 | } |
michael@0 | 1524 | cubic-mile{ |
michael@0 | 1525 | one{"{0} घन मील"} |
michael@0 | 1526 | other{"{0} घन मील"} |
michael@0 | 1527 | } |
michael@0 | 1528 | liter{ |
michael@0 | 1529 | one{"{0} लीटर"} |
michael@0 | 1530 | other{"{0} लीटर"} |
michael@0 | 1531 | } |
michael@0 | 1532 | } |
michael@0 | 1533 | } |
michael@0 | 1534 | unitsNarrow{ |
michael@0 | 1535 | acceleration{ |
michael@0 | 1536 | g-force{ |
michael@0 | 1537 | one{"{0}गु."} |
michael@0 | 1538 | other{"{0}गु."} |
michael@0 | 1539 | } |
michael@0 | 1540 | } |
michael@0 | 1541 | angle{ |
michael@0 | 1542 | arc-minute{ |
michael@0 | 1543 | one{"{0}′"} |
michael@0 | 1544 | other{"{0}′"} |
michael@0 | 1545 | } |
michael@0 | 1546 | arc-second{ |
michael@0 | 1547 | one{"{0}″"} |
michael@0 | 1548 | other{"{0}″"} |
michael@0 | 1549 | } |
michael@0 | 1550 | degree{ |
michael@0 | 1551 | one{"{0}°"} |
michael@0 | 1552 | other{"{0}°"} |
michael@0 | 1553 | } |
michael@0 | 1554 | } |
michael@0 | 1555 | area{ |
michael@0 | 1556 | acre{ |
michael@0 | 1557 | one{"{0}एकड़"} |
michael@0 | 1558 | other{"{0}एकड़"} |
michael@0 | 1559 | } |
michael@0 | 1560 | hectare{ |
michael@0 | 1561 | one{"{0}हे."} |
michael@0 | 1562 | other{"{0}हे."} |
michael@0 | 1563 | } |
michael@0 | 1564 | square-foot{ |
michael@0 | 1565 | one{"{0}ft²"} |
michael@0 | 1566 | other{"{0}ft²"} |
michael@0 | 1567 | } |
michael@0 | 1568 | square-kilometer{ |
michael@0 | 1569 | one{"{0} km²"} |
michael@0 | 1570 | other{"{0} km²"} |
michael@0 | 1571 | } |
michael@0 | 1572 | square-meter{ |
michael@0 | 1573 | one{"{0} वर्ग मी."} |
michael@0 | 1574 | other{"{0} वर्ग मी."} |
michael@0 | 1575 | } |
michael@0 | 1576 | square-mile{ |
michael@0 | 1577 | one{"{0}वर्ग मील"} |
michael@0 | 1578 | other{"{0}वर्ग मील"} |
michael@0 | 1579 | } |
michael@0 | 1580 | } |
michael@0 | 1581 | compound{ |
michael@0 | 1582 | per{"{0}/{1}"} |
michael@0 | 1583 | } |
michael@0 | 1584 | duration{ |
michael@0 | 1585 | day{ |
michael@0 | 1586 | one{"{0}दिन"} |
michael@0 | 1587 | other{"{0}दिन"} |
michael@0 | 1588 | } |
michael@0 | 1589 | hour{ |
michael@0 | 1590 | one{"{0}घं."} |
michael@0 | 1591 | other{"{0}घं."} |
michael@0 | 1592 | } |
michael@0 | 1593 | millisecond{ |
michael@0 | 1594 | one{"{0} मिसे"} |
michael@0 | 1595 | other{"{0} मिसे"} |
michael@0 | 1596 | } |
michael@0 | 1597 | minute{ |
michael@0 | 1598 | one{"{0}मि."} |
michael@0 | 1599 | other{"{0}मि."} |
michael@0 | 1600 | } |
michael@0 | 1601 | month{ |
michael@0 | 1602 | one{"{0}माह"} |
michael@0 | 1603 | other{"{0}माह"} |
michael@0 | 1604 | } |
michael@0 | 1605 | second{ |
michael@0 | 1606 | one{"{0}से."} |
michael@0 | 1607 | other{"{0}से."} |
michael@0 | 1608 | } |
michael@0 | 1609 | week{ |
michael@0 | 1610 | one{"{0}स."} |
michael@0 | 1611 | other{"{0}स."} |
michael@0 | 1612 | } |
michael@0 | 1613 | year{ |
michael@0 | 1614 | one{"{0}वर्ष"} |
michael@0 | 1615 | other{"{0}वर्ष"} |
michael@0 | 1616 | } |
michael@0 | 1617 | } |
michael@0 | 1618 | length{ |
michael@0 | 1619 | centimeter{ |
michael@0 | 1620 | one{"{0}सेमी"} |
michael@0 | 1621 | other{"{0}सेमी"} |
michael@0 | 1622 | } |
michael@0 | 1623 | foot{ |
michael@0 | 1624 | one{"{0}′"} |
michael@0 | 1625 | other{"{0}′"} |
michael@0 | 1626 | } |
michael@0 | 1627 | inch{ |
michael@0 | 1628 | one{"{0}″"} |
michael@0 | 1629 | other{"{0}″"} |
michael@0 | 1630 | } |
michael@0 | 1631 | kilometer{ |
michael@0 | 1632 | one{"{0}किमी"} |
michael@0 | 1633 | other{"{0}किमी"} |
michael@0 | 1634 | } |
michael@0 | 1635 | light-year{ |
michael@0 | 1636 | one{"{0}प्र.व."} |
michael@0 | 1637 | other{"{0}प्र.व."} |
michael@0 | 1638 | } |
michael@0 | 1639 | meter{ |
michael@0 | 1640 | one{"{0}मी"} |
michael@0 | 1641 | other{"{0}मी"} |
michael@0 | 1642 | } |
michael@0 | 1643 | mile{ |
michael@0 | 1644 | one{"{0}मील"} |
michael@0 | 1645 | other{"{0}मील"} |
michael@0 | 1646 | } |
michael@0 | 1647 | millimeter{ |
michael@0 | 1648 | one{"{0}मिमी"} |
michael@0 | 1649 | other{"{0}मिमी"} |
michael@0 | 1650 | } |
michael@0 | 1651 | picometer{ |
michael@0 | 1652 | one{"{0}पि.मी."} |
michael@0 | 1653 | other{"{0}पि.मी."} |
michael@0 | 1654 | } |
michael@0 | 1655 | yard{ |
michael@0 | 1656 | one{"{0}गज"} |
michael@0 | 1657 | other{"{0}गज"} |
michael@0 | 1658 | } |
michael@0 | 1659 | } |
michael@0 | 1660 | mass{ |
michael@0 | 1661 | gram{ |
michael@0 | 1662 | one{"{0}ग्रा"} |
michael@0 | 1663 | other{"{0}ग्रा"} |
michael@0 | 1664 | } |
michael@0 | 1665 | kilogram{ |
michael@0 | 1666 | one{"{0}किग्रा"} |
michael@0 | 1667 | other{"{0}किग्रा"} |
michael@0 | 1668 | } |
michael@0 | 1669 | ounce{ |
michael@0 | 1670 | one{"{0}औं."} |
michael@0 | 1671 | other{"{0}औं."} |
michael@0 | 1672 | } |
michael@0 | 1673 | pound{ |
michael@0 | 1674 | one{"{0}#"} |
michael@0 | 1675 | other{"{0}#"} |
michael@0 | 1676 | } |
michael@0 | 1677 | } |
michael@0 | 1678 | power{ |
michael@0 | 1679 | horsepower{ |
michael@0 | 1680 | one{"{0}एचपी"} |
michael@0 | 1681 | other{"{0}एचपी"} |
michael@0 | 1682 | } |
michael@0 | 1683 | kilowatt{ |
michael@0 | 1684 | one{"{0}कि.वॉ."} |
michael@0 | 1685 | other{"{0}कि.वॉ."} |
michael@0 | 1686 | } |
michael@0 | 1687 | watt{ |
michael@0 | 1688 | one{"{0}वॉ"} |
michael@0 | 1689 | other{"{0}वॉ"} |
michael@0 | 1690 | } |
michael@0 | 1691 | } |
michael@0 | 1692 | pressure{ |
michael@0 | 1693 | hectopascal{ |
michael@0 | 1694 | one{"{0}hPa"} |
michael@0 | 1695 | other{"{0}hPa"} |
michael@0 | 1696 | } |
michael@0 | 1697 | inch-hg{ |
michael@0 | 1698 | one{"{0}\u0022 Hg"} |
michael@0 | 1699 | other{"{0}\u0022 Hg"} |
michael@0 | 1700 | } |
michael@0 | 1701 | millibar{ |
michael@0 | 1702 | one{"{0}mb"} |
michael@0 | 1703 | other{"{0}mb"} |
michael@0 | 1704 | } |
michael@0 | 1705 | } |
michael@0 | 1706 | speed{ |
michael@0 | 1707 | kilometer-per-hour{ |
michael@0 | 1708 | one{"{0}kph"} |
michael@0 | 1709 | other{"{0}kph"} |
michael@0 | 1710 | } |
michael@0 | 1711 | meter-per-second{ |
michael@0 | 1712 | one{"{0}मी./से."} |
michael@0 | 1713 | other{"{0}मी./से."} |
michael@0 | 1714 | } |
michael@0 | 1715 | mile-per-hour{ |
michael@0 | 1716 | one{"{0}mph"} |
michael@0 | 1717 | other{"{0}mph"} |
michael@0 | 1718 | } |
michael@0 | 1719 | } |
michael@0 | 1720 | temperature{ |
michael@0 | 1721 | celsius{ |
michael@0 | 1722 | one{"{0}°"} |
michael@0 | 1723 | other{"{0}°"} |
michael@0 | 1724 | } |
michael@0 | 1725 | fahrenheit{ |
michael@0 | 1726 | one{"{0}°F"} |
michael@0 | 1727 | other{"{0}°F"} |
michael@0 | 1728 | } |
michael@0 | 1729 | } |
michael@0 | 1730 | volume{ |
michael@0 | 1731 | cubic-kilometer{ |
michael@0 | 1732 | one{"{0}घन किमी"} |
michael@0 | 1733 | other{"{0}घन किमी"} |
michael@0 | 1734 | } |
michael@0 | 1735 | cubic-mile{ |
michael@0 | 1736 | one{"{0}घन मील"} |
michael@0 | 1737 | other{"{0}घन मील"} |
michael@0 | 1738 | } |
michael@0 | 1739 | liter{ |
michael@0 | 1740 | one{"{0}ली."} |
michael@0 | 1741 | other{"{0}ली."} |
michael@0 | 1742 | } |
michael@0 | 1743 | } |
michael@0 | 1744 | } |
michael@0 | 1745 | unitsShort{ |
michael@0 | 1746 | acceleration{ |
michael@0 | 1747 | g-force{ |
michael@0 | 1748 | one{"{0} गु."} |
michael@0 | 1749 | other{"{0} गु."} |
michael@0 | 1750 | } |
michael@0 | 1751 | } |
michael@0 | 1752 | angle{ |
michael@0 | 1753 | arc-minute{ |
michael@0 | 1754 | one{"{0} मि"} |
michael@0 | 1755 | other{"{0} मि"} |
michael@0 | 1756 | } |
michael@0 | 1757 | arc-second{ |
michael@0 | 1758 | one{"{0} से."} |
michael@0 | 1759 | other{"{0} से."} |
michael@0 | 1760 | } |
michael@0 | 1761 | degree{ |
michael@0 | 1762 | one{"{0} अंश"} |
michael@0 | 1763 | other{"{0} अंश"} |
michael@0 | 1764 | } |
michael@0 | 1765 | } |
michael@0 | 1766 | area{ |
michael@0 | 1767 | acre{ |
michael@0 | 1768 | one{"{0} एकड़"} |
michael@0 | 1769 | other{"{0} एकड़"} |
michael@0 | 1770 | } |
michael@0 | 1771 | hectare{ |
michael@0 | 1772 | one{"{0} हे."} |
michael@0 | 1773 | other{"{0} हे."} |
michael@0 | 1774 | } |
michael@0 | 1775 | square-foot{ |
michael@0 | 1776 | one{"{0} व.फ़ी."} |
michael@0 | 1777 | other{"{0} व.फ़ी."} |
michael@0 | 1778 | } |
michael@0 | 1779 | square-kilometer{ |
michael@0 | 1780 | one{"{0} वर्ग किमी"} |
michael@0 | 1781 | other{"{0} वर्ग किमी"} |
michael@0 | 1782 | } |
michael@0 | 1783 | square-meter{ |
michael@0 | 1784 | one{"{0} वर्ग मी."} |
michael@0 | 1785 | other{"{0} वर्ग मी."} |
michael@0 | 1786 | } |
michael@0 | 1787 | square-mile{ |
michael@0 | 1788 | one{"{0} वर्ग मील"} |
michael@0 | 1789 | other{"{0} वर्ग मील"} |
michael@0 | 1790 | } |
michael@0 | 1791 | } |
michael@0 | 1792 | compound{ |
michael@0 | 1793 | per{"{0}/{1}"} |
michael@0 | 1794 | } |
michael@0 | 1795 | duration{ |
michael@0 | 1796 | day{ |
michael@0 | 1797 | one{"{0} दिन"} |
michael@0 | 1798 | other{"{0} दिन"} |
michael@0 | 1799 | } |
michael@0 | 1800 | hour{ |
michael@0 | 1801 | one{"{0} घं."} |
michael@0 | 1802 | other{"{0} घं."} |
michael@0 | 1803 | } |
michael@0 | 1804 | millisecond{ |
michael@0 | 1805 | one{"{0} मिसे"} |
michael@0 | 1806 | other{"{0} मिसे"} |
michael@0 | 1807 | } |
michael@0 | 1808 | minute{ |
michael@0 | 1809 | one{"{0} मि."} |
michael@0 | 1810 | other{"{0} मि."} |
michael@0 | 1811 | } |
michael@0 | 1812 | month{ |
michael@0 | 1813 | one{"{0} माह"} |
michael@0 | 1814 | other{"{0} माह"} |
michael@0 | 1815 | } |
michael@0 | 1816 | second{ |
michael@0 | 1817 | one{"{0} सेक."} |
michael@0 | 1818 | other{"{0} सेक."} |
michael@0 | 1819 | } |
michael@0 | 1820 | week{ |
michael@0 | 1821 | one{"{0} स."} |
michael@0 | 1822 | other{"{0} स."} |
michael@0 | 1823 | } |
michael@0 | 1824 | year{ |
michael@0 | 1825 | one{"{0} वर्ष"} |
michael@0 | 1826 | other{"{0} वर्ष"} |
michael@0 | 1827 | } |
michael@0 | 1828 | } |
michael@0 | 1829 | length{ |
michael@0 | 1830 | centimeter{ |
michael@0 | 1831 | one{"{0} सेमी"} |
michael@0 | 1832 | other{"{0} सेमी"} |
michael@0 | 1833 | } |
michael@0 | 1834 | foot{ |
michael@0 | 1835 | one{"{0} फ़ी"} |
michael@0 | 1836 | other{"{0} फ़ी"} |
michael@0 | 1837 | } |
michael@0 | 1838 | inch{ |
michael@0 | 1839 | one{"{0} इं"} |
michael@0 | 1840 | other{"{0} इं"} |
michael@0 | 1841 | } |
michael@0 | 1842 | kilometer{ |
michael@0 | 1843 | one{"{0} किमी"} |
michael@0 | 1844 | other{"{0} किमी"} |
michael@0 | 1845 | } |
michael@0 | 1846 | light-year{ |
michael@0 | 1847 | one{"{0} प्र.व."} |
michael@0 | 1848 | other{"{0} प्र.व."} |
michael@0 | 1849 | } |
michael@0 | 1850 | meter{ |
michael@0 | 1851 | one{"{0} मी"} |
michael@0 | 1852 | other{"{0} मी"} |
michael@0 | 1853 | } |
michael@0 | 1854 | mile{ |
michael@0 | 1855 | one{"{0} मील"} |
michael@0 | 1856 | other{"{0} मील"} |
michael@0 | 1857 | } |
michael@0 | 1858 | millimeter{ |
michael@0 | 1859 | one{"{0} मिमी"} |
michael@0 | 1860 | other{"{0} मिमी"} |
michael@0 | 1861 | } |
michael@0 | 1862 | picometer{ |
michael@0 | 1863 | one{"{0} पि.मी."} |
michael@0 | 1864 | other{"{0} पि.मी."} |
michael@0 | 1865 | } |
michael@0 | 1866 | yard{ |
michael@0 | 1867 | one{"{0} गज"} |
michael@0 | 1868 | other{"{0} गज"} |
michael@0 | 1869 | } |
michael@0 | 1870 | } |
michael@0 | 1871 | mass{ |
michael@0 | 1872 | gram{ |
michael@0 | 1873 | one{"{0} ग्रा"} |
michael@0 | 1874 | other{"{0} ग्रा"} |
michael@0 | 1875 | } |
michael@0 | 1876 | kilogram{ |
michael@0 | 1877 | one{"{0} किग्रा"} |
michael@0 | 1878 | other{"{0} किग्रा"} |
michael@0 | 1879 | } |
michael@0 | 1880 | ounce{ |
michael@0 | 1881 | one{"{0} औं."} |
michael@0 | 1882 | other{"{0} औं."} |
michael@0 | 1883 | } |
michael@0 | 1884 | pound{ |
michael@0 | 1885 | one{"{0} पौंड"} |
michael@0 | 1886 | other{"{0} पौंड"} |
michael@0 | 1887 | } |
michael@0 | 1888 | } |
michael@0 | 1889 | power{ |
michael@0 | 1890 | horsepower{ |
michael@0 | 1891 | one{"{0} एचपी"} |
michael@0 | 1892 | other{"{0} एचपी"} |
michael@0 | 1893 | } |
michael@0 | 1894 | kilowatt{ |
michael@0 | 1895 | one{"{0} कि.वॉ."} |
michael@0 | 1896 | other{"{0} कि.वॉ."} |
michael@0 | 1897 | } |
michael@0 | 1898 | watt{ |
michael@0 | 1899 | one{"{0} वॉ"} |
michael@0 | 1900 | other{"{0} वॉ"} |
michael@0 | 1901 | } |
michael@0 | 1902 | } |
michael@0 | 1903 | pressure{ |
michael@0 | 1904 | hectopascal{ |
michael@0 | 1905 | one{"{0} hPa"} |
michael@0 | 1906 | other{"{0} hPa"} |
michael@0 | 1907 | } |
michael@0 | 1908 | inch-hg{ |
michael@0 | 1909 | one{"{0} inHg"} |
michael@0 | 1910 | other{"{0} inHg"} |
michael@0 | 1911 | } |
michael@0 | 1912 | millibar{ |
michael@0 | 1913 | one{"{0} mbar"} |
michael@0 | 1914 | other{"{0} mbar"} |
michael@0 | 1915 | } |
michael@0 | 1916 | } |
michael@0 | 1917 | speed{ |
michael@0 | 1918 | kilometer-per-hour{ |
michael@0 | 1919 | one{"{0} किमी प्रति घं"} |
michael@0 | 1920 | other{"{0} किमी प्रति घं"} |
michael@0 | 1921 | } |
michael@0 | 1922 | meter-per-second{ |
michael@0 | 1923 | one{"{0} मी./से."} |
michael@0 | 1924 | other{"{0} मी./से."} |
michael@0 | 1925 | } |
michael@0 | 1926 | mile-per-hour{ |
michael@0 | 1927 | one{"{0} mph"} |
michael@0 | 1928 | other{"{0} mph"} |
michael@0 | 1929 | } |
michael@0 | 1930 | } |
michael@0 | 1931 | temperature{ |
michael@0 | 1932 | celsius{ |
michael@0 | 1933 | one{"{0}°C"} |
michael@0 | 1934 | other{"{0}°C"} |
michael@0 | 1935 | } |
michael@0 | 1936 | fahrenheit{ |
michael@0 | 1937 | one{"{0}°F"} |
michael@0 | 1938 | other{"{0}°F"} |
michael@0 | 1939 | } |
michael@0 | 1940 | } |
michael@0 | 1941 | volume{ |
michael@0 | 1942 | cubic-kilometer{ |
michael@0 | 1943 | one{"{0} घन किमी"} |
michael@0 | 1944 | other{"{0} घन किमी"} |
michael@0 | 1945 | } |
michael@0 | 1946 | cubic-mile{ |
michael@0 | 1947 | one{"{0} घन मील"} |
michael@0 | 1948 | other{"{0} घन मील"} |
michael@0 | 1949 | } |
michael@0 | 1950 | liter{ |
michael@0 | 1951 | one{"{0} ली."} |
michael@0 | 1952 | other{"{0} ली."} |
michael@0 | 1953 | } |
michael@0 | 1954 | } |
michael@0 | 1955 | } |
michael@0 | 1956 | } |