| 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/sw.xml | 6 // * Source File: <path>/common/main/sw.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/sw.xml | 10 * ICU <specials> source: <path>/common/main/sw.xml |
| 11 */ | 11 */ |
| 12 sw{ | 12 sw{ |
| 13 Version{"2.1.8.9"} | 13 Version{"2.1.8.9"} |
| 14 units{ | 14 units{ |
| 15 acceleration{ | |
| 16 g-force{ | |
| 17 dnam{"Mvuto wa graviti"} | |
| 18 one{"Mvuto wa graviti {0}"} | |
| 19 other{"Mvuto wa graviti {0}"} | |
| 20 } | |
| 21 meter-per-second-squared{ | |
| 22 dnam{"mita kwa kila sekunde mraba"} | |
| 23 one{"mita {0} kwa kila sekunde mraba"} | |
| 24 other{"mita {0} kwa kila sekunde mraba"} | |
| 25 } | |
| 26 } | |
| 27 angle{ | |
| 28 arc-minute{ | |
| 29 dnam{"dakika"} | |
| 30 one{"dakika {0}"} | |
| 31 other{"dakika {0}"} | |
| 32 } | |
| 33 arc-second{ | |
| 34 dnam{"sekunde"} | |
| 35 one{"sekunde {0}"} | |
| 36 other{"sekunde {0}"} | |
| 37 } | |
| 38 degree{ | |
| 39 dnam{"digrii"} | |
| 40 one{"digrii {0}"} | |
| 41 other{"digrii {0}"} | |
| 42 } | |
| 43 radian{ | |
| 44 dnam{"radiani"} | |
| 45 one{"radiani {0}"} | |
| 46 other{"radiani {0}"} | |
| 47 } | |
| 48 } | |
| 49 area{ | |
| 50 acre{ | |
| 51 dnam{"Ekari"} | |
| 52 one{"Ekari {0}"} | |
| 53 other{"Ekari {0}"} | |
| 54 } | |
| 55 hectare{ | |
| 56 dnam{"Hektari"} | |
| 57 one{"Hektari {0}"} | |
| 58 other{"Hektari {0}"} | |
| 59 } | |
| 60 square-centimeter{ | |
| 61 dnam{"sentimita mraba"} | |
| 62 one{"sentimita mraba {0}"} | |
| 63 other{"sentimita mraba {0}"} | |
| 64 } | |
| 65 square-foot{ | |
| 66 dnam{"futi za mraba"} | |
| 67 one{"Futi {0} ya mraba"} | |
| 68 other{"Futi {0} za mraba"} | |
| 69 } | |
| 70 square-inch{ | |
| 71 dnam{"inchi za mraba"} | |
| 72 one{"inchi {0} ya mraba"} | |
| 73 other{"inchi {0} za mraba"} | |
| 74 } | |
| 75 square-kilometer{ | |
| 76 dnam{"kilomita za mraba"} | |
| 77 one{"Kilomita {0} ya mraba"} | |
| 78 other{"Kilomita {0} za mraba"} | |
| 79 } | |
| 80 square-meter{ | |
| 81 dnam{"mita za mraba"} | |
| 82 one{"Mita {0} ya mraba"} | |
| 83 other{"Mita {0} za mraba"} | |
| 84 } | |
| 85 square-mile{ | |
| 86 dnam{"maili za mraba"} | |
| 87 one{"Maili {0} ya mraba"} | |
| 88 other{"Maili {0} za mraba"} | |
| 89 } | |
| 90 square-yard{ | |
| 91 dnam{"yadi za mraba"} | |
| 92 one{"yadi {0} ya mraba"} | |
| 93 other{"yadi {0} za mraba"} | |
| 94 } | |
| 95 } | |
| 96 compound{ | 15 compound{ |
| 97 per{"{0}kwa kila{1}"} | 16 per{"{0}kwa kila{1}"} |
| 98 } | 17 } |
| 99 consumption{ | |
| 100 liter-per-kilometer{ | |
| 101 dnam{"lita kwa kilomita"} | |
| 102 one{"lita {0} kwa kilomita"} | |
| 103 other{"lita {0} kwa kilomita"} | |
| 104 } | |
| 105 mile-per-gallon{ | |
| 106 dnam{"maili kwa kila galoni"} | |
| 107 one{"maili {0} kwa kila galoni"} | |
| 108 other{"maili {0} kwa kila galoni"} | |
| 109 } | |
| 110 } | |
| 111 digital{ | |
| 112 bit{ | |
| 113 dnam{"biti"} | |
| 114 one{"biti {0}"} | |
| 115 other{"biti {0}"} | |
| 116 } | |
| 117 byte{ | |
| 118 dnam{"baiti"} | |
| 119 one{"baiti {0}"} | |
| 120 other{"baiti {0}"} | |
| 121 } | |
| 122 gigabit{ | |
| 123 dnam{"gigabiti"} | |
| 124 one{"gigabiti {0}"} | |
| 125 other{"gigabiti {0}"} | |
| 126 } | |
| 127 gigabyte{ | |
| 128 dnam{"gigabaiti"} | |
| 129 one{"Gigabaiti {0}"} | |
| 130 other{"Gigabaiti {0}"} | |
| 131 } | |
| 132 kilobit{ | |
| 133 dnam{"kilobiti"} | |
| 134 one{"kilobiti {0}"} | |
| 135 other{"kilobiti {0}"} | |
| 136 } | |
| 137 kilobyte{ | |
| 138 dnam{"kilobaiti"} | |
| 139 one{"kilobaiti {0}"} | |
| 140 other{"kilobaiti {0}"} | |
| 141 } | |
| 142 megabit{ | |
| 143 dnam{"megabiti"} | |
| 144 one{"megabiti {0}"} | |
| 145 other{"megabiti {0}"} | |
| 146 } | |
| 147 megabyte{ | |
| 148 dnam{"megabaiti"} | |
| 149 one{"Megabaiti {0}"} | |
| 150 other{"Megabaiti {0}"} | |
| 151 } | |
| 152 terabit{ | |
| 153 dnam{"terabiti"} | |
| 154 one{"terabiti {0}"} | |
| 155 other{"terabiti {0}"} | |
| 156 } | |
| 157 terabyte{ | |
| 158 dnam{"terabaiti"} | |
| 159 one{"terabaiti {0}"} | |
| 160 other{"terabaiti {0}"} | |
| 161 } | |
| 162 } | |
| 163 duration{ | 18 duration{ |
| 164 day{ | 19 day{ |
| 165 dnam{"siku"} | 20 dnam{"siku"} |
| 166 one{"siku {0}"} | 21 one{"siku {0}"} |
| 167 other{"siku {0}"} | 22 other{"siku {0}"} |
| 168 } | 23 } |
| 169 hour{ | 24 hour{ |
| 170 dnam{"saa"} | 25 dnam{"saa"} |
| 171 one{"saa {0}"} | 26 one{"saa {0}"} |
| 172 other{"saa {0}"} | 27 other{"saa {0}"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 dnam{"wiki"} | 62 dnam{"wiki"} |
| 208 one{"wiki {0}"} | 63 one{"wiki {0}"} |
| 209 other{"wiki {0}"} | 64 other{"wiki {0}"} |
| 210 } | 65 } |
| 211 year{ | 66 year{ |
| 212 dnam{"miaka"} | 67 dnam{"miaka"} |
| 213 one{"mwaka {0}"} | 68 one{"mwaka {0}"} |
| 214 other{"miaka {0}"} | 69 other{"miaka {0}"} |
| 215 } | 70 } |
| 216 } | 71 } |
| 217 electric{ | |
| 218 ampere{ | |
| 219 dnam{"ampea"} | |
| 220 one{"ampea {0}"} | |
| 221 other{"ampea {0}"} | |
| 222 } | |
| 223 milliampere{ | |
| 224 dnam{"miliampea"} | |
| 225 one{"miliampea {0}"} | |
| 226 other{"miliampea {0}"} | |
| 227 } | |
| 228 ohm{ | |
| 229 dnam{"ohm"} | |
| 230 one{"{0} Ω"} | |
| 231 other{"{0} Ω"} | |
| 232 } | |
| 233 volt{ | |
| 234 dnam{"volti"} | |
| 235 one{"volti {0}"} | |
| 236 other{"volti {0}"} | |
| 237 } | |
| 238 } | |
| 239 energy{ | |
| 240 calorie{ | |
| 241 dnam{"kalori"} | |
| 242 one{"kalori {0}"} | |
| 243 other{"kalori {0}"} | |
| 244 } | |
| 245 foodcalorie{ | |
| 246 dnam{"kalori"} | |
| 247 one{"kalori {0}"} | |
| 248 other{"kalori {0}"} | |
| 249 } | |
| 250 joule{ | |
| 251 dnam{"jouli"} | |
| 252 one{"jouli {0}"} | |
| 253 other{"jouli {0}"} | |
| 254 } | |
| 255 kilocalorie{ | |
| 256 dnam{"kilokalori"} | |
| 257 one{"kilokalori {0}"} | |
| 258 other{"kilokalori {0}"} | |
| 259 } | |
| 260 kilojoule{ | |
| 261 dnam{"kilojuli"} | |
| 262 one{"kilojuli {0}"} | |
| 263 other{"kilojuli {0}"} | |
| 264 } | |
| 265 kilowatt-hour{ | |
| 266 dnam{"kilowati kwa saa"} | |
| 267 one{"kilowati {0} kwa saa"} | |
| 268 other{"kilowati {0} kwa saa"} | |
| 269 } | |
| 270 } | |
| 271 frequency{ | |
| 272 gigahertz{ | |
| 273 dnam{"gigahezi"} | |
| 274 one{"gigahezi {0}"} | |
| 275 other{"gigahezi {0}"} | |
| 276 } | |
| 277 hertz{ | |
| 278 dnam{"hezi"} | |
| 279 one{"hezi {0}"} | |
| 280 other{"hezi {0}"} | |
| 281 } | |
| 282 kilohertz{ | |
| 283 dnam{"kilohezi"} | |
| 284 one{"kilohezi {0}"} | |
| 285 other{"kilohezi {0}"} | |
| 286 } | |
| 287 megahertz{ | |
| 288 dnam{"megahezi"} | |
| 289 one{"megahezi {0}"} | |
| 290 other{"megahezi {0}"} | |
| 291 } | |
| 292 } | |
| 293 length{ | |
| 294 astronomical-unit{ | |
| 295 dnam{"vipimo vya astronomia"} | |
| 296 one{"kipimo {0} cha astronomia"} | |
| 297 other{"vipimo {0} vya astronomia"} | |
| 298 } | |
| 299 centimeter{ | |
| 300 dnam{"Sentimita"} | |
| 301 one{"Sentimita {0}"} | |
| 302 other{"Sentimita {0}"} | |
| 303 } | |
| 304 decimeter{ | |
| 305 dnam{"desimita"} | |
| 306 one{"desimita {0}"} | |
| 307 other{"desimita {0}"} | |
| 308 } | |
| 309 foot{ | |
| 310 dnam{"Futi"} | |
| 311 one{"Futi {0}"} | |
| 312 other{"Futi {0}"} | |
| 313 } | |
| 314 inch{ | |
| 315 dnam{"Inchi"} | |
| 316 one{"Inchi {0}"} | |
| 317 other{"Inchi {0}"} | |
| 318 } | |
| 319 kilometer{ | |
| 320 dnam{"Kilomita"} | |
| 321 one{"Kilomita {0}"} | |
| 322 other{"Kilomita {0}"} | |
| 323 } | |
| 324 light-year{ | |
| 325 dnam{"Miaka ya mwanga"} | |
| 326 one{"Mwaka wa mwanga {0}"} | |
| 327 other{"Miaka ya mwanga {0}"} | |
| 328 } | |
| 329 meter{ | |
| 330 dnam{"Mita"} | |
| 331 one{"Mita {0}"} | |
| 332 other{"Mita {0}"} | |
| 333 } | |
| 334 micrometer{ | |
| 335 dnam{"mikromita"} | |
| 336 one{"mikromita {0}"} | |
| 337 other{"mikromita {0}"} | |
| 338 } | |
| 339 mile{ | |
| 340 dnam{"Maili"} | |
| 341 one{"Maili {0}"} | |
| 342 other{"Maili {0}"} | |
| 343 } | |
| 344 millimeter{ | |
| 345 dnam{"Millimita"} | |
| 346 one{"Millimita {0}"} | |
| 347 other{"Millimita {0}"} | |
| 348 } | |
| 349 nanometer{ | |
| 350 dnam{"nanomita"} | |
| 351 one{"nanomita {0}"} | |
| 352 other{"nanomita {0}"} | |
| 353 } | |
| 354 nautical-mile{ | |
| 355 dnam{"maili za kibaharia"} | |
| 356 one{"maili {0} ya kibaharia"} | |
| 357 other{"maili {0} za kibaharia"} | |
| 358 } | |
| 359 parsec{ | |
| 360 dnam{"parsecs"} | |
| 361 one{"parsec {0}"} | |
| 362 other{"parsecs {0}"} | |
| 363 } | |
| 364 picometer{ | |
| 365 dnam{"Pikomita"} | |
| 366 one{"Pikomita {0}"} | |
| 367 other{"Pikomita {0}"} | |
| 368 } | |
| 369 yard{ | |
| 370 dnam{"Yadi"} | |
| 371 one{"Yadi {0}"} | |
| 372 other{"Yadi {0}"} | |
| 373 } | |
| 374 } | |
| 375 light{ | |
| 376 lux{ | |
| 377 dnam{"lux"} | |
| 378 one{"lux {0}"} | |
| 379 other{"lux {0}"} | |
| 380 } | |
| 381 } | |
| 382 mass{ | |
| 383 carat{ | |
| 384 dnam{"karati"} | |
| 385 one{"karati {0}"} | |
| 386 other{"karati {0}"} | |
| 387 } | |
| 388 gram{ | |
| 389 dnam{"Gramu"} | |
| 390 one{"Gramu {0}"} | |
| 391 other{"Gramu {0}"} | |
| 392 } | |
| 393 kilogram{ | |
| 394 dnam{"Kilogramu"} | |
| 395 one{"Kilogramu {0}"} | |
| 396 other{"Kilogramu {0}"} | |
| 397 } | |
| 398 metric-ton{ | |
| 399 dnam{"tani mita"} | |
| 400 one{"tani mita {0}"} | |
| 401 other{"tani mita {0}"} | |
| 402 } | |
| 403 microgram{ | |
| 404 dnam{"mikrogramu"} | |
| 405 one{"mikrogramu {0}"} | |
| 406 other{"mikrogramu {0}"} | |
| 407 } | |
| 408 milligram{ | |
| 409 dnam{"miligramu"} | |
| 410 one{"miligramu {0}"} | |
| 411 other{"miligramu {0}"} | |
| 412 } | |
| 413 ounce{ | |
| 414 dnam{"Aunsi"} | |
| 415 one{"Aunsi {0}"} | |
| 416 other{"Aunsi {0}"} | |
| 417 } | |
| 418 ounce-troy{ | |
| 419 dnam{"tola aunsi"} | |
| 420 one{"tola aunsi {0}"} | |
| 421 other{"tola aunsi {0}"} | |
| 422 } | |
| 423 pound{ | |
| 424 dnam{"Ratili"} | |
| 425 one{"Ratili {0}"} | |
| 426 other{"Ratili {0}"} | |
| 427 } | |
| 428 ton{ | |
| 429 dnam{"tani"} | |
| 430 one{"tani {0}"} | |
| 431 other{"tani {0}"} | |
| 432 } | |
| 433 } | |
| 434 power{ | |
| 435 gigawatt{ | |
| 436 dnam{"gigawati"} | |
| 437 one{"gigawati {0}"} | |
| 438 other{"gigawati {0}"} | |
| 439 } | |
| 440 horsepower{ | |
| 441 dnam{"Kipimo cha Hospawa"} | |
| 442 one{"Kipimo cha Hospawa {0}"} | |
| 443 other{"Kipimo cha Hospawa {0}"} | |
| 444 } | |
| 445 kilowatt{ | |
| 446 dnam{"Kilowati"} | |
| 447 one{"Kilowati {0}"} | |
| 448 other{"Kilowati {0}"} | |
| 449 } | |
| 450 megawatt{ | |
| 451 dnam{"megawati"} | |
| 452 one{"megawati {0}"} | |
| 453 other{"megawati {0}"} | |
| 454 } | |
| 455 milliwatt{ | |
| 456 dnam{"miliwati"} | |
| 457 one{"miliwati {0}"} | |
| 458 other{"miliwati {0}"} | |
| 459 } | |
| 460 watt{ | |
| 461 dnam{"Wati"} | |
| 462 one{"Wati {0}"} | |
| 463 other{"Wati {0}"} | |
| 464 } | |
| 465 } | |
| 466 pressure{ | |
| 467 hectopascal{ | |
| 468 dnam{"Hektopaskali"} | |
| 469 one{"Hektopaskali {0}"} | |
| 470 other{"Hektopaskali {0}"} | |
| 471 } | |
| 472 inch-hg{ | |
| 473 dnam{"Inchi za zebaki"} | |
| 474 one{"Inchi za zebaki {0}"} | |
| 475 other{"Inchi za zebaki {0}"} | |
| 476 } | |
| 477 millibar{ | |
| 478 dnam{"Kipimo cha milibari"} | |
| 479 one{"Kipimo cha milibari {0}"} | |
| 480 other{"Kipimo cha milibari {0}"} | |
| 481 } | |
| 482 millimeter-of-mercury{ | |
| 483 dnam{"milimita za zebaki"} | |
| 484 one{"milimita {0} ya zebaki"} | |
| 485 other{"milimita {0} za zebaki"} | |
| 486 } | |
| 487 pound-per-square-inch{ | |
| 488 dnam{"pauni kwa kila inchi mraba"} | |
| 489 one{"pauni {0} kwa kila inchi mraba"} | |
| 490 other{"pauni {0} kwa kila inchi mraba"} | |
| 491 } | |
| 492 } | |
| 493 proportion{ | |
| 494 karat{ | |
| 495 dnam{"karati"} | |
| 496 one{"karati {0}"} | |
| 497 other{"karati {0}"} | |
| 498 } | |
| 499 } | |
| 500 speed{ | |
| 501 kilometer-per-hour{ | |
| 502 dnam{"kilomita kwa saa"} | |
| 503 one{"Kilomita {0} kwa saa"} | |
| 504 other{"Kilomita {0} kwa saa"} | |
| 505 } | |
| 506 meter-per-second{ | |
| 507 dnam{"mita kwa kila sekunde"} | |
| 508 one{"Mita {0} kwa sekunde"} | |
| 509 other{"Mita {0} kwa sekunde"} | |
| 510 } | |
| 511 mile-per-hour{ | |
| 512 dnam{"maili kwa kila saa"} | |
| 513 one{"Maili {0} kwa saa"} | |
| 514 other{"Maili {0} kwa saa"} | |
| 515 } | |
| 516 } | |
| 517 temperature{ | |
| 518 celsius{ | |
| 519 dnam{"Nyuzi za Selisiasi"} | |
| 520 one{"Nyuzi za Selisiasi {0}"} | |
| 521 other{"Nyuzi za Selisiasi {0}"} | |
| 522 } | |
| 523 fahrenheit{ | |
| 524 dnam{"Nyuzi za Farenheiti"} | |
| 525 one{"Nyuzi za Farenheiti {0}"} | |
| 526 other{"Nyuzi za Farenheiti {0}"} | |
| 527 } | |
| 528 kelvin{ | |
| 529 dnam{"kelvini"} | |
| 530 one{"kelvini {0}"} | |
| 531 other{"kelvini {0}"} | |
| 532 } | |
| 533 } | |
| 534 volume{ | |
| 535 acre-foot{ | |
| 536 dnam{"ekari futi"} | |
| 537 one{"ekari futi {0}"} | |
| 538 other{"ekari futi {0}"} | |
| 539 } | |
| 540 centiliter{ | |
| 541 dnam{"sentilita"} | |
| 542 one{"sentilita {0}"} | |
| 543 other{"sentilita {0}"} | |
| 544 } | |
| 545 cubic-centimeter{ | |
| 546 dnam{"sentimita za ujazo"} | |
| 547 one{"sentimita {0} ya ujazo"} | |
| 548 other{"sentimita {0} za ujazo"} | |
| 549 } | |
| 550 cubic-foot{ | |
| 551 dnam{"futi za ujazo"} | |
| 552 one{"futi {0} ya ujazo"} | |
| 553 other{"futi {0} za ujazo"} | |
| 554 } | |
| 555 cubic-inch{ | |
| 556 dnam{"inchi za ujazo"} | |
| 557 one{"inchi {0} ya ujazo"} | |
| 558 other{"inchi {0} za ujazo"} | |
| 559 } | |
| 560 cubic-kilometer{ | |
| 561 dnam{"kilomita za ujazo"} | |
| 562 one{"Kilomita {0} ya ujazo"} | |
| 563 other{"Kilomita {0} ya ujazo"} | |
| 564 } | |
| 565 cubic-meter{ | |
| 566 dnam{"mita za ujazo"} | |
| 567 one{"mita {0} ya ujazo"} | |
| 568 other{"mita {0} za ujazo"} | |
| 569 } | |
| 570 cubic-mile{ | |
| 571 dnam{"maili za ujazo"} | |
| 572 one{"Maili {0} ya ujazo"} | |
| 573 other{"Maili {0} ya ujazo"} | |
| 574 } | |
| 575 cubic-yard{ | |
| 576 dnam{"yadi za ujazo"} | |
| 577 one{"yadi {0} ya ujazo"} | |
| 578 other{"yadi {0} za ujazo"} | |
| 579 } | |
| 580 cup{ | |
| 581 dnam{"vikombe"} | |
| 582 one{"kikombe {0}"} | |
| 583 other{"vikombe {0}"} | |
| 584 } | |
| 585 deciliter{ | |
| 586 dnam{"desilita"} | |
| 587 one{"desilita {0}"} | |
| 588 other{"desilita {0}"} | |
| 589 } | |
| 590 fluid-ounce{ | |
| 591 dnam{"aunsi za ujazo"} | |
| 592 one{"aunsi {0} ya ujazo"} | |
| 593 other{"aunsi {0} za ujazo"} | |
| 594 } | |
| 595 gallon{ | |
| 596 dnam{"galoni"} | |
| 597 one{"galoni {0}"} | |
| 598 other{"galoni {0}"} | |
| 599 } | |
| 600 hectoliter{ | |
| 601 dnam{"hektolita"} | |
| 602 one{"hektolita {0}"} | |
| 603 other{"hektolita {0}"} | |
| 604 } | |
| 605 liter{ | |
| 606 dnam{"Lita"} | |
| 607 one{"Lita {0}"} | |
| 608 other{"Lita {0}"} | |
| 609 } | |
| 610 megaliter{ | |
| 611 dnam{"megalita"} | |
| 612 one{"megalita {0}"} | |
| 613 other{"megalita {0}"} | |
| 614 } | |
| 615 milliliter{ | |
| 616 dnam{"mililita"} | |
| 617 one{"mililita {0}"} | |
| 618 other{"mililita {0}"} | |
| 619 } | |
| 620 pint{ | |
| 621 dnam{"painti"} | |
| 622 one{"painti {0}"} | |
| 623 other{"painti {0}"} | |
| 624 } | |
| 625 quart{ | |
| 626 dnam{"kwati"} | |
| 627 one{"kwati {0}"} | |
| 628 other{"kwati {0}"} | |
| 629 } | |
| 630 tablespoon{ | |
| 631 dnam{"vijiko vikubwa"} | |
| 632 one{"kijiko {0} kikubwa"} | |
| 633 other{"vijiko {0} vikubwa"} | |
| 634 } | |
| 635 teaspoon{ | |
| 636 dnam{"vijiko vidogo"} | |
| 637 one{"kijiko {0} kidogo"} | |
| 638 other{"vijiko {0} vidogo"} | |
| 639 } | |
| 640 } | |
| 641 } | 72 } |
| 642 unitsNarrow{ | 73 unitsNarrow{ |
| 643 acceleration{ | |
| 644 g-force{ | |
| 645 one{"G {0}"} | |
| 646 other{"G {0}"} | |
| 647 } | |
| 648 } | |
| 649 angle{ | |
| 650 arc-minute{ | |
| 651 one{"{0}′"} | |
| 652 other{"{0}′"} | |
| 653 } | |
| 654 arc-second{ | |
| 655 one{"{0}″"} | |
| 656 other{"{0}″"} | |
| 657 } | |
| 658 degree{ | |
| 659 one{"{0}°"} | |
| 660 other{"{0}°"} | |
| 661 } | |
| 662 } | |
| 663 area{ | |
| 664 acre{ | |
| 665 one{"Ekari {0}"} | |
| 666 other{"Ekari {0}"} | |
| 667 } | |
| 668 hectare{ | |
| 669 one{"ha {0}"} | |
| 670 other{"ha {0}"} | |
| 671 } | |
| 672 square-foot{ | |
| 673 one{"ft² {0}"} | |
| 674 other{"ft² {0}"} | |
| 675 } | |
| 676 square-kilometer{ | |
| 677 one{"km² {0}"} | |
| 678 other{"km² {0}"} | |
| 679 } | |
| 680 square-meter{ | |
| 681 one{"m² {0}"} | |
| 682 other{"m² {0}"} | |
| 683 } | |
| 684 square-mile{ | |
| 685 one{"mi² {0}"} | |
| 686 other{"mi² {0}"} | |
| 687 } | |
| 688 } | |
| 689 compound{ | 74 compound{ |
| 690 per{"{0}/{1}"} | 75 per{"{0}/{1}"} |
| 691 } | 76 } |
| 692 duration{ | 77 duration{ |
| 693 day{ | 78 day{ |
| 694 dnam{"siku"} | 79 dnam{"siku"} |
| 695 one{"siku {0}"} | 80 one{"siku {0}"} |
| 696 other{"siku {0}"} | 81 other{"siku {0}"} |
| 697 } | 82 } |
| 698 hour{ | 83 hour{ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 724 dnam{"wiki"} | 109 dnam{"wiki"} |
| 725 one{"wiki {0}"} | 110 one{"wiki {0}"} |
| 726 other{"wiki {0}"} | 111 other{"wiki {0}"} |
| 727 } | 112 } |
| 728 year{ | 113 year{ |
| 729 dnam{"mwaka"} | 114 dnam{"mwaka"} |
| 730 one{"mwaka {0}"} | 115 one{"mwaka {0}"} |
| 731 other{"miaka {0}"} | 116 other{"miaka {0}"} |
| 732 } | 117 } |
| 733 } | 118 } |
| 734 length{ | |
| 735 centimeter{ | |
| 736 dnam{"Sentimita"} | |
| 737 one{"cm {0}"} | |
| 738 other{"cm {0}"} | |
| 739 } | |
| 740 foot{ | |
| 741 one{"Futi {0}"} | |
| 742 other{"Futi {0}"} | |
| 743 } | |
| 744 inch{ | |
| 745 one{"Inchi {0}"} | |
| 746 other{"Inchi {0}"} | |
| 747 } | |
| 748 kilometer{ | |
| 749 dnam{"Kilomita"} | |
| 750 one{"km {0}"} | |
| 751 other{"km {0}"} | |
| 752 } | |
| 753 light-year{ | |
| 754 one{"ly {0}"} | |
| 755 other{"ly {0}"} | |
| 756 } | |
| 757 meter{ | |
| 758 dnam{"Mita"} | |
| 759 one{"Mita {0}"} | |
| 760 other{"Mita {0}"} | |
| 761 } | |
| 762 mile{ | |
| 763 one{"Maili {0}"} | |
| 764 other{"Maili {0}"} | |
| 765 } | |
| 766 millimeter{ | |
| 767 dnam{"Millimita"} | |
| 768 one{"mm {0}"} | |
| 769 other{"mm {0}"} | |
| 770 } | |
| 771 picometer{ | |
| 772 one{"pm {0}"} | |
| 773 other{"pm {0}"} | |
| 774 } | |
| 775 yard{ | |
| 776 one{"Yadi {0}"} | |
| 777 other{"Yadi {0}"} | |
| 778 } | |
| 779 } | |
| 780 mass{ | |
| 781 gram{ | |
| 782 dnam{"Gramu"} | |
| 783 one{"g {0}"} | |
| 784 other{"g {0}"} | |
| 785 } | |
| 786 kilogram{ | |
| 787 dnam{"Kilogramu"} | |
| 788 one{"kg {0}"} | |
| 789 other{"kg {0}"} | |
| 790 } | |
| 791 ounce{ | |
| 792 one{"Aunsi {0}"} | |
| 793 other{"Aunsi {0}"} | |
| 794 } | |
| 795 pound{ | |
| 796 one{"Ratili {0}"} | |
| 797 other{"Ratili {0}"} | |
| 798 } | |
| 799 } | |
| 800 power{ | |
| 801 horsepower{ | |
| 802 one{"hp {0}"} | |
| 803 other{"hp {0}"} | |
| 804 } | |
| 805 kilowatt{ | |
| 806 one{"kW {0}"} | |
| 807 other{"kW {0}"} | |
| 808 } | |
| 809 watt{ | |
| 810 one{"Wati {0}"} | |
| 811 other{"Wati {0}"} | |
| 812 } | |
| 813 } | |
| 814 pressure{ | |
| 815 hectopascal{ | |
| 816 one{"hPa {0}"} | |
| 817 other{"hPa {0}"} | |
| 818 } | |
| 819 inch-hg{ | |
| 820 one{"{0} inHg"} | |
| 821 other{"{0} inHg"} | |
| 822 } | |
| 823 millibar{ | |
| 824 one{"mbar {0}"} | |
| 825 other{"mbar {0}"} | |
| 826 } | |
| 827 } | |
| 828 speed{ | |
| 829 kilometer-per-hour{ | |
| 830 dnam{"kilomita kwa saa"} | |
| 831 one{"km {0}/saa"} | |
| 832 other{"km {0}/saa"} | |
| 833 } | |
| 834 meter-per-second{ | |
| 835 one{"m {0}/s"} | |
| 836 other{"m {0}/s"} | |
| 837 } | |
| 838 mile-per-hour{ | |
| 839 one{"mi {0}/saa"} | |
| 840 other{"mi {0}/saa"} | |
| 841 } | |
| 842 } | |
| 843 temperature{ | |
| 844 celsius{ | |
| 845 dnam{"Nyuzi za Selisiasi"} | |
| 846 one{"{0}°"} | |
| 847 other{"{0}°"} | |
| 848 } | |
| 849 fahrenheit{ | |
| 850 one{"{0}°F"} | |
| 851 other{"{0}°F"} | |
| 852 } | |
| 853 } | |
| 854 volume{ | |
| 855 cubic-kilometer{ | |
| 856 one{"km³ {0}"} | |
| 857 other{"km³ {0}"} | |
| 858 } | |
| 859 cubic-mile{ | |
| 860 one{"mi³ {0}"} | |
| 861 other{"mi³ {0}"} | |
| 862 } | |
| 863 liter{ | |
| 864 dnam{"Lita"} | |
| 865 one{"Lita {0}"} | |
| 866 other{"Lita {0}"} | |
| 867 } | |
| 868 } | |
| 869 } | 119 } |
| 870 unitsShort{ | 120 unitsShort{ |
| 871 acceleration{ | |
| 872 g-force{ | |
| 873 dnam{"Mvuto wa graviti"} | |
| 874 one{"G {0}"} | |
| 875 other{"G {0}"} | |
| 876 } | |
| 877 meter-per-second-squared{ | |
| 878 dnam{"mita kwa kila sekunde mraba"} | |
| 879 one{"m {0}/s²"} | |
| 880 other{"m {0}/s²"} | |
| 881 } | |
| 882 } | |
| 883 angle{ | |
| 884 arc-minute{ | |
| 885 dnam{"dakika"} | |
| 886 one{"dakika {0}"} | |
| 887 other{"dakika {0}"} | |
| 888 } | |
| 889 arc-second{ | |
| 890 dnam{"sekunde"} | |
| 891 one{"sekunde {0}"} | |
| 892 other{"sekunde {0}"} | |
| 893 } | |
| 894 degree{ | |
| 895 dnam{"digrii"} | |
| 896 one{"digrii {0}"} | |
| 897 other{"Digrii {0}°"} | |
| 898 } | |
| 899 radian{ | |
| 900 dnam{"radiani"} | |
| 901 one{"radiani {0}"} | |
| 902 other{"radiani {0}"} | |
| 903 } | |
| 904 } | |
| 905 area{ | |
| 906 acre{ | |
| 907 dnam{"Ekari"} | |
| 908 one{"Ekari {0}"} | |
| 909 other{"Ekari {0}"} | |
| 910 } | |
| 911 hectare{ | |
| 912 dnam{"Hektari"} | |
| 913 one{"Hektari {0}"} | |
| 914 other{"Hektari {0}"} | |
| 915 } | |
| 916 square-centimeter{ | |
| 917 dnam{"sentimita mraba"} | |
| 918 one{"sentimita mraba {0}"} | |
| 919 other{"sentimita mraba {0}"} | |
| 920 } | |
| 921 square-foot{ | |
| 922 dnam{"ft²"} | |
| 923 one{"ft² {0}"} | |
| 924 other{"ft² {0}"} | |
| 925 } | |
| 926 square-inch{ | |
| 927 dnam{"inchi za mraba"} | |
| 928 one{"inchi {0} ya mraba"} | |
| 929 other{"inchi {0} za mraba"} | |
| 930 } | |
| 931 square-kilometer{ | |
| 932 dnam{"km²"} | |
| 933 one{"km² {0}"} | |
| 934 other{"km² {0}"} | |
| 935 } | |
| 936 square-meter{ | |
| 937 dnam{"m²"} | |
| 938 one{"m² {0}"} | |
| 939 other{"m² {0}"} | |
| 940 } | |
| 941 square-mile{ | |
| 942 dnam{"mi²"} | |
| 943 one{"mi² {0}"} | |
| 944 other{"mi² {0}"} | |
| 945 } | |
| 946 square-yard{ | |
| 947 dnam{"yd²"} | |
| 948 one{"yd² {0}"} | |
| 949 other{"yd² {0}"} | |
| 950 } | |
| 951 } | |
| 952 compound{ | 121 compound{ |
| 953 per{"{0}/{1}"} | 122 per{"{0}/{1}"} |
| 954 } | 123 } |
| 955 consumption{ | |
| 956 liter-per-kilometer{ | |
| 957 dnam{"L/km"} | |
| 958 one{"lita {0} kwa kilomita"} | |
| 959 other{"lita {0} kwa kilomita"} | |
| 960 } | |
| 961 mile-per-gallon{ | |
| 962 dnam{"maili kwa kila galoni"} | |
| 963 one{"maili {0} kwa kila galoni"} | |
| 964 other{"maili {0} kwa kila galoni"} | |
| 965 } | |
| 966 } | |
| 967 digital{ | |
| 968 bit{ | |
| 969 dnam{"biti"} | |
| 970 one{"biti {0}"} | |
| 971 other{"biti {0}"} | |
| 972 } | |
| 973 byte{ | |
| 974 dnam{"baiti"} | |
| 975 one{"baiti {0}"} | |
| 976 other{"baiti {0}"} | |
| 977 } | |
| 978 gigabit{ | |
| 979 dnam{"gigabiti"} | |
| 980 one{"gigabiti {0}"} | |
| 981 other{"gigabiti {0}"} | |
| 982 } | |
| 983 gigabyte{ | |
| 984 dnam{"GB"} | |
| 985 one{"GB {0}"} | |
| 986 other{"GB {0}"} | |
| 987 } | |
| 988 kilobit{ | |
| 989 dnam{"kilobiti"} | |
| 990 one{"kilobiti {0}"} | |
| 991 other{"kilobiti {0}"} | |
| 992 } | |
| 993 kilobyte{ | |
| 994 dnam{"kilobaiti"} | |
| 995 one{"kilobaiti {0}"} | |
| 996 other{"kilobaiti {0}"} | |
| 997 } | |
| 998 megabit{ | |
| 999 dnam{"megabiti"} | |
| 1000 one{"megabiti {0}"} | |
| 1001 other{"megabiti {0}"} | |
| 1002 } | |
| 1003 megabyte{ | |
| 1004 dnam{"MB"} | |
| 1005 one{"MB {0}"} | |
| 1006 other{"MB {0}"} | |
| 1007 } | |
| 1008 terabit{ | |
| 1009 dnam{"terabiti"} | |
| 1010 one{"terabiti {0}"} | |
| 1011 other{"terabiti {0}"} | |
| 1012 } | |
| 1013 terabyte{ | |
| 1014 dnam{"terabaiti"} | |
| 1015 one{"terabaiti {0}"} | |
| 1016 other{"terabaiti {0}"} | |
| 1017 } | |
| 1018 } | |
| 1019 duration{ | 124 duration{ |
| 1020 day{ | 125 day{ |
| 1021 dnam{"siku"} | 126 dnam{"siku"} |
| 1022 one{"siku {0}"} | 127 one{"siku {0}"} |
| 1023 other{"siku {0}"} | 128 other{"siku {0}"} |
| 1024 } | 129 } |
| 1025 hour{ | 130 hour{ |
| 1026 dnam{"saa"} | 131 dnam{"saa"} |
| 1027 one{"saa {0}"} | 132 one{"saa {0}"} |
| 1028 other{"saa {0}"} | 133 other{"saa {0}"} |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 dnam{"wiki"} | 168 dnam{"wiki"} |
| 1064 one{"wiki {0}"} | 169 one{"wiki {0}"} |
| 1065 other{"wiki {0}"} | 170 other{"wiki {0}"} |
| 1066 } | 171 } |
| 1067 year{ | 172 year{ |
| 1068 dnam{"miaka"} | 173 dnam{"miaka"} |
| 1069 one{"mwaka {0}"} | 174 one{"mwaka {0}"} |
| 1070 other{"miaka {0}"} | 175 other{"miaka {0}"} |
| 1071 } | 176 } |
| 1072 } | 177 } |
| 1073 electric{ | |
| 1074 ampere{ | |
| 1075 dnam{"ampea"} | |
| 1076 one{"ampea {0}"} | |
| 1077 other{"ampea {0}"} | |
| 1078 } | |
| 1079 milliampere{ | |
| 1080 dnam{"miliampea"} | |
| 1081 one{"{0} mA"} | |
| 1082 other{"{0} mA"} | |
| 1083 } | |
| 1084 ohm{ | |
| 1085 dnam{"ohm"} | |
| 1086 one{"{0} Ω"} | |
| 1087 other{"{0} Ω"} | |
| 1088 } | |
| 1089 volt{ | |
| 1090 dnam{"volti"} | |
| 1091 one{"volti {0}"} | |
| 1092 other{"volti {0}"} | |
| 1093 } | |
| 1094 } | |
| 1095 energy{ | |
| 1096 calorie{ | |
| 1097 dnam{"kalori"} | |
| 1098 one{"kalori {0}"} | |
| 1099 other{"kalori {0}"} | |
| 1100 } | |
| 1101 foodcalorie{ | |
| 1102 dnam{"kalori"} | |
| 1103 one{"kalori {0}"} | |
| 1104 other{"kalori {0}"} | |
| 1105 } | |
| 1106 joule{ | |
| 1107 dnam{"jouli"} | |
| 1108 one{"jouli {0}"} | |
| 1109 other{"jouli {0}"} | |
| 1110 } | |
| 1111 kilocalorie{ | |
| 1112 dnam{"kilokalori"} | |
| 1113 one{"kilokalori {0}"} | |
| 1114 other{"kilokalori {0}"} | |
| 1115 } | |
| 1116 kilojoule{ | |
| 1117 dnam{"kilojuli"} | |
| 1118 one{"kilojuli {0}"} | |
| 1119 other{"kilojuli {0}"} | |
| 1120 } | |
| 1121 kilowatt-hour{ | |
| 1122 dnam{"kilowati kwa saa"} | |
| 1123 one{"kilowati {0} kwa saa"} | |
| 1124 other{"kilowati {0} kwa saa"} | |
| 1125 } | |
| 1126 } | |
| 1127 frequency{ | |
| 1128 gigahertz{ | |
| 1129 dnam{"gigahezi"} | |
| 1130 one{"gigahezi {0}"} | |
| 1131 other{"gigahezi {0}"} | |
| 1132 } | |
| 1133 hertz{ | |
| 1134 dnam{"hezi"} | |
| 1135 one{"hezi {0}"} | |
| 1136 other{"hezi {0}"} | |
| 1137 } | |
| 1138 kilohertz{ | |
| 1139 dnam{"kilohezi"} | |
| 1140 one{"kilohezi {0}"} | |
| 1141 other{"kilohezi {0}"} | |
| 1142 } | |
| 1143 megahertz{ | |
| 1144 dnam{"megahezi"} | |
| 1145 one{"megahezi {0}"} | |
| 1146 other{"megahezi {0}"} | |
| 1147 } | |
| 1148 } | |
| 1149 length{ | |
| 1150 astronomical-unit{ | |
| 1151 dnam{"vipimo vya astronomia"} | |
| 1152 one{"au {0}"} | |
| 1153 other{"au {0}"} | |
| 1154 } | |
| 1155 centimeter{ | |
| 1156 dnam{"Sentimita"} | |
| 1157 one{"Sentimita {0}"} | |
| 1158 other{"Sentimita {0}"} | |
| 1159 } | |
| 1160 decimeter{ | |
| 1161 dnam{"desimita"} | |
| 1162 one{"desimita {0}"} | |
| 1163 other{"desimita {0}"} | |
| 1164 } | |
| 1165 foot{ | |
| 1166 dnam{"Futi"} | |
| 1167 one{"Futi {0}"} | |
| 1168 other{"Futi {0}"} | |
| 1169 } | |
| 1170 inch{ | |
| 1171 dnam{"Inchi"} | |
| 1172 one{"Inchi {0}"} | |
| 1173 other{"Inchi {0}"} | |
| 1174 } | |
| 1175 kilometer{ | |
| 1176 dnam{"Kilomita"} | |
| 1177 one{"Kilomita {0}"} | |
| 1178 other{"Kilomita {0}"} | |
| 1179 } | |
| 1180 light-year{ | |
| 1181 dnam{"Miaka ya mwanga"} | |
| 1182 one{"ly {0}"} | |
| 1183 other{"ly {0}"} | |
| 1184 } | |
| 1185 meter{ | |
| 1186 dnam{"Mita"} | |
| 1187 one{"Mita {0}"} | |
| 1188 other{"Mita {0}"} | |
| 1189 } | |
| 1190 micrometer{ | |
| 1191 dnam{"mikromita"} | |
| 1192 one{"mikromita {0}"} | |
| 1193 other{"mikromita {0}"} | |
| 1194 } | |
| 1195 mile{ | |
| 1196 dnam{"Maili"} | |
| 1197 one{"Maili {0}"} | |
| 1198 other{"Maili {0}"} | |
| 1199 } | |
| 1200 millimeter{ | |
| 1201 dnam{"Millimita"} | |
| 1202 one{"Millimita {0}"} | |
| 1203 other{"Millimita {0}"} | |
| 1204 } | |
| 1205 nanometer{ | |
| 1206 dnam{"nanomita"} | |
| 1207 one{"nanomita {0}"} | |
| 1208 other{"nanomita {0}"} | |
| 1209 } | |
| 1210 nautical-mile{ | |
| 1211 dnam{"maili za kibaharia"} | |
| 1212 one{"maili {0} ya kibaharia"} | |
| 1213 other{"maili {0} za kibaharia"} | |
| 1214 } | |
| 1215 parsec{ | |
| 1216 dnam{"parsecs"} | |
| 1217 one{"pc {0}"} | |
| 1218 other{"pc {0}"} | |
| 1219 } | |
| 1220 picometer{ | |
| 1221 dnam{"Pikomita"} | |
| 1222 one{"Pikomita {0}"} | |
| 1223 other{"Pikomita {0}"} | |
| 1224 } | |
| 1225 yard{ | |
| 1226 dnam{"Yadi"} | |
| 1227 one{"Yadi {0}"} | |
| 1228 other{"Yadi {0}"} | |
| 1229 } | |
| 1230 } | |
| 1231 light{ | |
| 1232 lux{ | |
| 1233 dnam{"lux"} | |
| 1234 one{"lux {0}"} | |
| 1235 other{"lux {0}"} | |
| 1236 } | |
| 1237 } | |
| 1238 mass{ | |
| 1239 carat{ | |
| 1240 dnam{"karati"} | |
| 1241 one{"karati {0}"} | |
| 1242 other{"karati {0}"} | |
| 1243 } | |
| 1244 gram{ | |
| 1245 dnam{"Gramu"} | |
| 1246 one{"Gramu {0}"} | |
| 1247 other{"Gramu {0}"} | |
| 1248 } | |
| 1249 kilogram{ | |
| 1250 dnam{"Kilogramu"} | |
| 1251 one{"kg {0}"} | |
| 1252 other{"kg {0}"} | |
| 1253 } | |
| 1254 metric-ton{ | |
| 1255 dnam{"tani mita"} | |
| 1256 one{"tani mita {0}"} | |
| 1257 other{"tani mita {0}"} | |
| 1258 } | |
| 1259 microgram{ | |
| 1260 dnam{"mikrogramu"} | |
| 1261 one{"mikrogramu {0}"} | |
| 1262 other{"mikrogramu {0}"} | |
| 1263 } | |
| 1264 milligram{ | |
| 1265 dnam{"miligramu"} | |
| 1266 one{"mg {0}"} | |
| 1267 other{"mg {0}"} | |
| 1268 } | |
| 1269 ounce{ | |
| 1270 dnam{"Aunsi"} | |
| 1271 one{"Aunsi {0}"} | |
| 1272 other{"Aunsi {0}"} | |
| 1273 } | |
| 1274 ounce-troy{ | |
| 1275 dnam{"tola aunsi"} | |
| 1276 one{"tola aunsi {0}"} | |
| 1277 other{"tola aunsi {0}"} | |
| 1278 } | |
| 1279 pound{ | |
| 1280 dnam{"Ratili"} | |
| 1281 one{"Ratili {0}"} | |
| 1282 other{"Ratili {0}"} | |
| 1283 } | |
| 1284 ton{ | |
| 1285 dnam{"tani"} | |
| 1286 one{"tani {0}"} | |
| 1287 other{"tani {0}"} | |
| 1288 } | |
| 1289 } | |
| 1290 power{ | |
| 1291 gigawatt{ | |
| 1292 dnam{"gigawati"} | |
| 1293 one{"gigawati {0}"} | |
| 1294 other{"gigawati {0}"} | |
| 1295 } | |
| 1296 horsepower{ | |
| 1297 dnam{"Kipimo cha Hospawa"} | |
| 1298 one{"hp {0}"} | |
| 1299 other{"hp {0}"} | |
| 1300 } | |
| 1301 kilowatt{ | |
| 1302 dnam{"Kilowati"} | |
| 1303 one{"Kilowati {0}"} | |
| 1304 other{"Kilowati {0}"} | |
| 1305 } | |
| 1306 megawatt{ | |
| 1307 dnam{"megawati"} | |
| 1308 one{"megawati {0}"} | |
| 1309 other{"megawati {0}"} | |
| 1310 } | |
| 1311 milliwatt{ | |
| 1312 dnam{"miliwati"} | |
| 1313 one{"miliwati {0}"} | |
| 1314 other{"miliwati {0}"} | |
| 1315 } | |
| 1316 watt{ | |
| 1317 dnam{"Wati"} | |
| 1318 one{"Wati {0}"} | |
| 1319 other{"Wati {0}"} | |
| 1320 } | |
| 1321 } | |
| 1322 pressure{ | |
| 1323 hectopascal{ | |
| 1324 dnam{"Hektopaskali"} | |
| 1325 one{"hPa {0}"} | |
| 1326 other{"hPa {0}"} | |
| 1327 } | |
| 1328 inch-hg{ | |
| 1329 dnam{"Inchi za zebaki"} | |
| 1330 one{"{0} inHg"} | |
| 1331 other{"{0} inHg"} | |
| 1332 } | |
| 1333 millibar{ | |
| 1334 dnam{"Kipimo cha milibari"} | |
| 1335 one{"mbar {0}"} | |
| 1336 other{"mbar {0}"} | |
| 1337 } | |
| 1338 millimeter-of-mercury{ | |
| 1339 dnam{"milimita za zebaki"} | |
| 1340 one{"milimita {0} ya zebaki"} | |
| 1341 other{"milimita {0} za zebaki"} | |
| 1342 } | |
| 1343 pound-per-square-inch{ | |
| 1344 dnam{"pauni kwa kila inchi mraba"} | |
| 1345 one{"psi {0}"} | |
| 1346 other{"psi {0}"} | |
| 1347 } | |
| 1348 } | |
| 1349 proportion{ | |
| 1350 karat{ | |
| 1351 dnam{"karati"} | |
| 1352 one{"karati {0}"} | |
| 1353 other{"karati {0}"} | |
| 1354 } | |
| 1355 } | |
| 1356 speed{ | |
| 1357 kilometer-per-hour{ | |
| 1358 dnam{"kilomita kwa saa"} | |
| 1359 one{"km {0}/saa"} | |
| 1360 other{"km {0}/saa"} | |
| 1361 } | |
| 1362 meter-per-second{ | |
| 1363 dnam{"mita kwa kila sekunde"} | |
| 1364 one{"m {0}/s"} | |
| 1365 other{"m {0}/s"} | |
| 1366 } | |
| 1367 mile-per-hour{ | |
| 1368 dnam{"maili kwa kila saa"} | |
| 1369 one{"mi {0}/saa"} | |
| 1370 other{"mi {0}/saa"} | |
| 1371 } | |
| 1372 } | |
| 1373 temperature{ | |
| 1374 celsius{ | |
| 1375 dnam{"Nyuzi za Selisiasi"} | |
| 1376 one{"{0}°C"} | |
| 1377 other{"{0}°C"} | |
| 1378 } | |
| 1379 fahrenheit{ | |
| 1380 dnam{"Nyuzi za Farenheiti"} | |
| 1381 one{"{0}°F"} | |
| 1382 other{"{0}°F"} | |
| 1383 } | |
| 1384 kelvin{ | |
| 1385 dnam{"K"} | |
| 1386 one{"{0} K"} | |
| 1387 other{"{0} K"} | |
| 1388 } | |
| 1389 } | |
| 1390 volume{ | |
| 1391 acre-foot{ | |
| 1392 dnam{"ekari futi"} | |
| 1393 one{"ekari futi {0}"} | |
| 1394 other{"ekari futi {0}"} | |
| 1395 } | |
| 1396 centiliter{ | |
| 1397 dnam{"sentilita"} | |
| 1398 one{"sentilita {0}"} | |
| 1399 other{"sentilita {0}"} | |
| 1400 } | |
| 1401 cubic-centimeter{ | |
| 1402 dnam{"sentimita za ujazo"} | |
| 1403 one{"cm³ {0}"} | |
| 1404 other{"cm³ {0}"} | |
| 1405 } | |
| 1406 cubic-foot{ | |
| 1407 dnam{"futi za ujazo"} | |
| 1408 one{"futi {0} ya ujazo"} | |
| 1409 other{"futi {0} za ujazo"} | |
| 1410 } | |
| 1411 cubic-inch{ | |
| 1412 dnam{"inchi za ujazo"} | |
| 1413 one{"inchi {0} ya ujazo"} | |
| 1414 other{"inchi {0} za ujazo"} | |
| 1415 } | |
| 1416 cubic-kilometer{ | |
| 1417 dnam{"kilomita za ujazo"} | |
| 1418 one{"km³ {0}"} | |
| 1419 other{"km³ {0}"} | |
| 1420 } | |
| 1421 cubic-meter{ | |
| 1422 dnam{"mita za ujazo"} | |
| 1423 one{"mita {0} ya ujazo"} | |
| 1424 other{"mita {0} za ujazo"} | |
| 1425 } | |
| 1426 cubic-mile{ | |
| 1427 dnam{"maili za ujazo"} | |
| 1428 one{"mi³ {0}"} | |
| 1429 other{"mi³ {0}"} | |
| 1430 } | |
| 1431 cubic-yard{ | |
| 1432 dnam{"yadi za ujazo"} | |
| 1433 one{"yadi {0} ya ujazo"} | |
| 1434 other{"yadi {0} za ujazo"} | |
| 1435 } | |
| 1436 cup{ | |
| 1437 dnam{"vikombe"} | |
| 1438 one{"kikombe {0}"} | |
| 1439 other{"vikombe {0}"} | |
| 1440 } | |
| 1441 deciliter{ | |
| 1442 dnam{"desilita"} | |
| 1443 one{"desilita {0}"} | |
| 1444 other{"desilita {0}"} | |
| 1445 } | |
| 1446 fluid-ounce{ | |
| 1447 dnam{"aunsi za ujazo"} | |
| 1448 one{"aunsi {0} ya ujazo"} | |
| 1449 other{"aunsi {0} za ujazo"} | |
| 1450 } | |
| 1451 gallon{ | |
| 1452 dnam{"galoni"} | |
| 1453 one{"galoni {0}"} | |
| 1454 other{"galoni {0}"} | |
| 1455 } | |
| 1456 hectoliter{ | |
| 1457 dnam{"hektolita"} | |
| 1458 one{"hektolita {0}"} | |
| 1459 other{"hektolita {0}"} | |
| 1460 } | |
| 1461 liter{ | |
| 1462 dnam{"Lita"} | |
| 1463 one{"Lita {0}"} | |
| 1464 other{"Lita {0}"} | |
| 1465 } | |
| 1466 megaliter{ | |
| 1467 dnam{"megalita"} | |
| 1468 one{"megalita {0}"} | |
| 1469 other{"megalita {0}"} | |
| 1470 } | |
| 1471 milliliter{ | |
| 1472 dnam{"mililita"} | |
| 1473 one{"mililita {0}"} | |
| 1474 other{"mililita {0}"} | |
| 1475 } | |
| 1476 pint{ | |
| 1477 dnam{"painti"} | |
| 1478 one{"painti {0}"} | |
| 1479 other{"painti {0}"} | |
| 1480 } | |
| 1481 quart{ | |
| 1482 dnam{"kwati"} | |
| 1483 one{"kwati {0}"} | |
| 1484 other{"kwati {0}"} | |
| 1485 } | |
| 1486 tablespoon{ | |
| 1487 dnam{"vijiko vikubwa"} | |
| 1488 one{"kijiko {0} kikubwa"} | |
| 1489 other{"vijiko {0} vikubwa"} | |
| 1490 } | |
| 1491 teaspoon{ | |
| 1492 dnam{"vijiko vidogo"} | |
| 1493 one{"kijiko {0} kidogo"} | |
| 1494 other{"vijiko {0} vidogo"} | |
| 1495 } | |
| 1496 } | |
| 1497 } | 178 } |
| 1498 } | 179 } |
| OLD | NEW |