| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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/mk.xml | 6 // * Source File: <path>/common/main/mk.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/mk.xml | 10 * ICU <specials> source: <path>/common/main/mk.xml |
| 11 */ | 11 */ |
| 12 mk{ | 12 mk{ |
| 13 Version{"2.1.8.9"} | 13 Version{"2.1.8.9"} |
| 14 units{ | 14 units{ |
| 15 acceleration{ | |
| 16 g-force{ | |
| 17 dnam{"гравитациска сила"} | |
| 18 one{"{0} гравитациска сила"} | |
| 19 other{"{0} гравитациска сила"} | |
| 20 } | |
| 21 meter-per-second-squared{ | |
| 22 dnam{"метри во секунда на квадрат"} | |
| 23 one{"{0} метар во секунда на квадрат"} | |
| 24 other{"{0} метри во секунда на квадрат"} | |
| 25 } | |
| 26 } | |
| 27 angle{ | |
| 28 arc-minute{ | |
| 29 dnam{"минути"} | |
| 30 one{"{0} минута"} | |
| 31 other{"{0} минути"} | |
| 32 } | |
| 33 arc-second{ | |
| 34 dnam{"секунди"} | |
| 35 one{"{0} секунда"} | |
| 36 other{"{0} секунди"} | |
| 37 } | |
| 38 degree{ | |
| 39 dnam{"степени"} | |
| 40 one{"{0} степен"} | |
| 41 other{"{0} степени"} | |
| 42 } | |
| 43 radian{ | |
| 44 dnam{"радијани"} | |
| 45 one{"{0} радијан"} | |
| 46 other{"{0} радијани"} | |
| 47 } | |
| 48 } | |
| 49 area{ | |
| 50 acre{ | |
| 51 dnam{"акри"} | |
| 52 one{"{0} акр"} | |
| 53 other{"{0} акри"} | |
| 54 } | |
| 55 hectare{ | |
| 56 dnam{"хектари"} | |
| 57 one{"{0} хектар"} | |
| 58 other{"{0} хектари"} | |
| 59 } | |
| 60 square-centimeter{ | |
| 61 dnam{"квадратни сантиметри"} | |
| 62 one{"{0} квадратен сантиметар"} | |
| 63 other{"{0} квадратни сантиметри"} | |
| 64 } | |
| 65 square-foot{ | |
| 66 dnam{"квадратни стапки"} | |
| 67 one{"{0} квадратна стапка"} | |
| 68 other{"{0} квадратни стапки"} | |
| 69 } | |
| 70 square-inch{ | |
| 71 dnam{"квадратни инчи"} | |
| 72 one{"{0} квадратен инч"} | |
| 73 other{"{0} квадратни инчи"} | |
| 74 } | |
| 75 square-kilometer{ | |
| 76 dnam{"квадратни километри"} | |
| 77 one{"{0} квадратен километар"} | |
| 78 other{"{0} квадратни километри"} | |
| 79 } | |
| 80 square-meter{ | |
| 81 dnam{"квадратни метри"} | |
| 82 one{"{0} квадратен метар"} | |
| 83 other{"{0} квадратни метри"} | |
| 84 } | |
| 85 square-mile{ | |
| 86 dnam{"квадратни милји"} | |
| 87 one{"{0} квадратна милја"} | |
| 88 other{"{0} квадратни милји"} | |
| 89 } | |
| 90 square-yard{ | |
| 91 dnam{"квадратни јарди"} | |
| 92 one{"{0} квадратен јард"} | |
| 93 other{"{0} квадратни јарди"} | |
| 94 } | |
| 95 } | |
| 96 compound{ | 15 compound{ |
| 97 per{"{0} на {1}"} | 16 per{"{0} на {1}"} |
| 98 } | 17 } |
| 99 consumption{ | |
| 100 liter-per-kilometer{ | |
| 101 dnam{"литри на километар"} | |
| 102 one{"{0} литар на километар"} | |
| 103 other{"{0} литри на километар"} | |
| 104 } | |
| 105 mile-per-gallon{ | |
| 106 dnam{"милји на галон"} | |
| 107 one{"{0} милја на галон"} | |
| 108 other{"{0} милји на галон"} | |
| 109 } | |
| 110 } | |
| 111 digital{ | |
| 112 bit{ | |
| 113 dnam{"битови"} | |
| 114 one{"{0} бит"} | |
| 115 other{"{0} битови"} | |
| 116 } | |
| 117 byte{ | |
| 118 dnam{"бајти"} | |
| 119 one{"{0} бајт"} | |
| 120 other{"{0} бајти"} | |
| 121 } | |
| 122 gigabit{ | |
| 123 dnam{"гигабитови"} | |
| 124 one{"{0} гигабит"} | |
| 125 other{"{0} гигабитови"} | |
| 126 } | |
| 127 gigabyte{ | |
| 128 dnam{"гигабајти"} | |
| 129 one{"{0} гигабајт"} | |
| 130 other{"{0} гигабајти"} | |
| 131 } | |
| 132 kilobit{ | |
| 133 dnam{"килобитови"} | |
| 134 one{"{0} килобит"} | |
| 135 other{"{0} килобитови"} | |
| 136 } | |
| 137 kilobyte{ | |
| 138 dnam{"килобајти"} | |
| 139 one{"{0} килобајт"} | |
| 140 other{"{0} килобајти"} | |
| 141 } | |
| 142 megabit{ | |
| 143 dnam{"мегабитови"} | |
| 144 one{"{0} мегабит"} | |
| 145 other{"{0} мегабитови"} | |
| 146 } | |
| 147 megabyte{ | |
| 148 dnam{"мегабајти"} | |
| 149 one{"{0} мегабајт"} | |
| 150 other{"{0} мегабајти"} | |
| 151 } | |
| 152 terabit{ | |
| 153 dnam{"терабитови"} | |
| 154 one{"{0} терабит"} | |
| 155 other{"{0} терабитови"} | |
| 156 } | |
| 157 terabyte{ | |
| 158 dnam{"терабајти"} | |
| 159 one{"{0} терабајт"} | |
| 160 other{"{0} терабајти"} | |
| 161 } | |
| 162 } | |
| 163 duration{ | 18 duration{ |
| 164 day{ | 19 day{ |
| 165 dnam{"дена"} | 20 dnam{"дена"} |
| 166 one{"{0} ден"} | 21 one{"{0} ден"} |
| 167 other{"{0} дена"} | 22 other{"{0} дена"} |
| 168 } | 23 } |
| 169 hour{ | 24 hour{ |
| 170 dnam{"часа"} | 25 dnam{"часа"} |
| 171 one{"{0} час"} | 26 one{"{0} час"} |
| 172 other{"{0} часа"} | 27 other{"{0} часа"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 dnam{"седмици"} | 62 dnam{"седмици"} |
| 208 one{"{0} седмица"} | 63 one{"{0} седмица"} |
| 209 other{"{0} седмици"} | 64 other{"{0} седмици"} |
| 210 } | 65 } |
| 211 year{ | 66 year{ |
| 212 dnam{"години"} | 67 dnam{"години"} |
| 213 one{"{0} година"} | 68 one{"{0} година"} |
| 214 other{"{0} години"} | 69 other{"{0} години"} |
| 215 } | 70 } |
| 216 } | 71 } |
| 217 electric{ | |
| 218 ampere{ | |
| 219 dnam{"ампери"} | |
| 220 one{"{0} ампер"} | |
| 221 other{"{0} ампери"} | |
| 222 } | |
| 223 milliampere{ | |
| 224 dnam{"милиампери"} | |
| 225 one{"{0} милиампер"} | |
| 226 other{"{0} милиампери"} | |
| 227 } | |
| 228 ohm{ | |
| 229 dnam{"оми"} | |
| 230 one{"{0} ом"} | |
| 231 other{"{0} оми"} | |
| 232 } | |
| 233 volt{ | |
| 234 dnam{"волти"} | |
| 235 one{"{0} волт"} | |
| 236 other{"{0} волти"} | |
| 237 } | |
| 238 } | |
| 239 energy{ | |
| 240 calorie{ | |
| 241 dnam{"калории"} | |
| 242 one{"{0} калорија"} | |
| 243 other{"{0} калории"} | |
| 244 } | |
| 245 foodcalorie{ | |
| 246 dnam{"калории"} | |
| 247 one{"{0} калорија"} | |
| 248 other{"{0} калории"} | |
| 249 } | |
| 250 joule{ | |
| 251 dnam{"џули"} | |
| 252 one{"{0} џул"} | |
| 253 other{"{0} џули"} | |
| 254 } | |
| 255 kilocalorie{ | |
| 256 dnam{"килокалории"} | |
| 257 one{"{0} килокалорија"} | |
| 258 other{"{0} килокалории"} | |
| 259 } | |
| 260 kilojoule{ | |
| 261 dnam{"килоџули"} | |
| 262 one{"{0} килоџул"} | |
| 263 other{"{0} килоџули"} | |
| 264 } | |
| 265 kilowatt-hour{ | |
| 266 dnam{"киловат-часови"} | |
| 267 one{"{0} киловат-час"} | |
| 268 other{"{0} киловат-часови"} | |
| 269 } | |
| 270 } | |
| 271 frequency{ | |
| 272 gigahertz{ | |
| 273 dnam{"гигахерц"} | |
| 274 one{"{0} гигахерц"} | |
| 275 other{"{0} гигахерци"} | |
| 276 } | |
| 277 hertz{ | |
| 278 dnam{"херц"} | |
| 279 one{"{0} херц"} | |
| 280 other{"{0} херци"} | |
| 281 } | |
| 282 kilohertz{ | |
| 283 dnam{"килохерц"} | |
| 284 one{"{0} килохерц"} | |
| 285 other{"{0} килохерци"} | |
| 286 } | |
| 287 megahertz{ | |
| 288 dnam{"мегахерц"} | |
| 289 one{"{0} мегахерц"} | |
| 290 other{"{0} мегахерци"} | |
| 291 } | |
| 292 } | |
| 293 length{ | |
| 294 astronomical-unit{ | |
| 295 dnam{"астрономски единици"} | |
| 296 one{"{0} астрономска единица"} | |
| 297 other{"{0} астрономски единици"} | |
| 298 } | |
| 299 centimeter{ | |
| 300 dnam{"сантиметри"} | |
| 301 one{"{0} сантиметар"} | |
| 302 other{"{0} сантиметри"} | |
| 303 } | |
| 304 decimeter{ | |
| 305 dnam{"дециметри"} | |
| 306 one{"{0} дециметар"} | |
| 307 other{"{0} дециметри"} | |
| 308 } | |
| 309 fathom{ | |
| 310 dnam{"фатоми"} | |
| 311 one{"{0} фатом"} | |
| 312 other{"{0} фатоми"} | |
| 313 } | |
| 314 foot{ | |
| 315 dnam{"стапки"} | |
| 316 one{"{0} стапка"} | |
| 317 other{"{0} стапки"} | |
| 318 } | |
| 319 furlong{ | |
| 320 dnam{"фурлонзи"} | |
| 321 one{"{0} фурлонг"} | |
| 322 other{"{0} фурлонзи"} | |
| 323 } | |
| 324 inch{ | |
| 325 dnam{"инчи"} | |
| 326 one{"{0} инч"} | |
| 327 other{"{0} инчи"} | |
| 328 } | |
| 329 kilometer{ | |
| 330 dnam{"километри"} | |
| 331 one{"{0} километар"} | |
| 332 other{"{0} километри"} | |
| 333 } | |
| 334 light-year{ | |
| 335 dnam{"светлосни години"} | |
| 336 one{"{0} светлосна година"} | |
| 337 other{"{0} светлосни години"} | |
| 338 } | |
| 339 meter{ | |
| 340 dnam{"метри"} | |
| 341 one{"{0} метар"} | |
| 342 other{"{0} метри"} | |
| 343 } | |
| 344 micrometer{ | |
| 345 dnam{"микрометри"} | |
| 346 one{"{0} микрометар"} | |
| 347 other{"{0} микрометри"} | |
| 348 } | |
| 349 mile{ | |
| 350 dnam{"милји"} | |
| 351 one{"{0} милја"} | |
| 352 other{"{0} милји"} | |
| 353 } | |
| 354 millimeter{ | |
| 355 dnam{"милиметри"} | |
| 356 one{"{0} милиметар"} | |
| 357 other{"{0} милиметри"} | |
| 358 } | |
| 359 nanometer{ | |
| 360 dnam{"нанометри"} | |
| 361 one{"{0} нанометар"} | |
| 362 other{"{0} нанометри"} | |
| 363 } | |
| 364 nautical-mile{ | |
| 365 dnam{"наутички милји"} | |
| 366 one{"{0} наутичка милја"} | |
| 367 other{"{0} наутички милји"} | |
| 368 } | |
| 369 parsec{ | |
| 370 dnam{"парсеци"} | |
| 371 one{"{0} парсек"} | |
| 372 other{"{0} парсеци"} | |
| 373 } | |
| 374 picometer{ | |
| 375 dnam{"пикометри"} | |
| 376 one{"{0} пикометар"} | |
| 377 other{"{0} пикометри"} | |
| 378 } | |
| 379 yard{ | |
| 380 dnam{"јарди"} | |
| 381 one{"{0} јард"} | |
| 382 other{"{0} јарди"} | |
| 383 } | |
| 384 } | |
| 385 light{ | |
| 386 lux{ | |
| 387 dnam{"лукс"} | |
| 388 one{"{0} лукс"} | |
| 389 other{"{0} лукса"} | |
| 390 } | |
| 391 } | |
| 392 mass{ | |
| 393 carat{ | |
| 394 dnam{"карати"} | |
| 395 one{"{0} карат"} | |
| 396 other{"{0} карати"} | |
| 397 } | |
| 398 gram{ | |
| 399 dnam{"грама"} | |
| 400 one{"{0} грам"} | |
| 401 other{"{0} грама"} | |
| 402 } | |
| 403 kilogram{ | |
| 404 dnam{"килограми"} | |
| 405 one{"{0} килограм"} | |
| 406 other{"{0} килограми"} | |
| 407 } | |
| 408 metric-ton{ | |
| 409 dnam{"метрички тони"} | |
| 410 one{"{0} метрички тон"} | |
| 411 other{"{0} метрички тони"} | |
| 412 } | |
| 413 microgram{ | |
| 414 dnam{"микрограми"} | |
| 415 one{"{0} микрограм"} | |
| 416 other{"{0} микрограми"} | |
| 417 } | |
| 418 milligram{ | |
| 419 dnam{"милиграми"} | |
| 420 one{"{0} милиграм"} | |
| 421 other{"{0} милиграми"} | |
| 422 } | |
| 423 ounce{ | |
| 424 dnam{"унци"} | |
| 425 one{"{0} унца"} | |
| 426 other{"{0} унци"} | |
| 427 } | |
| 428 ounce-troy{ | |
| 429 dnam{"тројски унци"} | |
| 430 one{"{0} тројска унца"} | |
| 431 other{"{0} тројски унци"} | |
| 432 } | |
| 433 pound{ | |
| 434 dnam{"фунти"} | |
| 435 one{"{0} фунта"} | |
| 436 other{"{0} фунти"} | |
| 437 } | |
| 438 stone{ | |
| 439 dnam{"стоуни"} | |
| 440 one{"{0} стоун"} | |
| 441 other{"{0} стоуни"} | |
| 442 } | |
| 443 ton{ | |
| 444 dnam{"тони"} | |
| 445 one{"{0} тон"} | |
| 446 other{"{0} тони"} | |
| 447 } | |
| 448 } | |
| 449 power{ | |
| 450 gigawatt{ | |
| 451 dnam{"гигавати"} | |
| 452 one{"{0} гигават"} | |
| 453 other{"{0} гигавати"} | |
| 454 } | |
| 455 horsepower{ | |
| 456 dnam{"коњски сили"} | |
| 457 one{"{0} коњска сила"} | |
| 458 other{"{0} коњски сили"} | |
| 459 } | |
| 460 kilowatt{ | |
| 461 dnam{"киловати"} | |
| 462 one{"{0} киловат"} | |
| 463 other{"{0} киловати"} | |
| 464 } | |
| 465 megawatt{ | |
| 466 dnam{"мегавати"} | |
| 467 one{"{0} мегават"} | |
| 468 other{"{0} мегавати"} | |
| 469 } | |
| 470 milliwatt{ | |
| 471 dnam{"миливати"} | |
| 472 one{"{0} миливат"} | |
| 473 other{"{0} миливати"} | |
| 474 } | |
| 475 watt{ | |
| 476 dnam{"вати"} | |
| 477 one{"{0} ват"} | |
| 478 other{"{0} вати"} | |
| 479 } | |
| 480 } | |
| 481 pressure{ | |
| 482 hectopascal{ | |
| 483 dnam{"хектопаскали"} | |
| 484 one{"{0} хектопаскал"} | |
| 485 other{"{0} хектопаскали"} | |
| 486 } | |
| 487 inch-hg{ | |
| 488 dnam{"инчи жива"} | |
| 489 one{"{0} инч жива"} | |
| 490 other{"{0} инчи жива"} | |
| 491 } | |
| 492 millibar{ | |
| 493 dnam{"милибари"} | |
| 494 one{"{0} милибар"} | |
| 495 other{"{0} милибари"} | |
| 496 } | |
| 497 millimeter-of-mercury{ | |
| 498 dnam{"милиметри жива"} | |
| 499 one{"{0} милиметар жива"} | |
| 500 other{"{0} милиметри жива"} | |
| 501 } | |
| 502 pound-per-square-inch{ | |
| 503 dnam{"фунти на квадратен инч"} | |
| 504 one{"{0} фунта на квадратен инч"} | |
| 505 other{"{0} фунти на квадратен инч"} | |
| 506 } | |
| 507 } | |
| 508 proportion{ | |
| 509 karat{ | |
| 510 dnam{"карат"} | |
| 511 one{"{0} карат"} | |
| 512 other{"{0} карати"} | |
| 513 } | |
| 514 } | |
| 515 speed{ | |
| 516 kilometer-per-hour{ | |
| 517 dnam{"километри на час"} | |
| 518 one{"{0} километар на час"} | |
| 519 other{"{0} километри на час"} | |
| 520 } | |
| 521 meter-per-second{ | |
| 522 dnam{"метри во секунда"} | |
| 523 one{"{0} метар во секунда"} | |
| 524 other{"{0} метри во секунда"} | |
| 525 } | |
| 526 mile-per-hour{ | |
| 527 dnam{"милји на час"} | |
| 528 one{"{0} милја на час"} | |
| 529 other{"{0} милји на час"} | |
| 530 } | |
| 531 } | |
| 532 temperature{ | |
| 533 celsius{ | |
| 534 dnam{"целзиусови степени"} | |
| 535 one{"{0} целзиусов степен"} | |
| 536 other{"{0} целзиусови степени"} | |
| 537 } | |
| 538 fahrenheit{ | |
| 539 dnam{"фаренхајтови степени"} | |
| 540 one{"{0} фаренхајтов степен"} | |
| 541 other{"{0} фаренхајтови степени"} | |
| 542 } | |
| 543 kelvin{ | |
| 544 dnam{"келвини"} | |
| 545 one{"{0} келвин"} | |
| 546 other{"{0} келвини"} | |
| 547 } | |
| 548 } | |
| 549 volume{ | |
| 550 acre-foot{ | |
| 551 dnam{"акр-стапки"} | |
| 552 one{"{0} акр-стапка"} | |
| 553 other{"{0} акр-стапки"} | |
| 554 } | |
| 555 bushel{ | |
| 556 dnam{"бушели"} | |
| 557 one{"{0} бушел"} | |
| 558 other{"{0} бушели"} | |
| 559 } | |
| 560 centiliter{ | |
| 561 dnam{"сантилитри"} | |
| 562 one{"{0} сантилитар"} | |
| 563 other{"{0} сантилитри"} | |
| 564 } | |
| 565 cubic-centimeter{ | |
| 566 dnam{"кубни сантиметри"} | |
| 567 one{"{0} кубен сантиметар"} | |
| 568 other{"{0} кубни сантиметри"} | |
| 569 } | |
| 570 cubic-foot{ | |
| 571 dnam{"кубни стапки"} | |
| 572 one{"{0} кубна стапка"} | |
| 573 other{"{0} кубни стапки"} | |
| 574 } | |
| 575 cubic-inch{ | |
| 576 dnam{"кубни инчи"} | |
| 577 one{"{0} кубен инч"} | |
| 578 other{"{0} кубни инчи"} | |
| 579 } | |
| 580 cubic-kilometer{ | |
| 581 dnam{"кубни километри"} | |
| 582 one{"{0} кубен километар"} | |
| 583 other{"{0} кубни километри"} | |
| 584 } | |
| 585 cubic-meter{ | |
| 586 dnam{"кубни метри"} | |
| 587 one{"{0} кубен метар"} | |
| 588 other{"{0} кубни метри"} | |
| 589 } | |
| 590 cubic-mile{ | |
| 591 dnam{"кубни милји"} | |
| 592 one{"{0} кубна милја"} | |
| 593 other{"{0} кубни милји"} | |
| 594 } | |
| 595 cubic-yard{ | |
| 596 dnam{"кубни јарди"} | |
| 597 one{"{0} кубен јард"} | |
| 598 other{"{0} кубни јарди"} | |
| 599 } | |
| 600 cup{ | |
| 601 dnam{"шолји"} | |
| 602 one{"{0} шолја"} | |
| 603 other{"{0} шолји"} | |
| 604 } | |
| 605 deciliter{ | |
| 606 dnam{"децилитри"} | |
| 607 one{"{0} децилитар"} | |
| 608 other{"{0} децилитри"} | |
| 609 } | |
| 610 fluid-ounce{ | |
| 611 dnam{"унци течност"} | |
| 612 one{"{0} унца течност"} | |
| 613 other{"{0} унци течност"} | |
| 614 } | |
| 615 gallon{ | |
| 616 dnam{"галони"} | |
| 617 one{"{0} галон"} | |
| 618 other{"{0} галони"} | |
| 619 } | |
| 620 hectoliter{ | |
| 621 dnam{"хектолитри"} | |
| 622 one{"{0} хектолитар"} | |
| 623 other{"{0} хектолитри"} | |
| 624 } | |
| 625 liter{ | |
| 626 dnam{"литри"} | |
| 627 one{"{0} литар"} | |
| 628 other{"{0} литри"} | |
| 629 } | |
| 630 megaliter{ | |
| 631 dnam{"мегалитри"} | |
| 632 one{"{0} мегалитар"} | |
| 633 other{"{0} мегалитри"} | |
| 634 } | |
| 635 milliliter{ | |
| 636 dnam{"милилитри"} | |
| 637 one{"{0} милилитар"} | |
| 638 other{"{0} милилитри"} | |
| 639 } | |
| 640 pint{ | |
| 641 dnam{"пинти"} | |
| 642 one{"{0} пинта"} | |
| 643 other{"{0} пинти"} | |
| 644 } | |
| 645 quart{ | |
| 646 dnam{"кварти"} | |
| 647 one{"{0} кварт"} | |
| 648 other{"{0} кварти"} | |
| 649 } | |
| 650 tablespoon{ | |
| 651 dnam{"супени лажици"} | |
| 652 one{"{0} супена лажица"} | |
| 653 other{"{0} супени лажици"} | |
| 654 } | |
| 655 teaspoon{ | |
| 656 dnam{"кафени лажици"} | |
| 657 one{"{0} кафена лажица"} | |
| 658 other{"{0} кафени лажици"} | |
| 659 } | |
| 660 } | |
| 661 } | 72 } |
| 662 unitsNarrow{ | 73 unitsNarrow{ |
| 663 acceleration{ | |
| 664 g-force{ | |
| 665 one{"{0} G"} | |
| 666 other{"{0} G"} | |
| 667 } | |
| 668 meter-per-second-squared{ | |
| 669 one{"{0} м/с²"} | |
| 670 other{"{0} м/с²"} | |
| 671 } | |
| 672 } | |
| 673 angle{ | |
| 674 arc-minute{ | |
| 675 one{"{0}′"} | |
| 676 other{"{0}′"} | |
| 677 } | |
| 678 arc-second{ | |
| 679 one{"{0}″"} | |
| 680 other{"{0}″"} | |
| 681 } | |
| 682 degree{ | |
| 683 one{"{0} степ."} | |
| 684 other{"{0} степ."} | |
| 685 } | |
| 686 radian{ | |
| 687 one{"{0} рад"} | |
| 688 other{"{0} рад"} | |
| 689 } | |
| 690 } | |
| 691 area{ | |
| 692 acre{ | |
| 693 one{"{0} акр"} | |
| 694 other{"{0} акри"} | |
| 695 } | |
| 696 hectare{ | |
| 697 one{"{0} ха"} | |
| 698 other{"{0} ха"} | |
| 699 } | |
| 700 square-foot{ | |
| 701 one{"{0} стапка²"} | |
| 702 other{"{0} стапки²"} | |
| 703 } | |
| 704 square-inch{ | |
| 705 one{"{0} ин²"} | |
| 706 other{"{0} ин²"} | |
| 707 } | |
| 708 square-kilometer{ | |
| 709 one{"{0} км²"} | |
| 710 other{"{0} км²"} | |
| 711 } | |
| 712 square-meter{ | |
| 713 dnam{"м²"} | |
| 714 one{"{0} м²"} | |
| 715 other{"{0} м²"} | |
| 716 } | |
| 717 square-mile{ | |
| 718 one{"{0} ми²"} | |
| 719 other{"{0} ми²"} | |
| 720 } | |
| 721 square-yard{ | |
| 722 one{"{0} јд²"} | |
| 723 other{"{0} јд²"} | |
| 724 } | |
| 725 } | |
| 726 compound{ | 74 compound{ |
| 727 per{"{0}/{1}"} | 75 per{"{0}/{1}"} |
| 728 } | 76 } |
| 729 consumption{ | |
| 730 liter-per-kilometer{ | |
| 731 one{"{0} л/км"} | |
| 732 other{"{0} л/км"} | |
| 733 } | |
| 734 mile-per-gallon{ | |
| 735 one{"{0} ми/гал"} | |
| 736 other{"{0} ми/гал"} | |
| 737 } | |
| 738 } | |
| 739 digital{ | |
| 740 bit{ | |
| 741 dnam{"бит"} | |
| 742 one{"{0} бит"} | |
| 743 other{"{0} битови"} | |
| 744 } | |
| 745 gigabit{ | |
| 746 dnam{"Gb"} | |
| 747 one{"{0} Gb"} | |
| 748 other{"{0} Gb"} | |
| 749 } | |
| 750 gigabyte{ | |
| 751 dnam{"GB"} | |
| 752 one{"{0} GB"} | |
| 753 other{"{0} GB"} | |
| 754 } | |
| 755 kilobit{ | |
| 756 dnam{"kb"} | |
| 757 one{"{0} kb"} | |
| 758 other{"{0} kb"} | |
| 759 } | |
| 760 kilobyte{ | |
| 761 dnam{"kB"} | |
| 762 one{"{0} kB"} | |
| 763 other{"{0} kB"} | |
| 764 } | |
| 765 megabit{ | |
| 766 dnam{"Mb"} | |
| 767 one{"{0} Mb"} | |
| 768 other{"{0} Mb"} | |
| 769 } | |
| 770 megabyte{ | |
| 771 dnam{"MB"} | |
| 772 one{"{0} MB"} | |
| 773 other{"{0} MB"} | |
| 774 } | |
| 775 terabit{ | |
| 776 one{"{0} Tb"} | |
| 777 other{"{0} Tb"} | |
| 778 } | |
| 779 terabyte{ | |
| 780 dnam{"TB"} | |
| 781 one{"{0} TB"} | |
| 782 other{"{0} TB"} | |
| 783 } | |
| 784 } | |
| 785 duration{ | 77 duration{ |
| 786 day{ | 78 day{ |
| 787 dnam{"ден"} | 79 dnam{"ден"} |
| 788 one{"{0} ден"} | 80 one{"{0} ден"} |
| 789 other{"{0} дена"} | 81 other{"{0} дена"} |
| 790 } | 82 } |
| 791 hour{ | 83 hour{ |
| 792 dnam{"час"} | 84 dnam{"час"} |
| 793 one{"{0} час"} | 85 one{"{0} час"} |
| 794 other{"{0} часа"} | 86 other{"{0} часа"} |
| (...skipping 30 matching lines...) Expand all Loading... |
| 825 dnam{"сед."} | 117 dnam{"сед."} |
| 826 one{"{0} сед."} | 118 one{"{0} сед."} |
| 827 other{"{0} сед."} | 119 other{"{0} сед."} |
| 828 } | 120 } |
| 829 year{ | 121 year{ |
| 830 dnam{"год."} | 122 dnam{"год."} |
| 831 one{"{0} год."} | 123 one{"{0} год."} |
| 832 other{"{0} год."} | 124 other{"{0} год."} |
| 833 } | 125 } |
| 834 } | 126 } |
| 835 length{ | |
| 836 astronomical-unit{ | |
| 837 one{"{0} ае"} | |
| 838 other{"{0} ае"} | |
| 839 } | |
| 840 centimeter{ | |
| 841 dnam{"см"} | |
| 842 one{"{0} см"} | |
| 843 other{"{0} см"} | |
| 844 } | |
| 845 decimeter{ | |
| 846 one{"{0} дм"} | |
| 847 other{"{0} дм"} | |
| 848 } | |
| 849 fathom{ | |
| 850 dnam{"фатоми"} | |
| 851 one{"{0} фм"} | |
| 852 other{"{0} фм"} | |
| 853 } | |
| 854 foot{ | |
| 855 one{"{0}′"} | |
| 856 other{"{0}′"} | |
| 857 } | |
| 858 furlong{ | |
| 859 dnam{"фурлонг"} | |
| 860 one{"{0} фур"} | |
| 861 other{"{0} фур"} | |
| 862 } | |
| 863 inch{ | |
| 864 one{"{0}″"} | |
| 865 other{"{0}″"} | |
| 866 } | |
| 867 kilometer{ | |
| 868 dnam{"км"} | |
| 869 one{"{0} км"} | |
| 870 other{"{0} км"} | |
| 871 } | |
| 872 light-year{ | |
| 873 one{"{0} сг"} | |
| 874 other{"{0} сг"} | |
| 875 } | |
| 876 meter{ | |
| 877 dnam{"метар"} | |
| 878 one{"{0} м"} | |
| 879 other{"{0} м"} | |
| 880 } | |
| 881 micrometer{ | |
| 882 one{"{0} µм"} | |
| 883 other{"{0} µм"} | |
| 884 } | |
| 885 mile{ | |
| 886 one{"{0} ми"} | |
| 887 other{"{0} ми"} | |
| 888 } | |
| 889 millimeter{ | |
| 890 dnam{"мм"} | |
| 891 one{"{0} мм"} | |
| 892 other{"{0} мм"} | |
| 893 } | |
| 894 nanometer{ | |
| 895 one{"{0} нм"} | |
| 896 other{"{0} нм"} | |
| 897 } | |
| 898 nautical-mile{ | |
| 899 one{"{0} нми"} | |
| 900 other{"{0} нми"} | |
| 901 } | |
| 902 parsec{ | |
| 903 one{"{0} пс"} | |
| 904 other{"{0} пс"} | |
| 905 } | |
| 906 picometer{ | |
| 907 one{"{0} пм"} | |
| 908 other{"{0} пм"} | |
| 909 } | |
| 910 yard{ | |
| 911 one{"{0} јд"} | |
| 912 other{"{0} јд"} | |
| 913 } | |
| 914 } | |
| 915 light{ | |
| 916 lux{ | |
| 917 one{"{0} лк"} | |
| 918 other{"{0} лк"} | |
| 919 } | |
| 920 } | |
| 921 mass{ | |
| 922 carat{ | |
| 923 one{"{0} кар."} | |
| 924 other{"{0} кар."} | |
| 925 } | |
| 926 gram{ | |
| 927 dnam{"грам"} | |
| 928 one{"{0} г"} | |
| 929 other{"{0} г"} | |
| 930 } | |
| 931 kilogram{ | |
| 932 dnam{"кг"} | |
| 933 one{"{0} кг"} | |
| 934 other{"{0} кг"} | |
| 935 } | |
| 936 metric-ton{ | |
| 937 one{"{0} т"} | |
| 938 other{"{0} т"} | |
| 939 } | |
| 940 microgram{ | |
| 941 one{"{0} µг"} | |
| 942 other{"{0} µг"} | |
| 943 } | |
| 944 milligram{ | |
| 945 one{"{0} мг"} | |
| 946 other{"{0} мг"} | |
| 947 } | |
| 948 ounce{ | |
| 949 one{"{0} унца"} | |
| 950 other{"{0} унци"} | |
| 951 } | |
| 952 ounce-troy{ | |
| 953 one{"{0} oz t"} | |
| 954 other{"{0} oz t"} | |
| 955 } | |
| 956 pound{ | |
| 957 one{"{0} фунта"} | |
| 958 other{"{0} фунти"} | |
| 959 } | |
| 960 stone{ | |
| 961 dnam{"стоун"} | |
| 962 one{"{0} стоун"} | |
| 963 other{"{0} стоуни"} | |
| 964 } | |
| 965 ton{ | |
| 966 dnam{"тони"} | |
| 967 one{"{0} тн"} | |
| 968 other{"{0} тн"} | |
| 969 } | |
| 970 } | |
| 971 power{ | |
| 972 horsepower{ | |
| 973 one{"{0} кс"} | |
| 974 other{"{0} кс"} | |
| 975 } | |
| 976 kilowatt{ | |
| 977 one{"{0} kW"} | |
| 978 other{"{0} kW"} | |
| 979 } | |
| 980 watt{ | |
| 981 one{"{0} ват"} | |
| 982 other{"{0} вати"} | |
| 983 } | |
| 984 } | |
| 985 pressure{ | |
| 986 hectopascal{ | |
| 987 one{"{0} хПа"} | |
| 988 other{"{0} хПа"} | |
| 989 } | |
| 990 inch-hg{ | |
| 991 dnam{"inHg"} | |
| 992 one{"{0} inHg"} | |
| 993 other{"{0} inHg"} | |
| 994 } | |
| 995 millibar{ | |
| 996 dnam{"мбар"} | |
| 997 one{"{0} мб"} | |
| 998 other{"{0} мб"} | |
| 999 } | |
| 1000 millimeter-of-mercury{ | |
| 1001 one{"{0}mm Hg"} | |
| 1002 other{"{0}mm Hg"} | |
| 1003 } | |
| 1004 } | |
| 1005 proportion{ | |
| 1006 karat{ | |
| 1007 one{"{0} кт"} | |
| 1008 other{"{0} кт"} | |
| 1009 } | |
| 1010 } | |
| 1011 speed{ | |
| 1012 kilometer-per-hour{ | |
| 1013 dnam{"км/ч"} | |
| 1014 one{"{0} к/ч"} | |
| 1015 other{"{0} к/ч"} | |
| 1016 } | |
| 1017 meter-per-second{ | |
| 1018 one{"{0} м/с"} | |
| 1019 other{"{0} м/с"} | |
| 1020 } | |
| 1021 mile-per-hour{ | |
| 1022 one{"{0} ми/ч"} | |
| 1023 other{"{0} ми/ч"} | |
| 1024 } | |
| 1025 } | |
| 1026 temperature{ | |
| 1027 celsius{ | |
| 1028 dnam{"°C"} | |
| 1029 one{"{0}°C"} | |
| 1030 other{"{0}°C"} | |
| 1031 } | |
| 1032 fahrenheit{ | |
| 1033 one{"{0}°F"} | |
| 1034 other{"{0}°F"} | |
| 1035 } | |
| 1036 kelvin{ | |
| 1037 one{"{0}°K"} | |
| 1038 other{"{0}°K"} | |
| 1039 } | |
| 1040 } | |
| 1041 volume{ | |
| 1042 acre-foot{ | |
| 1043 one{"{0} ак ст"} | |
| 1044 other{"{0} ак ст"} | |
| 1045 } | |
| 1046 bushel{ | |
| 1047 dnam{"бу"} | |
| 1048 one{"{0} бу"} | |
| 1049 other{"{0} бу"} | |
| 1050 } | |
| 1051 centiliter{ | |
| 1052 one{"{0} сл"} | |
| 1053 other{"{0} сл"} | |
| 1054 } | |
| 1055 cubic-centimeter{ | |
| 1056 one{"{0} см³"} | |
| 1057 other{"{0} см³"} | |
| 1058 } | |
| 1059 cubic-foot{ | |
| 1060 one{"{0} ст³"} | |
| 1061 other{"{0} ст³"} | |
| 1062 } | |
| 1063 cubic-inch{ | |
| 1064 one{"{0} ин³"} | |
| 1065 other{"{0} ин³"} | |
| 1066 } | |
| 1067 cubic-kilometer{ | |
| 1068 one{"{0} км³"} | |
| 1069 other{"{0} км³"} | |
| 1070 } | |
| 1071 cubic-meter{ | |
| 1072 one{"{0} м³"} | |
| 1073 other{"{0} м³"} | |
| 1074 } | |
| 1075 cubic-mile{ | |
| 1076 one{"{0} ми³"} | |
| 1077 other{"{0} ми³"} | |
| 1078 } | |
| 1079 cubic-yard{ | |
| 1080 one{"{0} јд³"} | |
| 1081 other{"{0} јд³"} | |
| 1082 } | |
| 1083 deciliter{ | |
| 1084 one{"{0} дл"} | |
| 1085 other{"{0} дл"} | |
| 1086 } | |
| 1087 fluid-ounce{ | |
| 1088 one{"{0} fl oz"} | |
| 1089 other{"{0} fl oz"} | |
| 1090 } | |
| 1091 gallon{ | |
| 1092 one{"{0} гал"} | |
| 1093 other{"{0} гал"} | |
| 1094 } | |
| 1095 hectoliter{ | |
| 1096 one{"{0} хл"} | |
| 1097 other{"{0} хл"} | |
| 1098 } | |
| 1099 liter{ | |
| 1100 dnam{"литар"} | |
| 1101 one{"{0} л"} | |
| 1102 other{"{0} л"} | |
| 1103 } | |
| 1104 megaliter{ | |
| 1105 one{"{0} Мл"} | |
| 1106 other{"{0} Мл"} | |
| 1107 } | |
| 1108 milliliter{ | |
| 1109 one{"{0} мл"} | |
| 1110 other{"{0} мл"} | |
| 1111 } | |
| 1112 pint{ | |
| 1113 one{"{0} пт"} | |
| 1114 other{"{0} пт"} | |
| 1115 } | |
| 1116 quart{ | |
| 1117 one{"{0} qt"} | |
| 1118 other{"{0} qt"} | |
| 1119 } | |
| 1120 tablespoon{ | |
| 1121 one{"{0}tbsp"} | |
| 1122 other{"{0}tbsp"} | |
| 1123 } | |
| 1124 teaspoon{ | |
| 1125 one{"{0}tsp"} | |
| 1126 other{"{0}tsp"} | |
| 1127 } | |
| 1128 } | |
| 1129 } | 127 } |
| 1130 unitsShort{ | 128 unitsShort{ |
| 1131 acceleration{ | |
| 1132 g-force{ | |
| 1133 dnam{"гравитациска сила"} | |
| 1134 one{"{0} G"} | |
| 1135 other{"{0} G"} | |
| 1136 } | |
| 1137 meter-per-second-squared{ | |
| 1138 dnam{"метри/сек²"} | |
| 1139 one{"{0} м/с²"} | |
| 1140 other{"{0} м/с²"} | |
| 1141 } | |
| 1142 } | |
| 1143 angle{ | |
| 1144 arc-minute{ | |
| 1145 dnam{"минути"} | |
| 1146 one{"{0} мин."} | |
| 1147 other{"{0} мин"} | |
| 1148 } | |
| 1149 arc-second{ | |
| 1150 dnam{"секунди"} | |
| 1151 one{"{0} сек"} | |
| 1152 other{"{0} сек"} | |
| 1153 } | |
| 1154 degree{ | |
| 1155 dnam{"степени"} | |
| 1156 one{"{0} степ."} | |
| 1157 other{"{0} степ."} | |
| 1158 } | |
| 1159 radian{ | |
| 1160 dnam{"радијани"} | |
| 1161 one{"{0} рад"} | |
| 1162 other{"{0} рад"} | |
| 1163 } | |
| 1164 } | |
| 1165 area{ | |
| 1166 acre{ | |
| 1167 dnam{"акри"} | |
| 1168 one{"{0} акр"} | |
| 1169 other{"{0} акри"} | |
| 1170 } | |
| 1171 hectare{ | |
| 1172 dnam{"хектари"} | |
| 1173 one{"{0} хектар"} | |
| 1174 other{"{0} хектари"} | |
| 1175 } | |
| 1176 square-centimeter{ | |
| 1177 dnam{"см²"} | |
| 1178 one{"{0} см²"} | |
| 1179 other{"{0} см²"} | |
| 1180 } | |
| 1181 square-foot{ | |
| 1182 dnam{"квадратни стапки"} | |
| 1183 one{"{0} кв. стапка"} | |
| 1184 other{"{0} кв. ст."} | |
| 1185 } | |
| 1186 square-inch{ | |
| 1187 dnam{"in²"} | |
| 1188 one{"{0} in²"} | |
| 1189 other{"{0} in²"} | |
| 1190 } | |
| 1191 square-kilometer{ | |
| 1192 dnam{"км²"} | |
| 1193 one{"{0} км²"} | |
| 1194 other{"{0} км²"} | |
| 1195 } | |
| 1196 square-meter{ | |
| 1197 dnam{"м²"} | |
| 1198 one{"{0} м²"} | |
| 1199 other{"{0} м²"} | |
| 1200 } | |
| 1201 square-mile{ | |
| 1202 dnam{"кв. милји"} | |
| 1203 one{"{0} кв. милја"} | |
| 1204 other{"{0} кв. милји"} | |
| 1205 } | |
| 1206 square-yard{ | |
| 1207 dnam{"јарди²"} | |
| 1208 one{"{0} јд²"} | |
| 1209 other{"{0} јд²"} | |
| 1210 } | |
| 1211 } | |
| 1212 compound{ | 129 compound{ |
| 1213 per{"{0}/{1}"} | 130 per{"{0}/{1}"} |
| 1214 } | 131 } |
| 1215 consumption{ | |
| 1216 liter-per-kilometer{ | |
| 1217 dnam{"литри/км"} | |
| 1218 one{"{0} л/км"} | |
| 1219 other{"{0} л/км"} | |
| 1220 } | |
| 1221 mile-per-gallon{ | |
| 1222 dnam{"милји/гал"} | |
| 1223 one{"{0} mpg"} | |
| 1224 other{"{0} mpg"} | |
| 1225 } | |
| 1226 } | |
| 1227 digital{ | |
| 1228 bit{ | |
| 1229 dnam{"бит"} | |
| 1230 one{"{0} бит"} | |
| 1231 other{"{0} битови"} | |
| 1232 } | |
| 1233 byte{ | |
| 1234 dnam{"бајт"} | |
| 1235 one{"{0} бајт"} | |
| 1236 other{"{0} бајти"} | |
| 1237 } | |
| 1238 gigabit{ | |
| 1239 dnam{"Gb"} | |
| 1240 one{"{0} Gb"} | |
| 1241 other{"{0} Gb"} | |
| 1242 } | |
| 1243 gigabyte{ | |
| 1244 dnam{"GB"} | |
| 1245 one{"{0} GB"} | |
| 1246 other{"{0} GB"} | |
| 1247 } | |
| 1248 kilobit{ | |
| 1249 dnam{"kb"} | |
| 1250 one{"{0} kb"} | |
| 1251 other{"{0} kb"} | |
| 1252 } | |
| 1253 kilobyte{ | |
| 1254 dnam{"kB"} | |
| 1255 one{"{0} kB"} | |
| 1256 other{"{0} kB"} | |
| 1257 } | |
| 1258 megabit{ | |
| 1259 dnam{"Mb"} | |
| 1260 one{"{0} Mb"} | |
| 1261 other{"{0} Mb"} | |
| 1262 } | |
| 1263 megabyte{ | |
| 1264 dnam{"MB"} | |
| 1265 one{"{0} MB"} | |
| 1266 other{"{0} MB"} | |
| 1267 } | |
| 1268 terabit{ | |
| 1269 dnam{"Tb"} | |
| 1270 one{"{0} Tb"} | |
| 1271 other{"{0} Tb"} | |
| 1272 } | |
| 1273 terabyte{ | |
| 1274 dnam{"TB"} | |
| 1275 one{"{0} TB"} | |
| 1276 other{"{0} TB"} | |
| 1277 } | |
| 1278 } | |
| 1279 duration{ | 132 duration{ |
| 1280 day{ | 133 day{ |
| 1281 dnam{"дена"} | 134 dnam{"дена"} |
| 1282 one{"{0} ден"} | 135 one{"{0} ден"} |
| 1283 other{"{0} дена"} | 136 other{"{0} дена"} |
| 1284 } | 137 } |
| 1285 hour{ | 138 hour{ |
| 1286 dnam{"часа"} | 139 dnam{"часа"} |
| 1287 one{"{0} час"} | 140 one{"{0} час"} |
| 1288 other{"{0} часа"} | 141 other{"{0} часа"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 dnam{"седмици"} | 176 dnam{"седмици"} |
| 1324 one{"{0} сед."} | 177 one{"{0} сед."} |
| 1325 other{"{0} сед."} | 178 other{"{0} сед."} |
| 1326 } | 179 } |
| 1327 year{ | 180 year{ |
| 1328 dnam{"години"} | 181 dnam{"години"} |
| 1329 one{"{0} год."} | 182 one{"{0} год."} |
| 1330 other{"{0} год."} | 183 other{"{0} год."} |
| 1331 } | 184 } |
| 1332 } | 185 } |
| 1333 electric{ | |
| 1334 ampere{ | |
| 1335 dnam{"амп."} | |
| 1336 one{"{0} A"} | |
| 1337 other{"{0} A"} | |
| 1338 } | |
| 1339 milliampere{ | |
| 1340 dnam{"mA"} | |
| 1341 one{"{0} mA"} | |
| 1342 other{"{0} mA"} | |
| 1343 } | |
| 1344 ohm{ | |
| 1345 dnam{"оми"} | |
| 1346 one{"{0} Ω"} | |
| 1347 other{"{0} Ω"} | |
| 1348 } | |
| 1349 volt{ | |
| 1350 dnam{"волти"} | |
| 1351 one{"{0} V"} | |
| 1352 other{"{0} V"} | |
| 1353 } | |
| 1354 } | |
| 1355 energy{ | |
| 1356 calorie{ | |
| 1357 dnam{"кал."} | |
| 1358 one{"{0} кал."} | |
| 1359 other{"{0} кал."} | |
| 1360 } | |
| 1361 foodcalorie{ | |
| 1362 dnam{"Кал."} | |
| 1363 one{"{0} кал."} | |
| 1364 other{"{0} кал."} | |
| 1365 } | |
| 1366 joule{ | |
| 1367 dnam{"џули"} | |
| 1368 one{"{0} J"} | |
| 1369 other{"{0} J"} | |
| 1370 } | |
| 1371 kilocalorie{ | |
| 1372 dnam{"kcal"} | |
| 1373 one{"{0} kcal"} | |
| 1374 other{"{0} kcal"} | |
| 1375 } | |
| 1376 kilojoule{ | |
| 1377 dnam{"килоџул"} | |
| 1378 one{"{0} kJ"} | |
| 1379 other{"{0} kJ"} | |
| 1380 } | |
| 1381 kilowatt-hour{ | |
| 1382 dnam{"kWh"} | |
| 1383 one{"{0} kWh"} | |
| 1384 other{"{0} kWh"} | |
| 1385 } | |
| 1386 } | |
| 1387 frequency{ | |
| 1388 gigahertz{ | |
| 1389 dnam{"GHz"} | |
| 1390 one{"{0} GHz"} | |
| 1391 other{"{0} GHz"} | |
| 1392 } | |
| 1393 hertz{ | |
| 1394 dnam{"Hz"} | |
| 1395 one{"{0} Hz"} | |
| 1396 other{"{0} Hz"} | |
| 1397 } | |
| 1398 kilohertz{ | |
| 1399 dnam{"kHz"} | |
| 1400 one{"{0} kHz"} | |
| 1401 other{"{0} kHz"} | |
| 1402 } | |
| 1403 megahertz{ | |
| 1404 dnam{"MHz"} | |
| 1405 one{"{0} MHz"} | |
| 1406 other{"{0} MHz"} | |
| 1407 } | |
| 1408 } | |
| 1409 length{ | |
| 1410 astronomical-unit{ | |
| 1411 dnam{"ае"} | |
| 1412 one{"{0} ае"} | |
| 1413 other{"{0} ае"} | |
| 1414 } | |
| 1415 centimeter{ | |
| 1416 dnam{"см"} | |
| 1417 one{"{0} см"} | |
| 1418 other{"{0} см"} | |
| 1419 } | |
| 1420 decimeter{ | |
| 1421 dnam{"дм"} | |
| 1422 one{"{0} дм"} | |
| 1423 other{"{0} дм"} | |
| 1424 } | |
| 1425 fathom{ | |
| 1426 dnam{"фатоми"} | |
| 1427 one{"{0} фм"} | |
| 1428 other{"{0} фм"} | |
| 1429 } | |
| 1430 foot{ | |
| 1431 dnam{"стапки"} | |
| 1432 one{"{0} ст"} | |
| 1433 other{"{0} ст"} | |
| 1434 } | |
| 1435 furlong{ | |
| 1436 dnam{"фурлонзи"} | |
| 1437 one{"{0} фур"} | |
| 1438 other{"{0} фур"} | |
| 1439 } | |
| 1440 inch{ | |
| 1441 dnam{"инчи"} | |
| 1442 one{"{0} инч"} | |
| 1443 other{"{0} инчи"} | |
| 1444 } | |
| 1445 kilometer{ | |
| 1446 dnam{"км"} | |
| 1447 one{"{0} км"} | |
| 1448 other{"{0} км"} | |
| 1449 } | |
| 1450 light-year{ | |
| 1451 dnam{"свет. год."} | |
| 1452 one{"{0} сг"} | |
| 1453 other{"{0} сг"} | |
| 1454 } | |
| 1455 meter{ | |
| 1456 dnam{"метри"} | |
| 1457 one{"{0} м"} | |
| 1458 other{"{0} м"} | |
| 1459 } | |
| 1460 micrometer{ | |
| 1461 dnam{"µm"} | |
| 1462 one{"{0} µm"} | |
| 1463 other{"{0} µm"} | |
| 1464 } | |
| 1465 mile{ | |
| 1466 dnam{"милји"} | |
| 1467 one{"{0} ми"} | |
| 1468 other{"{0} ми"} | |
| 1469 } | |
| 1470 millimeter{ | |
| 1471 dnam{"мм"} | |
| 1472 one{"{0} мм"} | |
| 1473 other{"{0} мм"} | |
| 1474 } | |
| 1475 nanometer{ | |
| 1476 dnam{"нм"} | |
| 1477 one{"{0} нм"} | |
| 1478 other{"{0} нм"} | |
| 1479 } | |
| 1480 nautical-mile{ | |
| 1481 dnam{"нми"} | |
| 1482 one{"{0} нми"} | |
| 1483 other{"{0} нми"} | |
| 1484 } | |
| 1485 parsec{ | |
| 1486 dnam{"парсеци"} | |
| 1487 one{"{0} пс"} | |
| 1488 other{"{0} пс"} | |
| 1489 } | |
| 1490 picometer{ | |
| 1491 dnam{"пм"} | |
| 1492 one{"{0} пм"} | |
| 1493 other{"{0} пм"} | |
| 1494 } | |
| 1495 yard{ | |
| 1496 dnam{"јарди"} | |
| 1497 one{"{0} јард"} | |
| 1498 other{"{0} јарди"} | |
| 1499 } | |
| 1500 } | |
| 1501 light{ | |
| 1502 lux{ | |
| 1503 dnam{"лукс"} | |
| 1504 one{"{0} лк"} | |
| 1505 other{"{0} лк"} | |
| 1506 } | |
| 1507 } | |
| 1508 mass{ | |
| 1509 carat{ | |
| 1510 dnam{"карати"} | |
| 1511 one{"{0} кар."} | |
| 1512 other{"{0} кар."} | |
| 1513 } | |
| 1514 gram{ | |
| 1515 dnam{"грама"} | |
| 1516 one{"{0} г"} | |
| 1517 other{"{0} г"} | |
| 1518 } | |
| 1519 kilogram{ | |
| 1520 dnam{"кг"} | |
| 1521 one{"{0} кг"} | |
| 1522 other{"{0} кг"} | |
| 1523 } | |
| 1524 metric-ton{ | |
| 1525 dnam{"т"} | |
| 1526 one{"{0} т"} | |
| 1527 other{"{0} т"} | |
| 1528 } | |
| 1529 microgram{ | |
| 1530 dnam{"µg"} | |
| 1531 one{"{0} µg"} | |
| 1532 other{"{0} µg"} | |
| 1533 } | |
| 1534 milligram{ | |
| 1535 dnam{"мг"} | |
| 1536 one{"{0} мг"} | |
| 1537 other{"{0} мг"} | |
| 1538 } | |
| 1539 ounce{ | |
| 1540 dnam{"унци"} | |
| 1541 one{"{0} унца"} | |
| 1542 other{"{0} унци"} | |
| 1543 } | |
| 1544 ounce-troy{ | |
| 1545 dnam{"тројска унца"} | |
| 1546 one{"{0} oz t"} | |
| 1547 other{"{0} oz t"} | |
| 1548 } | |
| 1549 pound{ | |
| 1550 dnam{"фунти"} | |
| 1551 one{"{0} фунта"} | |
| 1552 other{"{0} фунти"} | |
| 1553 } | |
| 1554 stone{ | |
| 1555 dnam{"стоуни"} | |
| 1556 one{"{0} стоун"} | |
| 1557 other{"{0} стоуни"} | |
| 1558 } | |
| 1559 ton{ | |
| 1560 dnam{"тони"} | |
| 1561 one{"{0} тн"} | |
| 1562 other{"{0} тн"} | |
| 1563 } | |
| 1564 } | |
| 1565 power{ | |
| 1566 gigawatt{ | |
| 1567 dnam{"GW"} | |
| 1568 one{"{0} GW"} | |
| 1569 other{"{0} GW"} | |
| 1570 } | |
| 1571 horsepower{ | |
| 1572 dnam{"коњски сили"} | |
| 1573 one{"{0} кс"} | |
| 1574 other{"{0} кс"} | |
| 1575 } | |
| 1576 kilowatt{ | |
| 1577 dnam{"kW"} | |
| 1578 one{"{0} kW"} | |
| 1579 other{"{0} kW"} | |
| 1580 } | |
| 1581 megawatt{ | |
| 1582 dnam{"MW"} | |
| 1583 one{"{0} MW"} | |
| 1584 other{"{0} MW"} | |
| 1585 } | |
| 1586 milliwatt{ | |
| 1587 dnam{"mW"} | |
| 1588 one{"{0} mW"} | |
| 1589 other{"{0} mW"} | |
| 1590 } | |
| 1591 watt{ | |
| 1592 dnam{"вати"} | |
| 1593 one{"{0} ват"} | |
| 1594 other{"{0} вати"} | |
| 1595 } | |
| 1596 } | |
| 1597 pressure{ | |
| 1598 hectopascal{ | |
| 1599 dnam{"hPa"} | |
| 1600 one{"{0} hPa"} | |
| 1601 other{"{0} hPa"} | |
| 1602 } | |
| 1603 inch-hg{ | |
| 1604 dnam{"inHg"} | |
| 1605 one{"{0} inHg"} | |
| 1606 other{"{0} inHg"} | |
| 1607 } | |
| 1608 millibar{ | |
| 1609 dnam{"мбар"} | |
| 1610 one{"{0} мбар"} | |
| 1611 other{"{0} мбар"} | |
| 1612 } | |
| 1613 millimeter-of-mercury{ | |
| 1614 dnam{"мм жива"} | |
| 1615 one{"{0} мм жива"} | |
| 1616 other{"{0} мм жива"} | |
| 1617 } | |
| 1618 pound-per-square-inch{ | |
| 1619 dnam{"psi"} | |
| 1620 one{"{0} psi"} | |
| 1621 other{"{0} psi"} | |
| 1622 } | |
| 1623 } | |
| 1624 proportion{ | |
| 1625 karat{ | |
| 1626 dnam{"карати"} | |
| 1627 one{"{0} kt"} | |
| 1628 other{"{0} kt"} | |
| 1629 } | |
| 1630 } | |
| 1631 speed{ | |
| 1632 kilometer-per-hour{ | |
| 1633 dnam{"км/час"} | |
| 1634 one{"{0} к/ч"} | |
| 1635 other{"{0} к/ч"} | |
| 1636 } | |
| 1637 meter-per-second{ | |
| 1638 dnam{"метри/сек"} | |
| 1639 one{"{0} м/с"} | |
| 1640 other{"{0} м/с"} | |
| 1641 } | |
| 1642 mile-per-hour{ | |
| 1643 dnam{"милји/час"} | |
| 1644 one{"{0} ми/ч"} | |
| 1645 other{"{0} ми/ч"} | |
| 1646 } | |
| 1647 } | |
| 1648 temperature{ | |
| 1649 celsius{ | |
| 1650 dnam{"целзиусови степени"} | |
| 1651 one{"{0}°C"} | |
| 1652 other{"{0}°C"} | |
| 1653 } | |
| 1654 fahrenheit{ | |
| 1655 dnam{"°F"} | |
| 1656 one{"{0}°F"} | |
| 1657 other{"{0}°F"} | |
| 1658 } | |
| 1659 kelvin{ | |
| 1660 dnam{"K"} | |
| 1661 one{"{0} K"} | |
| 1662 other{"{0} K"} | |
| 1663 } | |
| 1664 } | |
| 1665 volume{ | |
| 1666 acre-foot{ | |
| 1667 dnam{"акр ст"} | |
| 1668 one{"{0} ак ст"} | |
| 1669 other{"{0} ак ст"} | |
| 1670 } | |
| 1671 bushel{ | |
| 1672 dnam{"бушели"} | |
| 1673 one{"{0} бу"} | |
| 1674 other{"{0} бу"} | |
| 1675 } | |
| 1676 centiliter{ | |
| 1677 dnam{"сл"} | |
| 1678 one{"{0} сл"} | |
| 1679 other{"{0} сл"} | |
| 1680 } | |
| 1681 cubic-centimeter{ | |
| 1682 dnam{"см³"} | |
| 1683 one{"{0} см³"} | |
| 1684 other{"{0} см³"} | |
| 1685 } | |
| 1686 cubic-foot{ | |
| 1687 dnam{"стапки³"} | |
| 1688 one{"{0} ст³"} | |
| 1689 other{"{0} ст³"} | |
| 1690 } | |
| 1691 cubic-inch{ | |
| 1692 dnam{"инчи³"} | |
| 1693 one{"{0} in³"} | |
| 1694 other{"{0} in³"} | |
| 1695 } | |
| 1696 cubic-kilometer{ | |
| 1697 dnam{"км³"} | |
| 1698 one{"{0} км³"} | |
| 1699 other{"{0} км³"} | |
| 1700 } | |
| 1701 cubic-meter{ | |
| 1702 dnam{"м³"} | |
| 1703 one{"{0} м³"} | |
| 1704 other{"{0} м³"} | |
| 1705 } | |
| 1706 cubic-mile{ | |
| 1707 dnam{"ми³"} | |
| 1708 one{"{0} ми³"} | |
| 1709 other{"{0} ми³"} | |
| 1710 } | |
| 1711 cubic-yard{ | |
| 1712 dnam{"јарди³"} | |
| 1713 one{"{0} јд³"} | |
| 1714 other{"{0} јд³"} | |
| 1715 } | |
| 1716 cup{ | |
| 1717 dnam{"шолји"} | |
| 1718 one{"{0} ш."} | |
| 1719 other{"{0} ш."} | |
| 1720 } | |
| 1721 deciliter{ | |
| 1722 dnam{"дл"} | |
| 1723 one{"{0} дл"} | |
| 1724 other{"{0} дл"} | |
| 1725 } | |
| 1726 fluid-ounce{ | |
| 1727 dnam{"fl oz"} | |
| 1728 one{"{0} fl oz"} | |
| 1729 other{"{0} fl oz"} | |
| 1730 } | |
| 1731 gallon{ | |
| 1732 dnam{"гал"} | |
| 1733 one{"{0} гал"} | |
| 1734 other{"{0} гал"} | |
| 1735 } | |
| 1736 hectoliter{ | |
| 1737 dnam{"хл"} | |
| 1738 one{"{0} хл"} | |
| 1739 other{"{0} хл"} | |
| 1740 } | |
| 1741 liter{ | |
| 1742 dnam{"литри"} | |
| 1743 one{"{0} л"} | |
| 1744 other{"{0} л"} | |
| 1745 } | |
| 1746 megaliter{ | |
| 1747 dnam{"ML"} | |
| 1748 one{"{0} ML"} | |
| 1749 other{"{0} ML"} | |
| 1750 } | |
| 1751 milliliter{ | |
| 1752 dnam{"мл"} | |
| 1753 one{"{0} мл"} | |
| 1754 other{"{0} мл"} | |
| 1755 } | |
| 1756 pint{ | |
| 1757 dnam{"пинти"} | |
| 1758 one{"{0} пт"} | |
| 1759 other{"{0} пт"} | |
| 1760 } | |
| 1761 quart{ | |
| 1762 dnam{"qt"} | |
| 1763 one{"{0} qt"} | |
| 1764 other{"{0} qt"} | |
| 1765 } | |
| 1766 tablespoon{ | |
| 1767 dnam{"суп. лаж."} | |
| 1768 one{"{0} суп. лаж."} | |
| 1769 other{"{0} суп. лаж."} | |
| 1770 } | |
| 1771 teaspoon{ | |
| 1772 dnam{"каф. лаж."} | |
| 1773 one{"{0} каф. лаж."} | |
| 1774 other{"{0} каф. лаж."} | |
| 1775 } | |
| 1776 } | |
| 1777 } | 186 } |
| 1778 } | 187 } |
| OLD | NEW |