1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. if (n === 1)
  12. return 1;
  13. return 5;
  14. }
  15. export default [
  16. 'te',
  17. [
  18. ['ఉ', 'సా'],
  19. ['AM', 'PM'],
  20. ],
  21. [
  22. ['AM', 'PM'],
  23. ,
  24. ],
  25. [
  26. ['ఆ', 'సో', 'మ', 'బు', 'గు', 'శు', 'శ'],
  27. [
  28. 'ఆది', 'సోమ', 'మంగళ', 'బుధ', 'గురు', 'శుక్ర',
  29. 'శని'
  30. ],
  31. [
  32. 'ఆదివారం', 'సోమవారం', 'మంగళవారం',
  33. 'బుధవారం', 'గురువారం', 'శుక్రవారం',
  34. 'శనివారం'
  35. ],
  36. [
  37. 'ఆది', 'సోమ', 'మం', 'బుధ', 'గురు', 'శుక్ర',
  38. 'శని'
  39. ]
  40. ],
  41. ,
  42. [
  43. [
  44. 'జ', 'ఫి', 'మా', 'ఏ', 'మే', 'జూ', 'జు', 'ఆ', 'సె', 'అ', 'న',
  45. 'డి'
  46. ],
  47. [
  48. 'జన', 'ఫిబ్ర', 'మార్చి', 'ఏప్రి', 'మే',
  49. 'జూన్', 'జులై', 'ఆగ', 'సెప్టెం', 'అక్టో',
  50. 'నవం', 'డిసెం'
  51. ],
  52. [
  53. 'జనవరి', 'ఫిబ్రవరి', 'మార్చి', 'ఏప్రిల్',
  54. 'మే', 'జూన్', 'జులై', 'ఆగస్టు',
  55. 'సెప్టెంబర్', 'అక్టోబర్', 'నవంబర్',
  56. 'డిసెంబర్'
  57. ]
  58. ],
  59. ,
  60. [
  61. ['క్రీపూ', 'క్రీశ'], ,
  62. ['క్రీస్తు పూర్వం', 'క్రీస్తు శకం']
  63. ],
  64. 0, [0, 0], ['dd-MM-yy', 'd MMM, y', 'd MMMM, y', 'd, MMMM y, EEEE'],
  65. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  66. [
  67. '{1} {0}',
  68. ,
  69. '{1} {0}కి',
  70. ],
  71. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  72. ['#,##,##0.###', '#,##0%', '¤#,##,##0.00', '#E0'], '₹', 'రూపాయి', plural
  73. ];
  74. //# sourceMappingURL=te.js.map