globalize.culture.lt.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture lt
  5. *
  6. * http://github.com/jquery/globalize
  7. *
  8. * Copyright Software Freedom Conservancy, Inc.
  9. * Dual licensed under the MIT or GPL Version 2 licenses.
  10. * http://jquery.org/license
  11. *
  12. * This file was generated by the Globalize Culture Generator
  13. * Translation: bugs found in this file need to be fixed in the generator
  14. */
  15. (function( window, undefined ) {
  16. var Globalize;
  17. if ( typeof require !== "undefined" &&
  18. typeof exports !== "undefined" &&
  19. typeof module !== "undefined" ) {
  20. // Assume CommonJS
  21. Globalize = require( "globalize" );
  22. } else {
  23. // Global variable
  24. Globalize = window.Globalize;
  25. }
  26. Globalize.addCultureInfo( "lt", "default", {
  27. name: "lt",
  28. englishName: "Lithuanian",
  29. nativeName: "lietuvių",
  30. language: "lt",
  31. numberFormat: {
  32. ",": ".",
  33. ".": ",",
  34. negativeInfinity: "-begalybė",
  35. positiveInfinity: "begalybė",
  36. percent: {
  37. pattern: ["-n%","n%"],
  38. ",": ".",
  39. ".": ","
  40. },
  41. currency: {
  42. pattern: ["-n $","n $"],
  43. ",": ".",
  44. ".": ",",
  45. symbol: "Lt"
  46. }
  47. },
  48. calendars: {
  49. standard: {
  50. "/": ".",
  51. firstDay: 1,
  52. days: {
  53. names: ["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],
  54. namesAbbr: ["Sk","Pr","An","Tr","Kt","Pn","Št"],
  55. namesShort: ["S","P","A","T","K","Pn","Š"]
  56. },
  57. months: {
  58. names: ["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis",""],
  59. namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
  60. },
  61. monthsGenitive: {
  62. names: ["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio",""],
  63. namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
  64. },
  65. AM: null,
  66. PM: null,
  67. patterns: {
  68. d: "yyyy.MM.dd",
  69. D: "yyyy 'm.' MMMM d 'd.'",
  70. t: "HH:mm",
  71. T: "HH:mm:ss",
  72. f: "yyyy 'm.' MMMM d 'd.' HH:mm",
  73. F: "yyyy 'm.' MMMM d 'd.' HH:mm:ss",
  74. M: "MMMM d 'd.'",
  75. Y: "yyyy 'm.' MMMM"
  76. }
  77. }
  78. }
  79. });
  80. }( this ));