OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/az.xml | 6 // * Source File: <path>/common/main/az.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/az.xml | 10 * ICU <specials> source: <path>/common/main/az.xml |
11 */ | 11 */ |
12 az{ | 12 az{ |
13 AuxExemplarCharacters{"[w]"} | 13 AuxExemplarCharacters{"[w]"} |
| 14 Ellipsis{ |
| 15 final{"{0}…"} |
| 16 initial{"…{0}"} |
| 17 medial{"{0}…{1}"} |
| 18 word-final{"{0} …"} |
| 19 word-initial{"… {0}"} |
| 20 word-medial{"{0} … {1}"} |
| 21 } |
14 ExemplarCharacters{"[a b c ç d e ə f g ğ h x ı i İ j k q l m n o ö p r s ş t
u ü v y z]"} | 22 ExemplarCharacters{"[a b c ç d e ə f g ğ h x ı i İ j k q l m n o ö p r s ş t
u ü v y z]"} |
| 23 ExemplarCharactersIndex{"[A B C Ç D E Ə F G Ğ H X I İ J K Q L M N O Ö P R S
Ş T U Ü V Y Z W]"} |
| 24 ExemplarCharactersPunctuation{ |
| 25 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # †
‡ ′ " |
| 26 "″]" |
| 27 } |
15 LocaleScript{ | 28 LocaleScript{ |
16 "Latn", | 29 "Latn", |
17 } | 30 } |
18 Version{"2.0.92.87"} | 31 MoreInformation{"?"} |
| 32 NumberElements{ |
| 33 default{"latn"} |
| 34 latn{ |
| 35 miscPatterns{ |
| 36 atLeast{"{0}+"} |
| 37 range{"{0}–{1}"} |
| 38 } |
| 39 patterns{ |
| 40 accountingFormat{"¤ #,##0.00"} |
| 41 currencyFormat{"¤ #,##0.00"} |
| 42 decimalFormat{"#,##0.###"} |
| 43 percentFormat{"#,##0%"} |
| 44 scientificFormat{"#E0"} |
| 45 } |
| 46 patternsLong{ |
| 47 decimalFormat{ |
| 48 1000{ |
| 49 one{"0K"} |
| 50 other{"0K"} |
| 51 } |
| 52 10000{ |
| 53 one{"00K"} |
| 54 other{"00K"} |
| 55 } |
| 56 100000{ |
| 57 one{"000K"} |
| 58 other{"000K"} |
| 59 } |
| 60 1000000{ |
| 61 one{"0M"} |
| 62 other{"0M"} |
| 63 } |
| 64 10000000{ |
| 65 one{"00M"} |
| 66 other{"00M"} |
| 67 } |
| 68 100000000{ |
| 69 one{"000M"} |
| 70 other{"000M"} |
| 71 } |
| 72 1000000000{ |
| 73 one{"0G"} |
| 74 other{"0G"} |
| 75 } |
| 76 10000000000{ |
| 77 one{"00G"} |
| 78 other{"00G"} |
| 79 } |
| 80 100000000000{ |
| 81 one{"000G"} |
| 82 other{"000G"} |
| 83 } |
| 84 1000000000000{ |
| 85 one{"0T"} |
| 86 other{"0T"} |
| 87 } |
| 88 10000000000000{ |
| 89 one{"00T"} |
| 90 other{"00T"} |
| 91 } |
| 92 100000000000000{ |
| 93 one{"000T"} |
| 94 other{"000T"} |
| 95 } |
| 96 } |
| 97 } |
| 98 patternsShort{ |
| 99 decimalFormat{ |
| 100 1000{ |
| 101 one{"0K"} |
| 102 other{"0K"} |
| 103 } |
| 104 10000{ |
| 105 one{"00K"} |
| 106 other{"00K"} |
| 107 } |
| 108 100000{ |
| 109 one{"000K"} |
| 110 other{"000K"} |
| 111 } |
| 112 1000000{ |
| 113 one{"0M"} |
| 114 other{"0M"} |
| 115 } |
| 116 10000000{ |
| 117 one{"00M"} |
| 118 other{"00M"} |
| 119 } |
| 120 100000000{ |
| 121 one{"000M"} |
| 122 other{"000M"} |
| 123 } |
| 124 1000000000{ |
| 125 one{"0G"} |
| 126 other{"0G"} |
| 127 } |
| 128 10000000000{ |
| 129 one{"00G"} |
| 130 other{"00G"} |
| 131 } |
| 132 100000000000{ |
| 133 one{"000G"} |
| 134 other{"000G"} |
| 135 } |
| 136 1000000000000{ |
| 137 one{"0T"} |
| 138 other{"0T"} |
| 139 } |
| 140 10000000000000{ |
| 141 one{"00T"} |
| 142 other{"00T"} |
| 143 } |
| 144 100000000000000{ |
| 145 one{"000T"} |
| 146 other{"000T"} |
| 147 } |
| 148 } |
| 149 } |
| 150 symbols{ |
| 151 decimal{","} |
| 152 exponential{"E"} |
| 153 group{"."} |
| 154 infinity{"∞"} |
| 155 list{";"} |
| 156 minusSign{"-"} |
| 157 nan{"NaN"} |
| 158 perMille{"‰"} |
| 159 percentSign{"%"} |
| 160 plusSign{"+"} |
| 161 superscriptingExponent{"×"} |
| 162 timeSeparator{":"} |
| 163 } |
| 164 } |
| 165 minimumGroupingDigits{"1"} |
| 166 native{"latn"} |
| 167 } |
| 168 Version{"2.1.8.9"} |
| 169 calendar{ |
| 170 generic{ |
| 171 DateTimePatterns{ |
| 172 "HH:mm:ss zzzz", |
| 173 "HH:mm:ss z", |
| 174 "HH:mm:ss", |
| 175 "HH:mm", |
| 176 "G d MMMM y, EEEE", |
| 177 "G d MMMM, y", |
| 178 "G d MMM y", |
| 179 "GGGGG dd.MM.y", |
| 180 "{1} {0}", |
| 181 "{1} {0}", |
| 182 "{1} {0}", |
| 183 "{1} {0}", |
| 184 "{1} {0}", |
| 185 } |
| 186 availableFormats{ |
| 187 Ed{"d, E"} |
| 188 Gy{"G y"} |
| 189 GyMMM{"G MMM y"} |
| 190 GyMMMEd{"G d MMM y, E"} |
| 191 GyMMMd{"G d MMM y"} |
| 192 M{"L"} |
| 193 MEd{"dd.MM, E"} |
| 194 MMM{"LLL"} |
| 195 MMMEd{"d MMM, E"} |
| 196 MMMd{"d MMM"} |
| 197 Md{"dd.MM"} |
| 198 d{"d"} |
| 199 y{"G y"} |
| 200 yyyy{"G y"} |
| 201 yyyyM{"GGGGG MM y"} |
| 202 yyyyMEd{"GGGGG dd.MM.y, E"} |
| 203 yyyyMMM{"G MMM y"} |
| 204 yyyyMMMEd{"G d MMM y, E"} |
| 205 yyyyMMMd{"G d MMM y"} |
| 206 yyyyMd{"GGGGG dd.MM.y"} |
| 207 yyyyQQQ{"G y QQQ"} |
| 208 yyyyQQQQ{"G y QQQQ"} |
| 209 } |
| 210 intervalFormats{ |
| 211 M{ |
| 212 M{"MM–MM"} |
| 213 } |
| 214 MEd{ |
| 215 M{"dd.MM, E – dd.MM, E"} |
| 216 d{"dd.MM, E – dd.MM, E"} |
| 217 } |
| 218 MMM{ |
| 219 M{"LLL–LLL"} |
| 220 } |
| 221 MMMEd{ |
| 222 M{"MMM d, E – MMM d, E"} |
| 223 d{"MMM d, E – MMM d, E"} |
| 224 } |
| 225 MMMd{ |
| 226 M{"MMM d – MMM d"} |
| 227 d{"MMM d–d"} |
| 228 } |
| 229 Md{ |
| 230 M{"dd.MM – dd.MM"} |
| 231 d{"dd.MM – dd.MM"} |
| 232 } |
| 233 d{ |
| 234 d{"d–d"} |
| 235 } |
| 236 fallback{"{0} – {1}"} |
| 237 y{ |
| 238 y{"G y–y"} |
| 239 } |
| 240 yM{ |
| 241 M{"GGGGG MM/y – MM/y"} |
| 242 y{"GGGGG MM/y – MM/y"} |
| 243 } |
| 244 yMEd{ |
| 245 M{"GGGGG dd/MM/y , E – dd/MM/y, E"} |
| 246 d{"GGGGG dd/MM/y , E – dd/MM/y, E"} |
| 247 y{"GGGGG dd/MM/y , E – dd/MM/y, E"} |
| 248 } |
| 249 yMMM{ |
| 250 M{"G MMM–MMM y"} |
| 251 y{"G MMM y – MMM y"} |
| 252 } |
| 253 yMMMEd{ |
| 254 M{"G d MMM y, E – d MMM, E"} |
| 255 d{"G d MMM y, E – d MMM, E"} |
| 256 y{"G d MMM y, E – d MMM y, E"} |
| 257 } |
| 258 yMMMM{ |
| 259 M{"G MMMM y –MMMM"} |
| 260 y{"G MMMM y – MMMM y"} |
| 261 } |
| 262 yMMMd{ |
| 263 M{"G d MMM y – d MMM"} |
| 264 d{"G d–d MMM y"} |
| 265 y{"G d MMM y – d MMM y"} |
| 266 } |
| 267 yMd{ |
| 268 M{"GGGGG dd/MM/y – dd/MM/y"} |
| 269 d{"GGGGG dd/MM/y – dd/MM/y"} |
| 270 y{"GGGGG dd/MM/y – dd/MM/y"} |
| 271 } |
| 272 } |
| 273 } |
| 274 gregorian{ |
| 275 AmPmMarkers{ |
| 276 "AM", |
| 277 "PM", |
| 278 } |
| 279 AmPmMarkersNarrow{ |
| 280 "a", |
| 281 "p", |
| 282 } |
| 283 DateTimePatterns{ |
| 284 "HH:mm:ss zzzz", |
| 285 "HH:mm:ss z", |
| 286 "HH:mm:ss", |
| 287 "HH:mm", |
| 288 "d MMMM y, EEEE", |
| 289 "d MMMM y", |
| 290 "d MMM y", |
| 291 "dd.MM.yy", |
| 292 "{1} {0}", |
| 293 "{1} {0}", |
| 294 "{1} {0}", |
| 295 "{1} {0}", |
| 296 "{1} {0}", |
| 297 } |
| 298 NoonMarker{"günorta"} |
| 299 NoonMarkerNarrow{"g"} |
| 300 appendItems{ |
| 301 Timezone{"{0} {1}"} |
| 302 } |
| 303 availableFormats{ |
| 304 E{"ccc"} |
| 305 EHm{"E HH:mm"} |
| 306 EHms{"E HH:mm:ss"} |
| 307 Ed{"d E"} |
| 308 Ehm{"E h:mm a"} |
| 309 Ehms{"E h:mm:ss a"} |
| 310 Gy{"G y"} |
| 311 GyMMM{"G MMM y"} |
| 312 GyMMMEd{"G d MMM y, E"} |
| 313 GyMMMd{"G d MMM y"} |
| 314 H{"HH"} |
| 315 Hm{"HH:mm"} |
| 316 Hms{"HH:mm:ss"} |
| 317 M{"L"} |
| 318 MEd{"dd.MM, E"} |
| 319 MMM{"LLL"} |
| 320 MMMEd{"d MMM, E"} |
| 321 MMMd{"d MMM"} |
| 322 Md{"dd.MM"} |
| 323 d{"d"} |
| 324 h{"h a"} |
| 325 hm{"h:mm a"} |
| 326 hms{"h:mm:ss a"} |
| 327 ms{"mm:ss"} |
| 328 y{"y"} |
| 329 yM{"MM.y"} |
| 330 yMEd{"dd.MM.y, E"} |
| 331 yMMM{"MMM y"} |
| 332 yMMMEd{"d MMM y, E"} |
| 333 yMMMd{"d MMM y"} |
| 334 yMd{"dd.MM.y"} |
| 335 yQQQ{"y QQQ"} |
| 336 yQQQQ{"y QQQQ"} |
| 337 } |
| 338 dayNames{ |
| 339 format{ |
| 340 abbreviated{ |
| 341 "B.", |
| 342 "B.E.", |
| 343 "Ç.A.", |
| 344 "Ç.", |
| 345 "C.A.", |
| 346 "C.", |
| 347 "Ş.", |
| 348 } |
| 349 narrow{ |
| 350 "7", |
| 351 "1", |
| 352 "2", |
| 353 "3", |
| 354 "4", |
| 355 "5", |
| 356 "6", |
| 357 } |
| 358 short{ |
| 359 "B.", |
| 360 "B.E.", |
| 361 "Ç.A.", |
| 362 "Ç.", |
| 363 "C.A.", |
| 364 "C.", |
| 365 "Ş.", |
| 366 } |
| 367 wide{ |
| 368 "bazar", |
| 369 "bazar ertəsi", |
| 370 "çərşənbə axşamı", |
| 371 "çərşənbə", |
| 372 "cümə axşamı", |
| 373 "cümə", |
| 374 "şənbə", |
| 375 } |
| 376 } |
| 377 stand-alone{ |
| 378 abbreviated{ |
| 379 "B.", |
| 380 "B.E.", |
| 381 "Ç.A.", |
| 382 "Ç.", |
| 383 "C.A.", |
| 384 "C.", |
| 385 "Ş.", |
| 386 } |
| 387 narrow{ |
| 388 "7", |
| 389 "1", |
| 390 "2", |
| 391 "3", |
| 392 "4", |
| 393 "5", |
| 394 "6", |
| 395 } |
| 396 short{ |
| 397 "B.", |
| 398 "B.E.", |
| 399 "Ç.A.", |
| 400 "Ç.", |
| 401 "C.A.", |
| 402 "C.", |
| 403 "Ş.", |
| 404 } |
| 405 wide{ |
| 406 "bazar", |
| 407 "bazar ertəsi", |
| 408 "çərşənbə axşamı", |
| 409 "çərşənbə", |
| 410 "cümə axşamı", |
| 411 "cümə", |
| 412 "şənbə", |
| 413 } |
| 414 } |
| 415 } |
| 416 eras{ |
| 417 abbreviated{ |
| 418 "e.ə.", |
| 419 "b.e.", |
| 420 } |
| 421 abbreviated%variant{ |
| 422 "ü.e.ö.", |
| 423 "ü.e.", |
| 424 } |
| 425 wide{ |
| 426 "eramızdan əvvəl", |
| 427 "bizim eramızın", |
| 428 } |
| 429 wide%variant{ |
| 430 "ümumi eradan öncə", |
| 431 "ümumi eranın", |
| 432 } |
| 433 } |
| 434 intervalFormats{ |
| 435 H{ |
| 436 H{"HH–HH"} |
| 437 } |
| 438 Hm{ |
| 439 H{"HH:mm–HH:mm"} |
| 440 m{"HH:mm–HH:mm"} |
| 441 } |
| 442 Hmv{ |
| 443 H{"HH:mm–HH:mm v"} |
| 444 m{"HH:mm–HH:mm v"} |
| 445 } |
| 446 Hv{ |
| 447 H{"HH–HH v"} |
| 448 } |
| 449 M{ |
| 450 M{"MM–MM"} |
| 451 } |
| 452 MEd{ |
| 453 M{"dd.MM, E – dd.MM, E"} |
| 454 d{"dd.MM, E – dd.MM, E"} |
| 455 } |
| 456 MMM{ |
| 457 M{"LLL–LLL"} |
| 458 } |
| 459 MMMEd{ |
| 460 M{"d MMM, E – d MMM, E"} |
| 461 d{"d MMM, E – d MMM, E"} |
| 462 } |
| 463 MMMd{ |
| 464 M{"d MMM – d MMM"} |
| 465 d{"d–d MMM"} |
| 466 } |
| 467 Md{ |
| 468 M{"dd.MM – dd.MM"} |
| 469 d{"dd.MM – dd.MM"} |
| 470 } |
| 471 d{ |
| 472 d{"d–d"} |
| 473 } |
| 474 fallback{"{0} – {1}"} |
| 475 h{ |
| 476 a{"h a – h a"} |
| 477 h{"h–h a"} |
| 478 } |
| 479 hm{ |
| 480 a{"h:mm a – h:mm a"} |
| 481 h{"h:mm–h:mm a"} |
| 482 m{"h:mm–h:mm a"} |
| 483 } |
| 484 hmv{ |
| 485 a{"h:mm a – h:mm a v"} |
| 486 h{"h:mm–h:mm a v"} |
| 487 m{"h:mm–h:mm a v"} |
| 488 } |
| 489 hv{ |
| 490 a{"h a – h a v"} |
| 491 h{"h–h a v"} |
| 492 } |
| 493 y{ |
| 494 y{"y–y"} |
| 495 } |
| 496 yM{ |
| 497 M{"MM.y – MM.y"} |
| 498 y{"MM.y – MM.y"} |
| 499 } |
| 500 yMEd{ |
| 501 M{"dd.MM.y, E – dd.MM.y, E"} |
| 502 d{"dd.MM.y, E – dd.MM.y, E"} |
| 503 y{"dd.MM.y, E – dd.MM.y, E"} |
| 504 } |
| 505 yMMM{ |
| 506 M{"MMM–MMM y"} |
| 507 y{"MMM y – MMM y"} |
| 508 } |
| 509 yMMMEd{ |
| 510 M{"d MMM y, E – d MMM, E"} |
| 511 d{"d MMM y, E – d MMM, E"} |
| 512 y{"d MMM y, E – d MMM y, E"} |
| 513 } |
| 514 yMMMM{ |
| 515 M{"MMMM–MMMM y"} |
| 516 y{"MMMM y – MMMM y"} |
| 517 } |
| 518 yMMMd{ |
| 519 M{"d MMM y – d MMM"} |
| 520 d{"y MMM d–d"} |
| 521 y{"d MMM y – d MMM y"} |
| 522 } |
| 523 yMd{ |
| 524 M{"dd.MM.y – dd.MM.y"} |
| 525 d{"dd.MM.y – dd.MM.y"} |
| 526 y{"dd.MM.y – dd.MM.y"} |
| 527 } |
| 528 } |
| 529 monthNames{ |
| 530 format{ |
| 531 abbreviated{ |
| 532 "yan", |
| 533 "fev", |
| 534 "mar", |
| 535 "apr", |
| 536 "may", |
| 537 "iyn", |
| 538 "iyl", |
| 539 "avq", |
| 540 "sen", |
| 541 "okt", |
| 542 "noy", |
| 543 "dek", |
| 544 } |
| 545 narrow{ |
| 546 "1", |
| 547 "2", |
| 548 "3", |
| 549 "4", |
| 550 "5", |
| 551 "6", |
| 552 "7", |
| 553 "8", |
| 554 "9", |
| 555 "10", |
| 556 "11", |
| 557 "12", |
| 558 } |
| 559 wide{ |
| 560 "yanvar", |
| 561 "fevral", |
| 562 "mart", |
| 563 "aprel", |
| 564 "may", |
| 565 "iyun", |
| 566 "iyul", |
| 567 "avqust", |
| 568 "sentyabr", |
| 569 "oktyabr", |
| 570 "noyabr", |
| 571 "dekabr", |
| 572 } |
| 573 } |
| 574 stand-alone{ |
| 575 abbreviated{ |
| 576 "yan", |
| 577 "fev", |
| 578 "mar", |
| 579 "apr", |
| 580 "may", |
| 581 "iyn", |
| 582 "iyl", |
| 583 "avq", |
| 584 "sen", |
| 585 "okt", |
| 586 "noy", |
| 587 "dek", |
| 588 } |
| 589 narrow{ |
| 590 "1", |
| 591 "2", |
| 592 "3", |
| 593 "4", |
| 594 "5", |
| 595 "6", |
| 596 "7", |
| 597 "8", |
| 598 "9", |
| 599 "10", |
| 600 "11", |
| 601 "12", |
| 602 } |
| 603 wide{ |
| 604 "Yanvar", |
| 605 "Fevral", |
| 606 "Mart", |
| 607 "Aprel", |
| 608 "May", |
| 609 "İyun", |
| 610 "İyul", |
| 611 "Avqust", |
| 612 "Sentyabr", |
| 613 "Oktyabr", |
| 614 "Noyabr", |
| 615 "Dekabr", |
| 616 } |
| 617 } |
| 618 } |
| 619 quarters{ |
| 620 format{ |
| 621 abbreviated{ |
| 622 "1-ci kv.", |
| 623 "2-ci kv.", |
| 624 "3-cü kv.", |
| 625 "4-cü kv.", |
| 626 } |
| 627 narrow{ |
| 628 "1", |
| 629 "2", |
| 630 "3", |
| 631 "4", |
| 632 } |
| 633 wide{ |
| 634 "1-ci kvartal", |
| 635 "2-ci kvartal", |
| 636 "3-cü kvartal", |
| 637 "4-cü kvartal", |
| 638 } |
| 639 } |
| 640 stand-alone{ |
| 641 abbreviated{ |
| 642 "1-ci kv.", |
| 643 "2-ci kv.", |
| 644 "3-cü kv.", |
| 645 "4-cü kv.", |
| 646 } |
| 647 narrow{ |
| 648 "1", |
| 649 "2", |
| 650 "3", |
| 651 "4", |
| 652 } |
| 653 wide{ |
| 654 "1-ci kvartal", |
| 655 "2-ci kvartal", |
| 656 "3-cü kvartal", |
| 657 "4-cü kvartal", |
| 658 } |
| 659 } |
| 660 } |
| 661 } |
| 662 } |
| 663 delimiters{ |
| 664 alternateQuotationEnd{"’"} |
| 665 alternateQuotationStart{"‘"} |
| 666 quotationEnd{"”"} |
| 667 quotationStart{"“"} |
| 668 } |
| 669 durationUnits{ |
| 670 hm{"h:mm"} |
| 671 hms{"h:mm:ss"} |
| 672 ms{"m:ss"} |
| 673 } |
| 674 fields{ |
| 675 day{ |
| 676 dn{"Gün"} |
| 677 relative{ |
| 678 "-1"{"dünən"} |
| 679 "0"{"bu gün"} |
| 680 "1"{"sabah"} |
| 681 } |
| 682 relativeTime{ |
| 683 future{ |
| 684 one{"{0} gün ərzində"} |
| 685 other{"{0} gün ərzində"} |
| 686 } |
| 687 past{ |
| 688 one{"{0} gün öncə"} |
| 689 other{"{0} gün öncə"} |
| 690 } |
| 691 } |
| 692 } |
| 693 day-narrow{ |
| 694 dn{"Gün"} |
| 695 relativeTime{ |
| 696 future{ |
| 697 one{"{0} gün ərzində"} |
| 698 other{"{0} gün ərzində"} |
| 699 } |
| 700 past{ |
| 701 one{"{0} gün öncə"} |
| 702 other{"{0} gün öncə"} |
| 703 } |
| 704 } |
| 705 } |
| 706 day-short{ |
| 707 dn{"Gün"} |
| 708 relativeTime{ |
| 709 future{ |
| 710 one{"{0} gün ərzində"} |
| 711 other{"{0} gün ərzində"} |
| 712 } |
| 713 past{ |
| 714 one{"{0} gün öncə"} |
| 715 other{"{0} gün öncə"} |
| 716 } |
| 717 } |
| 718 } |
| 719 dayperiod{ |
| 720 dn{"AM/PM"} |
| 721 } |
| 722 era{ |
| 723 dn{"Era"} |
| 724 } |
| 725 fri{ |
| 726 relative{ |
| 727 "-1"{"keçən cümə"} |
| 728 "0"{"bu cümə"} |
| 729 "1"{"gələn cümə"} |
| 730 } |
| 731 } |
| 732 fri-narrow{ |
| 733 relative{ |
| 734 "-1"{"keçən cümə"} |
| 735 "0"{"bu cümə"} |
| 736 "1"{"gələn cümə"} |
| 737 } |
| 738 } |
| 739 fri-short{ |
| 740 relative{ |
| 741 "-1"{"keçən cümə"} |
| 742 "0"{"bu cümə"} |
| 743 "1"{"gələn cümə"} |
| 744 } |
| 745 } |
| 746 hour{ |
| 747 dn{"Saat"} |
| 748 relativeTime{ |
| 749 future{ |
| 750 one{"{0} saat ərzində"} |
| 751 other{"{0} saat ərzində"} |
| 752 } |
| 753 past{ |
| 754 one{"{0} saat öncə"} |
| 755 other{"{0} saat öncə"} |
| 756 } |
| 757 } |
| 758 } |
| 759 hour-narrow{ |
| 760 dn{"saat"} |
| 761 relativeTime{ |
| 762 future{ |
| 763 one{"{0} saat ərzində"} |
| 764 other{"{0} saat ərzində"} |
| 765 } |
| 766 past{ |
| 767 one{"{0} saat öncə"} |
| 768 other{"{0} saat öncə"} |
| 769 } |
| 770 } |
| 771 } |
| 772 hour-short{ |
| 773 dn{"saat"} |
| 774 relativeTime{ |
| 775 future{ |
| 776 one{"{0} saat ərzində"} |
| 777 other{"{0} saat ərzində"} |
| 778 } |
| 779 past{ |
| 780 one{"{0} saat öncə"} |
| 781 other{"{0} saat öncə"} |
| 782 } |
| 783 } |
| 784 } |
| 785 minute{ |
| 786 dn{"Dəqiqə"} |
| 787 relativeTime{ |
| 788 future{ |
| 789 one{"{0} dəqiqə ərzində"} |
| 790 other{"{0} dəqiqə ərzində"} |
| 791 } |
| 792 past{ |
| 793 one{"{0} dəqiqə öncə"} |
| 794 other{"{0} dəqiqə öncə"} |
| 795 } |
| 796 } |
| 797 } |
| 798 minute-narrow{ |
| 799 dn{"dəq."} |
| 800 relativeTime{ |
| 801 future{ |
| 802 one{"{0} dəqiqə ərzində"} |
| 803 other{"{0} dəqiqə ərzində"} |
| 804 } |
| 805 past{ |
| 806 one{"{0} dəqiqə öncə"} |
| 807 other{"{0} dəqiqə öncə"} |
| 808 } |
| 809 } |
| 810 } |
| 811 minute-short{ |
| 812 dn{"dəq."} |
| 813 relativeTime{ |
| 814 future{ |
| 815 one{"{0} dəqiqə ərzində"} |
| 816 other{"{0} dəqiqə ərzində"} |
| 817 } |
| 818 past{ |
| 819 one{"{0} dəqiqə öncə"} |
| 820 other{"{0} dəqiqə öncə"} |
| 821 } |
| 822 } |
| 823 } |
| 824 mon{ |
| 825 relative{ |
| 826 "-1"{"keçən bazar ertəsi"} |
| 827 "0"{"bu bazar ertəsi"} |
| 828 "1"{"gələn bazar ertəsi"} |
| 829 } |
| 830 } |
| 831 mon-narrow{ |
| 832 relative{ |
| 833 "-1"{"keçən bazar ertəsi"} |
| 834 "0"{"bu bazar ertəsi"} |
| 835 "1"{"gələn bazar ertəsi"} |
| 836 } |
| 837 } |
| 838 mon-short{ |
| 839 relative{ |
| 840 "-1"{"keçən bazar ertəsi"} |
| 841 "0"{"bu bazar ertəsi"} |
| 842 "1"{"gələn bazar ertəsi"} |
| 843 } |
| 844 } |
| 845 month{ |
| 846 dn{"Ay"} |
| 847 relative{ |
| 848 "-1"{"keçən ay"} |
| 849 "0"{"bu ay"} |
| 850 "1"{"gələn ay"} |
| 851 } |
| 852 relativeTime{ |
| 853 future{ |
| 854 one{"{0} ay ərzində"} |
| 855 other{"{0} ay ərzində"} |
| 856 } |
| 857 past{ |
| 858 one{"{0} ay öncə"} |
| 859 other{"{0} ay öncə"} |
| 860 } |
| 861 } |
| 862 } |
| 863 month-narrow{ |
| 864 dn{"ay"} |
| 865 relativeTime{ |
| 866 future{ |
| 867 one{"{0} ay ərzində"} |
| 868 other{"{0} ay ərzində"} |
| 869 } |
| 870 past{ |
| 871 one{"{0} ay öncə"} |
| 872 other{"{0} ay öncə"} |
| 873 } |
| 874 } |
| 875 } |
| 876 month-short{ |
| 877 dn{"ay"} |
| 878 relativeTime{ |
| 879 future{ |
| 880 one{"{0} ay ərzində"} |
| 881 other{"{0} ay ərzində"} |
| 882 } |
| 883 past{ |
| 884 one{"{0} ay öncə"} |
| 885 other{"{0} ay öncə"} |
| 886 } |
| 887 } |
| 888 } |
| 889 quarter{ |
| 890 dn{"Rüb"} |
| 891 relativeTime{ |
| 892 future{ |
| 893 one{"{0} rüb ərzində"} |
| 894 other{"{0} rüb ərzində"} |
| 895 } |
| 896 past{ |
| 897 one{"{0} rüb öncə"} |
| 898 other{"{0} rüb öncə"} |
| 899 } |
| 900 } |
| 901 } |
| 902 quarter-narrow{ |
| 903 dn{"rüb"} |
| 904 relativeTime{ |
| 905 future{ |
| 906 one{"{0} rüb ərzində"} |
| 907 other{"{0} rüb ərzində"} |
| 908 } |
| 909 past{ |
| 910 one{"{0} rüb öncə"} |
| 911 other{"{0} rüb öncə"} |
| 912 } |
| 913 } |
| 914 } |
| 915 quarter-short{ |
| 916 dn{"rüb"} |
| 917 relativeTime{ |
| 918 future{ |
| 919 one{"{0} rüb ərzində"} |
| 920 other{"{0} rüb ərzində"} |
| 921 } |
| 922 past{ |
| 923 one{"{0} rüb öncə"} |
| 924 other{"{0} rüb öncə"} |
| 925 } |
| 926 } |
| 927 } |
| 928 sat{ |
| 929 relative{ |
| 930 "-1"{"keçən şənbə"} |
| 931 "0"{"bu şənbə"} |
| 932 "1"{"gələn şənbə"} |
| 933 } |
| 934 } |
| 935 sat-narrow{ |
| 936 relative{ |
| 937 "-1"{"keçən şənbə"} |
| 938 "0"{"bu şənbə"} |
| 939 "1"{"gələn şənbə"} |
| 940 } |
| 941 } |
| 942 sat-short{ |
| 943 relative{ |
| 944 "-1"{"keçən şənbə"} |
| 945 "0"{"bu şənbə"} |
| 946 "1"{"gələn şənbə"} |
| 947 } |
| 948 } |
| 949 second{ |
| 950 dn{"Saniyə"} |
| 951 relative{ |
| 952 "0"{"indi"} |
| 953 } |
| 954 relativeTime{ |
| 955 future{ |
| 956 one{"{0} saniyə ərzində"} |
| 957 other{"{0} saniyə ərzində"} |
| 958 } |
| 959 past{ |
| 960 one{"{0} saniyə öncə"} |
| 961 other{"{0} saniyə öncə"} |
| 962 } |
| 963 } |
| 964 } |
| 965 second-narrow{ |
| 966 dn{"san."} |
| 967 relativeTime{ |
| 968 future{ |
| 969 one{"{0} saniyə ərzində"} |
| 970 other{"{0} saniyə ərzində"} |
| 971 } |
| 972 past{ |
| 973 one{"{0} saniyə öncə"} |
| 974 other{"{0} saniyə öncə"} |
| 975 } |
| 976 } |
| 977 } |
| 978 second-short{ |
| 979 dn{"san."} |
| 980 relativeTime{ |
| 981 future{ |
| 982 one{"{0} saniyə ərzində"} |
| 983 other{"{0} saniyə ərzində"} |
| 984 } |
| 985 past{ |
| 986 one{"{0} saniyə öncə"} |
| 987 other{"{0} saniyə öncə"} |
| 988 } |
| 989 } |
| 990 } |
| 991 sun{ |
| 992 relative{ |
| 993 "-1"{"keçən bazar"} |
| 994 "0"{"bu bazar"} |
| 995 "1"{"gələn bazar"} |
| 996 } |
| 997 } |
| 998 sun-narrow{ |
| 999 relative{ |
| 1000 "-1"{"keçən bazar"} |
| 1001 "0"{"bu bazar"} |
| 1002 "1"{"gələn bazar"} |
| 1003 } |
| 1004 } |
| 1005 sun-short{ |
| 1006 relative{ |
| 1007 "-1"{"keçən bazar"} |
| 1008 "0"{"bu bazar"} |
| 1009 "1"{"gələn bazar"} |
| 1010 } |
| 1011 } |
| 1012 thu{ |
| 1013 relative{ |
| 1014 "-1"{"keçən cümə axşamı"} |
| 1015 "0"{"bu cümə axşamı"} |
| 1016 "1"{"gələn cümə axşamı"} |
| 1017 } |
| 1018 } |
| 1019 thu-narrow{ |
| 1020 relative{ |
| 1021 "-1"{"keçən cümə axşamı"} |
| 1022 "0"{"bu cümə axşamı"} |
| 1023 "1"{"gələn cümə axşamı"} |
| 1024 } |
| 1025 } |
| 1026 thu-short{ |
| 1027 relative{ |
| 1028 "-1"{"keçən cümə axşamı"} |
| 1029 "0"{"bu cümə axşamı"} |
| 1030 "1"{"gələn cümə axşamı"} |
| 1031 } |
| 1032 } |
| 1033 tue{ |
| 1034 relative{ |
| 1035 "-1"{"keçən çərşənbə axşamı"} |
| 1036 "0"{"bu çərşənbə axşamı"} |
| 1037 "1"{"gələn çərşənbə axşamı"} |
| 1038 } |
| 1039 } |
| 1040 tue-narrow{ |
| 1041 relative{ |
| 1042 "-1"{"keçən çərşənbə axşamı"} |
| 1043 "0"{"bu çərşənbə axşamı"} |
| 1044 "1"{"gələn çərşənbə axşamı"} |
| 1045 } |
| 1046 } |
| 1047 tue-short{ |
| 1048 relative{ |
| 1049 "-1"{"keçən çərşənbə axşamı"} |
| 1050 "0"{"bu çərşənbə axşamı"} |
| 1051 "1"{"gələn çərşənbə axşamı"} |
| 1052 } |
| 1053 } |
| 1054 wed{ |
| 1055 relative{ |
| 1056 "-1"{"keçən çərşənbə"} |
| 1057 "0"{"bu çərşənbə"} |
| 1058 "1"{"gələn çərşənbə"} |
| 1059 } |
| 1060 } |
| 1061 wed-narrow{ |
| 1062 relative{ |
| 1063 "-1"{"keçən çərşənbə"} |
| 1064 "0"{"bu çərşənbə"} |
| 1065 "1"{"gələn çərşənbə"} |
| 1066 } |
| 1067 } |
| 1068 wed-short{ |
| 1069 relative{ |
| 1070 "-1"{"keçən çərşənbə"} |
| 1071 "0"{"bu çərşənbə"} |
| 1072 "1"{"gələn çərşənbə"} |
| 1073 } |
| 1074 } |
| 1075 week{ |
| 1076 dn{"Həftə"} |
| 1077 relative{ |
| 1078 "-1"{"keçən həftə"} |
| 1079 "0"{"bu həftə"} |
| 1080 "1"{"gələn həftə"} |
| 1081 } |
| 1082 relativeTime{ |
| 1083 future{ |
| 1084 one{"{0} həftə ərzində"} |
| 1085 other{"{0} həftə ərzində"} |
| 1086 } |
| 1087 past{ |
| 1088 one{"{0} həftə öncə"} |
| 1089 other{"{0} həftə öncə"} |
| 1090 } |
| 1091 } |
| 1092 } |
| 1093 week-narrow{ |
| 1094 dn{"həftə"} |
| 1095 relativeTime{ |
| 1096 future{ |
| 1097 one{"{0} həftə ərzində"} |
| 1098 other{"{0} həftə ərzində"} |
| 1099 } |
| 1100 past{ |
| 1101 one{"{0} həftə öncə"} |
| 1102 other{"{0} həftə öncə"} |
| 1103 } |
| 1104 } |
| 1105 } |
| 1106 week-short{ |
| 1107 dn{"həftə"} |
| 1108 relativeTime{ |
| 1109 future{ |
| 1110 one{"{0} həftə ərzində"} |
| 1111 other{"{0} həftə ərzində"} |
| 1112 } |
| 1113 past{ |
| 1114 one{"{0} həftə öncə"} |
| 1115 other{"{0} həftə öncə"} |
| 1116 } |
| 1117 } |
| 1118 } |
| 1119 weekday{ |
| 1120 dn{"Həftənin Günü"} |
| 1121 } |
| 1122 year{ |
| 1123 dn{"İl"} |
| 1124 relative{ |
| 1125 "-1"{"keçən il"} |
| 1126 "0"{"bu il"} |
| 1127 "1"{"gələn il"} |
| 1128 } |
| 1129 relativeTime{ |
| 1130 future{ |
| 1131 one{"{0} il ərzində"} |
| 1132 other{"{0} il ərzində"} |
| 1133 } |
| 1134 past{ |
| 1135 one{"{0} il öncə"} |
| 1136 other{"{0} il öncə"} |
| 1137 } |
| 1138 } |
| 1139 } |
| 1140 year-narrow{ |
| 1141 dn{"il"} |
| 1142 relativeTime{ |
| 1143 future{ |
| 1144 one{"{0} il ərzində"} |
| 1145 other{"{0} il ərzində"} |
| 1146 } |
| 1147 past{ |
| 1148 one{"{0} il öncə"} |
| 1149 other{"{0} il öncə"} |
| 1150 } |
| 1151 } |
| 1152 } |
| 1153 year-short{ |
| 1154 dn{"il"} |
| 1155 relativeTime{ |
| 1156 future{ |
| 1157 one{"{0} il ərzində"} |
| 1158 other{"{0} il ərzində"} |
| 1159 } |
| 1160 past{ |
| 1161 one{"{0} il öncə"} |
| 1162 other{"{0} il öncə"} |
| 1163 } |
| 1164 } |
| 1165 } |
| 1166 zone{ |
| 1167 dn{"Saat Qurşağı"} |
| 1168 } |
| 1169 } |
| 1170 listPattern{ |
| 1171 standard{ |
| 1172 2{"{0} və {1}"} |
| 1173 end{"{0} və {1}"} |
| 1174 middle{"{0}, {1}"} |
| 1175 start{"{0}, {1}"} |
| 1176 } |
| 1177 unit{ |
| 1178 2{"{0} və {1}"} |
| 1179 end{"{0} və {1}"} |
| 1180 middle{"{0}, {1}"} |
| 1181 start{"{0}, {1}"} |
| 1182 } |
| 1183 unit-narrow{ |
| 1184 2{"{0}, {1}"} |
| 1185 end{"{0}, {1}"} |
| 1186 middle{"{0}, {1}"} |
| 1187 start{"{0}, {1}"} |
| 1188 } |
| 1189 unit-short{ |
| 1190 2{"{0}, {1}"} |
| 1191 end{"{0}, {1}"} |
| 1192 middle{"{0}, {1}"} |
| 1193 start{"{0}, {1}"} |
| 1194 } |
| 1195 } |
| 1196 measurementSystemNames{ |
| 1197 UK{"Britaniya"} |
| 1198 US{"ABŞ"} |
| 1199 metric{"Metrik"} |
| 1200 } |
19 } | 1201 } |
OLD | NEW |