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/mr.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/mr.xml |
michael@0 | 11 | */ |
michael@0 | 12 | mr{ |
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 | "ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ ा ि ी " |
michael@0 | 25 | "\u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" |
michael@0 | 26 | } |
michael@0 | 27 | ExemplarCharactersIndex{ |
michael@0 | 28 | "[\u200D ॐ \u0902 ः अ आ इ ई उ ऊ ऋ ऌ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त" |
michael@0 | 29 | " थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ \u0945 \u094D]" |
michael@0 | 30 | } |
michael@0 | 31 | ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] @ * / \\& # ′ ″]"} |
michael@0 | 32 | LocaleScript{ |
michael@0 | 33 | "Deva", |
michael@0 | 34 | } |
michael@0 | 35 | MoreInformation{"?"} |
michael@0 | 36 | NumberElements{ |
michael@0 | 37 | default{"deva"} |
michael@0 | 38 | deva{ |
michael@0 | 39 | patterns{ |
michael@0 | 40 | currencyFormat{"¤#,##0.00"} |
michael@0 | 41 | decimalFormat{"#,##0.###"} |
michael@0 | 42 | percentFormat{"#,##0%"} |
michael@0 | 43 | scientificFormat{"[#E0]"} |
michael@0 | 44 | } |
michael@0 | 45 | symbols{ |
michael@0 | 46 | decimal{"."} |
michael@0 | 47 | exponential{"E"} |
michael@0 | 48 | group{","} |
michael@0 | 49 | infinity{"∞"} |
michael@0 | 50 | minusSign{"-"} |
michael@0 | 51 | nan{"NaN"} |
michael@0 | 52 | perMille{"‰"} |
michael@0 | 53 | percentSign{"%"} |
michael@0 | 54 | plusSign{"+"} |
michael@0 | 55 | superscriptingExponent{"×"} |
michael@0 | 56 | } |
michael@0 | 57 | } |
michael@0 | 58 | latn{ |
michael@0 | 59 | miscPatterns{ |
michael@0 | 60 | atLeast{"{0}+"} |
michael@0 | 61 | range{"{0}–{1}"} |
michael@0 | 62 | } |
michael@0 | 63 | patterns{ |
michael@0 | 64 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 65 | currencyFormat{"¤#,##0.00"} |
michael@0 | 66 | decimalFormat{"#,##0.###"} |
michael@0 | 67 | percentFormat{"#,##0%"} |
michael@0 | 68 | scientificFormat{"[#E0]"} |
michael@0 | 69 | } |
michael@0 | 70 | patternsLong{ |
michael@0 | 71 | decimalFormat{ |
michael@0 | 72 | 1000{ |
michael@0 | 73 | one{"0 हजार"} |
michael@0 | 74 | other{"0 हजार"} |
michael@0 | 75 | } |
michael@0 | 76 | 10000{ |
michael@0 | 77 | one{"00 हजार"} |
michael@0 | 78 | other{"00 हजार"} |
michael@0 | 79 | } |
michael@0 | 80 | 100000{ |
michael@0 | 81 | one{"000 हजार"} |
michael@0 | 82 | other{"000 हजार"} |
michael@0 | 83 | } |
michael@0 | 84 | 1000000{ |
michael@0 | 85 | one{"0 दशलक्ष"} |
michael@0 | 86 | other{"0 दशलक्ष"} |
michael@0 | 87 | } |
michael@0 | 88 | 10000000{ |
michael@0 | 89 | one{"00 दशलक्ष"} |
michael@0 | 90 | other{"00 दशलक्ष"} |
michael@0 | 91 | } |
michael@0 | 92 | 100000000{ |
michael@0 | 93 | one{"000 दशलक्ष"} |
michael@0 | 94 | other{"000 दशलक्ष"} |
michael@0 | 95 | } |
michael@0 | 96 | 1000000000{ |
michael@0 | 97 | one{"0 महापद्म"} |
michael@0 | 98 | other{"0 महापद्म"} |
michael@0 | 99 | } |
michael@0 | 100 | 10000000000{ |
michael@0 | 101 | one{"00 महापद्म"} |
michael@0 | 102 | other{"00 महापद्म"} |
michael@0 | 103 | } |
michael@0 | 104 | 100000000000{ |
michael@0 | 105 | one{"000 महापद्म"} |
michael@0 | 106 | other{"000 महापद्म"} |
michael@0 | 107 | } |
michael@0 | 108 | 1000000000000{ |
michael@0 | 109 | one{"0 खरब"} |
michael@0 | 110 | other{"0 खरब"} |
michael@0 | 111 | } |
michael@0 | 112 | 10000000000000{ |
michael@0 | 113 | one{"00 खरब"} |
michael@0 | 114 | other{"00 खरब"} |
michael@0 | 115 | } |
michael@0 | 116 | 100000000000000{ |
michael@0 | 117 | one{"000 खरब"} |
michael@0 | 118 | other{"000 खरब"} |
michael@0 | 119 | } |
michael@0 | 120 | } |
michael@0 | 121 | } |
michael@0 | 122 | patternsShort{ |
michael@0 | 123 | decimalFormat{ |
michael@0 | 124 | 1000{ |
michael@0 | 125 | one{"0K"} |
michael@0 | 126 | other{"0K"} |
michael@0 | 127 | } |
michael@0 | 128 | 10000{ |
michael@0 | 129 | one{"00K"} |
michael@0 | 130 | other{"00K"} |
michael@0 | 131 | } |
michael@0 | 132 | 100000{ |
michael@0 | 133 | one{"000K"} |
michael@0 | 134 | other{"000K"} |
michael@0 | 135 | } |
michael@0 | 136 | 1000000{ |
michael@0 | 137 | one{"0M"} |
michael@0 | 138 | other{"0M"} |
michael@0 | 139 | } |
michael@0 | 140 | 10000000{ |
michael@0 | 141 | one{"00M"} |
michael@0 | 142 | other{"00M"} |
michael@0 | 143 | } |
michael@0 | 144 | 100000000{ |
michael@0 | 145 | one{"000M"} |
michael@0 | 146 | other{"000M"} |
michael@0 | 147 | } |
michael@0 | 148 | 1000000000{ |
michael@0 | 149 | one{"0B"} |
michael@0 | 150 | other{"0B"} |
michael@0 | 151 | } |
michael@0 | 152 | 10000000000{ |
michael@0 | 153 | one{"00B"} |
michael@0 | 154 | other{"00B"} |
michael@0 | 155 | } |
michael@0 | 156 | 100000000000{ |
michael@0 | 157 | one{"000B"} |
michael@0 | 158 | other{"000B"} |
michael@0 | 159 | } |
michael@0 | 160 | 1000000000000{ |
michael@0 | 161 | one{"0T"} |
michael@0 | 162 | other{"0T"} |
michael@0 | 163 | } |
michael@0 | 164 | 10000000000000{ |
michael@0 | 165 | one{"00T"} |
michael@0 | 166 | other{"00T"} |
michael@0 | 167 | } |
michael@0 | 168 | 100000000000000{ |
michael@0 | 169 | one{"000T"} |
michael@0 | 170 | other{"000T"} |
michael@0 | 171 | } |
michael@0 | 172 | } |
michael@0 | 173 | } |
michael@0 | 174 | symbols{ |
michael@0 | 175 | decimal{"."} |
michael@0 | 176 | exponential{"E"} |
michael@0 | 177 | group{","} |
michael@0 | 178 | infinity{"∞"} |
michael@0 | 179 | list{";"} |
michael@0 | 180 | minusSign{"-"} |
michael@0 | 181 | nan{"NaN"} |
michael@0 | 182 | perMille{"‰"} |
michael@0 | 183 | percentSign{"%"} |
michael@0 | 184 | plusSign{"+"} |
michael@0 | 185 | superscriptingExponent{"×"} |
michael@0 | 186 | } |
michael@0 | 187 | } |
michael@0 | 188 | native{"deva"} |
michael@0 | 189 | } |
michael@0 | 190 | Version{"2.0.92.87"} |
michael@0 | 191 | calendar{ |
michael@0 | 192 | generic{ |
michael@0 | 193 | DateTimePatterns{ |
michael@0 | 194 | "h:mm:ss a zzzz", |
michael@0 | 195 | "h:mm:ss a z", |
michael@0 | 196 | "h:mm:ss a", |
michael@0 | 197 | "h:mm a", |
michael@0 | 198 | "EEEE, d MMMM, y G", |
michael@0 | 199 | "d MMMM, y G", |
michael@0 | 200 | "d MMM, y G", |
michael@0 | 201 | "d/M/y GGGGG", |
michael@0 | 202 | "{1}, {0}", |
michael@0 | 203 | "{1} 'वाजता' {0}", |
michael@0 | 204 | "{1} 'वाजता' {0}", |
michael@0 | 205 | "{1}, {0}", |
michael@0 | 206 | "{1}, {0}", |
michael@0 | 207 | } |
michael@0 | 208 | availableFormats{ |
michael@0 | 209 | Ed{"E d"} |
michael@0 | 210 | Gy{"y G"} |
michael@0 | 211 | GyMMM{"MMM y G"} |
michael@0 | 212 | GyMMMEd{"E, d MMM, y G"} |
michael@0 | 213 | GyMMMd{"d MMM, y G"} |
michael@0 | 214 | H{"HH"} |
michael@0 | 215 | Hm{"H-mm"} |
michael@0 | 216 | Hms{"H-mm-ss"} |
michael@0 | 217 | M{"L"} |
michael@0 | 218 | MEd{"E, d/M"} |
michael@0 | 219 | MMM{"LLL"} |
michael@0 | 220 | MMMEd{"E, d MMM"} |
michael@0 | 221 | MMMMd{"d MMMM"} |
michael@0 | 222 | MMMd{"d MMM"} |
michael@0 | 223 | MMdd{"dd-MM"} |
michael@0 | 224 | Md{"d/M"} |
michael@0 | 225 | d{"d"} |
michael@0 | 226 | h{"h a"} |
michael@0 | 227 | hm{"h:mm a"} |
michael@0 | 228 | hms{"h:mm:ss a"} |
michael@0 | 229 | ms{"mm:ss"} |
michael@0 | 230 | y{"y G"} |
michael@0 | 231 | yyyy{"y G"} |
michael@0 | 232 | yyyyM{"M/y GGGGG"} |
michael@0 | 233 | yyyyMEd{"E, d/M/y GGGGG"} |
michael@0 | 234 | yyyyMM{"MM-y G"} |
michael@0 | 235 | yyyyMMM{"MMM y G"} |
michael@0 | 236 | yyyyMMMEd{"E, d MMM, y G"} |
michael@0 | 237 | yyyyMMMM{"MMMM y G"} |
michael@0 | 238 | yyyyMMMd{"d MMM, y G"} |
michael@0 | 239 | yyyyMd{"d/M/y GGGGG"} |
michael@0 | 240 | yyyyQQQ{"QQQ y G"} |
michael@0 | 241 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 242 | } |
michael@0 | 243 | intervalFormats{ |
michael@0 | 244 | H{ |
michael@0 | 245 | H{"HH–HH"} |
michael@0 | 246 | } |
michael@0 | 247 | Hm{ |
michael@0 | 248 | H{"HH:mm–HH:mm"} |
michael@0 | 249 | m{"HH:mm–HH:mm"} |
michael@0 | 250 | } |
michael@0 | 251 | Hmv{ |
michael@0 | 252 | H{"HH:mm–HH:mm v"} |
michael@0 | 253 | m{"HH:mm–HH:mm v"} |
michael@0 | 254 | } |
michael@0 | 255 | Hv{ |
michael@0 | 256 | H{"HH–HH v"} |
michael@0 | 257 | } |
michael@0 | 258 | M{ |
michael@0 | 259 | M{"M–M"} |
michael@0 | 260 | } |
michael@0 | 261 | MEd{ |
michael@0 | 262 | M{"E, d/M – E, d/M"} |
michael@0 | 263 | d{"E, d/M – E, d/M"} |
michael@0 | 264 | } |
michael@0 | 265 | MMM{ |
michael@0 | 266 | M{"MMM–MMM"} |
michael@0 | 267 | } |
michael@0 | 268 | MMMEd{ |
michael@0 | 269 | M{"E, d MMM – E, d MMM"} |
michael@0 | 270 | d{"E, d MMM – E, d MMM"} |
michael@0 | 271 | } |
michael@0 | 272 | MMMd{ |
michael@0 | 273 | M{"d MMM – d MMM"} |
michael@0 | 274 | d{"d–d MMM"} |
michael@0 | 275 | } |
michael@0 | 276 | Md{ |
michael@0 | 277 | M{"d/M – d/M"} |
michael@0 | 278 | d{"d/M – d/M"} |
michael@0 | 279 | } |
michael@0 | 280 | d{ |
michael@0 | 281 | d{"d–d"} |
michael@0 | 282 | } |
michael@0 | 283 | fallback{"{0} – {1}"} |
michael@0 | 284 | h{ |
michael@0 | 285 | a{"h a – h a"} |
michael@0 | 286 | h{"h–h a"} |
michael@0 | 287 | } |
michael@0 | 288 | hm{ |
michael@0 | 289 | a{"h:mm a – h:mm a"} |
michael@0 | 290 | h{"h:mm–h:mm a"} |
michael@0 | 291 | m{"h:mm–h:mm a"} |
michael@0 | 292 | } |
michael@0 | 293 | hmv{ |
michael@0 | 294 | a{"h:mm a – h:mm a v"} |
michael@0 | 295 | h{"h:mm–h:mm a v"} |
michael@0 | 296 | m{"h:mm–h:mm a v"} |
michael@0 | 297 | } |
michael@0 | 298 | hv{ |
michael@0 | 299 | a{"h a – h a v"} |
michael@0 | 300 | h{"h–h a v"} |
michael@0 | 301 | } |
michael@0 | 302 | y{ |
michael@0 | 303 | y{"y–y G"} |
michael@0 | 304 | } |
michael@0 | 305 | yM{ |
michael@0 | 306 | M{"M/y – M/y GGGGG"} |
michael@0 | 307 | y{"M/y – M/y GGGGG"} |
michael@0 | 308 | } |
michael@0 | 309 | yMEd{ |
michael@0 | 310 | M{"E, d/M/y – E, d/M/y GGGGG"} |
michael@0 | 311 | d{"E, d/M/y – E, d/M/y GGGGG"} |
michael@0 | 312 | y{"E, d/M/y – E, d/M/y GGGGG"} |
michael@0 | 313 | } |
michael@0 | 314 | yMMM{ |
michael@0 | 315 | M{"MMM–MMM y G"} |
michael@0 | 316 | y{"MMM y – MMM y G"} |
michael@0 | 317 | } |
michael@0 | 318 | yMMMEd{ |
michael@0 | 319 | M{"E, d MMM - E, d MMM y G"} |
michael@0 | 320 | d{"E, d MMM y – E, d MMM, y G"} |
michael@0 | 321 | y{"E, d MMM y - E, d MMM y G"} |
michael@0 | 322 | } |
michael@0 | 323 | yMMMM{ |
michael@0 | 324 | M{"MMMM–MMMM y G"} |
michael@0 | 325 | y{"MMMM y – MMMM y G"} |
michael@0 | 326 | } |
michael@0 | 327 | yMMMd{ |
michael@0 | 328 | M{"d MMM – d, MMM y G"} |
michael@0 | 329 | d{"d–d, MMM y G"} |
michael@0 | 330 | y{"d, MMM y – d, MMM y G"} |
michael@0 | 331 | } |
michael@0 | 332 | yMd{ |
michael@0 | 333 | M{"d/M/y – d/M/y GGGGG"} |
michael@0 | 334 | d{"d/M/y – d/M/y GGGGG"} |
michael@0 | 335 | y{"d/M/y – d/M/y GGGGG"} |
michael@0 | 336 | } |
michael@0 | 337 | } |
michael@0 | 338 | } |
michael@0 | 339 | gregorian{ |
michael@0 | 340 | AmPmMarkers{ |
michael@0 | 341 | "[AM]", |
michael@0 | 342 | "[PM]", |
michael@0 | 343 | } |
michael@0 | 344 | AmPmMarkersNarrow{ |
michael@0 | 345 | "AM", |
michael@0 | 346 | "PM", |
michael@0 | 347 | } |
michael@0 | 348 | DateTimePatterns{ |
michael@0 | 349 | "h:mm:ss a zzzz", |
michael@0 | 350 | "h:mm:ss a z", |
michael@0 | 351 | "h:mm:ss a", |
michael@0 | 352 | "h:mm a", |
michael@0 | 353 | "EEEE, d MMMM, y", |
michael@0 | 354 | "d MMMM, y", |
michael@0 | 355 | "d MMM, y", |
michael@0 | 356 | "d/M/yy", |
michael@0 | 357 | "{1}, {0}", |
michael@0 | 358 | "{1} 'रोजी' {0}", |
michael@0 | 359 | "{1} 'रोजी' {0}", |
michael@0 | 360 | "{1}, {0}", |
michael@0 | 361 | "{1}, {0}", |
michael@0 | 362 | } |
michael@0 | 363 | appendItems{ |
michael@0 | 364 | Timezone{"{0} {1}"} |
michael@0 | 365 | } |
michael@0 | 366 | availableFormats{ |
michael@0 | 367 | EHm{"E HH:mm"} |
michael@0 | 368 | EHms{"E HH:mm:ss"} |
michael@0 | 369 | Ed{"d E"} |
michael@0 | 370 | Ehm{"E h:mm a"} |
michael@0 | 371 | Ehms{"E h:mm:ss a"} |
michael@0 | 372 | Gy{"G y"} |
michael@0 | 373 | GyMMM{"MMM G y"} |
michael@0 | 374 | GyMMMEd{"E, d MMM, G y"} |
michael@0 | 375 | GyMMMd{"d MMM, G y"} |
michael@0 | 376 | H{"HH"} |
michael@0 | 377 | Hm{"H:mm"} |
michael@0 | 378 | Hms{"H:mm:ss"} |
michael@0 | 379 | M{"L"} |
michael@0 | 380 | MEd{"E, d/M"} |
michael@0 | 381 | MMM{"LLL"} |
michael@0 | 382 | MMMEd{"E, d MMM"} |
michael@0 | 383 | MMMMd{"d MMMM"} |
michael@0 | 384 | MMMd{"d MMM"} |
michael@0 | 385 | MMdd{"dd-MM"} |
michael@0 | 386 | Md{"d/M"} |
michael@0 | 387 | d{"d"} |
michael@0 | 388 | h{"h a"} |
michael@0 | 389 | hm{"h:mm a"} |
michael@0 | 390 | hms{"h:mm:ss a"} |
michael@0 | 391 | ms{"mm:ss"} |
michael@0 | 392 | y{"y"} |
michael@0 | 393 | yM{"M/y"} |
michael@0 | 394 | yMEd{"E, d/M/y"} |
michael@0 | 395 | yMM{"MM-y"} |
michael@0 | 396 | yMMM{"MMM y"} |
michael@0 | 397 | yMMMEd{"E, d, MMM y"} |
michael@0 | 398 | yMMMM{"MMMM y"} |
michael@0 | 399 | yMMMd{"d MMM, 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 | wide{ |
michael@0 | 488 | "ईसवीसनपूर्व", |
michael@0 | 489 | "ईसवीसन", |
michael@0 | 490 | } |
michael@0 | 491 | } |
michael@0 | 492 | intervalFormats{ |
michael@0 | 493 | H{ |
michael@0 | 494 | H{"HH–HH"} |
michael@0 | 495 | } |
michael@0 | 496 | Hm{ |
michael@0 | 497 | H{"HH:mm–HH:mm"} |
michael@0 | 498 | m{"HH:mm–HH:mm"} |
michael@0 | 499 | } |
michael@0 | 500 | Hmv{ |
michael@0 | 501 | H{"HH:mm–HH:mm v"} |
michael@0 | 502 | m{"HH:mm–HH:mm v"} |
michael@0 | 503 | } |
michael@0 | 504 | Hv{ |
michael@0 | 505 | H{"HH–HH v"} |
michael@0 | 506 | } |
michael@0 | 507 | M{ |
michael@0 | 508 | M{"M–M"} |
michael@0 | 509 | } |
michael@0 | 510 | MEd{ |
michael@0 | 511 | M{"E, d/M - E, d/M"} |
michael@0 | 512 | d{"E, d/M - E, d/M"} |
michael@0 | 513 | } |
michael@0 | 514 | MMM{ |
michael@0 | 515 | M{"MMM–MMM"} |
michael@0 | 516 | } |
michael@0 | 517 | MMMEd{ |
michael@0 | 518 | M{"E, d MMM - E, d MMM"} |
michael@0 | 519 | d{"E, d MMM - E, d MMM"} |
michael@0 | 520 | } |
michael@0 | 521 | MMMd{ |
michael@0 | 522 | M{"d MMM - d MMM"} |
michael@0 | 523 | d{"d-d MMM"} |
michael@0 | 524 | } |
michael@0 | 525 | Md{ |
michael@0 | 526 | M{"d/M - d/M"} |
michael@0 | 527 | d{"d/M - d/M"} |
michael@0 | 528 | } |
michael@0 | 529 | d{ |
michael@0 | 530 | d{"d–d"} |
michael@0 | 531 | } |
michael@0 | 532 | fallback{"{0} – {1}"} |
michael@0 | 533 | h{ |
michael@0 | 534 | a{"h a – h a"} |
michael@0 | 535 | h{"h–h a"} |
michael@0 | 536 | } |
michael@0 | 537 | hm{ |
michael@0 | 538 | a{"h:mm a – h:mm a"} |
michael@0 | 539 | h{"h:mm–h:mm a"} |
michael@0 | 540 | m{"h:mm–h:mm a"} |
michael@0 | 541 | } |
michael@0 | 542 | hmv{ |
michael@0 | 543 | a{"h:mm a – h:mm a v"} |
michael@0 | 544 | h{"h:mm–h:mm a v"} |
michael@0 | 545 | m{"h:mm–h:mm a v"} |
michael@0 | 546 | } |
michael@0 | 547 | hv{ |
michael@0 | 548 | a{"h a – h a v"} |
michael@0 | 549 | h{"h–h a v"} |
michael@0 | 550 | } |
michael@0 | 551 | y{ |
michael@0 | 552 | y{"y–y"} |
michael@0 | 553 | } |
michael@0 | 554 | yM{ |
michael@0 | 555 | M{"M/y – M/y"} |
michael@0 | 556 | y{"M/y – M/y"} |
michael@0 | 557 | } |
michael@0 | 558 | yMEd{ |
michael@0 | 559 | M{"E, d/M/y – E, d/M/y"} |
michael@0 | 560 | d{"E, d/M/y – E, d/M/y"} |
michael@0 | 561 | y{"E, d/M/y – E, d/M/y"} |
michael@0 | 562 | } |
michael@0 | 563 | yMMM{ |
michael@0 | 564 | M{"MMM–MMM y"} |
michael@0 | 565 | y{"MMM y – MMM y"} |
michael@0 | 566 | } |
michael@0 | 567 | yMMMEd{ |
michael@0 | 568 | M{"E, d MMM – E, d MMM, y"} |
michael@0 | 569 | d{"E, d MMM y – E, d MMM, y"} |
michael@0 | 570 | y{"E, d MMM, y – E, d MMM, y"} |
michael@0 | 571 | } |
michael@0 | 572 | yMMMM{ |
michael@0 | 573 | M{"MMMM – MMMM y"} |
michael@0 | 574 | y{"MMMM y – MMMM y"} |
michael@0 | 575 | } |
michael@0 | 576 | yMMMd{ |
michael@0 | 577 | M{"d MMM – d MMM, y"} |
michael@0 | 578 | d{"d-d MMM, y"} |
michael@0 | 579 | y{"d MMM, y – d MMM, y"} |
michael@0 | 580 | } |
michael@0 | 581 | yMd{ |
michael@0 | 582 | M{"d/M/y – d/M/y"} |
michael@0 | 583 | d{"d/M/y – d/M/y"} |
michael@0 | 584 | y{"d/M/y – d/M/y"} |
michael@0 | 585 | } |
michael@0 | 586 | } |
michael@0 | 587 | monthNames{ |
michael@0 | 588 | format{ |
michael@0 | 589 | abbreviated{ |
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 | "ऑक्टो", |
michael@0 | 600 | "नोव्हें", |
michael@0 | 601 | "डिसें", |
michael@0 | 602 | } |
michael@0 | 603 | narrow{ |
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 | wide{ |
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 | "नोव्हेंबर", |
michael@0 | 629 | "डिसेंबर", |
michael@0 | 630 | } |
michael@0 | 631 | } |
michael@0 | 632 | stand-alone{ |
michael@0 | 633 | abbreviated{ |
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 | "ऑक्टो", |
michael@0 | 644 | "नोव्हें", |
michael@0 | 645 | "डिसें", |
michael@0 | 646 | } |
michael@0 | 647 | narrow{ |
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 | "ऑ", |
michael@0 | 658 | "नो", |
michael@0 | 659 | "डि", |
michael@0 | 660 | } |
michael@0 | 661 | wide{ |
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 | "डिसेंबर", |
michael@0 | 674 | } |
michael@0 | 675 | } |
michael@0 | 676 | } |
michael@0 | 677 | quarters{ |
michael@0 | 678 | format{ |
michael@0 | 679 | abbreviated{ |
michael@0 | 680 | "ति1", |
michael@0 | 681 | "ति2", |
michael@0 | 682 | "ति3", |
michael@0 | 683 | "ति4", |
michael@0 | 684 | } |
michael@0 | 685 | narrow{ |
michael@0 | 686 | "1", |
michael@0 | 687 | "2", |
michael@0 | 688 | "3", |
michael@0 | 689 | "4", |
michael@0 | 690 | } |
michael@0 | 691 | wide{ |
michael@0 | 692 | "प्रथम तिमाही", |
michael@0 | 693 | "द्वितीय तिमाही", |
michael@0 | 694 | "तृतीय तिमाही", |
michael@0 | 695 | "चतुर्थ तिमाही", |
michael@0 | 696 | } |
michael@0 | 697 | } |
michael@0 | 698 | stand-alone{ |
michael@0 | 699 | abbreviated{ |
michael@0 | 700 | "ति1", |
michael@0 | 701 | "ति2", |
michael@0 | 702 | "ति3", |
michael@0 | 703 | "ति4", |
michael@0 | 704 | } |
michael@0 | 705 | narrow{ |
michael@0 | 706 | "1", |
michael@0 | 707 | "2", |
michael@0 | 708 | "3", |
michael@0 | 709 | "4", |
michael@0 | 710 | } |
michael@0 | 711 | wide{ |
michael@0 | 712 | "प्रथम तिमाही", |
michael@0 | 713 | "द्वितीय तिमाही", |
michael@0 | 714 | "तृतीय तिमाही", |
michael@0 | 715 | "चतुर्थ तिमाही", |
michael@0 | 716 | } |
michael@0 | 717 | } |
michael@0 | 718 | } |
michael@0 | 719 | } |
michael@0 | 720 | } |
michael@0 | 721 | delimiters{ |
michael@0 | 722 | alternateQuotationEnd{"’"} |
michael@0 | 723 | alternateQuotationStart{"‘"} |
michael@0 | 724 | quotationEnd{"”"} |
michael@0 | 725 | quotationStart{"“"} |
michael@0 | 726 | } |
michael@0 | 727 | durationUnits{ |
michael@0 | 728 | hm{"h:mm"} |
michael@0 | 729 | hms{"h:mm:ss"} |
michael@0 | 730 | ms{"m:ss"} |
michael@0 | 731 | } |
michael@0 | 732 | fields{ |
michael@0 | 733 | day{ |
michael@0 | 734 | dn{"दिवस"} |
michael@0 | 735 | relative{ |
michael@0 | 736 | "-1"{"काल"} |
michael@0 | 737 | "0"{"आज"} |
michael@0 | 738 | "1"{"उद्या"} |
michael@0 | 739 | } |
michael@0 | 740 | relativeTime{ |
michael@0 | 741 | future{ |
michael@0 | 742 | one{"{0} दिवसामध्ये"} |
michael@0 | 743 | other{"{0} दिवसांमध्ये"} |
michael@0 | 744 | } |
michael@0 | 745 | past{ |
michael@0 | 746 | one{"{0} दिवसापूर्वी"} |
michael@0 | 747 | other{"{0} दिवसांपूर्वी"} |
michael@0 | 748 | } |
michael@0 | 749 | } |
michael@0 | 750 | } |
michael@0 | 751 | dayperiod{ |
michael@0 | 752 | dn{"[AM/PM]"} |
michael@0 | 753 | } |
michael@0 | 754 | era{ |
michael@0 | 755 | dn{"युग"} |
michael@0 | 756 | } |
michael@0 | 757 | fri{ |
michael@0 | 758 | relative{ |
michael@0 | 759 | "-1"{"मागील शुक्रवार"} |
michael@0 | 760 | "0"{"हा शुक्रवार"} |
michael@0 | 761 | "1"{"पुढील शुक्रवार"} |
michael@0 | 762 | } |
michael@0 | 763 | } |
michael@0 | 764 | hour{ |
michael@0 | 765 | dn{"तास"} |
michael@0 | 766 | relativeTime{ |
michael@0 | 767 | future{ |
michael@0 | 768 | one{"{0} तासामध्ये"} |
michael@0 | 769 | other{"{0} तासांमध्ये"} |
michael@0 | 770 | } |
michael@0 | 771 | past{ |
michael@0 | 772 | one{"{0} तासापूर्वी"} |
michael@0 | 773 | other{"{0} तासांपूर्वी"} |
michael@0 | 774 | } |
michael@0 | 775 | } |
michael@0 | 776 | } |
michael@0 | 777 | minute{ |
michael@0 | 778 | dn{"मिनिट"} |
michael@0 | 779 | relativeTime{ |
michael@0 | 780 | future{ |
michael@0 | 781 | one{"{0} मिनिटामध्ये"} |
michael@0 | 782 | other{"{0} मिनिटांमध्ये"} |
michael@0 | 783 | } |
michael@0 | 784 | past{ |
michael@0 | 785 | one{"{0} मिनिटापूर्वी"} |
michael@0 | 786 | other{"{0} मिनिटांपूर्वी"} |
michael@0 | 787 | } |
michael@0 | 788 | } |
michael@0 | 789 | } |
michael@0 | 790 | mon{ |
michael@0 | 791 | relative{ |
michael@0 | 792 | "-1"{"मागील सोमवार"} |
michael@0 | 793 | "0"{"हा सोमवार"} |
michael@0 | 794 | "1"{"पुढील सोमवार"} |
michael@0 | 795 | } |
michael@0 | 796 | } |
michael@0 | 797 | month{ |
michael@0 | 798 | dn{"महिना"} |
michael@0 | 799 | relative{ |
michael@0 | 800 | "-1"{"मागील महिना"} |
michael@0 | 801 | "0"{"हा महिना"} |
michael@0 | 802 | "1"{"पुढील महिना"} |
michael@0 | 803 | } |
michael@0 | 804 | relativeTime{ |
michael@0 | 805 | future{ |
michael@0 | 806 | one{"{0} महिन्यामध्ये"} |
michael@0 | 807 | other{"{0} महिन्यांमध्ये"} |
michael@0 | 808 | } |
michael@0 | 809 | past{ |
michael@0 | 810 | one{"{0} महिन्यापूर्वी"} |
michael@0 | 811 | other{"{0} महिन्यांपूर्वी"} |
michael@0 | 812 | } |
michael@0 | 813 | } |
michael@0 | 814 | } |
michael@0 | 815 | sat{ |
michael@0 | 816 | relative{ |
michael@0 | 817 | "-1"{"मागील शनिवार"} |
michael@0 | 818 | "0"{"हा शनिवार"} |
michael@0 | 819 | "1"{"पुढील शनिवार"} |
michael@0 | 820 | } |
michael@0 | 821 | } |
michael@0 | 822 | second{ |
michael@0 | 823 | dn{"सेकंद"} |
michael@0 | 824 | relative{ |
michael@0 | 825 | "0"{"आत्ता"} |
michael@0 | 826 | } |
michael@0 | 827 | relativeTime{ |
michael@0 | 828 | future{ |
michael@0 | 829 | one{"{0} सेकंदामध्ये"} |
michael@0 | 830 | other{"{0} सेकंदांमध्ये"} |
michael@0 | 831 | } |
michael@0 | 832 | past{ |
michael@0 | 833 | one{"{0} सेकंदापूर्वी"} |
michael@0 | 834 | other{"{0} सेकंदांपूर्वी"} |
michael@0 | 835 | } |
michael@0 | 836 | } |
michael@0 | 837 | } |
michael@0 | 838 | sun{ |
michael@0 | 839 | relative{ |
michael@0 | 840 | "-1"{"मागील रविवार"} |
michael@0 | 841 | "0"{"हा रविवार"} |
michael@0 | 842 | "1"{"पुढील रविवार"} |
michael@0 | 843 | } |
michael@0 | 844 | } |
michael@0 | 845 | thu{ |
michael@0 | 846 | relative{ |
michael@0 | 847 | "-1"{"मागील गुरुवार"} |
michael@0 | 848 | "0"{"हा गुरुवार"} |
michael@0 | 849 | "1"{"पुढील गुरुवार"} |
michael@0 | 850 | } |
michael@0 | 851 | } |
michael@0 | 852 | tue{ |
michael@0 | 853 | relative{ |
michael@0 | 854 | "-1"{"मागील मंगळवार"} |
michael@0 | 855 | "0"{"हा मंगळवार"} |
michael@0 | 856 | "1"{"पुढील मंगळवार"} |
michael@0 | 857 | } |
michael@0 | 858 | } |
michael@0 | 859 | wed{ |
michael@0 | 860 | relative{ |
michael@0 | 861 | "-1"{"मागील बुधवार"} |
michael@0 | 862 | "0"{"हा बुधवार"} |
michael@0 | 863 | "1"{"पुढील बुधवार"} |
michael@0 | 864 | } |
michael@0 | 865 | } |
michael@0 | 866 | week{ |
michael@0 | 867 | dn{"आठव़डा"} |
michael@0 | 868 | relative{ |
michael@0 | 869 | "-1"{"मागील आठवडा"} |
michael@0 | 870 | "0"{"हा आठवडा"} |
michael@0 | 871 | "1"{"पुढील आठवडा"} |
michael@0 | 872 | } |
michael@0 | 873 | relativeTime{ |
michael@0 | 874 | future{ |
michael@0 | 875 | one{"{0} आठवड्यामध्ये"} |
michael@0 | 876 | other{"{0} आठवड्यांमध्ये"} |
michael@0 | 877 | } |
michael@0 | 878 | past{ |
michael@0 | 879 | one{"{0} आठवड्यापूर्वी"} |
michael@0 | 880 | other{"{0} आठवड्यांपूर्वी"} |
michael@0 | 881 | } |
michael@0 | 882 | } |
michael@0 | 883 | } |
michael@0 | 884 | weekday{ |
michael@0 | 885 | dn{"आठवड्याचा दिवस"} |
michael@0 | 886 | } |
michael@0 | 887 | year{ |
michael@0 | 888 | dn{"वर्ष"} |
michael@0 | 889 | relative{ |
michael@0 | 890 | "-1"{"मागील वर्ष"} |
michael@0 | 891 | "0"{"हे वर्ष"} |
michael@0 | 892 | "1"{"पुढील वर्ष"} |
michael@0 | 893 | } |
michael@0 | 894 | relativeTime{ |
michael@0 | 895 | future{ |
michael@0 | 896 | one{"{0} वर्षामध्ये"} |
michael@0 | 897 | other{"{0} वर्षांमध्ये"} |
michael@0 | 898 | } |
michael@0 | 899 | past{ |
michael@0 | 900 | one{"{0} वर्षापूर्वी"} |
michael@0 | 901 | other{"{0} वर्षांपूर्वी"} |
michael@0 | 902 | } |
michael@0 | 903 | } |
michael@0 | 904 | } |
michael@0 | 905 | zone{ |
michael@0 | 906 | dn{"वेळ क्षेत्र"} |
michael@0 | 907 | } |
michael@0 | 908 | } |
michael@0 | 909 | listPattern{ |
michael@0 | 910 | standard{ |
michael@0 | 911 | 2{"{0} आणि {1}"} |
michael@0 | 912 | end{"{0} आणि {1}"} |
michael@0 | 913 | middle{"{0}, {1}"} |
michael@0 | 914 | start{"{0}, {1}"} |
michael@0 | 915 | } |
michael@0 | 916 | unit{ |
michael@0 | 917 | 2{"{0} आणि {1}"} |
michael@0 | 918 | end{"{0} आणि {1}"} |
michael@0 | 919 | middle{"{0}, {1}"} |
michael@0 | 920 | start{"{0}, {1}"} |
michael@0 | 921 | } |
michael@0 | 922 | unit-short{ |
michael@0 | 923 | 2{"{0}, {1}"} |
michael@0 | 924 | end{"{0}, {1}"} |
michael@0 | 925 | middle{"{0}, {1}"} |
michael@0 | 926 | start{"{0}, {1}"} |
michael@0 | 927 | } |
michael@0 | 928 | } |
michael@0 | 929 | measurementSystemNames{ |
michael@0 | 930 | UK{"यूके"} |
michael@0 | 931 | US{"यूएस"} |
michael@0 | 932 | metric{"मेट्रिक"} |
michael@0 | 933 | } |
michael@0 | 934 | transformNames{ |
michael@0 | 935 | BGN{"BGN"} |
michael@0 | 936 | Numeric{"अंकीय"} |
michael@0 | 937 | Tone{"स्वर"} |
michael@0 | 938 | UNGEGN{"UNGEGN"} |
michael@0 | 939 | x-Accents{"गडद-फिकेपणा"} |
michael@0 | 940 | x-Fullwidth{"पूर्णरुंदी"} |
michael@0 | 941 | x-Halfwidth{"अर्धीरुंदी"} |
michael@0 | 942 | x-Jamo{"जामो"} |
michael@0 | 943 | x-Pinyin{"पिनयिन"} |
michael@0 | 944 | x-Publishing{"प्रकाशन"} |
michael@0 | 945 | } |
michael@0 | 946 | units{ |
michael@0 | 947 | acceleration{ |
michael@0 | 948 | g-force{ |
michael@0 | 949 | one{"{0} जी-फोर्स"} |
michael@0 | 950 | other{"{0} जी-फोर्स"} |
michael@0 | 951 | } |
michael@0 | 952 | } |
michael@0 | 953 | angle{ |
michael@0 | 954 | arc-minute{ |
michael@0 | 955 | one{"{0} मिनिट"} |
michael@0 | 956 | other{"{0} मिनिटे"} |
michael@0 | 957 | } |
michael@0 | 958 | arc-second{ |
michael@0 | 959 | one{"{0} सेकंद"} |
michael@0 | 960 | other{"{0} सेकंद"} |
michael@0 | 961 | } |
michael@0 | 962 | degree{ |
michael@0 | 963 | one{"{0} अंश"} |
michael@0 | 964 | other{"{0} अंश"} |
michael@0 | 965 | } |
michael@0 | 966 | } |
michael@0 | 967 | area{ |
michael@0 | 968 | acre{ |
michael@0 | 969 | one{"{0} एकर"} |
michael@0 | 970 | other{"{0} एकर"} |
michael@0 | 971 | } |
michael@0 | 972 | hectare{ |
michael@0 | 973 | one{"{0} हेक्टर"} |
michael@0 | 974 | other{"{0} हेक्टर"} |
michael@0 | 975 | } |
michael@0 | 976 | square-foot{ |
michael@0 | 977 | one{"{0} चौरस फूट"} |
michael@0 | 978 | other{"{0} चौरस फूट"} |
michael@0 | 979 | } |
michael@0 | 980 | square-kilometer{ |
michael@0 | 981 | one{"{0} चौरस किलोमीटर"} |
michael@0 | 982 | other{"{0} चौरस किलोमीटर"} |
michael@0 | 983 | } |
michael@0 | 984 | square-meter{ |
michael@0 | 985 | one{"{0} चौरस मीटर"} |
michael@0 | 986 | other{"{0} चौरस मीटर"} |
michael@0 | 987 | } |
michael@0 | 988 | square-mile{ |
michael@0 | 989 | one{"{0} चौरस मैल"} |
michael@0 | 990 | other{"{0} चौरस मैल"} |
michael@0 | 991 | } |
michael@0 | 992 | } |
michael@0 | 993 | compound{ |
michael@0 | 994 | per{"{0} प्रति {1}"} |
michael@0 | 995 | } |
michael@0 | 996 | duration{ |
michael@0 | 997 | day{ |
michael@0 | 998 | one{"{0} दिवस"} |
michael@0 | 999 | other{"{0} दिवस"} |
michael@0 | 1000 | } |
michael@0 | 1001 | hour{ |
michael@0 | 1002 | one{"{0} तास"} |
michael@0 | 1003 | other{"{0} तास"} |
michael@0 | 1004 | } |
michael@0 | 1005 | millisecond{ |
michael@0 | 1006 | one{"{0} मिलिसेकंद"} |
michael@0 | 1007 | other{"{0} मिलिसेकंद"} |
michael@0 | 1008 | } |
michael@0 | 1009 | minute{ |
michael@0 | 1010 | one{"{0} मिनिट"} |
michael@0 | 1011 | other{"{0} मिनिटे"} |
michael@0 | 1012 | } |
michael@0 | 1013 | month{ |
michael@0 | 1014 | one{"{0} महिना"} |
michael@0 | 1015 | other{"{0} महिने"} |
michael@0 | 1016 | } |
michael@0 | 1017 | second{ |
michael@0 | 1018 | one{"{0} सेकंद"} |
michael@0 | 1019 | other{"{0} सेकंद"} |
michael@0 | 1020 | } |
michael@0 | 1021 | week{ |
michael@0 | 1022 | one{"{0} आठवडा"} |
michael@0 | 1023 | other{"{0} आठवडे"} |
michael@0 | 1024 | } |
michael@0 | 1025 | year{ |
michael@0 | 1026 | one{"{0} वर्ष"} |
michael@0 | 1027 | other{"{0} वर्षे"} |
michael@0 | 1028 | } |
michael@0 | 1029 | } |
michael@0 | 1030 | length{ |
michael@0 | 1031 | centimeter{ |
michael@0 | 1032 | one{"{0} सेंटीमीटर"} |
michael@0 | 1033 | other{"{0} सेंटीमीटर"} |
michael@0 | 1034 | } |
michael@0 | 1035 | foot{ |
michael@0 | 1036 | one{"{0} फूट"} |
michael@0 | 1037 | other{"{0} फूट"} |
michael@0 | 1038 | } |
michael@0 | 1039 | inch{ |
michael@0 | 1040 | one{"{0} इंच"} |
michael@0 | 1041 | other{"{0} इंच"} |
michael@0 | 1042 | } |
michael@0 | 1043 | kilometer{ |
michael@0 | 1044 | one{"{0} किलोमीटर"} |
michael@0 | 1045 | other{"{0} किलोमीटर"} |
michael@0 | 1046 | } |
michael@0 | 1047 | light-year{ |
michael@0 | 1048 | one{"{0} प्रकाश वर्ष"} |
michael@0 | 1049 | other{"{0} प्रकाश वर्षे"} |
michael@0 | 1050 | } |
michael@0 | 1051 | meter{ |
michael@0 | 1052 | one{"{0} मीटर"} |
michael@0 | 1053 | other{"{0} मीटर"} |
michael@0 | 1054 | } |
michael@0 | 1055 | mile{ |
michael@0 | 1056 | one{"{0} मैल"} |
michael@0 | 1057 | other{"{0} मैल"} |
michael@0 | 1058 | } |
michael@0 | 1059 | millimeter{ |
michael@0 | 1060 | one{"{0} मिलिमीटर"} |
michael@0 | 1061 | other{"{0} मिलिमीटर"} |
michael@0 | 1062 | } |
michael@0 | 1063 | picometer{ |
michael@0 | 1064 | one{"{0} पिकोमीटर"} |
michael@0 | 1065 | other{"{0} पिकोमीटर"} |
michael@0 | 1066 | } |
michael@0 | 1067 | yard{ |
michael@0 | 1068 | one{"{0} यार्ड"} |
michael@0 | 1069 | other{"{0} यार्ड"} |
michael@0 | 1070 | } |
michael@0 | 1071 | } |
michael@0 | 1072 | mass{ |
michael@0 | 1073 | gram{ |
michael@0 | 1074 | one{"{0} ग्रॅम"} |
michael@0 | 1075 | other{"{0} ग्रॅम"} |
michael@0 | 1076 | } |
michael@0 | 1077 | kilogram{ |
michael@0 | 1078 | one{"{0} किलोग्रॅम"} |
michael@0 | 1079 | other{"{0} किलोग्रॅम"} |
michael@0 | 1080 | } |
michael@0 | 1081 | ounce{ |
michael@0 | 1082 | one{"{0} औंस"} |
michael@0 | 1083 | other{"{0} औंस"} |
michael@0 | 1084 | } |
michael@0 | 1085 | pound{ |
michael@0 | 1086 | one{"{0} पाउंड"} |
michael@0 | 1087 | other{"{0} पाउंड"} |
michael@0 | 1088 | } |
michael@0 | 1089 | } |
michael@0 | 1090 | power{ |
michael@0 | 1091 | horsepower{ |
michael@0 | 1092 | one{"{0} हॉर्सपॉवर"} |
michael@0 | 1093 | other{"{0} हॉर्सपॉवर"} |
michael@0 | 1094 | } |
michael@0 | 1095 | kilowatt{ |
michael@0 | 1096 | one{"{0} किलोवॉट"} |
michael@0 | 1097 | other{"{0} किलोवॉट"} |
michael@0 | 1098 | } |
michael@0 | 1099 | watt{ |
michael@0 | 1100 | one{"{0} वॉट"} |
michael@0 | 1101 | other{"{0} वॉट"} |
michael@0 | 1102 | } |
michael@0 | 1103 | } |
michael@0 | 1104 | pressure{ |
michael@0 | 1105 | hectopascal{ |
michael@0 | 1106 | one{"{0} हेक्टोपास्कल"} |
michael@0 | 1107 | other{"{0} हेक्टोपास्कल"} |
michael@0 | 1108 | } |
michael@0 | 1109 | inch-hg{ |
michael@0 | 1110 | one{"{0} मर्क्यूरी इंच"} |
michael@0 | 1111 | other{"{0} मर्क्यूरी इंच"} |
michael@0 | 1112 | } |
michael@0 | 1113 | millibar{ |
michael@0 | 1114 | one{"{0} मिलिबार"} |
michael@0 | 1115 | other{"{0} मिलिबार"} |
michael@0 | 1116 | } |
michael@0 | 1117 | } |
michael@0 | 1118 | speed{ |
michael@0 | 1119 | kilometer-per-hour{ |
michael@0 | 1120 | one{"{0} किलोमीटर प्रति तास"} |
michael@0 | 1121 | other{"{0} किलोमीटर प्रति तास"} |
michael@0 | 1122 | } |
michael@0 | 1123 | meter-per-second{ |
michael@0 | 1124 | one{"{0} मीटर प्रति सेकंद"} |
michael@0 | 1125 | other{"{0} मीटर प्रति सेकंद"} |
michael@0 | 1126 | } |
michael@0 | 1127 | mile-per-hour{ |
michael@0 | 1128 | one{"{0} मैल प्रति तास"} |
michael@0 | 1129 | other{"{0} मैल प्रति तास"} |
michael@0 | 1130 | } |
michael@0 | 1131 | } |
michael@0 | 1132 | temperature{ |
michael@0 | 1133 | celsius{ |
michael@0 | 1134 | one{"{0} अंश सेल्सिअस"} |
michael@0 | 1135 | other{"{0} अंश सेल्सिअस"} |
michael@0 | 1136 | } |
michael@0 | 1137 | fahrenheit{ |
michael@0 | 1138 | one{"{0} अंश फॅरनहाईट"} |
michael@0 | 1139 | other{"{0} अंश फॅरनहाईट"} |
michael@0 | 1140 | } |
michael@0 | 1141 | } |
michael@0 | 1142 | volume{ |
michael@0 | 1143 | cubic-kilometer{ |
michael@0 | 1144 | one{"{0} क्युबिक किलोमीटर"} |
michael@0 | 1145 | other{"{0} क्युबिक किलोमीटर"} |
michael@0 | 1146 | } |
michael@0 | 1147 | cubic-mile{ |
michael@0 | 1148 | one{"{0} क्युबिक मैल"} |
michael@0 | 1149 | other{"{0} क्युबिक मैल"} |
michael@0 | 1150 | } |
michael@0 | 1151 | liter{ |
michael@0 | 1152 | one{"{0} लीटर"} |
michael@0 | 1153 | other{"{0} लीटर"} |
michael@0 | 1154 | } |
michael@0 | 1155 | } |
michael@0 | 1156 | } |
michael@0 | 1157 | unitsNarrow{ |
michael@0 | 1158 | acceleration{ |
michael@0 | 1159 | g-force{ |
michael@0 | 1160 | one{"{0}जी"} |
michael@0 | 1161 | other{"{0}जी"} |
michael@0 | 1162 | } |
michael@0 | 1163 | } |
michael@0 | 1164 | angle{ |
michael@0 | 1165 | arc-minute{ |
michael@0 | 1166 | one{"{0}′"} |
michael@0 | 1167 | other{"{0}'"} |
michael@0 | 1168 | } |
michael@0 | 1169 | arc-second{ |
michael@0 | 1170 | one{"{0}″"} |
michael@0 | 1171 | other{"{0}\u0022"} |
michael@0 | 1172 | } |
michael@0 | 1173 | degree{ |
michael@0 | 1174 | one{"{0}°"} |
michael@0 | 1175 | other{"{0}°"} |
michael@0 | 1176 | } |
michael@0 | 1177 | } |
michael@0 | 1178 | area{ |
michael@0 | 1179 | acre{ |
michael@0 | 1180 | one{"{0}एकर"} |
michael@0 | 1181 | other{"{0}एकर"} |
michael@0 | 1182 | } |
michael@0 | 1183 | hectare{ |
michael@0 | 1184 | one{"{0}हेक्टर"} |
michael@0 | 1185 | other{"{0}हेक्टर"} |
michael@0 | 1186 | } |
michael@0 | 1187 | square-foot{ |
michael@0 | 1188 | one{"{0} फूट²"} |
michael@0 | 1189 | other{"{0}फूट²"} |
michael@0 | 1190 | } |
michael@0 | 1191 | square-kilometer{ |
michael@0 | 1192 | one{"{0} किमी²"} |
michael@0 | 1193 | other{"{0} किमी²"} |
michael@0 | 1194 | } |
michael@0 | 1195 | square-meter{ |
michael@0 | 1196 | one{"{0} मी²"} |
michael@0 | 1197 | other{"{0} मी²"} |
michael@0 | 1198 | } |
michael@0 | 1199 | square-mile{ |
michael@0 | 1200 | one{"{0}मै²"} |
michael@0 | 1201 | other{"{0}मै²"} |
michael@0 | 1202 | } |
michael@0 | 1203 | } |
michael@0 | 1204 | compound{ |
michael@0 | 1205 | per{"{0}/{1}"} |
michael@0 | 1206 | } |
michael@0 | 1207 | duration{ |
michael@0 | 1208 | day{ |
michael@0 | 1209 | one{"{0}दि"} |
michael@0 | 1210 | other{"{0}दि"} |
michael@0 | 1211 | } |
michael@0 | 1212 | hour{ |
michael@0 | 1213 | one{"{0}ता"} |
michael@0 | 1214 | other{"{0}ता"} |
michael@0 | 1215 | } |
michael@0 | 1216 | millisecond{ |
michael@0 | 1217 | one{"{0} मिलिसे"} |
michael@0 | 1218 | other{"{0} मिलिसे"} |
michael@0 | 1219 | } |
michael@0 | 1220 | minute{ |
michael@0 | 1221 | one{"{0} मिनिट"} |
michael@0 | 1222 | other{"{0}मि"} |
michael@0 | 1223 | } |
michael@0 | 1224 | month{ |
michael@0 | 1225 | one{"{0}म"} |
michael@0 | 1226 | other{"{0}म"} |
michael@0 | 1227 | } |
michael@0 | 1228 | second{ |
michael@0 | 1229 | one{"{0}से"} |
michael@0 | 1230 | other{"{0}से"} |
michael@0 | 1231 | } |
michael@0 | 1232 | week{ |
michael@0 | 1233 | one{"{0}आ"} |
michael@0 | 1234 | other{"{0}आ"} |
michael@0 | 1235 | } |
michael@0 | 1236 | year{ |
michael@0 | 1237 | one{"{0}व"} |
michael@0 | 1238 | other{"{0}व"} |
michael@0 | 1239 | } |
michael@0 | 1240 | } |
michael@0 | 1241 | length{ |
michael@0 | 1242 | centimeter{ |
michael@0 | 1243 | one{"{0}सेंमी"} |
michael@0 | 1244 | other{"{0}सेंमी"} |
michael@0 | 1245 | } |
michael@0 | 1246 | foot{ |
michael@0 | 1247 | one{"{0}'"} |
michael@0 | 1248 | other{"{0}'"} |
michael@0 | 1249 | } |
michael@0 | 1250 | inch{ |
michael@0 | 1251 | one{"{0}″"} |
michael@0 | 1252 | other{"{0}″"} |
michael@0 | 1253 | } |
michael@0 | 1254 | kilometer{ |
michael@0 | 1255 | one{"{0}किमी"} |
michael@0 | 1256 | other{"{0}किमी"} |
michael@0 | 1257 | } |
michael@0 | 1258 | light-year{ |
michael@0 | 1259 | one{"{0}प्रव"} |
michael@0 | 1260 | other{"{0}प्रव"} |
michael@0 | 1261 | } |
michael@0 | 1262 | meter{ |
michael@0 | 1263 | one{"{0}मी"} |
michael@0 | 1264 | other{"{0}मी"} |
michael@0 | 1265 | } |
michael@0 | 1266 | mile{ |
michael@0 | 1267 | one{"{0}मैल"} |
michael@0 | 1268 | other{"{0}मैल"} |
michael@0 | 1269 | } |
michael@0 | 1270 | millimeter{ |
michael@0 | 1271 | one{"{0}मिमी"} |
michael@0 | 1272 | other{"{0}मिमी"} |
michael@0 | 1273 | } |
michael@0 | 1274 | picometer{ |
michael@0 | 1275 | one{"{0}पिमी"} |
michael@0 | 1276 | other{"{0}पिमी"} |
michael@0 | 1277 | } |
michael@0 | 1278 | yard{ |
michael@0 | 1279 | one{"{0}यार्ड"} |
michael@0 | 1280 | other{"{0}यार्ड"} |
michael@0 | 1281 | } |
michael@0 | 1282 | } |
michael@0 | 1283 | mass{ |
michael@0 | 1284 | gram{ |
michael@0 | 1285 | one{"{0}ग्रॅ"} |
michael@0 | 1286 | other{"{0}ग्रॅ"} |
michael@0 | 1287 | } |
michael@0 | 1288 | kilogram{ |
michael@0 | 1289 | one{"{0}किग्रॅ"} |
michael@0 | 1290 | other{"{0}किग्रॅ"} |
michael@0 | 1291 | } |
michael@0 | 1292 | ounce{ |
michael@0 | 1293 | one{"{0}औंस"} |
michael@0 | 1294 | other{"{0}औंस"} |
michael@0 | 1295 | } |
michael@0 | 1296 | pound{ |
michael@0 | 1297 | one{"{0}#"} |
michael@0 | 1298 | other{"{0}#"} |
michael@0 | 1299 | } |
michael@0 | 1300 | } |
michael@0 | 1301 | power{ |
michael@0 | 1302 | horsepower{ |
michael@0 | 1303 | one{"{0} हॉपॉ"} |
michael@0 | 1304 | other{"{0}हॉपॉ"} |
michael@0 | 1305 | } |
michael@0 | 1306 | kilowatt{ |
michael@0 | 1307 | one{"{0}किवॉ"} |
michael@0 | 1308 | other{"{0}किवॉ"} |
michael@0 | 1309 | } |
michael@0 | 1310 | watt{ |
michael@0 | 1311 | one{"{0}वॉ"} |
michael@0 | 1312 | other{"{0}वॉ"} |
michael@0 | 1313 | } |
michael@0 | 1314 | } |
michael@0 | 1315 | pressure{ |
michael@0 | 1316 | hectopascal{ |
michael@0 | 1317 | one{"{0}हेक्टोपा"} |
michael@0 | 1318 | other{"{0}हेक्टोपा"} |
michael@0 | 1319 | } |
michael@0 | 1320 | inch-hg{ |
michael@0 | 1321 | one{"{0}\u0022 हेग्रॅ"} |
michael@0 | 1322 | other{"{0}\u0022 हेग्रॅ"} |
michael@0 | 1323 | } |
michael@0 | 1324 | millibar{ |
michael@0 | 1325 | one{"{0}मिबा"} |
michael@0 | 1326 | other{"{0}मिबा"} |
michael@0 | 1327 | } |
michael@0 | 1328 | } |
michael@0 | 1329 | speed{ |
michael@0 | 1330 | kilometer-per-hour{ |
michael@0 | 1331 | one{"{0}किप्रता"} |
michael@0 | 1332 | other{"{0}किप्रता"} |
michael@0 | 1333 | } |
michael@0 | 1334 | meter-per-second{ |
michael@0 | 1335 | one{"{0}मी/से"} |
michael@0 | 1336 | other{"{0}मी/से"} |
michael@0 | 1337 | } |
michael@0 | 1338 | mile-per-hour{ |
michael@0 | 1339 | one{"{0}मैप्रता"} |
michael@0 | 1340 | other{"{0}मैप्रता"} |
michael@0 | 1341 | } |
michael@0 | 1342 | } |
michael@0 | 1343 | temperature{ |
michael@0 | 1344 | celsius{ |
michael@0 | 1345 | one{"{0}°से"} |
michael@0 | 1346 | other{"{0}°से"} |
michael@0 | 1347 | } |
michael@0 | 1348 | fahrenheit{ |
michael@0 | 1349 | one{"{0}°फॅ"} |
michael@0 | 1350 | other{"{0}°फॅ"} |
michael@0 | 1351 | } |
michael@0 | 1352 | } |
michael@0 | 1353 | volume{ |
michael@0 | 1354 | cubic-kilometer{ |
michael@0 | 1355 | one{"{0}किमी³"} |
michael@0 | 1356 | other{"{0}किमी³"} |
michael@0 | 1357 | } |
michael@0 | 1358 | cubic-mile{ |
michael@0 | 1359 | one{"{0}मै³"} |
michael@0 | 1360 | other{"{0}मै³"} |
michael@0 | 1361 | } |
michael@0 | 1362 | liter{ |
michael@0 | 1363 | one{"{0}ली"} |
michael@0 | 1364 | other{"{0}ली"} |
michael@0 | 1365 | } |
michael@0 | 1366 | } |
michael@0 | 1367 | } |
michael@0 | 1368 | unitsShort{ |
michael@0 | 1369 | acceleration{ |
michael@0 | 1370 | g-force{ |
michael@0 | 1371 | one{"{0} जी"} |
michael@0 | 1372 | other{"{0} जी"} |
michael@0 | 1373 | } |
michael@0 | 1374 | } |
michael@0 | 1375 | angle{ |
michael@0 | 1376 | arc-minute{ |
michael@0 | 1377 | one{"{0} मिनि"} |
michael@0 | 1378 | other{"{0} मिनि"} |
michael@0 | 1379 | } |
michael@0 | 1380 | arc-second{ |
michael@0 | 1381 | one{"{0} सेक"} |
michael@0 | 1382 | other{"{0} सेक"} |
michael@0 | 1383 | } |
michael@0 | 1384 | degree{ |
michael@0 | 1385 | one{"{0} अंश"} |
michael@0 | 1386 | other{"{0} अंश"} |
michael@0 | 1387 | } |
michael@0 | 1388 | } |
michael@0 | 1389 | area{ |
michael@0 | 1390 | acre{ |
michael@0 | 1391 | one{"{0} एकर"} |
michael@0 | 1392 | other{"{0} एकर"} |
michael@0 | 1393 | } |
michael@0 | 1394 | hectare{ |
michael@0 | 1395 | one{"{0} हेक्टर"} |
michael@0 | 1396 | other{"{0} हेक्टर"} |
michael@0 | 1397 | } |
michael@0 | 1398 | square-foot{ |
michael@0 | 1399 | one{"{0} चौ फूट"} |
michael@0 | 1400 | other{"{0} चौ फूट"} |
michael@0 | 1401 | } |
michael@0 | 1402 | square-kilometer{ |
michael@0 | 1403 | one{"{0} किमी²"} |
michael@0 | 1404 | other{"{0} किमी²"} |
michael@0 | 1405 | } |
michael@0 | 1406 | square-meter{ |
michael@0 | 1407 | one{"{0} मी²"} |
michael@0 | 1408 | other{"{0} मी²"} |
michael@0 | 1409 | } |
michael@0 | 1410 | square-mile{ |
michael@0 | 1411 | one{"{0} चौ मी"} |
michael@0 | 1412 | other{"{0} चौ मी"} |
michael@0 | 1413 | } |
michael@0 | 1414 | } |
michael@0 | 1415 | compound{ |
michael@0 | 1416 | per{"{0}/{1}"} |
michael@0 | 1417 | } |
michael@0 | 1418 | duration{ |
michael@0 | 1419 | day{ |
michael@0 | 1420 | one{"{0} दिवस"} |
michael@0 | 1421 | other{"{0} दिवस"} |
michael@0 | 1422 | } |
michael@0 | 1423 | hour{ |
michael@0 | 1424 | one{"{0} ता"} |
michael@0 | 1425 | other{"{0} ता"} |
michael@0 | 1426 | } |
michael@0 | 1427 | millisecond{ |
michael@0 | 1428 | one{"{0} मिलिसे"} |
michael@0 | 1429 | other{"{0} मिलिसे"} |
michael@0 | 1430 | } |
michael@0 | 1431 | minute{ |
michael@0 | 1432 | one{"{0} मिनि"} |
michael@0 | 1433 | other{"{0} मिनि"} |
michael@0 | 1434 | } |
michael@0 | 1435 | month{ |
michael@0 | 1436 | one{"{0} महिना"} |
michael@0 | 1437 | other{"{0} महिने"} |
michael@0 | 1438 | } |
michael@0 | 1439 | second{ |
michael@0 | 1440 | one{"{0} से"} |
michael@0 | 1441 | other{"{0} से"} |
michael@0 | 1442 | } |
michael@0 | 1443 | week{ |
michael@0 | 1444 | one{"{0} आ"} |
michael@0 | 1445 | other{"{0} आ"} |
michael@0 | 1446 | } |
michael@0 | 1447 | year{ |
michael@0 | 1448 | one{"{0} वर्ष"} |
michael@0 | 1449 | other{"{0} वर्षे"} |
michael@0 | 1450 | } |
michael@0 | 1451 | } |
michael@0 | 1452 | length{ |
michael@0 | 1453 | centimeter{ |
michael@0 | 1454 | one{"{0} सेंमी"} |
michael@0 | 1455 | other{"{0} सेंमी"} |
michael@0 | 1456 | } |
michael@0 | 1457 | foot{ |
michael@0 | 1458 | one{"{0} फूट"} |
michael@0 | 1459 | other{"{0} फूट"} |
michael@0 | 1460 | } |
michael@0 | 1461 | inch{ |
michael@0 | 1462 | one{"{0} इंच"} |
michael@0 | 1463 | other{"{0} इंच"} |
michael@0 | 1464 | } |
michael@0 | 1465 | kilometer{ |
michael@0 | 1466 | one{"{0} किमी"} |
michael@0 | 1467 | other{"{0} किमी"} |
michael@0 | 1468 | } |
michael@0 | 1469 | light-year{ |
michael@0 | 1470 | one{"{0} प्रव"} |
michael@0 | 1471 | other{"{0} प्रव"} |
michael@0 | 1472 | } |
michael@0 | 1473 | meter{ |
michael@0 | 1474 | one{"{0} मी"} |
michael@0 | 1475 | other{"{0} मी"} |
michael@0 | 1476 | } |
michael@0 | 1477 | mile{ |
michael@0 | 1478 | one{"{0} मैल"} |
michael@0 | 1479 | other{"{0} मैल"} |
michael@0 | 1480 | } |
michael@0 | 1481 | millimeter{ |
michael@0 | 1482 | one{"{0} मिमी"} |
michael@0 | 1483 | other{"{0} मिमी"} |
michael@0 | 1484 | } |
michael@0 | 1485 | picometer{ |
michael@0 | 1486 | one{"{0} पिमी"} |
michael@0 | 1487 | other{"{0} पिमी"} |
michael@0 | 1488 | } |
michael@0 | 1489 | yard{ |
michael@0 | 1490 | one{"{0} यार्ड"} |
michael@0 | 1491 | other{"{0} यार्ड"} |
michael@0 | 1492 | } |
michael@0 | 1493 | } |
michael@0 | 1494 | mass{ |
michael@0 | 1495 | gram{ |
michael@0 | 1496 | one{"{0} ग्रॅ"} |
michael@0 | 1497 | other{"{0} ग्रॅ"} |
michael@0 | 1498 | } |
michael@0 | 1499 | kilogram{ |
michael@0 | 1500 | one{"{0} किग्रॅ"} |
michael@0 | 1501 | other{"{0} किग्रॅ"} |
michael@0 | 1502 | } |
michael@0 | 1503 | ounce{ |
michael@0 | 1504 | one{"{0} औंस"} |
michael@0 | 1505 | other{"{0} औंस"} |
michael@0 | 1506 | } |
michael@0 | 1507 | pound{ |
michael@0 | 1508 | one{"{0} पाउंड"} |
michael@0 | 1509 | other{"{0} पाउंड"} |
michael@0 | 1510 | } |
michael@0 | 1511 | } |
michael@0 | 1512 | power{ |
michael@0 | 1513 | horsepower{ |
michael@0 | 1514 | one{"{0} हॉपॉ"} |
michael@0 | 1515 | other{"{0} हॉपॉ"} |
michael@0 | 1516 | } |
michael@0 | 1517 | kilowatt{ |
michael@0 | 1518 | one{"{0} किवॉ"} |
michael@0 | 1519 | other{"{0} किवॉ"} |
michael@0 | 1520 | } |
michael@0 | 1521 | watt{ |
michael@0 | 1522 | one{"{0} वॉ"} |
michael@0 | 1523 | other{"{0} वॉ"} |
michael@0 | 1524 | } |
michael@0 | 1525 | } |
michael@0 | 1526 | pressure{ |
michael@0 | 1527 | hectopascal{ |
michael@0 | 1528 | one{"{0} हेक्टोपा"} |
michael@0 | 1529 | other{"{0} हेक्टोपा"} |
michael@0 | 1530 | } |
michael@0 | 1531 | inch-hg{ |
michael@0 | 1532 | one{"{0} हेग्रॅमध्ये"} |
michael@0 | 1533 | other{"{0} हेग्रॅमध्ये"} |
michael@0 | 1534 | } |
michael@0 | 1535 | millibar{ |
michael@0 | 1536 | one{"{0} मिबा"} |
michael@0 | 1537 | other{"{0} मिबा"} |
michael@0 | 1538 | } |
michael@0 | 1539 | } |
michael@0 | 1540 | speed{ |
michael@0 | 1541 | kilometer-per-hour{ |
michael@0 | 1542 | one{"{0} किप्रता"} |
michael@0 | 1543 | other{"{0} किप्रता"} |
michael@0 | 1544 | } |
michael@0 | 1545 | meter-per-second{ |
michael@0 | 1546 | one{"{0} मी/से"} |
michael@0 | 1547 | other{"{0} मी/से"} |
michael@0 | 1548 | } |
michael@0 | 1549 | mile-per-hour{ |
michael@0 | 1550 | one{"{0} मैप्रता"} |
michael@0 | 1551 | other{"{0} मैप्रता"} |
michael@0 | 1552 | } |
michael@0 | 1553 | } |
michael@0 | 1554 | temperature{ |
michael@0 | 1555 | celsius{ |
michael@0 | 1556 | one{"{0}°से"} |
michael@0 | 1557 | other{"{0}°से"} |
michael@0 | 1558 | } |
michael@0 | 1559 | fahrenheit{ |
michael@0 | 1560 | one{"{0}°फॅ"} |
michael@0 | 1561 | other{"{0}°फॅ"} |
michael@0 | 1562 | } |
michael@0 | 1563 | } |
michael@0 | 1564 | volume{ |
michael@0 | 1565 | cubic-kilometer{ |
michael@0 | 1566 | one{"{0} किमी³"} |
michael@0 | 1567 | other{"{0} किमी³"} |
michael@0 | 1568 | } |
michael@0 | 1569 | cubic-mile{ |
michael@0 | 1570 | one{"{0} मै³"} |
michael@0 | 1571 | other{"{0} मै³"} |
michael@0 | 1572 | } |
michael@0 | 1573 | liter{ |
michael@0 | 1574 | one{"{0} ली"} |
michael@0 | 1575 | other{"{0} ली"} |
michael@0 | 1576 | } |
michael@0 | 1577 | } |
michael@0 | 1578 | } |
michael@0 | 1579 | } |