sw-UG.js 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. // THIS CODE IS GENERATED - DO NOT MODIFY
  9. // See angular/tools/gulp-tasks/cldr/extract.js
  10. function plural(n) {
  11. var i = Math.floor(Math.abs(n)), v = n.toString().replace(/^[^.]*\.?/, '').length;
  12. if (i === 1 && v === 0)
  13. return 1;
  14. return 5;
  15. }
  16. export default [
  17. 'sw-UG',
  18. [
  19. ['am', 'pm'],
  20. ['AM', 'PM'],
  21. ],
  22. [
  23. ['AM', 'PM'],
  24. ,
  25. ],
  26. [
  27. ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
  28. ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'],
  29. ,
  30. ],
  31. ,
  32. [
  33. ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
  34. ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'],
  35. [
  36. 'Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba',
  37. 'Oktoba', 'Novemba', 'Desemba'
  38. ]
  39. ],
  40. ,
  41. [['KK', 'BK'], , ['Kabla ya Kristo', 'Baada ya Kristo']], 1, [6, 0],
  42. ['dd/MM/y', 'd MMM y', 'd MMMM y', 'EEEE, d MMMM y'],
  43. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  44. [
  45. '{1} {0}',
  46. ,
  47. ,
  48. ],
  49. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  50. ['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], 'USh', 'Shilingi ya Uganda', plural
  51. ];
  52. //# sourceMappingURL=sw-UG.js.map