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