fy.js 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. 'fy',
  18. [
  19. ['AM', 'PM'],
  20. ,
  21. ],
  22. ,
  23. [
  24. ['S', 'M', 'T', 'W', 'T', 'F', 'S'], ['si', 'mo', 'ti', 'wo', 'to', 'fr', 'so'],
  25. ['snein', 'moandei', 'tiisdei', 'woansdei', 'tongersdei', 'freed', 'sneon'],
  26. ['si', 'mo', 'ti', 'wo', 'to', 'fr', 'so']
  27. ],
  28. ,
  29. [
  30. ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
  31. ['Jan', 'Feb', 'Mrt', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'],
  32. [
  33. 'Jannewaris', 'Febrewaris', 'Maart', 'April', 'Maaie', 'Juny', 'July', 'Augustus',
  34. 'Septimber', 'Oktober', 'Novimber', 'Desimber'
  35. ]
  36. ],
  37. ,
  38. [['f.K.', 'n.K.'], ['f.Kr.', 'n.Kr.'], ['Foar Kristus', 'nei Kristus']], 1, [6, 0],
  39. ['dd-MM-yy', 'd MMM y', 'd MMMM y', 'EEEE d MMMM y'],
  40. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  41. [
  42. '{1} {0}',
  43. ,
  44. '{1} \'om\' {0}',
  45. ],
  46. [',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  47. ['#,##0.###', '#,##0%', '¤ #,##0.00;¤ #,##0.00-', '#E0'], '€', 'Euro', plural
  48. ];
  49. //# sourceMappingURL=fy.js.map